@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}
html {
	height: 100%;
}
body {
	width:100%;	
	height:auto;
	background:url(images/headerbg.gif) repeat-x #edf4db;
	padding:0;
	margin:0;
	height:100%;
}
#wrapper {
	width:1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
	overflow:hidden;
	background:url("images/bg.gif") no-repeat scroll 0px 33px transparent;
}
#header {
	width:672px;
	height:33px;
	font-family: "Century Gothic", sans-serif, Arial;
	font-weight:normal;
}
#menu {
	width:690px;	
	padding-left:20px;
	padding-top:3px;
}
#menu li, #menu a {
	color:#6d7b4c; /* darker green */
	font-size:14px;
	text-decoration:none;
	text-transform:lowercase;
}
#menu li {
	list-style-type: none;
	display:inline;	
	padding-right:20px;
}
#left {
	float:left;	
}
#right {
	float:left;	
	text-align:right;
	font-family: "Century Gothic", sans-serif, Arial;
	font-weight:normal;
}
#header_badge {
	background-color:#f6fce8;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	border:1px solid #d9e4bc;
}
#header_badge div {
	margin:5px 15px 17px 15px;
}
#header_badge p {
	color:#9ebb59; /* lighter green */
	font-size:10px;
	margin-top:7px;
}
#header_badge h1 {
	color:#edba1e; /* orange */
	font-weight:normal;
	font-weight:26px;
}
#header_badge h2 {
	color:#6d7b4c; /* darker green */	
	font-weight:normal;
	font-size:12px;
	margin-top:7px;
}
#sidebar {
	width:195px;
	color:#6d7b4c; /* darker green */	
	margin-top:33px;
}
#content {
	width:790px;
	padding:13px 10px 0 20px;
	/*background:url(images/bg.gif) no-repeat;*/
	min-height:466px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#content_body {
	/*padding:23px;
	background-color:#fff;
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	border:1px solid #d9e4bc;*/
	height:auto;
}
#content_body h2, #content_body h2 a {
	font-size: 18px;
	color:#6d7b4c; /* darker green */
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	text-decoration:none;
	padding-top:10px;
}
#post, .post {
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
background:none repeat scroll 0 0 #F6FCE8;
font-family:"Century Gothic",sans-serif,Arial;
padding:20px;
border:1px solid #D9E4BC;

}
.post_border {
	border:1px solid #d9e4bc; /* lightest green */		
}
.post p, #post p {
	padding:5px 0;	
}
#naviget_box {
	float:right; 
	height:auto; 
	width:170px; 
	border:1px solid #d9e4bc;
	background-color:#f6fce8; /* lightest green */
	position:relative;
	margin:5px;
}
/*#naviget_box h3 {
	color:#EDE19D;
	font-weight:normal;
	font-size:10px;
	padding-top:5px;
}*/
a {
	color:#EDBA1E;	
}
#naviget_box li {
	list-style-type:none;	
	margin-left:8px;
}
#naviget_box div {
	padding:5px;	
}
.naviget_hr {
	display:block;
	color:#EDE19D;
}
#naviget_box .stbar {
	text-decoration:none;
}
/*#naviget_box .navigate_categories {
	z-index:1000;
	position:absolute; 
	top:35px;
	left:10px;
	height:auto; 
	width:150px; 
	border:1px solid #d9e4bc;
	background-color:#EDE19D; /* lightest orange
	padding:5px;
} */
#naviget_box .navigate_categories a {
	color:#EDBA1E; /* lightest green */
}
#naviget_box .browse, #naviget_box h3 {
	border-bottom:1px solid #EDE19D; /* light orange, #6d7b4c darker green */
	padding:5px;
	padding-left:0;
	margin-bottom:5px;
	color:#EDE19D;
	font-weight:normal;
	font-size:10px;
}
#footer, .push {
	height: 20px; /* .push must be the same height as .footer */
	width:100%;
	clear:both;
}
li.delicious-odd {
	border-top:1px solid #FC9;
	border-bottom:1px solid #FC9;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

/* twitter stuff */
#sidebar h4 {
	color:#fff;
	font-family:"Century Gothic", sans-serif, Arial;
	font-weight:normal;
	font-size:18px;
	background-color:#ede19d;
	letter-spacing:2px;
	text-align:center;
	text-transform:lowercase;
	width:90%;
	margin:0 auto;
	padding:2px 0;
}
.tweet {
	text-align:left;
	border-bottom:1px solid #EDBA1E;
	padding: 8px 0;
	font-size:10px;
	width:85%;
	margin:0 auto;
}
.tweet a {
	color:#C93;	
}
.tweet .tweet_name, .tweet .tweet_name a {
	display:none;
}
.tweet .tweet_time {
	display:none;	
}
.tweet .tweet_image {
	 float:right;	
	 padding-right:5px;
	 display:none;
}

#social_buttons {
	text-align:center;	
}
#social_buttons img {
	border:none;	
}
#delicious-posts-workinforalivin .delicious-post {border:0px; line-height:30px;!}
li.delicious-odd {
border-top:1px solid #FC9;
border-bottom:1px solid #FC9;
}
.index {
	clear:both;
}
.index ul li {
	list-style-type:none;
	padding: 0;
	margin:0;
}
.index ul {
	padding:0;
	margin:0;
}
.index a {
	color:#EDBA1E;
	font-weight:bold;
}
dt {
	color:#EDBA1E;
	font-weight:normal;
	padding:6px 0;
	cursor:pointer;
}
dt:hover {
	font-weight:bold;	
}
dd {
	color:#9db36b;
	display:none;
	font-size:12px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-left:5px;
}
.linkedin_dates, .subhead {
	margin:0;
	padding-bottom:5px;
	color:#9db36b;
	font-size:10px;
	font-style:italic;
	display:block;
}
.index a:visited {
	color:#EDBA1E;
	font-weight:normal;
}
.recentposts {
	width:350px;	
}
.projects {
	height:175px; 
	overflow:hidden;
	margin:30px auto;
}
.projects li {
	float:left;	
}
`.navigate_categories {
	display:none;	
}
.alignright {
	float:right;
}
.alignright img, img.alignright {
	padding: 0 0 15px 10px;
	border:none;
}
.single_bready li {
	list-style-type:none;
	display:inline;
}
.single_bready {
	padding:5px 0;
	display:block;	
	font-size:9px;
	color:#EDE19D;
}
.single_bready a {
	font-size:9px;
	color:#EDBA1E;
	text-decoration:none;
}
.hide_cats {
	display:none;	
}
.portfolio_slider_boxes {
	float:left;	
}
.portfolio_box {
	height:350px;
	display:block;
}
.portfolio_slider {
	overflow:hidden;
	height:250px;
}
.index li {
	list-style-type:none;
	float:left;
	margin:2px;
}
.blog {
	width:710px;
	margin:0 auto;
}
.blog li {
	float:left;
	padding:5px 0;
	margin:10px;
}
/* slider */
#slider {
	margin:0 auto;
	width:616px;
	height:153px;
	padding:10px;
}
#post .dp-highlighter {
width:auto;	
}
