/*  

Theme Name: Es Developed Fresh Fruit
Description: The Es Developed Weblog WordPress theme.
Version: 1.0
Author: Shawn Scammahorn
Author URI: http://esdev.net
Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS

*/

html { height: 100%; }

body {	
	margin: 0;
	padding: 0;
	color: #CCC; /* or #FFF? */
	font: .95em/1.25em Georgia, "Times New Roman", serif;	
	background-color: #3F3A2C;
	text-shadow: 0px 1px 1px #333;
}

.post p {
	font-size: 1.05em;
}

a, #header a:hover, #actionbar a:hover, .postmeta a:hover {
	color: #9cffff;
	text-decoration: none;
	border-bottom: 1px solid #3F3A2C; /* Fixed jump in nav after hovering over links on page */
}


a:hover {
	border-bottom: 1px dotted #CFF;
}

a.download, a:hover.download {
	border: 0;
}

h1 {
	font-size: 1.75em;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	text-shadow: 0px 1px 2px #333;
}

h3 {
	color: #FFF;
	font-size: 1em;
	margin-bottom: 2px;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0px 2px 2px #333;
}

h4 {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: .85em;
	letter-spacing: 1px;
	color: #FFF;
}

h5 {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: normal;
	margin-bottom: -10px;
	font-size: .95em;
	letter-spacing: 1px;
	color: #FFF;
}

h6 {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: normal;
	font-style: italics;
	margin-bottom: -10px;
	font-size: .85em;
	letter-spacing: 2px;
	color: #FFF;
}

.post h3 {
	font-size: 1.2em;
	margin-bottom: 0;
}

.post h4 {
	font-size: .95em;
	margin-bottom: -10px;
}

code {
	display: block;
	margin: 10px 0 0;
	padding: 1em 10px;
	overflow-x: auto;
	border-top: 1px dashed #56503D;
	border-bottom: 1px dashed #56503D;
	font-family: "Courier New", Courier, monospace;
	background: #393528;
}

.code_caption, .article_caption {
	margin-top: -10px;
	padding: 5px;
	font-size: .85em;
	font-style: italic;
	border-left: 5px solid #56503D;
}

/*** Tables ***/

table { position: relative; width: 560px; font-size: 1em; border-collapse: collapse; }
table caption { font-size: 110%; }
th { background-color: #393528; padding: .5em; text-align: left; font-size: 1em; }
td { padding: .5em; border: 0; }
tr.on { background-color: #393528; }
#fnote01, #fnote02 {
	font-size: .8em;
}


/*** Header ***/

#header {		
	height: 50px;		
	line-height: 4px;
	width: 960px;
	margin: 0 auto 120px;
}


#logo a {
	float: left;
	position: absolute;
	top: 8px;
	color: #CFF;
	text-indent: -9999px;
	background: url(images/logo.png) 0 0 no-repeat;
	display: block;
	height: 110px;
	width: 364px;
}


#header h2 {
	font-weight: normal;
	font-size: .85em;
	font-family: Georgia, "Times New Roman", serif;
	color: #FFF;
	text-transform: uppercase;
	float: left;
	display: none;
}


#header #menu {	
	float: right;
	width: 550px;
	position: relative;
	height: 30px;
	top: -15px;
	left: 25px;
	list-style: none;
}


#header #menu li {
	float: left;
}


#header #menu a {
	margin: 0 0 0 5px;
	padding: 0;
	color: #FFF;
	text-decoration: none;
	font: normal 15px Verdana, Tahoma, sans-serif;
}


#menu li a { /* Our Work */
	display: block;
	height: 106px; 
	width: 130px; 
	background: transparent url(images/head_nav.png) no-repeat -5px 0; 
	text-indent: -9999px; 
	overflow: hidden; 
	}

	#menu li.our-work a 		{ width: 130px; background-position: -5px 0; } 	 /* Services */
	#menu li.services a 		{ width: 130px; background-position: -142px 0; } /* Services */
	#menu li.blog a 			{ width: 130px; background-position: -280px 0; } /* Blog */
	#menu li.contact-us a 		{ width: 130px; background-position: -420px 0; } /* Contact Us */


