/*
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/
*/

.custom {
	background: url(images/bg.jpg) top repeat-x #6FA296;
	margin: 0 auto;
}

.custom a {
	color:#44877c;
}

.custom #container {
	background: url(images/header.jpg) top center no-repeat;
	width:960px;
}

.custom #header {
	height:162px;
	width:100%;
	padding:0;
	border:none;
}

.custom #page {
	padding: 0 30px;
}

.custom #content_box {
	width:902px;
	background: #fff;
}

.custom #tabs {
	background:none;
	border:none;
	margin-left:400px;
	border:none;
	height:55px;
}

.custom #tabs li {
	background:none;
	border:none;
	line-height:25px;
}

.custom #tabs a {
	color: #fff;
	font-family:helvetica neue, helvetica, arial sans-serif;
	font-weight:bold;
	line-height:25px;
	letter-spacing:1px;
}

.custom #tabs a:hover {
	color:#C3DACE;
	text-decoration:none;
}

.custom #tabs .current_page_item a {
	color:#C3DACE;
}

.custom #home-wrapper {
	width:882px;
	padding:10px;
	margin:0 auto;
}

.custom #col {
	width:33%;
	float:left;
	padding: 20px 15px;
	font-size:11px;
}

.custom #col ul {
	margin: 0;
}
.custom #col li {
	padding: 5px 0;
	list-style:none;
}

.custom .post_name {
	font-size:14px;
	font-weight:bold;
}

.custom #col h2 {
	font-size:22px;
	font-family: "Bookman Old Style",Georgia,"Times New Roman",Times,serif;
	text-shadow:1px 1px 3px #71603D;
}

.custom #col p {
	font-size:14px;
	line-height:120%;
	margin:5px 0;
}

.custom #col h3 {
	font-size:18px;
	color:#4F4E34;
	font-family: "Bookman Old Style",Georgia,"Times New Roman",Times,serif;
	margin-top:15px;
	text-shadow:1px 1px 3px #71603D;
}

.custom #content {
	padding:0 20px;
	width:59.4em;
}

.custom #col .button {
	background:url(images/sidebar.jpg);
	padding:5px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#fff;
	text-shadow:1px 1px 2px #71603D;
	font-size:16px;
}


.custom #footer {
	border:none;
	color:#fff;
}

.custom #slide {
	background: url(images/slideshow.png) top left no-repeat;
	z-index:200;
	position:absolute;
	width:300px;
	height:40px;
}

.custom #sidebars h3 {
	background:url("images/sidebar.jpg") repeat scroll 0 0 transparent;
	border-bottom:1px solid #71603D;
	color:#FFFFFF;
	font-family:"Bookman Old Style",Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	padding:5px 10px;
	text-transform:none;
	font-variant:normal;
	letter-spacing:normal;
	text-shadow:2px 2px 4px #71603D;
}

.custom .format_text h2, .format_text h3 {
	border-bottom:1px solid #71603D;
	text-shadow:1px 1px 3px #71603D;
}
	


#d13slideshow{
		background-color:#000000;
		width:(WIDTH)px;
		height:(HEIGHT)px;
		margin:-19px 0 0 0; 
		padding:0px; }
	#d13nav{ margin:0px; padding:0px; }
	#navleft{
		z-index:200;
		position:absolute;
		width:15px;
		height:(HEIGHT-70)px;
		margin:0px; padding:0px; }
	#navright{
		z-index:201;
		position:absolute;
		width:15px;
		height:(HEIGHT-70)px;
		margin:0px; padding:0px;
		margin-left:(WIDTH-15)px; }
	#navleft a,
	#navright a{
		width:15px;
		height:(HEIGHT-70)px;
		display:block;
		background-color:#000000;
		filter:alpha(opacity=30);-moz-opacity:.3;opacity:.3;-khtml-opacity: 0.3;
		background-position:center center;
		background-repeat:no-repeat; }
	#navleft a{ background-image:url(left.gif); }
	#navright a{ background-image:url(right.gif);  }
	#navleft a:hover{ filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;-khtml-opacity: 0.6; }
	#navright a:hover{ filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;-khtml-opacity: 0.6; }
	#navleft a span,
	#navright a span{ display:none; }
	div.d13slide{
		padding:0px;
		margin:0px; }
	div.d13slide img{
		padding:0px;
		margin:0px; }
	div.d13fader{
		background-color:#FFF;
		filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;-khtml-opacity: 0.6;
		z-index:1;
		margin:-40px 0px 0px 0px;
		padding:0px; }
	div.d13fader h3{
		font-size:18px;
		padding:5px 20px;
		margin:0px;
		font-family: "Bookman Old Style",Georgia,"Times New Roman",Times,serif;
		text-shadow:1px 1px 0px #fff;}
	div.d13fader h3 a{ color:#43867B; }
	div.d13fader h3 a:hover{ color:#FFFFFF; }
	div.d13fader p{
		font-size:10px;
		font-weight:normal;
		padding:2px 4px 4px 4px;
		margin:0px;
		color:#CCCCCC; }
	div.d13fader p a{
		color:#CCCCCC; }
	div.d13fader p a:hover{
		color:#FFFFFF; }
</style>
	