/*
	Style Index

	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	background:#3F3F3F;
	padding:8px 0 30px 0;
	font:12px "Lucida Grande", verdana, arial, sans-serif;
	color:#000;
	}

#container {
	width:881px;
	margin:0 auto;
	background:#f0f0f0;
	}


#header {
	width:552px;
	margin-bottom:15px;
	}

#content-container {
	width:866px;
	padding:15px 0 30px 15px;
	background:#f0f0f0 url(images/header-top-bg.png) no-repeat;
	}


#container-left {
	float:left;
	width:552px;
	}

#sidebar-right {
	text-align: center;
	float:right;
	width:306px;
	padding-top:30px;
	}


#footer {
	padding:10px;
	background:#f0f0f0 url(images/footer-bg.png) left bottom no-repeat;
	}

/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

#banner-header {
	width:881px;
	margin:0 auto;
	position:relative;
	height:101px;
	}

.banner-image {
	height:90px;
	width:728px;
	background:#6c6c6c;
	}

	.banner-image h1 {
		text-align:center;
		font:20px Arial, Helvetica, sans-serif;
		color:#ccc;
		line-height:90px;
		}

.on-sale-sticker {
	position:absolute;
	right:15px;
	bottom:-39px;
	height:121px;
	width:117px;
	}

html>body .on-sale-sticker {
	position:absolute;
	right:15px;
	bottom:-36px;
	height:121px;
	width:117px;
	}

.header-logo {
	display:block;
	width:387px;
	float:left;
	}

.header-right-nav {
	display:block;
	float:right;
	width:150px;
	}


	.header-right-nav li {
		padding:1px 0 1px 12px;
		background:url(images/header-right-li-bg.png) left 60% no-repeat;
		}

	.header-right-nav li a {
		font-size:10px;
		color:#000;
		}

	.header-right-nav li a:hover {
		text-decoration:underline;
		}


/*
	#header-nav ul {
		text-align:center;
		padding-top:10px;
		}

	#header-nav li {
		float:left;
		display:block;
		padding-right:2px;
		white-space:nowrap;
		}

	#header-nav li a {
		display:block;
		font-size:11px;
		color:#000;
		padding:4px 8px 4px 10px;
		}

	#header-nav li a:hover {
		color:white;
		background:url(images/header-nav-hover-bg.png) left 70% no-repeat;
		}

	#header-nav li:hover {
		color:white;
		background:url(images/header-nav-hover-right-bg.png) right 70% no-repeat;
		}*/


#slidetabsmenu {
	width:511px;
	height:43px;
	padding:0 0 0 20px;
	margin-bottom:20px;
	background:url(images/header-nav-bg.png) no-repeat;
	line-height:normal;
}

/* html #slidetabsmenu{ IE only. Add 1em spacing between menu and rest of content
margin-bottom: 1em;
}*/

#slidetabsmenu ul{
list-style-type: none;
margin:0;
padding-top:14px;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
margin:0 7px 0 0;
font-size:11px;
padding:0 0 0 10px;
text-decoration:none;
}


#slidetabsmenu a span {
float:left;
display:block;
padding:1px 10px 3px 0;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color:#fff;
}

#slidetabsmenu #current a {
background:url(images/header-nav-hover-bg.png) no-repeat left top;
}

#slidetabsmenu #current a span {
background:url(images/header-nav-hover-right-bg.png) no-repeat right top;
}

#slidetabsmenu a:hover {
background:url(images/header-nav-hover-bg.png) no-repeat left top;
}

#slidetabsmenu a:hover span {
background:url(images/header-nav-hover-right-bg.png) no-repeat right top;
}


/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

.banner-right-box {
	height:250px;
	width:300px;
	margin-bottom:15px;
	background:#6c6c6c;
	}

	.banner-right-box h1 {
		text-align:center;
		font:20px Arial, Helvetica, sans-serif;
		color:#ccc;
		line-height:300px;
		}

.img-margin {
	margin-bottom:10px;
	}

