/* CSS Document */

* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	/*border: 0;*/
}

body, html {
	color: #000; 
	font: .95em arial, sans-serif;
        background: url('/themes/dh/_img/carbon_fiber_bg.jpg');
	background-color: #000;
	min-height: 100%; 
        min-width: 1228px;
}

p {
	padding: 7px 0 7px 0;
}

a {
    color: blue;
	text-decoration: none;
	outline: none !important;   
}

a img {
    border: none;	
}

#contentWrap a {
	
}

a:hover {
    color: #cc0000;
    background-color: transparent;
    text-decoration: none;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
text-align: center;
}


h1 a, #header h2{
color: blue;
}

.clear { clear: both; }

#mainContainerWrap {
margin: 0 40px 0 40px;
min-height: 300px;
	}
	
#mainContainer {
min-height: 500px;
background: url('/themes/dh/_img/blog-doug.jpg');
background-repeat: no-repeat;
background-color: #000;
margin-left: auto;
margin-right: auto;
max-width: 1280px;
}

* html #mainContainer {
	height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}



/**************************
HEADER
**************************/
#headerWrap {
	padding: 0;
	color: white;
	display: inline-block;
	width: 100%;
}

#header {
	background: transparent;
	padding: 0;		
	display: inline-block;
	height: 173px;	
	width: 100%;
	text-align: center;	
}

#headerLogo {	
	background-repeat: no-repeat;
}

#dougArm {
	position: absolute;
	margin-top: 90px;
	margin-left: -140px;
}

/*************************
MAIN NAV BAR
**************************/
.navbar {	
	z-index: 5000;
	width: 500px; /* width of 3 link images */
	min-height: 40px;
	list-style: none;
	margin-left: auto;
	margin-right: auto;	
	padding-left: 450px;
	padding-top: 18px;
}

.navbar ul {
	list-style-type: none;
}

.navbar li {
	float: left;
}

.navbar a {
	display: block;
	height: 0;
	padding-top: 40px;
	line-height: 0;
	text-indent: -4000px;
	background-repeat: no-repeat;
	text-decoration: none;		
}

li.home, li.home a {
	width: 96px;
	background: url('/themes/dh/_img/home.png');
}

li.bio, li.bio a {
	width: 43px;
	background: url('/themes/dh/_img/bio.png');
}

li.blog, li.blog a {
	width: 57px;
	background: url('/themes/dh/_img/blog.png');
}

li.pictures, li.pictures a {
	width: 50px;
	background: url('/themes/dh/_img/pics.png');
}

li.video, li.video a {
	width: 64px;
	background: url('/themes/dh/_img/video.png');
}

li.resume, li.resume a {
	width: 83px;
	background: url('/themes/dh/_img/resume.png');
}

li.contact, li.contact a {
	width: 103px;
	background: url('/themes/dh/_img/contact.png');
}

.navbar li {
	background-position: 0px -40px;
	background-repeat: no-repeat;
}

.navbar a:hover {
	padding-top: 40px;
	background: none;
}

/*** body class=" " to change navbar for each page  ***/
.home .navbar li.home a,
.bio .navbar li.bio a,
.blog .navbar li.blog a,
.video .navbar li.video a,
.resume .navbar li.resume a,
.pictures .navbar li.pictures a,
.contact .navbar li.contact a {
	padding-top: 40px;
	background: none;
}

/************************************************
*	Navbar Blog  									*
************************************************/

#navbarBlog {
	background: transparent;
	width: 100%;
	height: 30px;
	color: transparent;
	/*margin: 0px auto 0px;*/
	padding: 0px 0px 0px 0px;
	}
	
#navbarLeft {	
	height: 30px;
	float: left;
	margin: 0px;
	padding: 0 0 0 225px;
	}
	
#navbarRight {	
	height: 30px;	
	margin: 0px 0px 0 0;
	padding: 3px 10px 0 0;
	text-align: right;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: #FFFFFF;
	display: block;
    font-weight: bold;
    margin: 0px 20px 0px 0px;
	padding: 8px 10px 7px 10px;
	}
	
#nav a:hover {
	background: #cccccc;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    margin: 0px 20px 0px 0px;
	padding: 8px 10px 7px 10px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #666666;
	color: #FFFFFF;
	width: 140px;
	float: none;
	margin: 0px;
	padding: 6px 10px 5px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #666666;
	color: #FFFFFF;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
