@import url("css/reset.css");
/*-- Site Colors -- */
/*-- red:#a63723 --*/
/*-- blue:#00d2ee --*/
/*-- lightbrown:#55412a --*/
/*-- darkbrown:#3d2b17 --*/
/*-- tan:#f3f5eb --*/


/**********************/    
/*-- Main Selectors --*/    
/**********************/

body {
	background:#F3F5EB url('img/bg.png') repeat-x;
	color:#000305;
	font:87.5%/1.714em Georgia, Times, serif; /* Base font size:14px */ 
	text-align:left;
}

/*-- Headings --*/
h2, h3, h4, h5, h6 {
	color:#a63723;
	font-weight:bold;
	line-height:1em;
	margin:10px 0;  
}
h2 {font-size:1.714em}	/* 24px */
h3 {font-size:1.429em}	/* 20px */
h4 {font-size:1.286em}	/* 18px */
h5 {font-size:1.143em}	/* 16px */
h6 {font-size:1em}	/* 14px */
h3.subhead {
	height:26px;
	margin:10px 0px 10px 0;	
	text-indent:-9999px;
	width:200px;
}
h3.blog { background:transparent url('img/headers.gif') 0px -119px no-repeat; }
h3.work { background:transparent url('img/headers.gif') 0px -30px no-repeat; }
h3.about { background:transparent url('img/headers.gif') 0px 0px no-repeat; }
h3.contact { background:transparent url('img/headers.gif') 0px -60px no-repeat; }
h3.resume { background:transparent url('img/headers.gif') 0px -90px no-repeat; }
h4 {color:#666;}

/*-- Anchors --*/
a, a:link, a:visited {
	color:#a63723;
	outline:0; 
	text-decoration:none;
}
a img {border:0px; text-decoration:none;}
a:hover, a:active {color:#3d2b17; text-decoration:none;}
a:active {position: relative; top: 1px;}
a.more-link, a.more-link:link, a.more-link:visited {
	background:transparent url('img/redcarat.gif') 0 0.3em no-repeat;
	font-weight:bold;
	margin-bottom:20px;
    padding-left:10px;
}
a.more-link:hover {border-bottom:1px solid #a63723; color:#a63723;}

/*-- Paragraphs --*/
p {margin-bottom:10px;}
strong {font-weight:bold;}
em {font-style:italic; font-weight:normal;}
small {
	color:#999;
	font:.85em/1.429em helvetica, arial, sans-serif;
    text-transform:uppercase;
}

/*-- Rules --*/
hr {
	border-top:1px solid #c6c6c6;
	border-right:0;
	border-bottom:0;
	border-left:0;
}  
hr.topdivider {
    margin:-4px 0px 16px 0px;
	width:584px;
}
hr.middivider {
    margin:0;
	width:584px;
}
hr.sidebardiv {
  	border-top:1px solid #c6c6c6;	
	clear:both;
	width:220px;
}

/*-- Other elements --*/
acronym, abbr, span.caps { cursor:help; }
acronym, abbr { border-bottom:1px dashed #999; }
blockquote {
	border-left:5px solid #ddd;	
	margin:15px 30px 0 10px;
	padding-left:20px;
}
blockquote cite {
	margin:5px 0 0;
	display:block;
}

/*****************/    
/*-- Structure --*/    
/*****************/

#container {
	background:url('img/bg-body.png') repeat-y;
	margin:0 auto;
	width:980px;
}
#header {
	background:url('img/bg-header.png') repeat-y;	
    /*background-color:#3d2b17;*/
	float:left;
	height:142px;
	width:100%;
}
#content {
	background:transparent url('img/bg-grad.jpg') no-repeat;
	clear:both;
	float:left;
	margin-left:10px;
	position:relative;
	width:700px;
}
#content #body { padding:40px 58px 0px 58px; }
.logo {
	background:url('img/logo.gif') no-repeat;
	float:left;
	height:129px;
	margin:23px 0px 0px 68px;	
	position:relative;
	text-indent:-9999px;
	width:223px;
}
#resume h2 {
	font:bold 1.429em/1em georgia, serif;
	margin:20px 0 12px 0; 
}
#resume li {
	background:transparent url('img/redcarat.gif') 0 .6em no-repeat;
	list-style:none;
	padding-left:12px;
}

