/*-----------------------------------------------------------------------------
	redprint-WP Theme v1
	By: Tom Martin & Jim Braithwaite (substrakt.co.uk)
-----------------------------------------------------------------------------*/

@font-face {
  font-family: "Museo";
  src: url(http://localhost/museo.otf) format("opentype");
/* Header type is the free weight http://new.myfonts.com/fonts/exljbris/museo/ */ 
}

html { background: #fef6d3 url('../images/mugshot.gif') fixed; }

body {  
	margin-bottom: 0;
	margin-top: 0;
	background: transparent url('../images/rssfoot.png') bottom left no-repeat; 
}

/* Blueprint width setting */
.container 	{ width: 820px; }			

#page {
	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: #505152; }
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; padding: 3px; }
ul 				{ margin-left: 15px; list-style-type: disc; }
ol				{ margin-left: 35px; }
label			{ font-weight: normal; }
textarea		{ height: 200px; width: 450px; border: 1px solid #CCCCCC; padding: 5px;}
.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: #424242;
 	letter-spacing: 0px;
	text-decoration: none;
}

#maincontent h2 		{ 
	color: #f96922;
	margin-bottom: 15px;
	font-family: "Museo", "VAG Rounded", "Helvetica Rounded", "Helvetica Rounded Lt Std", "Arial Rounded Medium", Calibri, Helvetica, Arial;
}


h2 a 					{
	color: #f96922;
	text-decoration: none;
	font-family: "Museo", "VAG Rounded", "Helvetica Rounded", "Helvetica Rounded Lt Std", "Arial Rounded Medium", Calibri, Helvetica, Arial;
	font-size: 26px;
}
h2 {
	font-family: "Museo", "VAG Rounded", "Helvetica Rounded", "Helvetica Rounded Lt Std", "Arial Rounded Medium", Calibri, Helvetica , Arial;
}
p.small {
	font-size: 1em;
	text-align: right;
}

#maincontent .post h2	{ margin-bottom: 5px; }
						/* Padding inside columns */
#maincontent .content 	{ 
	padding: 20px 20px 20px 20px;
	background: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}	


#maincontent h2 a {
-webkit-transition: color 0.3s ease-in;
}

#maincontent h2 a:hover {
	color: black;
}


.commentfoot {
	text-align: right;
}

.commentfoot a {
	background: url('../images/icons/comment.png') left center no-repeat;
	padding-left: 20px;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

.commentfoot a:hover {
	border-bottom: 1px solid black;
}



.navigation, 
.navigation a			{ color: #AAA; }

.alignright, 
.post img.alignright 			{ 
	float: right;
	-webkit-box-shadow: none;	
}
.alignleft,
.post img.alignleft 		{
	float: left;
	-webkit-box-shadow: none;
 }
.nextprev {
	background: #505152;
	clear: both;
	color: red;
	overflow: auto;
	padding: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.nextprev a {
	display: block;	
	color: white;
	text-decoration: none;
	padding: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #6C6E70;
}

.nextprev a:hover {
	background: #9D9FA1;
}

.post		{ margin-bottom: 25px; }

.post img {
	-webkit-box-shadow: 0px 2px 5px #323435;
	border: 1px solid #ccc;
	padding: 5px;
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.post object,
.post embed {
	-webkit-box-shadow: 0px 2px 5px #323435;
	display: block;
	margin: 0 auto;	
}



/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
	height: 250px;
	background:url('../images/header.gif') repeat-x top left;	
}

#header h1, #header .description {
	margin: 0;
	line-height: 1em;
}

#header h1 a {
	background: url('../images/bsmc.png') center left no-repeat ;
	display: block;
	text-decoration: none;
	height: 150px;
}
#header h1 a:hover, #header h1 a:visited {
	text-decoration: none;	
}

#header span {
	visibility: hidden;
}

#maincontent, #sidebar { padding: 0 0 20px 0; }


/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/

#nav {
	padding: 0;
	float: left;
	width: 100%;
	line-height: 1.5em;
	margin-top: 35px;
}

#nav ul,
#subnav ul		{ margin: 0; padding: 0; list-style: none; }

#nav li,
#subnav li		{ margin: 0; padding: 0; float: left; }