/* Current Page */
	li#our-work-current a:link,
	li#our-work-current a:visited 	{ background-position: -5px -107px; } 				  	/* Our Work */
	
	li#services-current a:link,
	li#services-current a:visited 	{ width: 130px; background-position: -142px -107px; } 	/* Services */
	
	li#blog-current a:link,
	li#blog-current a:visited		{ width: 130px; background-position: -280px -107px; }	/* Blog */
	
	li#contact-us-current a:link,
	li#contact-us-current a:visited	{ width: 130px; background-position: -420px -107px; } 	/* Contact Us */
	

/* Current Hover */
/* NOT CURRENTLY WORKING */
	li#our-work a:hover 	{ background-position: -5px -107px; } 				  	/* Our Work */
	
	li#services a:hover 	{ width: 130px; background-position: -142px -107px; } 	/* Services */
	
	li#blog a:hover 		{ width: 130px; background-position: -280px -107px; } 	/* Blog */
	
	li#contact-us a:hover	{ width: 130px; background-position: -420px -107px; } 	/* Contact Us */
	


/*** Main ***/

#main {
	width: 960px;
	margin: 0 auto;
}


#main #content {
	float: left;
	width: 560px;
	margin-top: 25px;
}

#main #single-page-content {
	width: 960px;
	margin-top: 25px;
}

#main #content h2,
#main #homecontent h2,
#main #single-page-content h2 {
	font-weight: normal;
	color: #CFF;
	line-height: 1.4em;
}


.pageintro {
	margin: 0 2em 3em 0;
	font-size: 1.25em;
	line-height: 1.15em;
}

.contact_pageintro {
	margin: 0 0 1.5em;
	font-size: 1.25em;
	line-height: 1.15em;
	/*background: url(images/contact_mail.png) 0 50% no-repeat;*/
}

.pageintro h2 {
	font-style: italic;
	font-size: 1.55em;
	width: 548px;
	height: 65px;
	text-indent: -9999px;
	background: url(images/blog_hd.png) 0 0 no-repeat;
	margin-top: 10px;
}


#actionbar {
	clear: both;
	position: relative;
	margin: 25px 0 10px;
	padding: 0;
	left: -10px;
	width: 980px;
	height: 76px;
	background: url(images/actionbar_bg.jpg) 0 0 repeat-x;
}


#project_callout a {
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 392px;
	height: 76px;
	text-indent: -9999px;
	background: url(images/project_callout.jpg) 0 0 no-repeat;
}


#contact_callout {
	width: 377px;
	height: 76px;
	position: relative;
	left: 604px;
	text-indent: -9999px;
	background: url(images/contact_callout.jpg) 0 0 no-repeat;
}


.pan_wrap {
	margin: 0 auto 15px;
	position: relative;
	width: 264px;
	height: 109px;
	border: 0;
}

.pan_wrap img {
	border: 0;
}

.pan_frame {
	background: url(images/home_work_template01.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 264px;
	height: 109px;
	border: 0;
}


#blogfeat {
	float: right;
	width: 366px;
	padding: 25px 0;
}

/*** Posts ***/

.post {
	margin-bottom: 70px;
	line-height: 20px;
}


.post .postheader h2 {
	font-size: 1.45em;
	font-weight: normal;
	margin-bottom: 3px;
	line-height: 1.1em;
}


.post .postheader h2 a {
	font-weight: normal;	
	text-decoration: none;
	color: #CFF;
}


.post .postheader h2 a:hover {
	text-decoration: none;
}


.post-date{
	float: left;
	display: inline;
	text-align: center;
	width: 40px;
	margin: 0 10px 0 0;
	padding: 5px;
	background: #C91414;
	border-right: 1px solid #900;
	border-bottom: 1px solid #900;
	line-height: 1em;
	text-shadow: 0px 1px 1px #990;
}


.post-date .month {
	text-transform: uppercase;
	font-size: 1.15em;
}


.post-date .year {
	font-size: .85em;
}


