/*
	Theme Name: SCR Studios
	Theme URI: http://www.scrstudios.com
	Description: The SCR Studios Theme for Steven C. Robertson's Blog.
	Version: 1.0
	Author: Steven C. Robertson
	Author URI: http://www.stevencrobertson.com/

*/

/*-------------------------- Main Part --------------------------*/

body {
	font-family: Verdana, Helvetica, Sans-Serif;
}

/*---------------------------- Misc ----------------------------*/

.alignright {
	float: right;
	margin:0 10px 0 0;

	}

.alignleft {
	float: left;
	margin:0 0 0 10px;
	}

.center {
	text-align: center;
	}

	
/*----------------------------- Post ----------------------------*/



/* This is the link at the bottom of a post which lets you go to the next or previous post */



.navigation a {
	padding:10px;
	text-decoration:none;
	}

.post {
	margin: 0 0 20px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

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

.sidebar{
	float: right;
	width: 235px;
	margin: 0 auto 5px auto;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	background: #333;
	border-top: 50x solid #ff0000;
	border-left: 1px dotted #FFCC00;
	border-bottom: 1px dotted #FFCC00;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0 10px 0 10px;
	font-size: 14px;
}

.sidebar ul li{
	padding: 5px 0 10px 5px;
}

.sidebar ul li h2{
	/* font-family: Georgia, Sans-serif; */
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	background: none;
	border-bottom: 1px dotted #FFCC00;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 20px;
	list-style: url(images/bullet.png);
}

.sidebar .syndication {
	width: 155px;
	height: 77px;
	position: relative;
}

.sidebar .syndication span{
	background: url(images/rss.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.sidebar a:link, a:visited{
	text-decoration: none;
	color:#FFCC00;
}

.sidebar a:hover{
	text-decoration: none;
	color: #ADDAE8;
}


table#wp-calendar{
	width: 100%;
}

#clock_ {
	width:290px;
	height:auto;
	float:left;
	font: 0.7em Verdana, Sans-Serif;
	margin-bottom: 20px;
}
#clock_img {
	width:24px;
	height:24px;
	float:left;
	/* background:url(images/clock.png); */
	background-repeat:no-repeat;
}



#sb-feed a { /* CSS for feeds on sidebar */
	margin: 0px 10px 0px 0px;
	display: block;
	background: url(images/feed-icon-12x12.gif) no-repeat 0px 1px;
	padding-left: 18px;
	height: 14px;
	text-decoration: none;
	}
	
#sb-feed p { /* CSS for feeds on sidebar */
	text-align: justify;
	}

#social a { /* CSS for feeds on sidebar */
	margin: 0px 10px 0px 0px;
	display: block;
	background: url(images/feed-icon-12x12.gif) no-repeat 0px 1px;
	padding-left: 18px;
	height: 14px;
	text-decoration: none;
	}

/*-------------------------- Content -------------------------*/

blockquote{
	margin: 10px 0px 0px 35px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #333333;
	border-left: 3px solid #999999;
	}

blockquote p, quote p {
	margin: 0px 0px 0px 0px;
	padding: 0px 45px 30px 0px;
	text-indent: 10px;
	color: #FEF7D4;
}

#contentmiddle {
	background: #000000;
	float: left;
	width: 680px;
        min-height: 520px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	border: 5px solid #2a2a2a;
}

#contentmiddle p img{
	
	border: 3px solid #fff;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
.photoBorder{
	border: 3px solid #fff;
	margin-right: 15px;
	margin-bottom: 10px;
}

#contentmiddle td img{

	border: 3px solid #fff;
	margin-right: 15px;
	margin-bottom: 10px;
}

#contentmiddle p img.gridLeftTop{
	
		margin: 20px 0px 20px 0px;
		margin: 20px;
		padding: 10px;
	
		text-align: center;
}



#contentmiddle p img.gridLeftBottom{
	
		margin: 20px 0px 20px 0px;
		margin: 20px;
		padding: 10px;
	
		text-align: center;
}

#contentmiddle p img.gridRightBottom{
	
		margin: 20px 0px 20px 0px;
		margin: 20px;
		padding: 10px;
	
		text-align: center;
}

#contentmiddle ul{
	list-style-type: square;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 15px 0px;
	}

#contentmiddle ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}

#contentmiddle ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}

#contentmiddle ul li a {
	color: #000000;
	text-decoration: none;
	}

#contentmiddle ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
	}

.contentdate {
	background: #FFFFFF url(images/date.png);
	float: left;
	width: 40px;
	height: 44px;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	}

.contentdate h3 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 0px 0px 8px;
	margin: 0px;
	text-transform: uppercase;
	}

.contentdate h4 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #999999;
	font-size: 21px;
	font-weight: bold;
	padding: 2px 3px 0px 0px;
	margin: 0px;
	text-align: center;
	}

.contenttitle {
	width: 650px;
	margin-left: 50px;
	padding: 0px;
	}

.contenttitle h1 {
	font-size: 110%;
	color: #FFD35F;	
}

.contenttitle h2 {
	font-size: 90%;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
}


.postinfo {
	background: #777;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 2px 0px;
	text-align: center;
}




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

.alt {
	background:#555;
	margin: 10px 0 10px 0;
	padding: 5px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#commentform {
	font-family: Verdana, Helvetica, Sans-Serif;
}

#commentform p {    /* Labels of comment input boxes */
	margin: 5px 0;
	font-size: 0.9em;
}

#commentform input {
	width: 300px;
	padding: 2px;
	margin: 1px 0px 1px 0px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.entry {

}

.nocomments {	
	color:#b0ac9e;
}

.postmetacomment {
	position:absolute;
	margin:0;
	}
	
.postmetacomment a {
	font:bold 0.65em Arial, Helvetica, Sans-serif;
	}

.pageh2, #respond, #comments, .h3search{
	margin-left:0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/*---------------------------- Polls ----------------------------*/

#polls { /* CSS for poll questions */
	font-size: 0.6em;

}
