/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

*
{
		margin: 0;
		padding: 0;
}

body
{
		margin: 30px 0;
		  background-image: url(/img/bggreydg.gif);
		font: normal 72.5% tahoma, arial, san-serif;
}

a
{
		color: #787880;
}

/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#wrapper
{
	width: 926px;
	margin: 0 auto;
	padding:10px;
	background-color: #fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CACDD4;
	border-bottom-color: #CACDD4;
	border-left-color: #CACDD4;
}

#leaderboard-ad
{
		width: 728px;
		height: 90px;
		background: #ccc;
		margin: 0 auto 10px;
}

#nav
{
		background: #292929 url(images/nav-bg.gif) repeat-x;
		color: #ddd;
		height: 34px;
		line-height: 34px;
		padding: 0 10px;
		margin: 0 0 10px;
}

#header
{
	height: 183px;
	width: 926px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CACDD4;
	border-right-color: #CACDD4;
	border-left-color: #CACDD4;
		padding:10px;
}

#header h1
{
		float: left;
		margin-left: 10px;
		width: 511px;
		padding-left: 25px;
		font: normal 2em/112px 'trebuchet ms', arial, san-serif;
}

#header h1 a
{
		color: #fff;
		text-decoration: none;
}

#header h1 a:hover
{
		text-decoration: underline;
}

#header h2
{
		float: left;
		width: 390px;
		text-align: center;
		color: #ccc;
		font: italic normal 1.5em/122px 'trebuchet ms';
}

#column1, #column2, #column3
{
		float: left;
		background: #eee;
		padding: 10px 0;
		margin: 0 0 10px;
}

#column1
{
		width: 496px;
		padding: 10px 25px 10px 25px;
		background: url(images/col1-bg.gif) no-repeat;
}

#column2
{
		width: 204px;
		padding: 10px;
		background: #f5f5f5 url(images/col2-bg.gif) no-repeat;
		margin-right: 10px;
		border-top: 10px solid #fff;
}

#column3
{
		width: 146px;
		text-align: center;
		border-top: 10px solid #fff;
		background: #eee url(images/col3-bg.gif) no-repeat;
		/*background: #eee;*/
}

#content-ad
{
		background: #aaa;
		width: 468px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin: 0 auto 10px;
}

#sidebar-ad
{
		width: 200px;
		height: 200px;
		line-height: 200px;
		text-align: center;
		margin: 0 auto 10px;
}

#skyscraper-ad
{
		width: 120px;
		height: 600px;
		line-height: 600px;
		text-align: center;
		margin: 0 auto 10px;
}


/*-------------------------------------------------
	POST STYLES
-------------------------------------------------*/

h2.pagetitle
{
		text-align: right;
		margin: 0 0 10px;
		padding: 0 0 3px;
		color: #999;
		font: bold 1.2em 'trebuchet ms';
}

.post
{
		line-height: 1.5em;
		margin: 0 0 20px;
		color: #292929;
		border-bottom: 6px double #eee;
		padding-bottom: 20px;
}

.post h2
{
		font: bold 1.8em 'trebuchet ms';
		margin: 0 0 5px;
}

.post h2 a
{
		color: #000;
		text-decoration: none;
}

.post h2 a:hover
{
		text-decoration: underline;
}

.post h3
{
		font: bold 1.3em 'trebuchet ms';
		margin: 0 0 10px;
}

.post h5
{
		font-size: 1em;
}

.post p
{
		margin: 0 0 5px;
}

.post ul, .post ol
{
		margin: 0 0 10px 20px;
}

.post ol li
{
		list-style: decimal;
}

.post li
{
		border-bottom: 1px solid #eee;
		padding: 4px 5px;
		list-style: square;
}

.post blockquote
{
		background: #f5f5f5;
		padding: 10px;
		margin: 0 20px 10px;
		border-bottom: 1px solid #dedede;
		border-right: 1px solid #dedede;
		color: #555;
}

.post strike
{
		color: #999;
}