.post .postheader .postmeta {
	width: 545px;
	font-size: .7em;
	border-bottom: solid 1px #56503D;
	padding-bottom: 5px;
	text-transform: uppercase;
}


.postmeta .comments_link {
	background: url(images/comment.png) 0 50% no-repeat;
	height: 20px;
	padding-left: 18px;
}


p.post_comments_button {
	float: left;
	width: 164px;
	height: 60px;
}


.comments_link_foot a, .comments_link_foot a:hover {
	display: block;
	height: 60px;
	width: 164px;
	background: #3F3A2C url(images/comment_button.png) 0 50% no-repeat;
	text-indent: -9999px;
	border-bottom: #3F3A2C;
}

.comments_link_foot a:hover {
	border-bottom: #3F3A2C;
}


p.post_rss_button {
	float: right;
	width: 164px;
	height: 60px;
}


.rss_link_foot a, .rss_link_foot a:hover {
	display: block;
	height: 60px;
	width: 164px;
	background: #3F3A2C url(images/rss_button.png) 0 50% no-repeat;
	text-indent: -9999px;
	border-bottom: #3F3A2C;
}

.rss_link_foot a:hover {
	border-bottom: #3F3A2C;
}


.nocomments, .allcomments {
	clear: both;
}


.post img {
	padding: 5px 0;
	border: none;
}


.rss_sub02 {
	background: url(images/feed_plus.png) 0 50% no-repeat;
	height: 18px;
	font-size: .7em;
	line-height: 20px;
	padding: 0 0 5px 20px;
	text-transform: uppercase;
	float: right;
	color: #56503D;
}


h3.similar_posts {
	border-top: 1px solid #56503D;
	margin-top: 25px;
}

a.more-link {
	background: #000;
	padding: 5px 10px;
}

/*** Sidebar ***/


#sidebar {
	float: right;
	width: 365px;
	line-height: 23px;
	margin-top: 20px;
	padding: 10px 0 0 25px;
	/*
border-left: solid 1px #56503D;
*/
}


#rss_search {
	width: 365px;
	border-bottom: 1px solid #56503D;


}

#sidebar li.cat-item {
	padding: 5px 0;
	margin: 5px 0;
	font-size: .85em;
	text-transform: uppercase;
}

#sidebar_ads {
	width: 135px;
	line-height: 23px;
	margin-top: 25px;
	padding-top: 0;
	display: block;
	padding-left: 15px;
	float: right;
}
	
	#sidebar_ads h3 {
		color: #CFF;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: .95em;
		margin: 0 0 2px;
		font-weight: bold;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	#sidebar_ads #advert_unit {
		width: 125px;
		height: 125px;
		padding: 5px;
		margin-bottom: 10px;
		border: 1px solid #CFF;
	}
	
	#sidebar_ads img {
		margin: 10px 0;
	}


#sidebar01, #twitter-2 {
	width: 185px;
	margin-top: 25px;
}


#sidebar img {
	border: none;
}

#rss a {
	border: none;
}


#sidebar ul {
	list-style: none;
	margin-top: 0;			
	white-space: nowrap;
	margin-left: 0;
	padding-left: 10px;
	text-indent: -10px;
}


#sidebar .sidebarbox {
	margin-bottom: 40px;
	width: 185px;
}


#sidebar .sidebarbox h3 {
	color: #CFF;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: .95em;
	margin-bottom: 2px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}


#sidebar_ads h3#advert_hd, #sidebar01 h3 {
	padding-left: 5px;
	background: url(images/sidebar_h3s.png) 0 50% no-repeat;
}


#tagcloud {
	width: 185px;
}

p.sep {
	padding: 10px 0;
	margin: 5px 0;
	border-bottom: 1px solid #56503D;
}

/***  Search form ***/

.searchform form {
	margin: 4px 0 15px;
}


.searchform #search {
	width: 185px;
}

.searchform #search-submit {
	width: 80px;
	float: right;
}

/*** Comments ***/

.allcomments h3 {
	font-size: 1.25em;
}


.caption {
	font-size: .7em;
	padding-bottom: 5px;
	margin-top: 0;
	text-transform: uppercase;
}