border-left: 220px solid transparent; /*** This is the width and the color for our left column ***/
border-right: 220px solid transparent; /*** This is the width and the color for our right column ***/
}

* html .outer {
/*** No need for hacking IE on this layout ***/
}

.inner {
width: 100%; 
}

* html .inner {
/*** No need for hacking IE on this layout ***/
}

/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/
.floatWrap {
float: left;
width: 100%;
margin-left: -220px; /*** Same length as .outer border-left but with negative value ***/
}

* html .floatWrap {
/*** No need for hacking IE on this layout ***/
}

#content {
float: right;
background: transparent;
margin-right: -220px;  /*** Same length as .outer border-left but with negative value ***/
width: 100%;
}

.home #content {
font-size: 120%;
}

* html #content {
position: relative;
}

.contentWrap{
padding: 5px 20px 5px 0px;

}

.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}

.contentWrap li {
padding-bottom: 2px;
}

.box { 
  background: #FFFFFF; 
}
.boxtop { 
  background: url(/themes/dh/_img/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(/themes/dh/_img/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(/themes/dh/_img/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(/themes/dh/_img/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

.table-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-collapse: collapse;  
}

.date {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #999999;
	}
	
.postmeta {
	width: 500px;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
	border-top: 1px dotted #999999;
	}

blockquote {
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #4A7EB8;
	}
	
#content blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
background: transparent;
width: 210px;
min-height: 650px;
padding: 5px;
}

* html #left {
position: relative;  /*** IE needs this  ***/
height: 250px;
}

#left ul {
list-style: none;
padding-bottom: 4px;
}

#left li {
padding-bottom: 2px;
}

#l_sidebar {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	line-height: 18px;
	}
	
#l_sidebarwidgeted {
	background-color: white;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;	
	}
	
#l_sidebarwidgeted a {
	color: #cc0000;	
	}
	
#l_sidebarwidgeted a:hover {
	color: blue;	
	}
	
#l_sidebar h2 {
	background: #444444;
	color: #FFFFFF;
	font-size: 11px;	
	font-weight: bold;
	min-height: 25px;
	text-transform: uppercase;
	margin: 0px 0px 5px -5px;
	padding: 5px 0px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;	
	}
	
#l_sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#l_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#l_sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	}

#l_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#space {
	background: transparent;
	height: 100px;
}

/*************************
RIGHT COLUMN
**************************/
#right {
	float: right; 
	background: transparent;
	width: 210px;
	padding: 5px;
	min-height: 650px;
	margin-right: -220px; /** This negative margin-right value is the width of the right column + the padding, in this example 130px. ***/
	color: black;	
}

* html #right {
	height: 250px;
	position: relative;  /*** IE needs this  ***/
}
#right ul {
	list-style: none;
	padding-bottom: 4px;
}
#right li {
	padding-bottom: 2px;
}


/*************************
ICONS
**************************/
.icons {	
	z-index: 5000;
	width: 190px; /* width of 3 link images */
	min-height: 36px;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
}

.icons ul {
	list-style-type: none;
}

.icons li {
	float: left;
}

.icons a {
	display: block;
	height: 0;
	padding-top: 36px;
	line-height: 0;
	text-indent: -4000px;
	background-repeat: no-repeat;
	text-decoration: none;		
}

li.facebook, li.facebook a {
	width: 36px;
	background: url('/../../../themes/dh/_img/facebook_36.png');
}

li.twitter, li.twitter a {
	width: 36px;
	background: url('/../../../themes/dh/_img/twitter_36.png');
}

li.rss, li.rss a {
	width: 36px;
	background: url('/../../../themes/dh/_img/rss_36.png');
}

li.youtube, li.youtube a {
	width: 36px;
	background: url('/../../../themes/dh/_img/youtube_36.png');
}

li.email, li.email a {
	width: 36px;
	background: url('/../../../themes/dh/_img/email_36.png');
}

.icons li {
	background-position: 0px -36px;
	background-repeat: no-repeat;
}

.icons a:hover {
	padding-top: 36px;
	background: none;
}

/*** body class=" " to change navbar for each page  ***/
.facebook .icons li.facebook a,
.twitter .icons li.twitter a,
.rss .icons li.rss a,
.youtube .icons li.youtube a,
.email .icons li.email a {
	padding-top: 36px;
	background: none;
}

