/*
Theme Name: davebonds.com
Theme URI: http://davebonds.com
Description: 
Author: Dave Bonds
Author URI: http://davebonds.com
version: 0.1
Tags: two-column
*/


@import url(reset.css);

@font-face {
	font-family: 'Salaryman Regular';
	src: url('library/fonts/SALARYMA.eot.gz');
	src: local('Salaryman Regular'), local('Salaryman'), url('library/fonts/SALARYMA.woff') format('woff'), url('library/fonts/SALARYMA.TTF.gz') format('truetype'), url('library/fonts/SALARYMA.svg#Salaryman') format('svg');
}
@font-face {
	font-family: 'DymaxionScriptRegular';
	src: url('library/fonts/DymaxionScript.eot.gz');
	src: local('DymaxionScript Regular'), local('DymaxionScript'), url('library/fonts/DymaxionScript.woff') format('woff'), url('library/fonts/DymaxionScript.ttf.gz') format('truetype'), url('library/fonts/DymaxionScript.svg#DymaxionScript') format('svg');
}

/* basics */

*{margin:0; padding:0;}

body {
	background:#244e73 url(images/lg-bkg.jpg) 50% top repeat-y;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color:#244E73;
	}
	
::selection {
	background: #FF9FAC; /* Safari */
	}
::-moz-selection {
	background: #FF9FAC; /* Firefox */
}

h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 16px;}
h4 {font-size: 12px;}

small {
	font-size: 80%;
}
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;
	}


/* links */

a{
	color: #f26d7d;
	text-decoration:none;
	}

a:hover{
	color: #408FCF;
	text-decoration: underline;
	}



/* container */

#container {
	width: 960px;
	margin: 0 auto;
	padding:0;
	background:url(images/leftside-bkg.png) left top repeat-y;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
  	width: 300px; 
  	height: 100px;
	color: #fff;
	float: left;
	display: inline;
	}

#header h1{
	margin:24px 0 0;	
	}
	
#header h1 a{
	text-indent: -9999px;
	background: url(images/header-logo-sprite.png) 0 top no-repeat;
	width: 299px;
	height: 47px;
	display: block;
	}
#header h1 a:hover{
	color: #666;
	background: url(images/header-logo-sprite.png) 0 bottom no-repeat;
	}


#header h4{
	text-indent: -9999px;
	}

/* main menu */


#menu {
	font-family: 'Salaryman Regular', 'Salaryman', arial, sans-serif;
	font-size: 18px;
	width:660px;
	height:28px;
	border-top: 1px solid #73a2bf;
	margin: 64px 0 20px 0;
	float: left;
	display:inline;
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding: 0 0 0 150px;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	height: 27px;
	padding:6px 31px;
	margin: 0;
	color: #0d0d0d;
	display:block;
}

#menu ul li a:hover {
	background: #73a2bf;
	color:#fff;
	text-shadow:-1px -1px 0px #333;
	text-decoration: none;
}



/* content */


#content {
	float: right;
	width:660px;
	overflow: hidden;
	margin: 60px 0 0;
	padding: 0 0 50px;
	
	}	

.post {
	margin:0;
	padding:0;
	text-shadow:-1px 1px 0 #cfcfcf;
	}
	
.post h2{
	font-family: 'Salaryman Regular', 'Salaryman', arial, sans-serif;
	font-size: 24px;
	width: 600px;
	padding: 0 30px;
	text-align: right;
	border-bottom: 1px solid #244e73;
	color: #244e73;
	}
	
.post h2 a{
	color: #244e73;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #f26d7d;
	text-decoration: none;
	}

.post ul {}

.post li {}

.post p.postmetadata-top {
	float:right;
	padding: 5px 30px 7px 10px;
	font-size:11px;
	line-height: 14px;
	background: #fff;
	background: rgba(255,255,255,.3);
	border-left: 1px solid #73A2BF;
}

.entry {
	margin-top: 20px;
}
.entry p{margin:12px 12px 0 20px;}
.entry p.tags {
	font-size: 11px;
}
.postmetadata{
	clear: both;
	background:#F7F7F7;
	background: rgba(255,255,255,.4);
	padding:6px;
	margin: 20px 0 20px 20px;
	}