#nav li a,
#subnav li a 	{ 
				background: #404041; 
				color: white; 
				padding: 10px 25px;
				float: left;
				text-decoration: none;
				font-size: 1.5em;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				margin-right: 40px;				
}

#nav li.current_page_item a,
#nav li.current_page_item a:hover {
	background: #4f5153;
}
#nav li a:hover 	{ background: #404041; color: white; }


#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: white }

#header .logo {
	padding-top: 10px;
	display: block;
}

	/*-------------------------------------------------------------------------
		Navigation bar in posts (use main nav html inside a post)
	-------------------------------------------------------------------------*/

	.entry a {
		text-decoration: none;
		border-bottom: 1px dotted black;
	}
	
	.entry a:hover {
		border-bottom: 1px solid black;		
	}

	.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;}
	

/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/

#sidebar 	{ 
	margin-left: 8px; 
	background: #505152; 
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

#sidebar .summary {
	display: none;
}

#sidebar #rssbutton {
	width: auto;
	margin-left: 20px;
}

#sidebar h2 { 
	font-size: 1.3em;
	line-height: 1.2;
	padding-bottom: 10px;
	color: #f96922;
}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 25px 20px 0 20px;
	color: white;
}

#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;
	list-style: none;
	font-size: 1em;
}

#sidebar li#next,
#sidebar li#text-420210231 {
	background: #9ea0a2;
	padding: 5px;
	margin-top: -5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;	
	-moz-border-radius-bottomleft: 5px;	
	-moz-border-radius-bottomright: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5f61), to(#9ea0a2));
	-webkit-box-shadow: 0px 2px 5px #323435;
}


#sidebar li#text-420210231 h2,
#sidebar li#next h2 {
	color: white;
	margin: -10px;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: bold;
	background: #F47D1F;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

#sidebar li#text-420210231 a,
#sidebar li#next a {
	padding: 5px;
	padding-bottom: 0;
	padding-left: 20px;	
}

#sidebar li#next a:hover {

}

#sidebar li#text-420210231 a.url,
#sidebar li#next a.url {
	background:  url('../images/icons/accept.png') left center no-repeat
}

#sidebar li#next a.map {
	background:  url('../images/icons/map.png') left center no-repeat;
}

#sidebar form input {
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;	
	background: -webkit-gradient(linear, left top, left bottom, from(#c5cad3), to(white));
	width: 200px;
}
#sidebar #name {
	margin-bottom: 20px;	
}

#sidebar form input:focus {
	background: white;
}

#sidebar form input.submit {
	width: 50px;
	margin-top: 20px;
	margin-left: 160px;
}



#sidebar .info {
	margin: 10px 0px;
	text-align: right;
}

#sidebar a {
	color: white;
}

.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; }

#sidebar a[href ^="http://www.facebook"] {
  padding-left: 25px;
  background: url(http://static.ak.fbcdn.net/favicon.ico) no-repeat left;
}

#sidebar a[href ^="http://www.linkedin"] {
	padding-left: 25px;
	background: url(http://www.linkedin.com/favicon.ico) no-repeat left;	
}

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/


#footer { 
		text-align: left; 
		font-size: .9em;
		margin: 0;
		padding: 2em;
		background: #505152;
		clear: both;
		color: white;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;		
		}

#footer a 	{ 
		text-decoration: none; 
		color: white;
}

/*-----------------------------------------------------------------------------
	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
-----------------------------------------------------------------------------*/


ol.commentlist {
	list-style: none;
	margin: 0;
}

.commentlist .avatar {
	float: left;
	margin-right: 10px;
}
.commentlist li { 
	padding: 8px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
} 

.commentlist li .text {
	margin-left: 60px;
}

.comments-alt 	{ background: #f1f1f1}

#commentform textarea,
#commentform input {
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;	
	background: -webkit-gradient(linear, left top, left bottom, from(#d0d4d8), to(white));
}

#commentform textarea {
	background: -webkit-gradient(linear, left top, left bottom, from(#d0d4d8), to(white));	
}

#commentform #submit {
	padding: 10px;
}

#commentform textarea:focus,
#commentform input:focus {
	background: white;
	border-color: black;
}

