/*-----------------------------------------------------------------------------
	Blueprint-WP Theme
	By: Joshua Sowin (fireandknowledge.org)
-----------------------------------------------------------------------------*/

html {
     overflow: -moz-scrollbars-vertical;
}

body 	{  margin-bottom: 0; margin-top: 0; background: #570A13;border-top:5px solid #000;}

/* Blueprint width setting */
.container 	{ width: 900px; }			

#page {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	float: left;
	margin-bottom: 20px;
}

blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	background: url('../images/quote.png') .5em top no-repeat;
}

a 				{ color: #3E4967; }
a:hover			{ color: #000; }
blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; }
p img			{ float: none; }
a.button 		{ float: left; } /* Fix for buttons */
input 			{ padding-left: 0; border: 1px solid #CCCCCC;  }
ul 				{ margin-left: 15px; list-style-type: none; }
ul li 			{ padding: 2px 0 2px 9px; background: url('../images/icons/bullet_square_grey.gif') left 5px no-repeat; }
ol				{ margin-left: 35px; }
label			{ font-weight: normal; }
textarea		{ height: 200px; width: 500px;}
.small			{ font-size: .9em; }
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }

h3, h3 a {
	font-size: 1.3em;
	line-height: 1.2;
	color: #3B4A25;
 	letter-spacing: 0px;
	text-decoration: none;
}

#maincontent h2 		{ color: #3B4A25; margin-bottom: 15px; }
h2 a 					{ color: #3B4A25; text-decoration: none; }
#maincontent .post h2	{ font-size:10pt; font-weight:bold; margin-bottom:5px; text-transform:uppercase; }
						/* Padding inside columns */
#maincontent .content 	{ padding: 25px 20px 20px 20px; }	
#maincontent .front-content 	{ margin: 25px 0 20px 0; padding: 0 20px 0 20px; width: 590px; float: left; }

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; }
.alignleft 				{ float: left; }

.post					{ margin-bottom: 25px; }

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
	height: 145px;
	width: 900px;
	background-image: url('../images/header.jpg');
}

#header h1, #header .description {
	padding-left: 50px;
	margin: 0;
	line-height: 1em;
}

#maincontent { padding: 10px 0 20px 0; }


/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/

#nav, #subnav	{ padding: 0; background: #c8c7c6; float: left; width: 100%; line-height: 1.5em; height: 50px; }

#nav ul,
#subnav ul		{ margin: 0; padding: 0; list-style: none; }

#nav li,
#subnav li		{ margin: 0; padding: 0; float: left; background-image: none; }

#nav li a,
#subnav li a 	{ color: #F2FFDF; padding: 5px 15px; float: left; text-decoration: none; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #485A2D; color: #F2FFDF; }

#subnav				{ background: #616161; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #F2FFDF; }

#nav li.first a { margin-left: 50px; }

	/*-------------------------------------------------------------------------
		Navigation bar in posts (use main nav html inside a post)
	-------------------------------------------------------------------------*/

	.entry #nav .content {
		padding: 0;
		margin: auto;
	}

	.entry #nav {
		margin-bottom: 15px;
		background: #FFF;

	}

	.entry #nav li a 		{ color: #FFF; border-right: 1px solid #AAA; background: #666; }
	.entry #nav li.last a	{ border-right: none; }
	.entry #nav li a:hover 	{ background: #333; color: #FFF;}
	

	.portfolio div.post {
		text-align:center;
	}
	
	.portfolio div.post img {
		width:150px;
		height:150px;
		margin-left: 24px;
		margin-right: 24px;
		margin-top: 0;
		margin-bottom: 0;
		border:1px solid #2f5d87;
	}
	
	.portfolio div.post a {
		text-decoration: none;
		text-align: center;
	}
		
	/*-------------------------------------------------------------------------
		Nav Sprites
	-------------------------------------------------------------------------*/
	
	#nav .content {
		position: relative;
		background: url('../images/menu.jpg');
		height: 35px;
	}
	
	#nav .content div  {
		margin: 0; 
		padding: 0;
		position: absolute; 
		top: 0;
	}
	
	#nav .content div , #nav .content a {
		height: 50px; 
		display: block;
	}
	
	#nav_home {left: 0px; width: 128px;}
	#nav_serv {left: 128px; width: 129px;}
	#nav_port {left: 257px; width: 130px;}
	#nav_blog {left: 387px; width: 129px;}
	#nav_proj {left: 516px; width: 130px;}
	#nav_abou {left: 646px; width: 129px;}
	#nav_cont {left: 775px; width: 124px;}
	
	#nav_home a:hover { background: transparent url('../images/menu.jpg') 0px -50px no-repeat; }
	#nav_serv a:hover { background: transparent url('../images/menu.jpg') -128px -50px no-repeat; }
	#nav_port a:hover { background: transparent url('../images/menu.jpg') -257px -50px no-repeat; }
	#nav_blog a:hover { background: transparent url('../images/menu.jpg') -387px -50px no-repeat; }
	#nav_proj a:hover { background: transparent url('../images/menu.jpg') -516px -50px no-repeat; }
	#nav_abou a:hover { background: transparent url('../images/menu.jpg') -646px -50px no-repeat; }
	#nav_cont a:hover { background: transparent url('../images/menu.jpg') -775px -50px no-repeat; }

	#nav .shadow {
		position: relative;
		background: url('../images/menu_shadow.jpg');
		height: 15px;
	}