/*--Sidebar--*/
#sidebar {
	color:#666;
	float:right;
	margin-right:10px;
	line-height:1.429em;
	padding:40px 20px;
	width:220px;
}
/*--sidebar headers--*/
#sidebar h3 {
	height:18px;
	margin-top:16px;
	text-indent:-9999px;
	width:200px;
}
#sidebar li.widget_archive h3 { background:transparent url('img/headers.gif') 0px -180px no-repeat; }
#sidebar li.widget_calendar h3 { background:transparent url('img/headers.gif') 0px -342px no-repeat; }
#sidebar li.widget_categories h3 { background:transparent url('img/headers.gif') 0px -288px no-repeat; }
#sidebar ul li.widget_links h3 { background:transparent url('img/headers.gif') 0px -154px no-repeat; }
#sidebar li.widget_meta h3 { background:transparent url('img/headers.gif') 0px -234px no-repeat; }
#sidebar li.widget_pages h3 { background:transparent url('img/headers.gif') 0px -260px no-repeat; }
#sidebar li.widget_recent_comments h3 { background:transparent url('img/headers.gif') 0px -206px no-repeat; }
#sidebar li.widget_recent_entries h3 { background:transparent url('img/headers.gif') 0px -370px no-repeat; }
#sidebar li.widget_tag_cloud h3 { background:transparent url('img/headers.gif') 0px -316px no-repeat; }
#sidebar h3.follow { background:transparent url('img/headers.gif') 0px -395px no-repeat; }

/*--sidebar anchors--*/
#sidebar a, #sidebar a:link, #sidebar a:visited { color:#666; }
#sidebar a:hover { color:#a63723; }
#sidebar ul.blogroll li a, #sidebar ul.blogroll li a:link, #sidebar ul.blogroll li a:visited,
#sidebar li.widget_archive a, #sidebar li.widget_archive  li a:link, #sidebar ul.widget_archive li a:visited,
#sidebar li.widget_categories li a, #sidebar li.widget_categories li a:link, #sidebar li.widget_categories li a:visited,
#sidebar li.widget_meta li a, #sidebar li.widget_meta li a:link, #sidebar li.widget_meta li a:visited,
#sidebar li.widget_pages ul li a, #sidebar li.widget_pages ul li a:link, #sidebar li.widget_pages ul li a:visited {
	color:#666;
	background:transparent url(img/redcarat.gif) 0 .4em no-repeat;
	padding-left:10px;
}
#sidebar ul.blogroll li a:hover, #sidebar li.widget_archive a:hover, #sidebar li.widget_categories a:hover,
#sidebar li.widget_meta li a:hover, #sidebar li.widget_pages ul li a:hover  { color:#a63723; }
#sidebar #follow a {
	float:left;
	height:64px;
	margin:3px 8px 10px 0;
	text-indent:-9999px;
	width:65px;
}
#sidebar a.facebook { background:transparent url('img/social.gif') 0px 0px no-repeat; }
#sidebar a.linkedin { background:transparent url('img/social.gif') -142px 0px no-repeat; }
#sidebar a.twitter { background:transparent url('img/social.gif') -71px 0px  no-repeat; }
#sidebar #rss a#rssfeed {
	background:transparent url('img/rss-subscribe.gif') no-repeat;
	clear:both;
	display:block;
	height:120px;
	width:220px;
	text-indent:-9999px;
}
#sidebar #rss a#rssfeed:hover { background:transparent url('img/rss-subscribe.gif') 0px -119px no-repeat;}
#sidebar ul { padding-bottom:8px; }

/*--Footer--*/
#footer {
	background:url('img/bg-header.png') repeat-y;
	clear:both;
	color:#fff;
	font:normal .78em/1.3em 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, Arial, sans-serif;
	height:44px;
	padding-top:10px;
	text-align:center;
	width:100%;
}
#footer p { margin:.15em 0; }
#footer a, #footer a:focus, #footer a:link, #footer a:visited { color:#ddd; }
#footer a:hover { color:#00d2ee; text-decoration:underline; }

/******************/    
/*-- Navigation --*/    
/******************/