.navigation {
	font-size:8pt;
	width:640px;
	float:right;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

#idc-container-parent {
	margin: 20px;
}

/** home content **/
#home-top {
	position: relative;
	clear: both;
}
#home-top .sidebar {
	width: 299px;
	float: left;
	position: absolute;
	top: -45px;
	overflow: hidden;
}
#home-top .sidebar p {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #f26d7d;
	text-transform: lowercase;
	display: block;
}
	
#home-top .sidebar .name {
	background: url(images/sidebar-up-arrow.png) left top no-repeat;
	padding: 45px 0 0 50px;
	margin-bottom: 10px;
}
#home-top .sidebar .whatido {
	background: url(images/sidebar-right-arrow.png) 220px bottom no-repeat;
	padding: 0 0 0 50px;
	height: 55px;
}
	
#feature-container {
	width: 640px;
	height: 465px;
	display:block;
	position: relative;
	float:right;
	background: url(images/feature-container-bkg.png) 0 0 no-repeat;
	margin: 0 10px 30px 0;
}

#feature-container .latest-projects {
	width: 560px;
	height: 403px;
	display: block;
	margin: 25px 0 0 40px;
	position: absolute;
	border: 1px solid #244E73;
	background: url(images/feature-slider-bkg.png) 0 0 no-repeat;
	-moz-box-shadow:0 0 30px #999999;
	box-shadow:0 0 30px #999999;
}
#feature-container p.working {
	font: 24px/30px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight:bold;
	text-align:center;
}
#home-left, #home-right {
	overflow: hidden;
	display: inline;
	height: 200px;
	padding-bottom:20px;
	background: rgba(255,255,255,.5);
}
#home-left {
	width: 320px;
	margin-left:10px;
	display: block;
	clear: both;
	float:left;
}
#home-right {
	width: 319px;
	margin-right:10px;
	display: block;
	float:right;
	border-left: 1px solid #244e73;
}
	#home-left h3, #home-right h3 {
		border-bottom: 1px solid #244e73;
		color: #244e73;
		width: 295px;
		display: block;
		font-family: 'Salaryman Regular', 'Salaryman', arial, sans-serif;
		text-shadow: -1px 1px 0 #bfbfbf;
		font-size: 16px;
		line-height: 24px;
		padding-top: 6px;
	}
		#home-left h3 {
			padding-left: 25px;
			background: rgba(36,78,115, 0.15) url(images/wordpress_16.png) 5px 9px no-repeat;
		}
		#home-right h3 {
			padding-right: 30px;
			background: rgba(36,78,115, 0.15) url(images/posterous_16.png) 298px 9px no-repeat;
			text-align: right;
		}
	#home-left, #home-right a {
		color: #666;
	}
	#home-right a:hover {
		color: #408FCF;
	}
	#home-left ul, #home-right ul {
		margin: 10px 15px;
		font-size:14px;
		font-weight:bold;
		letter-spacing:-0.5px;
	}
		#home-left li, #home-right li {
			margin:10px 10px 20px;
		}
		#home-right li {
			text-align: right;
		}
			
	
/* sidebar */

#sidebar {
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	width:300px;
	float:left;
	margin:0;
	padding: 0;
	}

#sidebar h2{
	font-family: 'DymaxionScriptRegular', 'DymaxionScript', arial, sans-serif;
	font-size: 30px;
	color: #f2e4d8;	
	padding: 30px 0 0;
	float:left;
	text-transform:lowercase;
}
#sidebar span.hline {
	background: url(images/sidebar-hline.png) left bottom no-repeat;
	display: block;
	padding: 30px 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#sidebar span.hline:after {
	clear:both;
}
#sidebar a {
	color: #6dcff6;
	text-shadow:-1px 1px 0 #000000;
	padding: 1px 3px;
}
#sidebar a:hover {
	color: #f26d7d;
	text-shadow: none;
	background: #496b87;
	background: rgba(224,228,216,.2);
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
#sidebar label{
	font:normal 11pt arial, sans-serif;
	color: #f2e4d8;	
	margin: 0;
	padding: 0;
}

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

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

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

#sidebar ul li {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 18px;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 15px 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: #f2e4d8;
}

