

/* ----------------- GLOBAL ----------------- */

body
{
   font-size: 70.5%; /* Resets 1em to 10px */
   font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;	
   color: #232323;
}

#container
{
	width:950px;
	margin:0 auto;
	text-align:left;
   background-color: #fff;
}

p
{
   font-size: 1.4em;
   line-height: 1.4em;
   font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
   color: #232323;
   margin: 0.75em; /* in boxes, IE collapses while FF does not. this then also has effect of making that consistent */
}


h1,h2,h3,h4,h5,h6
{
   font-size:1em;
   font-family: Cambria, Georgia, Serif;
}


a   
{
   color: #06c;
	text-decoration: none;
}
a:hover
{
	color: #147;
	text-decoration: underline;
}
a img, :link img, :visited img
{
   border:none;
}








/* ----------------- HEADER ----------------- */



#header-linkbar, #footer-linkbar
{
   text-align: center;
}
#header-linkbar ul, #footer-linkbar ul
{
   list-style: none;
   margin-left: 0;
   padding-left: 0;
}
#header-linkbar li, #footer-linkbar li
{
   display: inline;
   margin-right: 30px;
   font-size: 1.2em;
   font-weight: bold;
}


#header-linkbar a
{
   color: #999;
}


div#header-identity
{
   float: left;
   margin-bottom: 5px;
}


div#header-search
{
   float: right;
}

.header-box
{
   font-size: 1.5em;
   width: 350px;
   margin-top: 15px;
}

.header-button
{
   font-size: 1.5em;
   width: 200px;
   margin-right: 25px;
}


/* ----------------- HOMEPAGE  ----------------- */

#homepage
{
   text-align: center;
   margin: 0 auto;
   padding: 1em 2em;
}

#homepage .searchform
{
   margin-top: 0;
   margin-bottom: 0;
}
#homepage .searchbox
{
   margin-left: 75px;
   font-size: 1.7em;
   width: 450px;
}
#homepage .searchbutton
{
   font-size: 1.5em;
   width: 200px;
}


.hidden
{
    display: none;
}

#googlesearchbox
{
	background-color: #CBE4B9;
}

/* homepage panels */

#pages_panel, #threads_panel, #products_panel, #google_panel
{
margin-top: 30px;
margin-bottom: 25px;
background: #fff;
}

.search_options
{
	text-align: center;
	margin-right: 350px;
	margin-top: 2em;
	margin-bottom: 0.3em;	
}
.search_options li
{
	display: inline;
	list-style: none;
	margin-right: 0.5em;
	font-size: 1.6em;
}
.search_options li.selected
{
	font-weight: bold;
}
.search_options li a, .search_options li a:visited
{
	
}
.search_notes
{
	margin-top: 0.3em;
	font-size: 1.2em;
}



p.action
{
	background-color: #fff9d8;
	border: 1px solid #ffe8cd;
	margin: 0 auto;
	margin-top: 1em;
	padding: 0.5em;
}
p.action a:link, p.action a:visited, a.action:link, a.action:visited /* so can be used for individual links also */
{
	color: #D08802;
}





/* ----------------- STANDARD BODY ----------------- */

#wrapper
{
   clear: both;
/*   padding-top: 5px;*/
   border-top: 1px solid #ccc;
   margin-top: -20px;
}

#left-column
{
	float:left;
	width:600px;
	padding: 0 10px;
/*   background-color: blue;*/
}

#right-column
{
	float:right;
	width:300px;
	padding: 0 15px;
/*  background-color: red;*/
}

#wrapper H2, #wrapper H3
{
   font-family: Helvetica, Arial, sans-serif;
   margin: 25px 0 -10px 0;
	color: #369;
   letter-spacing: -1px;
}

#wrapper H2
{
   font-size: 2.2em;
}

#wrapper H3
{
   font-size: 1.8em;
}

#wrapper ul { font-size: 1.3em; }
#wrapper li { padding-bottom: 10px; }



/* faqs */
dt
{
   margin-top: 25px;
   font-size: 1.6em;
   border-bottom: 1px solid #ccc;
}
dd {
   margin-left: 0;
   padding-left: 0;
}




/* ----------------- RESULTS PAGES ----------------- */


/*  css tab  */

ul#tabnav
{
	text-align: center;
	margin: 1em 0 1.5em 0;
	font-size: 1.4em;
	border-bottom: 1px solid #2E5D8B;
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li
{ /* do not change */
	display: inline;
}


ul#tabnav li.selected
{ /* settings for selected tab */
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}



ul#tabnav li.selected a
{ /* settings for selected tab link */
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a
{ /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #2E5D8B; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #eee ; /* set unselected tab background color as desired */
	color: #000; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul#tabnav a:hover
{ /* settings for hover effect */
	background: #C8DBED;
}



/* because standard results don't expand the entire way, center some until I get more content here */
#results_display { margin-left: 75px; }

/* ebay */
/* couldn't get this to look right, so just dumping direct
#primary_ebay_results, #secondary_ebay_results
{
	background-color: #fff9d8;
	border: 1px solid #ffe8cd;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
*/

#secondary_ebay_results {
   margin-bottom: 2em;
}

.ebayText
{
	font-size: 1.5em;
}



/* ----------------- FOOTER ----------------- */

#footer
{
	clear:both;
	width:100%;
	margin-top: 2em;
	padding-top: 5px;
   border-top: 1px solid #ccc;
}

/* didn't look right on skinny homepage */
#homepage-footer
{  
   margin: 0 auto;
   width: 700px;
}


/* footer-links now styled in same place as header links since doing same */
p#footer-notice
{
   float: left;
   width: 70%;
   font-family: Cambria, Georgia, Serif;
   font-size: 1em;
}
p#footer-notice img
{
   float: left;
   margin: 15px;
}

#footer-logo { float: right; }
#footer-logo img { margin-right: 10px; }






