/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body {
	background: url(./images/page_body_repeat.jpg) repeat-y center #000000;
	font-family: Verdana, Arial, sans-serif;
}
#page {
	background: url(./images/page_wrapper_repeat.jpg) repeat-x #1D1D1D;
	padding: 0 .5em .5em;
}
#page .menu {
	display: none;
}
#header {
	border: 0;
	padding-top: 0;
	padding-bottom: 8px;
}
#header a img#logo, #featured {
	border: 0;
	margin: 0 0 8px 5px;
}
#featured {
	background: url("./images/featured_bg.jpg") no-repeat;
	height: 163px;
	margin-left: 15px;
	width: 920px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}
#featured .item {
	clear: none;
	float: left;
	margin: 15px 24px 10px;
	width: 100px;

}
#featured .item.first {
	margin-left: 40px !important;
}
#featured .item a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
#featured .item img {
	border: 1px solid #000;
	clear: both;
	float: left;
	width: 100px;
}
#featured .item p {
	clear: both;
	color: #FFF;
	float: left;
	font-size: 10px;
	line-height: 12px;
	margin: 5px 0 0;
	width: 100%;
}
.sidebar, .widget, li.widget .widget_box {
	background: transparent;
	border: 0;
}
#column_wrap {
	width: 75em;
}
#content {
	border-color: #4b4b4b;
	border-style: none solid;
	border-width: 0 1px;
}
#sidebar_1 .h3_container, #sidebar_1 ul, #sidebar_1 ul li {
	clear: both;
	float: left;
	width: 150px;
}
#sidebar_1 .h3_container {
	border-bottom: 1px solid #3c3d41;
	margin-bottom: 15px;
}
#sidebar_1 .h3_container h3 {
	clear: right;
	color: #32aefd;
	float: left;
	font-family: "Delicious";
	font-size: 15pt;
	font-weight: normal;
	font-variant:normal;
	margin-bottom: 4px;
	text-shadow: #32aefd 1px 1px 3px;
}
#sidebar_1 .h3_container img {
	clear: left;
	float: left;
	margin: 4px 8px 0 0;
}
#sidebar_1 h3.reviews_by_brand {
	background: url("./i/reviews_by_brand_bg.png") no-repeat;
}
#sidebar_1 ul.shadow {
	list-style: none;
	margin-bottom: 40px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}
#sidebar_1 ul.shadow li a {
	background: #181a1f;
	border-color: #3c3d41;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	color: #32aefd;
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding: 6px 6px 6px 8px;
}
#sidebar_1 ul.shadow li a:hover {
	background: #27282a;
	color: #51b9fb;
}
#sidebar_1 ul.shadow li a.first {
	border-top: 1px solid #3c3d41;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
#sidebar_1 ul.shadow li a.last {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;				
}
#sidebar_2 .search_container {
	clear: both;
	float: left;
	margin-bottom: 40px;
	width: 100%;
}
#sidebar_2 .search_container #s {
	clear: left;
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	padding: 4px;
	width: 110px;
}
#sidebar_2 .search_container #go {
	border: 0;
	clear: right;
	cursor: pointer;
	float: right;
	margin-top: -1px;
}

.headline_area h1, .headline_area h2 {
	font-family: "Delicious";
	font-size: 26pt;
}
.teaser h2 {
	font-family: "Delicious";
	font-size: 14pt;
}

#footer {
	background: url(./images/page_footer_bg.jpg) center bottom no-repeat;
	height: 120px;
}
#footer #links_container, #footer #copyright {
	clear: both;
	color: #32aefd;
	float: left;
	margin-top: 60px;
	width: 100%;
	text-align: center;
}
#footer #links_container a {
	border: 0;
	color: #32aefd;
	font-size: 18px;
	line-height: 20px;
	margin: 0 10px;
	text-decoration: none;
}
#footer #links_container a:hover {
	color: #51b9fb;
}
#footer #copyright {
	color: #FFF;
	font-size: 12px;
	margin-top: 20px;
}
#footer p {
	display: none;
}
.sidebar .ad_container {
	clear: both;
	float: left;
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
}
#disqus_thread {
	margin: 10px 20px;
}
.format_text.entry-content {
	border-bottom: 1px solid #3c3d41;
}
.format_text .to_comments {
	display: none;
}
.teasers_box {
	border-bottom: 1px solid #3c3d41;
}
.author.vcard a {
	border-bottom:1px solid #888888;
}
.amazon_product_ad {
	float: right;
	margin: 0 0 10px 10px;
}
.amazon_price_button {
	float: right;
	margin: 10px 0 10px 5px;
}
.amazon_price_button a {
	background: url("./images/check_prices_on_amazon.png") no-repeat;
	height: 71px;
	float: left;
	width: 219px;
}
.post_gallery_container {
	display: block;
	padding: 20px;
}
.post_gallery_container .title_container {
	font-size: 13px;
	padding: 10px 0 40px;
}
.post_gallery_container a img {
	max-width: 480px;
}

@font-face {
	font-family: "Delicious";
	src: url(./fonts/Delicious-Roman.otf) format("opentype");
}
 
@font-face {
	font-family: "Delicious";
	src: url(./fonts/Delicious-Italic.otf) format("opentype");
	font-style: italic;
}
 
@font-face {
	font-family: "Delicious";
	src: url(./fonts/Delicious-Bold.otf) format("opentype");
	font-weight: bold;
}
 
@font-face {
	font-family: "Delicious";
	src: url(./fonts/Delicious-BoldItalic.otf) format("opentype");
	font-weight: bold;
	font-style: italic;
}
 