.postmetadata
{
		clear: both;
		background: #fafafa;
		color: #999;
		padding: 5px;
		border-bottom: 1px solid #e9e9e9;
		font-size: 95%;
}

.post small.date
{
		float: left;
		border: 1px solid #ddd;
		margin: 10px 10px 0 0;
		width: 75px;
		font-family: 'trebuchet ms';
		font-weight: bold;
		text-align: center;
		line-height: 1em;
		color: #777;
		background: url(images/date-bg.gif) no-repeat;
}

.post span.month
{
		padding: 5px 0;
		display: block;
		font-size: 1.5em;
		color: #fff;
}

.post span.day
{
		font-size: 1.9em;
		display: block;
		padding: 7px 0 3px;
		color: #333;
}

.post span.year
{
		font-size: 1.2em;
		display: block;
		padding: 5px 0;
		color: #333;
}

.align-right
{
		float: right;
		margin-left: 5px;
		border: 2px solid #eee;
		padding: 3px;
}

.align-left
{
		float: left;
		margin-right: 5px;
		border: 2px solid #eee;
		padding: 3px;
}

.align-center
{
		display: block;
		margin: 0 auto;
		border: 2px solid #eee;
		padding: 3px;
}

/*-------------------------------------------------
	SIDEBAR STYLES
-------------------------------------------------*/

#sidebar h2
{
		font: normal 1.2em 'trebuchet ms';
		background: #e5e5e5 url(images/sidebar-h2-bg.gif) repeat-x;
		padding: 4px 5px;
		margin: 0 0 5px;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
}

#sidebar ul, #sidebar table, #sidebar form
{
		margin: 0 0 15px;
}

#sidebar table
{
		width: 204px;
}

#sidebar td
{
		text-align: center;
		border: 1px solid #ddd;
}

#sidebar ul li
{
		list-style: none;
}

#sidebar ul li ul
{
		margin-left: 20px;
}

#sidebar ul li ul li
{
		list-style: square;
		border-bottom: 1px solid #ddd;
		padding: 5px 5px 5px 5px;
		/*background: url(images/folder.gif) 0% 50% no-repeat;*/
}

#sidebar ul li ul li a
{
	text-decoration: none;
	color: #525280;
	font-size: 14px;
	font-weight: bold;
}

#sidebar ul li ul li a:hover
{
		text-decoration: underline;
		color: #787880;
			font-size: 14px;
	font-weight: bold;
}
#selected {
	font-size: 14px;
	font-weight: bold;
	background-color: #B9F7B9;
}

li.widget_search input
{
		font-size: 1em;
}

#sidebar ul li#pages ul li
{
		/*background: url(images/page.gif) 0% 50% no-repeat;*/
}

#sidebar ul li#archives ul li
{
		/*background: url(images/calendar.gif) 0% 50% no-repeat;*/
}

#sidebar ul li#links ul li
{
		/*background: url(images/link.gif) 0% 50% no-repeat;*/
}

#sidebar ul li#recent-comments ul li
{
		/*background: url(images/comment.gif) 0% 50% no-repeat;*/
}

li form br
{
		display: none;
}

#sidebar input#s
{
		background: #fff;
		border-top: 1px solid #d5d5d5;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #d5d5d5;
		padding: 3px 2px;
		width: 140px;
}

/*-------------------------------------------------
	COMMENT STYLES
-------------------------------------------------*/

h3.respond
{
		border-bottom: 1px solid #eee;
		margin: 0 0 10px;
		padding: 0 0 3px;
		font: normal 1.3em 'trebuchet ms';
}

input#author, input#email, input#url
{
		font-size: 1em;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		margin: 0 0 5px;
		padding: 2px;
}

textarea#comment
{
		width: 100%;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
		font-size: 1em;
		margin: 0 0 5px;
}

ol.commentlist li
{
		list-style: none;
		padding: 10px;
		margin: 0 0 5px;
}

ol.commentlist li.alt
{
		background: #f5f5f5;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
}