#nav {
	float:right;
	margin:114px 30px 0px 0px;
	position:relative;
	width:558px;
}
#nav ul {
	list-style:none;
	text-indent:-9000px;
}
#nav li {
	display:inline; /*for IE bug*/
}
#nav a {
	float:left;
	height:28px;
	margin-left:26px;
}
a#blog {
	background:transparent url('img/nav.gif') 0px 0px no-repeat;
	margin-left:0px;
	width:71px;
}
a#about {
	background:transparent url('img/nav.gif') -95px 0px no-repeat;
	width:88px;
}
a#work {
	background:transparent url('img/nav.gif') -208px 0px no-repeat;
	width:80px;
}
a#contact {
	background:transparent url('img/nav.gif') -313px 0px no-repeat;	
	width:112px;
}
a#resume {
	background:transparent url('img/nav.gif') -453px 0px no-repeat;
	width:103px;
}
a#blog.active, #header #nav ul li a#blog:hover { background:transparent url('img/nav.gif') 0px -31px no-repeat; }
a#about.active, #header #nav ul li a#about:hover { background:transparent url('img/nav.gif') -95px -31px no-repeat; }
a#work.active, #header #nav ul li a#work:hover { background:transparent url('img/nav.gif') -208px -31px no-repeat; }
a#contact.active, #header #nav ul li a#contact:hover { background:transparent url('img/nav.gif') -313px -31px no-repeat; }
a#resume.active, #header #nav ul li a#resume:hover { background:transparent url('img/nav.gif') -453px -31px no-repeat; }

/*--page-level navigation--*/
.navigation {
	color:#999;
	font:.85em/1.429em helvetica, arial, sans-serif;
	margin-bottom:20px;
}
.navigation a, .navigation a:focus, .navigation a:link, .navigation a:visited { color:#a63723; }
.navigation a:hover { color:#00d2ee; }


/****************/    
/*-- Elements --*/    
/****************/

/*--Images--*/
p img {
	padding:0;
	max-width:100%;
}
img.centered {
	display:block;
	margin:0 auto;
	}
img.alignleft {
	float:left;
	margin:0 10px 2px 0;
	display:inline;
}
img.alignright {
	float:right;
	margin:0 0px 2px 10px;
	display:inline;
}
img.right { float:right; margin-left:10px; }
img.left { float:left; margin-right:10px; }

/*--Captions--*/

.aligncenter, div.aligncenter {
	display:block;
	margin:0 auto;
}

.wp-caption {
	background-color:#f3f3f3;	
	border:1px solid #ddd;
	margin:10px;
	padding-top:4px;
	text-align:center;
}
.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
 
/*--Comments--*/    

ol li.comment {
	background:#f3f5eb;
	border:1px solid #c6c6c6;
	display:block;
	margin-bottom:20px;
	padding:10px 16px;
	width:552px;
}
ol li.comment p {
	line-height:18px;
	margin-top:6px;
}
.commentmetadata {
	color:#999;
	font:.85em/1.429em helvetica, arial, sans-serif;
    text-transform:uppercase;
}
.nocomments {
	color:#a63723;
	font-size:1.286em;
	font-weight:bold;
	line-height:1em;
	margin:10px 0px;
}

/*--Forms:Search bar--*/

#search-area {
	background:transparent url('img/searchbox.gif') no-repeat scroll 0 0;
	float:right;
	margin:-116px 30px 0px 0px;
	position:relative;
	width:305px;
}
#s {
	color:#666666;
	font-family:Georgia,Times,serif;
	font-size:16px;
	font-style:italic;
	float:left;
	height:32px;
	margin-top:4px;
	outline-style:none;
	padding-left:12px;
	width:250px;
}
#cse-search-box #s, #cse-search-box #s[style], #s-forums, #s-snippets {
	background:transparent none repeat scroll 0 0 !important;
	border:medium none !important;
	float:left;
}
#search-button { float:left; margin-top:4px;}

/*--Forms:Comments--*/

select { width:130px; }
#respond {
	background:#f3f5eb;
	border:solid 1px #c6c6c6;
	margin-bottom:40px;
	padding:10px 16px;
	width:552px;
}
#respond:after {
	clear:both;
	content:"."; 
	display:block; 
	height:0; 
	visibility:hidden;
}
#respond small { color:#000; }
#commentform { margin:5px 10px 0 0; }
#commentform input {
	margin:5px 5px 1px 0;
	padding:2px;
	width:170px;
}
#commentform p { margin:5px 0; }
#commentform textarea {
	padding:2px;
	width:100%;	
}
#commentform #submit {
	float:right;	
	margin:0 0 5px auto;
}