/** secondary content sidebar **/
#sidebar .secondary-content {
	width: 260px;
	margin: 84px 0 40px;
	padding: 30px 20px;
	border-top: 1px solid #F2E4D8;
	border-bottom: 1px solid #F2E4D8;
	color: #F2E4D8;
	font-size: 12px;
	text-shadow: 1px 1px 0 #111;
}


/*** twitter tools plugin ***/
#sidebar li.tweeting, #sidebar li.lastfm, #sidebar li.foursquare{
	margin-bottom: 40px;
	padding: 0 0 10px;
	border-bottom: 1px solid #f2e4d8;
}
	
#sidebar ul.twitter {
	background: #456b8c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px 20px 5px 15px;
	padding: 5px;
	position: relative;
}
#sidebar ul.twitter, #sidebar p.twitter-link {
	color: #f2e4d8;
	text-shadow:-1px 1px 0 #000000;
}

#sidebar p.twitter-link {
	margin: 0 15px 0;
}
	#sidebar span.twitter-timestamp {
		float: right;
		font-style: italic;
	}


 
	  
/* 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{
	background: #fff;
	font-family: verdana, 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, 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: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: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.clear {
	clear: both;
}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   -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 {
	width: 100%;
	clear: both;
	margin: 50px 0 0;
	padding: 0;
	float: left;
	display: block;
	}
#footer-container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	display: block;
}
#footer-left {
	width: 299px;
	float: left;
	display: inline;
	margin: 0;
	border-top: 1px solid #f2e4d8;
	border-left: 1px solid #f2e4d8;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
}
	.about {
		background: rgba(255,255,255,.4) url(images/profile-o.png) -30px bottom no-repeat;
		display: block;
		min-height: 700px;
		-moz-border-radius-topleft: 20px;
		-webkit-border-top-left-radius: 20px;
	}
	.about h3 {
		color: #666;
		font-size:18px;
		letter-spacing:-1px;
		text-transform: lowercase;
		padding: 140px 0 0px 20px;
	}
	.about p {
		font-size: 12px;
		line-height:18px;
		color: #F2E4D8;
		padding: 10px 20px 0 30px;
	}
	.about p.vcard {
		padding: 20px 20px 0 30px;
	}
		.about a {
			color:#111111;
			text-decoration:none;
			text-shadow:0 0 5px #FFFFFF;
		}
		.about a:hover{
			color: #f2e4d8;
			text-shadow:0 0 5px #000;
			text-decoration: underline;
		}
		span.title, span.tel, span.email {
			display: none;
		}
		
	#copyright {
		font-size:10px;
		border-top: 1px solid #f2e4d8;
		border-bottom: 1px solid #f2e4d8;
		background: rgba(255,255,255,.25);
		margin: 0;
		padding: 10px 0;
		color: #f2e4d8;
		text-align: center;
		line-height: 16px;
	}
	
		#copyright p.copyright {
			text-transform: lowercase;
			letter-spacing: 5px;
			}
		#copyright p.wp {
			letter-spacing: 4px;
		}
		#copyright p.attrib {
			margin-top: 20px;
		}
		#copyright a{
			color:#111111;
			text-decoration:none;
			text-shadow:0 0 5px #FFFFFF;
			}
		#copyright a:hover{
			color: #f2e4d8;
			text-shadow:0 0 5px #000;
			text-decoration: underline;
			}

#footer-right {
	float: left;
	display: inline;
	width: 659px;
	background: rgba(36, 78, 115, 0.7) url(images/white-pixel.gif) 30px 0 repeat-y;
	padding-bottom:20px;
	border-top: 1px solid #f2e4d8;
	border-right: 1px solid #f2e4d8;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;

}
#footer-right a {
	color: #F26D7D;
	text-shadow:0 0 5px #000000;
}
#footer-right a:hover {
	color: #6DCFF6;
}
	#footer-right .twitter, #footer-right .foursquare, #footer-right .lastfm, #footer-right .flickr {
		position: relative;
	}
	#footer-right h3 {
		font-family: 'Salaryman Regular', 'Salaryman', arial, sans-serif;
		color: #fff;
		font-size: 18px;
		line-height: 24px;
		margin: 50px 0 10px 0;
		padding-left: 35px;
		border-bottom: 1px solid #fff;
		text-shadow: -1px 1px 0 #333;
	}
		#footer-right .twitter h3 {
			background: url(images/twitter_16.png) 535px 3px no-repeat;
		}
		#footer-right .foursquare h3 {
			background: url(images/foursquare_16.png) 535px 3px no-repeat;
		}
		#footer-right .lastfm h3 {
			background: url(images/lastfm_16.png) 535px 3px no-repeat;
		}
		#footer-right .flickr h3 {
			background: url(images/flickr_16.png) 535px 3px no-repeat;
		}
		
	#footer-right a.profile {
		position: absolute;
		width: 80px;
		top: 0;
		right: 0;
		padding: 0 10px;
		line-height: 24px;
		font-size: 11px;
		text-shadow: -1px 1px 0 #000;
		display: block;
		color: #fff;
		border-left: 1px solid #fff;
	}
		#footer-right a.profile:hover {
			text-shadow: none;
			background: rgba(255,255,255,.8);	
			text-shadow: 0 0 2px #000;
		}
		#footer-right .twitter a.profile:hover {
			color: #ABEAED;
		}
		#footer-right .foursquare a.profile:hover {
			color: #35a5d3;
		}
		#footer-right .lastfm a.profile:hover {
			color: #D51007;
		}
		#footer-right .flickr a.profile:hover {
			color: #0063dc;
		}
		#footer-right .flickr a.profile:hover span {
			color: #ff0084;
		}
	#footer-right ul {
		margin-left: 45px;
	}
	#footer-right ul li {
	}
	#footer-right .twitter ul.twitter {
		padding: 10px;
		margin:-10px 100px 0 30px;
		border-right:1px solid #FFFFFF;
		border-bottom:1px solid #FFFFFF;
		color:#F2E4D8;
		font-size:16px;
		text-shadow:0 0 5px #000000;
	}
	#footer-right .twitter ul.twitter span.twitter-timestamp {
		float: right;
		font-size: 11px;
		font-style: italic;
		margin-top:10px;
	}
	#footer-right .foursquare ul {
		border-bottom:1px solid #FFFFFF;
		border-right:1px solid #FFFFFF;
		margin:-10px 100px 0 30px;
		padding:5px 10px;
	}
	#footer-right .foursquare ul li {
		margin: 5px 0;
		font-size: 11px;
		line-height: 18px;
		background: url(images/bullet-circle.png) 0 0 no-repeat;
		padding-left: 25px;
	}
	#footer-right .foursquare ul li:hover {
		background: url(images/bullet-circle-on.png) 0 0 no-repeat;
	}
	#footer-right .foursquare ul li a {
		color: #F2E4D8;
		font-weight: bold;
		letter-spacing:2px;
	}
	#footer-right .foursquare ul li a:hover {
		color: #111;
		text-shadow: 0 0 5px #fff;
	}
	#footer-right .flickr ul {
		border-bottom:1px solid #FFFFFF;
		border-right:1px solid #FFFFFF;
		height:150px;
		margin:-10px 100px 0 30px;
		padding:0 0 2px 2px;
	}
	#footer-right .flickr ul li {
		float: left;
		margin: 0;
	}
	
/*** last.fm plugin ***/
#lastfmrecords {
	height: 150px;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	margin:-10px 100px 0 30px;
	padding: 0 0 0 2px;
}
	#lastfmrecords ol, #lastfmrecords ol li {
		margin: 0;
		padding: 0;
	}
	#lastfmrecords ol li {
	}
	#lastfmrecords ol li img {
		height: 75px;
		width: 75px;
	}
		#lastfmrecords a {
		  display: block;
		  float: left;
		  width: 75px;
		  height: 75px;
		  line-height: 75px;
		  overflow: hidden;
		  position: relative;
		  z-index: 1;
		  padding: 0;
		  }
		#lastfmrecords a img {
		  float: left;
		  position: absolute;
		  margin: auto;
		  min-height: 75px;
		  }

	  /* mouse over */
		#lastfmrecords a:hover {
		  overflow:visible;
		  z-index:1000;
		  border:none;
		  }
		#lastfmrecords a:hover img {
		  position: absolute;
		  border: 1px solid #666;
		  background: #999;
		  padding: 1px;
		  margin-top: 0px;
		  margin-left: 0px;
		  min-height: 90px; 
		  min-width: 90px;
		  }