p.loggedin
{
		margin: 0 0 10px;
}
/* Start header tabs*/
#menubar{
	text-align: center;
	background-color: #B7C8DF;
	color: #6A727E;
	font:bold 12px trebuchet ms,arial,helvetica,sans-serif;
	border-top: 1px solid #000;
	padding-right:15px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

#menubar a {
	color: #6A727E;
	text-decoration: none;
}

#menubar a:hover {
	text-decoration: underline;
}

/*tabs */

div.tabArea {
  font-size: 80%;
  font-weight: bold;
}

a.tab {
	background-color: #B7C8DF;
	border: 1px solid #000000;
	border-bottom-width: 0px;
	padding: 6px 1em 6px 1em;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Century Gothic, Trebuchet MS, Helvetica,Arial,Geneva,sans-serif;	 	
	TEXT-TRANSFORM: uppercase;
	LETTER-SPACING: 1px;
	color: #666666;
}

a.tab, a.tab:visited {
  color: #808080;
}

a.tab:hover {
  background-color: #fff;
  color: #C1C7D8;
}

/* ********** [Start FOOTER] ********** */

#footerWrap {
	margin: 0px;
	padding: 10px;
	height: 96px;
	background-color: #4D515D;
	clear: both;
	left: 0px;
	bottom: 0px;
}

#footer {
	margin: 0px auto 0px auto; padding: 0px;
	height: 20px; width: 100%;
    font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
    text-align: center;
	letter-spacing:1px
}

a.footer {
	padding: 4px;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
    text-align: center;
	letter-spacing:1px;
	border-bottom: 1px dotted #666666;
}
#footerbar{
	background-color: #B7C8DF;
	height: 30px; 
	color: #6A727E;
	font:bold 14px trebuchet ms, arial, helvetica, sans-serif;
	border-top: 1px solid #000;
	padding:15px;
	border-bottom: 1px solid #000;
	text-align: center;
}

#tabfoot {
	font:bold 14px trebuchet ms, arial, helvetica, sans-serif;
	text-decoration:none;
	vertical-align:top;
}

a.tabfoot {
	background-color: #B7C8DF;
	padding: 5px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, Arial, Geneva, sans-serif;
	TEXT-TRANSFORM: uppercase;
	LETTER-SPACING: 1px;
	color: #666666;
	border-right: 1px dashed #000000;
	border-bottom-width: 0px;
}

a.tabfoot, a.tabfoot:visited {
  color: #808080;
}

a.tabfoot:hover {
	background-color: #F8F7CC;
	color: #666666;
	border-bottom: 1px dotted #666666;
}

/* ********** [END FOOTER] ********** */

#subnavbar{
	background-color: #F2F2F2;
	height: 30px; 
	color: #6A727E;
	font:bold 14px trebuchet ms, arial, helvetica, sans-serif;
	padding:5px;
	border-bottom: 1px solid #000;
	text-align: center;
	TEXT-TRANSFORM: uppercase;
}

#adsensewrap { background-color:#fff;
	height: 90px; 
	padding:5px;
	text-align: center;
}
.line {
	border-bottom: thin 1px solid #c7c7c7;
	margin-bottom:4px;
}

/* Auction stuff */
#products td {
	padding: 5px;
	}
tr.row1 {

    background-color: #ffffff;
	border-style: solid; 
	border-color: #dddddd; 
	border-width: 1px; 
	}
tr.row1:hover {
    background-color: #F7FFE9;
	border-style: solid; 
	border-color: #dddddd; 
	border-width: 1px; 
	}
tr.row0 {
    background-color: #E8F0FF;
	border-style: solid; 
	border-color: #dddddd; 
	border-width: 1px; 
	}
tr.row0:hover {
    background-color: #FBFFE8;
	border-style: solid; 
	border-color: #dddddd; 
	border-width: 1px; 
	}
.time {  
	font-size: 10pt;
	font-family: Arial;
	font-weight: ;
	color: #ff0000;
	} 	
	