/*--Forms:Contact Page--*/
form.cform {
	background:#f3f5eb;
	border:solid 1px #c6c6c6;
	margin-bottom:40px;
	padding:16px;
	width:550px;
}
legend, p.linklove {
	display:none;
	height:0;
}
form.cform input {
	margin:5px 5px 1px 0;
	padding:2px;	
	width:170px;	
}
form.cform label {
	display:block;
	font:.85em/1.429em helvetica, arial, sans-serif;
	margin:5px 0 0 0;
    text-transform:uppercase;
}
span.reqtxt, span.emailreqtxt {
	color:#a63723;
	font:.85em/1.429em georgia, times, serif;
	font-style:italic;
	font-weight:bold;
	margin:5px 0 0 0;
}
form.cform label {
	display:block;
	font:.85em/1.429em helvetica, arial, sans-serif;
	margin:5px 0 0 0;
    text-transform:uppercase;
}
form.cform textarea {
	width:100%;
}
fieldset.cf_hidden {display:none}

/***********************/    
/*-- Specific styles --*/    
/***********************/

.alignright, .right  { float:right; }
.alignleft, .left { float:left; }
.center { text-align:center; }
.clear { clear:both; }
.deck {
    color:#222;
	font:bold 1em/1.4em georgia, serif;
	margin:.5em 0em 1em 0em;    
}
.downloads {
	clear:both;
    color:#999;
	float:right;
	font:normal .85em/2em arial, sans-serif;
    text-transform:uppercase;	
}
.downloads-bottom {
	clear:both;
    color:#999;	
	float:right;
	font:normal .85em/2em arial, sans-serif;
	margin-bottom:40px;
    text-transform:uppercase;	
}
.dropcap {
	float:left;
    font:600%/.85em Georgia, Times, serif;
	line-height:0.85em;
    margin:0 .03em -.05em 0;
}
.entryfooter {
	background-color:#3d2b17;
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	color:#fff;	
	font:12px/12px helvetica, arial, sans-serif;
	height:12px;
	margin:10px 0 40px 0;
	padding:4px 12px;
	width:554px;
}	
/*--make part of entry footer??? add small tag instead of class????--*/
.double { height:27px; }
.entryfooter a, .entryfooter a:focus, .entryfooter  a:link, .entryfooter  a:visited { color:#ddd; }
.entryfooter a:hover { color:#00d2ee; text-decoration:underline; }
.hidden { display:none; }
.small {
	color:#999;
	font:.85em/1.429em helvetica, arial, sans-serif;
    text-transform:uppercase;
}


/*****************************/    
/*-- Plug-in/Widget styles --*/    
/*****************************/

/* Begin Calendar */
#wp-calendar {
	empty-cells:show;
	margin:10px auto 0;
	width:155px;
}
#wp-calendar #next a {
	padding-right:10px;
	text-align:right;
}
#wp-calendar #prev a {
	padding-left:10px;
	text-align:left;
}
#wp-calendar a { display:block; }
#wp-calendar caption {
	text-align:center;
	width:100%;
}
#wp-calendar td {
	padding:3px 0;
	text-align:center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color:#fff;
}	
/* End Calendar */


/* Page Navi*/
.wp-pagenavi {
	background-color:#fff;	
	color:#a63723;
	margin:-40px 0 40px -2px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {	
	border:1px solid #999;
	color:#999;
	font:.85em/1.429em helvetica, arial, sans-serif;	
	margin:2px;
	padding:2px 6px;
	text-decoration:none;
}
.wp-pagenavi a:hover {
	background-color:#a63723;		
	border:1px solid #a63723;
	color:#fff;	
	font:.85em/1.429em helvetica, arial, sans-serif;
}
.wp-pagenavi span.pages {
	font-weight:bold;
	padding-right:4px;
	vertical-align:-.1em;
}
.wp-pagenavi span.current {
	background-color:#a63723;
	border:1px solid #a63723;
	color:#fff;	
	font:bold normal normal .85em/1.429em helvetica, arial, sans-serif;
	margin:2px;
	padding:2px 6px;	
}
.wp-pagenavi span.extend {
	border:1px solid #000000;
	color:#000000;
	background-color:#FFFFFF;
	margin:2px;
	padding:2px 6px;	
}


/* Social Bookmarks */
.social_bookmark {
	display:block;
	margin:0 auto;
	padding:5px;
	text-align:left; 
}
.share-label {
	color:#666;
	font:.85em/1.429em helvetica, arial, sans-serif;
	margin:0px 5px 0px -5px;
    text-transform:uppercase;	
	vertical-align:.5em;
}
img.social_img {
	border:none;
	margin:0px;
	padding:0px;
}
div#box {
	background:#E6E6E6 url(button1.jpg) repeat-x 0 -5px;
	margin:0 auto;	
	padding:10px;	
	width:25em;
}
a.social_bookmark { color:#a63723; }