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

/* Global */

.custom h1, .custom h2, .custom h3 {font-weight: 700;}

.custom #header_area {background-color: #000000; height: 160px;}
.custom #header_area .page {position: relative;}
.custom #content_area.full_width {background-color: #eeeeff;}
.custom #content_area .page {background-color: #ffffff;}
.custom #footer_area {background-color: #000000; margin-bottom: 0;}

/*	WordPress image captioning */
.custom .format_text .alignleft { margin: 0 1.571em 1.571em 0; float: left; clear: left; }
.custom .format_text .alignright { margin: 0 0 1.571em 1.571em; float: right; clear: right; }
.custom .format_text .aligncenter { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
.custom .format_text .alignnone { display: block; margin: 0 auto 1.571em 0; clear: both; }
.custom .format_text .wp-caption { background-color: #F3F3F3; border: 0.071em solid #CCC; text-align: center; padding: 0.714em; }
.custom .format_text .wp-caption p { font-size: 0.786em; margin-bottom: 0; }


/* Header */
/* This line sets up our clickable background image based on the site title's link */

.custom #header {border: none; padding: 0; position: absolute; top: 35px; left: 15px;}
	.custom #header #logo a { display: block; height: 120px; width: 400px; background: url('images/diyninjas-header.jpg') no-repeat; outline: none; }
		.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
	.custom #header #tagline { height: 0; }
	
	/* Nav */
	.custom ul#new-nav {border: none; list-style-image: none; list-style-position: outside; list-style-type: none; float: right; display: inline; margin: 0; padding: 0; position: absolute; top: 50px;right: 0;}
	.custom ul#new-nav li {position: relative; float: right;}

		/* About */
		ul#new-nav a.portfolio1 {background: transparent url('images/nav/portfolio-nav.png') no-repeat; }
		ul#new-nav a.contact1 {background: transparent url('images/nav/contact-nav.png') no-repeat; }
		ul#new-nav a.services1 {background: transparent url('images/nav/services-nav.png') no-repeat; }
		
		ul#new-nav a.nav { display: block; width: 165px; height: 64px; background-position: -15px 0; text-indent: -9999px; outline: none; }
		
		ul#new-nav a.nav:hover, ul#new-nav a.current {background-position: -15px -64px;}



/* Promo */
.custom #promo {height: 380px; width: 960px; background: url('images/promo.jpg') no-repeat; outline: none;}
p.highlight {font-weight: 700; background:#FFFDCB none repeat scroll 0 0; border:3px solid #F2EC49; clear:both; margin:0 0 1.46667em; padding:1em 15px;}
/* [ ---=== Things to Hide ===--- ] */

	/* More From the Pros */
	.custom #more-masthead {width: 100%; height: 50px; background: url('images/masthead.png') scroll 15px 0 no-repeat; }

/*Sidebar */
	
	.custom #sidebars .sidebar h3 {
		background:#EEEEFF none repeat scroll 0 0;
		font-size:1em;
		font-variant:small-caps;
		letter-spacing:2px;
		line-height:30px;
		margin-bottom:0.615em;
		text-align:center;
		font-weight: normal;
	}
	
	/* Twitter */
	
	.custom #twitter {}
	.custom #twitter img {float:right;}
	.custom p.follow {
		background:transparent url(images/twitter.png) no-repeat scroll right top;
		font-size: 1em;
		line-height: 40px;
		font-style: italic;
		margin-top: -15px;
	}
	.custom p.follow a {
		text-decoration: none;
}
	.custom #twitter span {
	display:  block;
}
/* Footer */

	.custom #footer_area {
		height: 400px;
	}
	
	.custom #footer_area .page {
		background: none;
		border: none;
	}
	
	.custom #footer {
		border: none;
		background: url('images/fatfooter.png') scroll 0 20px no-repeat;
		padding-top: 60px;
	}
	
	.final_footer {
		padding-top: 10px;
		padding-right: 35px;
	}
	
		.custom #footer_1 {text-align:left; color:#ffffff;}
			.custom #footer_1 ul.sidebar_list li.widget {width:40%; float:left; color: #f1f1f1;}
				.custom #footer_1 ul.sidebar_list li.widget2 {margin-left: 160px;}
				.custom #footer_1 ul.sidebar_list li.widget h3 {color:#f1f1f1;}
				.custom #footer_1 ul.sidebar_list li.widget a {color:#ffffff; border-bottom:0;}
				.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#ffffff;}

/* Portfolio */
 ul.portfolio {
	font-size:0.714em;
	line-height:1em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 -1em;
}

ul.portfolio li {height: 280px; width: 225px; float: left; margin:10px;}
ul.portfolio li a img {
	background: #EEEEFF none repeat scroll 0 0;
	float:left;
	height:225px;
	padding:0.4em;
	width:225px;
}

	ul.portfolio li a:hover img, ul.portfolio li a:hover h3.caption {
		background:#F4F0DB none repeat scroll 0 0 ;
	}
	
	ul.portfolio li h3.caption {
		background: #EEEEFF none repeat scroll 0 0;
		float:left;
		height:18px;
		padding:0.4em;
		width:224px;
		margin-top: 10px;
		text-align: center;
	}
li.featured {margin-bottom: 0.95em;}
li.featured a img, li.featured h3 a {background: #EEEEFF; padding: 5px;}
li.featured a:hover img, li.featured a:hover h3, .custom #sidebars .sidebar a:hover h3.featured {background: #F4F0DB;}

div.footnotes {font-size: 0.8em;}
div.footnotedivider {border-top: 1px solid black; width: 50px; padding-bottom: 15px;}