/*
Name:			Wasabi 1.0 (Light) for Thesis
Description:	An Asian flavored skin designed by: Greg Rickaby & the lovely Jamie Varon @ ThesisThemes.net
Instructions: 	Never edit layout.css or style.css - ONLY EDIT THIS FILE: custom.css!!!
*/

/* WIPE THESIS CLEAN */

.custom ul#tabs {
	border:none;
}
.custom ul#tabs li {
	background:none;
	border:none;
}
.custom #header {
	border-bottom:none;
}
.custom #content_box {
	background:none;
}
.custom #footer {
	border-top:none;
}

/* BODY COLOR, LINKS, BACKGROUND */

body {
	background-color: #fff;
	background-image: url(images/wasabi-background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color:#000;
}

.custom a {
	color: #ff;
	text-decoration: none;
}

.custom h2 a {
	color: #000;
}

.custom a:hover {
	text-decoration: none;
}
.custom h2 a:hover {
	color: #ccc;
}

/* DA HEADER AND NAVIGATION */

.custom #header_area .page {
	padding-top:0;
}
.custom #header #logo a {
	color:#000;
	font-size:1.5em;
}
.custom #header #tagline {
	color:#000;
	font-weight:bold;
	text-transform:lowercase;
}
.custom #header_area ul#tabs {
	background:#000;
	padding:0.75em 0.5em;
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-top-right-radius:7px;
	-webkit-border-top-left-radius:7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #610403;
	border-right-color: #610403;
	border-left-color: #610403;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
}
.custom #header_area ul#tabs li a {
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:0px;
	text-transform:none;
}
.custom #header_area ul#tabs li.current_page_item a {
	color:#be032a;
}
.custom #header_area ul#tabs li.rss a {
	display:none;
}
.custom #header_area form {
	float:right;
	margin: -3.4em 1em 0 0;
}
.custom #header_area form input {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#0F1012 url(images/wasabi-search_icon.png) no-repeat scroll right center;
	border:1px solid #660000;
	color:#FFFFFF;
	font-size:1.3em;
	font-weight:normal;
	padding:0.3em 7em 0.3em 0.3em;
}

/* CONTENT BOX */

.custom #wasabi_content_home {
	width: 38em;
	float: left;
}
.custom #content_box, #content {
	background-image: url(images/wasabi-content-back.png);
	background-repeat: repeat-y;
}
.custom .headline_area h1, .custom .headline_area h2 {
	font-weight:bold;
}
.custom #wasabi_content_home .post_box img {
	margin-bottom: 1.6em;
}

/* SSSSSIDEBARS */

.custom #image_box {
	background:none;
	border-bottom:none;
	margin-top:2.2em;
}
.custom #custom_box {
	width:290px;
	background:none;
	border-bottom:none;
	margin-top:2.2em;
	margin-right:1.1em;
	overflow:auto;	
}
.custom #custom_box h3 {
	font-size:2.2em;
	font-weight:bold;
	line-height: 1.385em;
	margin-bottom: 0.615em;
}
.custom #custom_box #sidebar-sponsors h3{
	background-attachment: scroll;
	background-image: url(images/wasabi-sponsor-sidebar.png);
	background-repeat: no-repeat;
	height: 38px;
	text-indent: -9999px;
	background-position: center;
}
.custom #custom_box #sidebar-social h3{
	background-attachment: scroll;
	background-image: url(images/wasabi-social-sidebar.png);
	background-repeat: no-repeat;
	height: 38px;
	text-indent: -9999px;
}
.custom #custom_box ul#sponsors {
	list-style:none;
	height:125px;
	margin-bottom: 2.769em;
	padding-bottom: 120px;
}
.custom #custom_box ul#sponsors li {
	height:125px;
	width:125px;
	float:left;
	margin:0 9px 10px 9px;		
}
.custom #custom_box ul#social {
	list-style:none;
	height:50px;
	margin-bottom: 2.769em;
}
.custom #custom_box ul#social li {
	height:50px;
	width:50px;
	float:left;
	margin:0 3px 10px 9px;
}
.custom #wasabi_sidebars_home h3 {
	font-size:2.2em;
	font-weight:bold;
	line-height: 1.385em;
	margin-bottom: 0.615em;
}
.custom #wasabi_sidebars_home ul#sponsors li.last {
	padding-right:none;
}
.custom #wasabi_sidebars_home ul#social li.last {
	padding-right:none;
}

/* YE OLD FOOTER */

.custom #footer_area .page {
	padding-bottom:6em;
}
.custom #footer {
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	background:#000;
	color:#fff;
	font-size:1.4em;
	overflow:auto;
	padding:0.75em 0.5em;
}
.custom #footer p {
	font-weight:bold;
}
.custom #footer a {
	border:none;
	color:#fff;
}
/* Thanks for shopping @ ThesisThemes.net! Peace-out homies */