/*
Theme Name: Blank 2-Column R-S
Theme URI: http://example.com
Description: A Blank Wordpress theme with right sidebar
Author: Your Name
Author URI: http://example.com
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;margin-bottom:22px;}
h3 {font-size: 10pt; margin-top:20px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#000;
	text-decoration:none;
	border: none;
	}

a:hover{color:#4E89C3;text-decoration: none; border: none;}



/* container */


#container {
	width: 960px;
	margin: 0 auto;
	color:#333;
	background-color: #fff;
	background-image: url(/wp-content/themes/blank2R/images/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	}
.body_bg {
	background-color: #000;
	background-image: url(/wp-content/themes/blank2R/images/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left:1px;
}
	
/* header */

#header {
	width: 100%;
	color: #fff;
	height: 155px;
	margin:0 auto;
	background-color: #000;
	background-image: url(/wp-content/themes/blank2R/images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	
	
#feature_pic{
	background-image:url(/wp-content/themes/blank2R/images/feature_pic.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	width:100%;
	height:252px;
	margin-left:1px;
}

#header h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #404040;
	letter-spacing: -1px;
	margin: 0;	
	padding: 0 0 0 18px;	
	}

/* main menu */

/* Menu Body */

/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}


#menuwrap {
	width:960px;
	height:155px;
	margin:0 auto;
	position:relative;
}
	ul#menu {
	width:385px;
	height:37px;
	list-style:none;
	padding-top:118px;
	margin-top: 0;
	margin-right: 75px;
	margin-bottom: 0;
	margin-left: auto;
	positrion:absolute;
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
		vertical-align: bottom;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background:url(/wp-content/themes/blank2R/images/sprite.jpg) no-repeat scroll top left;
		display:block;
		height:37px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.home {
		width:126px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.services {
		width:127px;
		background-position:-126px 0px;
	}
	ul#menu li a.contact {
		width:127px;
		background-position:-252px 0px;
	}
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(/wp-content/themes/blank2R/images/sprite.jpg) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menu li a.home span {
		background-position:0px -37px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.services span {
		background-position:-126px -37px;
	}
	
		ul#menu li a.contact span {
		background-position:-252px -37px;
	}


/* content */


#content {
	float: left;
	width: 460px;
	}	
#services_content{
	float: left;
	width: 460px;
	}	

.post {
	margin:0;
	padding:59px;
	line-height: 14pt;
	padding-right:10px;
	padding-top:40px;
	padding-bottom:15px;
	}
.post table {padding:10px 0 10px 0;}
	
.post h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #244363;
	letter-spacing:-1px;
	}
	.post img{padding:6px 6px 0 0;}
	
.post h2 a{
	color: #244363;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #244363;
	text-decoration: none;
	}
.post h4{margin-top:20px;}
.post h4 a{text-decoration:none;}
.post h4 a:hover{text-decoration:none;}
	
.post h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #376797;
	margin-top:20px;
	margin-bottom:0;
	letter-spacing:-1px;
	}
	
.post h3 a{
	color: #376797;
	text-decoration: none;
	}
	
.post h3 a:hover{
	color: #376797;
	text-decoration: none;
	}
	
.post p{}

.post a{text-decoration:underline;}
.post a:hover{text-decoration:none;}

.post ul {padding-left:25px;padding-top:15px;}

.post li {}

.entry p{margin:14px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

/* sidebar */

#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 430px;
	float:right;
	margin: 0;
	padding: 59px;
	padding-left:0;
	padding-right:30px;
	line-height:14pt;
	padding-top:40px;
	padding-bottom:15px;
	}
#services_sidebar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 420px;
	float:right;
	margin: 0;
	padding: 59px;
	padding-left:0;
	padding-right:30px;
	line-height:14pt;
	padding-top:40px;
	padding-bottom:15px;
	}
	
	
	
#services_sidebar h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #244363;
	letter-spacing:-1px;
}

#services_sidebar p {margin:0; padding: 5px 0 5px 0;}

#services_sidebar img {padding: 0; margin: 0;}

#services_sidebar ul {
	margin:0;
	padding:0;
	list-style-type: none;
	}

#services_sidebar ul li {
	margin: 0;
	padding: 3px;
	line-height: 14pt;
	list-style-type: none;
	}

#services_sidebar ul ul {
	margin: 0;
	padding: 0;
}

#services_sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#services_sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#services_sidebar ul ul ul li{
	padding: 0;
	list-style-type: square;
	color: #898989;
}
	
	
	
	


#sidebar h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #244363;
	letter-spacing:-1px;
}

#sidebar p {margin:0; padding: 0 0 3px 0;margin-top:16px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:10px 0 16px 16px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0 0 3px 0;
	line-height: 14pt;
	}

#sidebar ul ul {
	margin: 0;
	padding: 0;
}

#sidebar ul ul li {
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	clear: both;
	width: 960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000;
	background-image: url(/wp-content/themes/blank2R/images/footer_background.jpg);
	background-repeat: no-repeat;
	height:392px;
	padding:65px 0 0 0;
	line-height:17px;
	}
#footer h2 {font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #244363;margin-bottom:0;letter-spacing:-1px;}
#footer p{
	padding:15px 0 0 0;
	margin: 0;
	color: #333333;
}
#footer td{padding:0 0 0 60px;}
#footer a{color: #000;text-decoration: none;}
#footer a:hover{color: #4E89C3;text-decoration: none;}

.credits {
	padding:0;
	margin:0;
	text-align:center;
	color:#9EC4D8;
	padding-top:58px;
	font-size:10px;
}
#screenshot{
	position:absolute;
	background:#070707;
	padding:20px;
	display:none;
	color:#fff;
	font-size:11px;
	border:1px solid #88BCF6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center !important;
	}
	p#screenshot {padding:15px !important;text-align:center !important;}
	
.slideshow-widget {border:2px solid #333;background:#333;}
.homethumb {margin:0 3px 3px 0;}
img.homethumb {border:1px solid #666;padding:0;}