#twitterFeed {
	padding-top: 20px;
        padding-right: 10px;
}

/**************************
FOOTER
**************************/
#footer {
	text-align: center;
	background-color: #000;
	color: #bbbbbb;
}

#footerLinks li {
	display: inline;
	line-height: 8;
}

#footerLinks a:link, #footerLinks a:visited {
	text-decoration: none;	
	background-color: #000;
	color: #FFFFFF;
	font-size: 130%;
}

#footerLinks li.selected a {
	text-decoration: none;	
	background-color: transparent;
	color: #666666;	
}

#footerLinks a:hover {
	color: silver;
	text-decoration: underline;	
}

#copyright {
	text-align: center;
	vertical-align: baseline;
	line-height: 3;
	font-size: 90%;
}

/*************************
Networking Links
*************************/
#networkLinks {
	
}

.communities {
	margin: 10px 0px 30px 0;
	padding: 3px 0px 3px 0px;
	color: #000;
	list-style-type: none;
	font-weight: bold;	
}

.communities ul{
	list-style-type: none;
}

.communities li{	
	float: left;
}

.communities a {
	display: block;
	height: 30px;	
	padding: 0 15px 0 0;	
	background-repeat: no-repeat;
	text-decoration: none;		
}

.communities a{color:#003300;padding-left:20px;text-decoration:none;}

.communities a:hover{color: #339933;background-color: transparent;}

.communities .rss{background: url(/blog/wp/wp-content/themes/Doug/images/rss.gif) no-repeat 0 0;}

.communities .podcasts{background-position: 0 .4em; background-color:transparent; background-repeat:no-repeat; background-attachment:scroll}

.communities .twitter{background: url(/blog/wp/wp-content/themes/Doug/images/twitter.gif) no-repeat 0 0;}

.communities .facebook{background: url(/blog/wp/wp-content/themes/Doug/images/facebook.gif) no-repeat 0 0;}

.communities .digg{background: url(/blog/wp/wp-content/themes/Doug/images/digg.gif) no-repeat 0 0;}

.communities .stumble_upon{background: url(/blog/wp/wp-content/themes/Doug/images/stumble.gif) no-repeat 0 0;}

/*************************
Advertising Links
*************************/
.sidebarBanners {
	margin: 5px 10px 20px 0px;
	padding: 3px 00px;
	text-align: center;
	padding-bottom: 0;	
}

/*** tmep for banner graphic  ***/
#banner_lower { 
	background-color: transparent;			
	text-align: center;
	padding: 10px 0 30px 0;		
}  

#headerBanner {
	position: relative;
	top: 10px;
	align: center;
}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.wp-caption {
	margin: 0px;
	padding: 0px;
	}
	
.wp-caption img {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	line-height: 12px;
	}
	
/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px 0 0 0;
	padding: 0px 0px 0 0;
	}
	
#searchform {
	margin: 0px;
	padding: 1px 0px 0px 0px;
	}
	
#s {
	background: #FFFFFF;
	width: 210px;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
	
#sbutt {
	background: #1A4E88 url(images/submit.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 1px;
	margin: 0px;
	border: 1px solid #cccccc;
	}
/************************************************
*	Comments									*
************************************************/
	
	#submit {
	background: #1A4E88 url(images/submit.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
	padding: 3px;
	margin: 0px;
	border: 1px solid #1A4E88;
	}
	
/*************************
Banners
*************************/
/*** tmep for banner graphic  ***/
#banner { 
	background-color: transparent;
	width: 65%;
	height: 90px;            
	position: absolute;
	top: 20px;
	text-align: center;
	
}
 
#lower_banner { 
	background-color: transparent;
	width: 100%;
	height: 120px;            
	position: absolute;	
	text-align: center;	
}

/*************************
MISC
**************************/
.clear { 
	clear: both; 
}

.clear_left {
	clear: left;
}

.clear-right {
	clear: right;
}

.hidden {
	display: none;
}

.terms_numbered {
	list-style-type: lower-roman;
	margin-left: 20px;
}

.terms_bullet {
	list-style-type: disc;
	margin-left: 20px;
}

.privacy_bullet {
	list-style-type: disc;
	margin-left: 20px;
}

.notice {	
	color: #ff0000;
	font-size: 120%;
}