.itemname A {
	font-size: 10pt;
	font-family: Arial;
	color: #6778B1;
	text-decoration: underline;
	}

.itemname a:hover {
	font-size: 10pt;
	font-family: Arial;
	color: #6778B1;
	text-decoration: none;
	}

.itemname a:visited {
	font-size: 10pt;
	font-family: Arial;
	color: #005c95;
	text-decoration: none;
	}

.bids {
	font-size: 10pt;
	font-family: Arial;
	font-weight: ;
	color: #000000;
	background-color: #FFFF66;
	} 
.price {  
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	} 

.buyprice {  
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	} 
	
	#navigation ul {
	text-align: left; 
	font-size: 14px; 
	padding: 5px;  
	list-style-type: none; 
	list-style-image: none;
	background-color: #dddddd; 

	}

#navigation li { 
	display: inline; 
	padding: 5px; 
	}

#navigation a { 
	color: #0000cc;
	text-decoration:underline;
	}

#viewmore {

	text-align: right;
	background-color: #ffffff
	}

#viewmore a {
	font-size: 10pt;
	font-family: Arial;
	color: #6778B1;
	}
#sortbox {
	width: 100%;
	background-color: ;
	border: 0px;
	border-style: solid;
	border-color: #dddddd;
	padding: 3px;
	}
subnavbar{
	background-color: #F2F2F2;
	height: 30px; 
	color: #000;
	font:bold 14px trebuchet ms, arial, helvetica, sans-serif;
	padding:5px;
	border-bottom: 1px solid #000;
	text-align: center;
	TEXT-TRANSFORM: uppercase;
}

#adsensewrap { background-color:#fff;
	height: 90px; 
	padding:5px;
	text-align: center;
}
.line {
	border-bottom: thin 1px solid #c7c7c7;
	margin-bottom:4px;
}

/* Search Box Start */

#search {

	padding: 12px;

	margin-top: 10px;

	background-color: #efefef;

	color: #333333;

	font-family: Arial;

	font-size: 12px;

	border-style: solid; 

	border-color: #dddddd; 

	border-width: 1px; 

	text-align: left;

	}



#search a {

	color: #0000ff;

	font-family: Arial;

	font-size: 12px;

	}



#search a:hover {

	color: #333333;

	font-family: Arial;

	font-size: 12px;

	}



.searchform {

	padding:0;

	margin:0;

	width:490px;

	}



#searchsubmit {

	padding: 2px;

	}



#search select {

	width: 200px;

	}

/* Search Box End */
/* ********** [Start FOOTER] ********** */

#footerWrap {
	margin: 0px;
	padding: 10px;
	height: 96px;
	background-color: #4D515D;
	clear: both;
	left: 0px;
	bottom: 0px;
}

#footer {
	margin: 0px auto 0px auto; padding: 0px;
	height: 20px; width: 100%;
    font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
    text-align: center;
	letter-spacing:1px
}

a.footer {
	padding: 4px;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
    text-align: center;
	letter-spacing:1px;
	border-bottom: 1px dotted #666666;
}
#footerbar{
	background-color: #6E7A8A;
	height: 30px; 
	color: #000;
	font:bold 14px trebuchet ms, arial, helvetica, sans-serif;
	border-top: 1px solid #000;
	padding:15px;
	border-bottom: 1px solid #000;
	text-align: center;
}

a.tabfoot {
	background-color: #6E7A8A;
	padding: 5px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica,Arial,Geneva,sans-serif;
	TEXT-TRANSFORM: uppercase;
	LETTER-SPACING: 1px;
	color: #666666;
	border-right: 1px dashed #000000;
	border-bottom-width: 0px;
}

a.tabfoot, a.tabfoot:visited {
  color: #F7E472;
  text-decoration: none;
  
}

a.tabfoot:hover {
	background-color: #F8F7CC;
	color: #666666;
	border-bottom: 1px dotted #666666;
}

/* ********** [END FOOTER] ********** */