.recent-comments {
	text-align: left;
	padding:0 0 30px 0;
	background:url(images/recent-bottom.jpg) 0% 100% no-repeat;
	color:white;
	margin-bottom: 10px;
}
.recent-comments a {
	color: white;
}
.recent-comments a:hover {
	text-decoration: underline;
}

.recent-content {
	padding:50px 15px 0 15px;
	background:url(images/recent-top.jpg) no-repeat;
	font-size:10px;
	line-height:1.6;
	}

.recent-content p {
	margin: 0 5px 10px;
}

.read-more-comments {
	text-align:right;
	}

/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {

	}

a:hover {

	}


h1,h2,h3,h4,h5,h6 {

	}

.content h1 {
	font-size:24px;
	margin-bottom:15px;
	}


.content p {
	line-height:1.6;
	}


img {
	border:none;
	}

.content {
	margin-bottom:20px;
	}


.content-image {
	float:left;
	margin:0 10px 10px 0;
	padding:0 9px 10px 0;
	background:url(images/content-image-bg.png) no-repeat;
	}

	.comment-bar {
		width:512px;
		height:37px;
		line-height:37px;
		color:white;
		padding:0 20px;
		font-size:10px;
		background:url(images/comment-bar-bg.png) no-repeat;
		}

		.comment-bar a {
		color:white;
		}

		.comment-bar a:hover {
			text-decoration:underline;
			}

		.comment-left {
			float:left;
			width:50%;
			}

		.comment-right {
			float:left;
			width:50%;
			text-align:right;
			}

		.comment-right a {
			color:#FFFF00;
			}

p.previous {
	padding-left:15px;
	background:url(images/previous-link.png) left 50% no-repeat;
	}

p.previous a {
	color:#336E91;
	}

p.previous a:hover {
	text-decoration:underline;
	}

.ad-bar-bottom {
	text-align:center;
	margin-bottom:15px;
	}


.comment-ad-left {
	float:left;
	width:160px;
	}

	.comment-ad-left h1 {
		height:600px;
		color:#ccc;
		background:#6c6c6c;
		}

.comment-content {
	float:left;
	width:380px;
	}

.comment-box {
	font-size:11px;
	background:url(images/comment-bg-top.png) 0px 18px no-repeat;
	margin-bottom:20px;
	}

	.comment-author {
		padding:0 10px;
		margin-bottom:26px;
		color:#A5A5A5;
		}

	.comment-author span {
		color:#006284;
		font-weight:bold;
		}

	.comment-body {
		padding:0 20px 20px 20px;
		background:url(images/comment-body-bg.png) 0% 100% no-repeat;
		line-height:1.6;
		}


/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

.footer-content {
	padding:15px 0;
	text-align:center;
	border-top:1px solid #D4D4D4;
	font-size:10px;
	color:#666666;
	}

	.footer-content ul {
		margin-bottom:10px;
		}

	.footer-content li {
		display:inline;
		padding:0 6px;
		background:url(images/footer-li-bg.gif) right 50% no-repeat;
		}

	.footer-content li.last {
		background:none;
		}

	.footer-content a {
		color:#000;
		}

	.footer-content a:hover {
		text-decoration:underline;
		}

/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

H1 a 	{
	text-decoration:none;
	color:#000000;
}
H1 a:active {
	text-decoration:none;
	color:#000000;
}
H1 a:hover 	{
	text-decoration:none;
	color:#000000;
}
H1 a:visited 	{
	text-decoration:none;
	color:#000000;
}
H1 a:link 	{
	text-decoration:none;
	color:#000000;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */


.archive {
	margin-bottom:20px;
	color:#000000;
	}
	

.archive a {
	color:#000000;
	}

.archive a:hover {
	text-decoration:underline;
	}
	
.archiveheadline h1
{
	margin-bottom:20px;
	margin-top:10px;
	color:#000000;
	text-align:center;
}
.archiveheadline a {
	color:#000000;
	}

.archiveheadline a:hover {
	text-decoration:underline;
	}