/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/

#page 		{ background: #cbcbcc; /* fake bg */ }
#sidebar 	{ padding: 10px 0 20px 0; /* lets us have border */ }
#sidebar h2 { font-size:8pt; font-weight:bold; margin-bottom:5px; text-transform:uppercase; }


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 25px 20px 0 20px;
}

#sidebar ul li	{ padding: 0; }

#sidebar ul li ul { padding-top: 0; }

#sidebar ul li ul li {
	margin: 0 0 0 -18px;
	padding: 2px 0 2px 9px;
	background: url('../images/icons/bullet_square_grey.gif') left 3px no-repeat;
	font-size: 0.9em;
}

.feedlink {
	padding: 2px 0 2px 20px;
	background: url('../images/icons/feed_small.png') left center no-repeat;
}

#sidebar ul li, #sidebar ul li#subscribe ul li {
	list-style-type: none;
	background: none;
	margin-bottom: 20px;
}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

/* Hide search from sidebar */
#sidebar #search { display: none; }

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer 		{ text-align: center; font-size: .9em; margin: 0;color:#fff}

#footer a 		{ text-decoration: none;color:#eee; }

/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#search				{ float: right; }
#search #s 			{ background: transparent url('../images/icons/search_grey.gif') 0px center no-repeat;
 				  	  padding: 2px 0 2px 17px; width: 135px; color: #CCCCCC; font-size: 0.9em; margin-right: 20px;}
#search #s:hover 	{ color: #000; }
.search-excerpt 	{ margin: 0; }


/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #EEE;}

/*-----------------------------------------------------------------------------
	Recent Projects
-----------------------------------------------------------------------------*/

#recent-sites {
	height: 240px;
	width: 630px;
	margin-left: auto;
	margin-right: auto;
}

#recent-sites-header {
	height: 40px;
	width: 630px;
	background-image: url('../images/recent_sites.png');
}

#recent-sites #content {
	background: #CCCCCC;
	width:630px;
}

#recent-projects #content p img {
	margin: 0 0 0 0 !important;
}

#slide-wrap {
	float: right;
	height: 200px;
	width: 630px;
	position:relative;
	background-color: #CCCCCC;
	overflow:hidden;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height: 21px;
}

#slide-text {
	margin-left: 10px;
}

div#slide-holder{
	z-index:40;
	width:630;
	height:200px;
	position:absolute;
}

div#slide-holder div#slide-runner{
	width:630px;
	height:200px;
	overflow:hidden;
	position:absolute;
}

div#slide-holder img{
	margin:0;
	display:none;
	position:absolute;
}

div#slide-controls{
	position:absolute;
	left:0;
	bottom:10px;
	width:630px;
	height:40px;
	display:none;
	background:url(../images/slide-bg.png) 0 0;
}

div#slide-controls p.text{
	float:left;
	color: white;
	display:inline;
	font-size:10px;
	line-height:10px;
	margin:15px 0 0 20px;
	text-transform:uppercase;
}

div#slide-controls p#slide-nav{
	float:right;
	height:24px;
	display:inline;
	margin:11px 15px 0 0;
}

div#slide-controls p#slide-nav a{
	float:left;
	height:24px;
	width:24px;
	display:inline;
	font-size:11px;
	line-height:24px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	background-position:0 0;
	background-repeat:no-repeat;
	margin-left:10px;
	z-index: 30;
}

div#slide-controls p#slide-nav a.on{
	background-position:0 -24px;
}

div#slide-controls p#slide-nav a{background-image:url(../images/silde-nav.png);}


/*-----------------------------------------------------------------------------
	Tweets
-----------------------------------------------------------------------------*/

#tweets {
	width: 205px;
	padding-left: 10px;
	padding-bottom: 30px;
	float: right;
	margin-top: 20px;
}

#tweets-header {
	height: 86px;
	width: 194px;
	background-image: url('../images/ft_twitter.jpg');
}

#tweets #content {
	margin-top: 10px;
	/*width: 150px;*/
	width: 194px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#twitter-box {
	position: relative;
	float: left;
	width: 190px;
	margin-left: 0px;
	margin-right: 20px;
}

/*-----------------------------------------------------------------------------
	Recent Testimonies
-----------------------------------------------------------------------------*/

#recent-testimonies {
}

#recent-testimonies-header {
	height: 40px;
	width: 220px;
	background-image: url('../images/client_testimonials.jpg');
}

#recent-testimonies #content {
	background:#69C1D7;
	padding-left:10px;
	padding-right:10px;
	width:200px;
}

#recent-testimonies-footer {
	height: 8px;
	width: 220px;
	background-image: url('../images/sidebar_footer.jpg');
}

/*-----------------------------------------------------------------------------
	Recent Posts
-----------------------------------------------------------------------------*/

#recent-posts {
	margin-top: 20px;
}

#recent-posts-header {
	height: 40px;
	width: 220px;
	background-image: url('../images/recent_posts.jpg');
}

#recent-posts #content {
	background:#69C1D7;
	padding-left:10px;
	padding-right:10px;
	width:200px;
	overflow:hidden;
}

#recent-posts-footer {
	height: 8px;
	width: 220px;
	background-image: url('../images/sidebar_footer.jpg');
}

/*-----------------------------------------------------------------------------
	Read More
-----------------------------------------------------------------------------*/

#readmore {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bolder;
}
