/*
Theme Name: Blank 2 Column - Left Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready, blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#FFFFFF;
	font-family: arial, tahoma, sans-serif;
	font-size: 9pt;
	margin:20px 0 0 0;
	}
	



h1 {font-size: 18pt;}
h2 {font-size: 14pt;
    font: arial, sans-serif;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
	
td {
	vertical-align: top;
}
	
#dj_pic {
	height: 241px;
	width: 160px;
	background: url(./images/dj_pic.jpg) no-repeat;
	border: 1px solid #cc0033;
	margin-bottom: 10px;
}

#linked_in {
	cursor: pointer;
	float: left;
	height: 32px;
	width: 79px;
	background: url(./images/linked_in.jpg) no-repeat;
}

#biznik {
	cursor: pointer;
	float:right;
	height: 32px;
	width: 74px;
	background: url(./images/biznik.jpg) no-repeat;
}

#djb_bio_link {
	position:absolute;
	top: 225px;
	left: 212px;
	font-weight: bold;
	font-size: 13px;
}

#consultants_bio_link {
	position:absolute;
	top: 225px;
	left: 362px;
	font-weight: bold;
	font-size: 13px;
}

#port1 {
	height: 289px;
	width: 340px;
	background: url(./images/port1.jpg) no-repeat;
	border: 1px solid #cc0033;
}

#subNav{
	position:absolute;
	top: 235px;
	left: 213px;
	font-size: 13px;
}
#subNav a{color:#CC0033;font-weight:bold;}
#subNav ul,#subNav ul li{list-style-type:none;list-style:none;list-position:inside;margin:0;padding:0;display:inline;}
#subNav ul li{padding:0 30px 0 0;}


/* links */

a{
	color:#cc0033;
	text-decoration:none;
	}

a:hover{text-decoration: none;}



/* container */


#container {
	width: 877px;
	margin: 0 auto;
	padding:0;
	background:#ffffff;
	color:#333;
	overflow: hidden;
	position: relative;
	}
	
/* header */

#header {
	background:#FFFFFF;
  	width: 150px; 
  	height: 150px;
	color: #000000; 
        float: right;
	}

#header img {
        float: right;
}

#header h1{
	font:normal 20pt arial, tahoma, sans-serif;
	padding:10px 0 0 0px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt arial, tahoma, sans-serif;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}



/* subhead */

#subhead {
	background:#FFFFFF;
	font-family: arial, tahoma, sans-serif;
	font-size: 12pt;
    font-weight: bold;
    float: right;
	width:877px; 
	height:82px;
	overflow:hidden;
	margin-bottom: -10px;
}

#subhead img {
    float: right;
}


#subhead ul {
	margin:0;
	padding:0;
}

#subhead ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#subhead ul li a {
	padding:4px 10px;
	margin: 0;
	color: #000000;
        text-transform: uppercase;
	display:block;
}

#subhead ul li a:hover {
	background: #fff;
	color:#cc0033;
        text-transform: uppercase;
}


/* main menu */


#menu {
	position:absolute;
	left: 79px;
	background:#FFFFFF;
	font-family: arial, tahoma, sans-serif;
	font-size: 14px;
        font-weight: bold;
	width:100px; 
	overflow: visible;
	text-transform: uppercase;
}

#menu_line {
height: 61px;
width: 92px;
background-image: url(./images/menu_line.jpg);
background-repeat: no-repeat;
background-position: right;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
        text-transform: uppercase;
	display:block;
	font-weight: bold;
}

#menu ul li a:hover {

}

/* HOME */
.page-item-3 a{
	margin-left: 80px;
	color: #cc0033;
	text-align: left;
}

/* BIO */
.page-item-7 a{
	color: #cc0033;
	text-align: right;
}

/* PORTFOLIO */
.page-item-9 a{
	margin-left: 80px;
	color: #cc0033;
	text-align: left;
}

/* CONTACT */
.page-item-11 a{
	color: #cc0033;
	text-align: right;
}

/* content */


#content {
	float: right;
	width:660px;
	overflow: hidden;
	margin: 0 28px 14px 14px;
	padding:30px 0 0 18px;
	border-left: 1px solid #ddd;
	}	

#contact {
	float: right;
	width:660px;
	overflow: hidden;
	margin: 0 28px 14px 14px;
	padding-left: 18px;
	padding-top: 20px;
	border-left: 1px solid #ddd;
	}
	
#contact_side {
	position: absolute;
	height: 439px;
	width: 120px;
	top: 243px;
	left: 665px;
	background-image: url(./images/contact_side.jpg);
}
	
#send {
	width: 415px;
	text-align: right;
	margin: 5px 0 0 0;
	padding:0;
}
	
.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
#post-3 {margin-top:-25px;}
#post-7 {padding-top:0;}
	
.post h2{
	margin:9px 0;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.entry ul {
list-style-image: url(./images/bullet.gif);
list-style-position: inside;
}

.entry img {
border: 1px solid #ff3333;
padding: 0;
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: arial, tahoma, sans-serif;
	font-size: 13px;
	width:155px;
	float:left;
	margin:0;
	padding:43px 0 0;
	text-align: right;
	color:black;
	}

.side_djb a {
	font-weight: normal;
	color: #666666;
}*/

#sidebar h2{
	font: normal 11pt arial, tahoma, sans-serif;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font: normal 11pt arial, tahoma, sans-serif;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
margin:0 12px 12px 12px;
padding:0;
list-style: none;
list-style-position: inside;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* CURRENT SELECTED PAGE */
.current_page_item a {
color:black;
}

.current_page_parent a {
color:black;
}

.current_page_ancestor a {
color:black;
}

.side_djb_current_page_item a {
color:#333;
font-weight: bold;
}

/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#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;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit, #name, #subject, #address{
	background: #fff;
	font-family: arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
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, 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:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 18px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
background:#cc0033;
color: #eee; 
clear: both;
width: auto;
height: 20px;
padding: 5px 0 0 50%;
position: relative;
text-transform: uppercase;
font-size: 13px;
font-family: Helvetica, Arial, sans-serif;
text-align: left;
}

#footer ul {
margin-left: -260px;
text-align: left;
}

#footer ul li {
list-style-type: none;
display: inline; 
margin-right: 100px;
text-align: left;
}

#footer a{color: #ffffff;text-decoration: none;text-align: left;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;text-align: left;}

.footer_spacer {
margin: 0 10px 0 10px;
}

#copy_info {
text-align: center;
font-size: 11px;
color:#cc0033;
margin-bottom: 40px;
margin-top: 2px;
}