.commentbox {
	margin: 0 0 20px;
	padding: 10px;
	border-top: 1px solid #56503D;
	border-bottom: 1px solid #56503D;
	background: #393528;
}


.commentbox .avatar {
	float: left;
	margin-right: 5px;
}


.author_highlight {
	padding: 10px; /* Works with the added class in my edited highlight-author-comments plugin */
}


.commentbox small {
	font-size: .85em;
}


.commentbox p {
	margin-bottom: 0;
}


.commentbox .commentmeta {
	width: 300px;
}


.comment-remix-meta {
	margin-top: 25px;
	padding: 10px 0;
	border-top: 1px solid #56503D;
}

a.replyto {
	display: block;
	height: 16px;
	width: 60px;
	text-indent: -9999px;
	background: url(images/comment_reply.png) 0 0 no-repeat;
	border: 0;
}

#commentform label {
    display:block;
    margin: 0;
}


#commentform .text {
	width: 300px;
    margin: 0 0 15px;
}


#commentform strong {
	font-size: 11px;
}


#commentform textarea {
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}


.edit_comment {
	padding-left: 20px;
	line-height: 20px;
	background: url(images/edit_comments_icon.png) 0 50% no-repeat;
	margin-top: 10px;
}


/*** Footer ***/

#footer {
	clear: both;
	width: 100%;
	background: #352F23 url(images/footer-bg.jpg) 0 0 repeat-x;
	font-size: .8em;
	margin: 0;
	padding: 0;
}


#foot_content {
	width: 960px;
	margin: 0 auto;
	padding: 35px 0;
	/*background: url(images/bee.jpg) 50% 30px no-repeat;*/
	position: relative;
}


#foot_col01 {
	width: 356px;
	
}


#foot_nav01, #foot_nav02 {
	list-style: none;
	padding: 0;
}


#foot_nav01 li, #foot_nav02 li {
	float: left;
	margin: 5px 8px 2px 0;
	padding: 0 5px 10px;
}


#foot_nav02, #client_login {
	clear: both;
}

a#foot_rss, a:hover#foot_rss {
	background: url(images/foot_rss.png) 0 50% no-repeat;
	width: 66px;
	height: 65px;
	padding: 0 0 5px 20px;
	float: right;
	text-indent: -9999px;
	border: 0;
}


#foot_phone {
	display: block;
	position: absolute;
	top: 30px;
	left: 594px;
	text-indent: -9999px;
	width: 365px;
	height: 100px;
	background: url(images/foot_phone.png) 0 0 no-repeat;
}


/*** Wordpress ***/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}


.alignright {
   float: right;
   margin: 0 0 10px 10px;
}


.wp-caption {
   border: 1px solid #CCC;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
   color: #666;
}


.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}


.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0;
   margin: 0;
   text-shadow: 0px 0px 0px #000;
}

/** Misc ***/

.download {
	display: block;
	height: 60px;
	background: #3F3A2C url(images/dl_link.png) 0 50% no-repeat;
	padding: 0 10px 0 240px;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 60px;
	font-weight: bold;
}

a.download {
	border-bottom: none;
}

blockquote {
	font-size: 1.5em;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	padding: 10px;
	margin: 10px;
	text-shadow: 0 2px 3px #333;
}


input#search {
	background: #FFF url(images/search_bg.png) 100% 50% no-repeat;
}


.changeface {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Helvetica, sans-serif;
}

#services h2 {
	height: 30px;
	width: 190px;
	text-indent: -9999px;
	background: url(images/our-services-hd.png) 0 0 no-repeat;
}

#servicesfeaturedwork h2 {
	height: 30px;
	width: 190px;
	text-indent: -9999px;
	background: url(images/featured-work-hd.png) 0 0 no-repeat;
}

#blogfeat h2 {
	height: 30px;
	width: 260px;
	text-indent: -9999px;
	background: url(images/it-came-from-the-blog-hd.png) 0 0 no-repeat;
}

#blogfeat h2 a, #blogfeat h2 a:hover {
	display: block;
	height: 30px;
	width: 260px;
	border: 0;
}