/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* color palette 

lime green: #92c847
yellow orange: #fdcb08
aqua blue: #1a887d
grey: #95969a
cream: #edf2d5
*/

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* global reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; background: #1a887d; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
a img { border: 0; }


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* tag and class styles */
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #a6e3eb; }
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #92c847; }
blockquote cite { margin: 5px 0 0; display: block; }
.center { text-align: center; }
.hidden { display: none; }
hr { display: none; }
.post pre code { display: block; padding: 10px; color: #1a887d; background: #edf2d5; margin: 5px 0; }


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* image floats and position floats */
.clear { clear: both; }
.float-left { float: left; }
.float-right { float: right; }
.img-right { float: right; padding: 0 0 15px 15px; }
.img-left { float: left; padding: 0 15px 15px 0; }


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* wraps */
#header-wrap { width: 100%; background: #edf2d5; }
#header-center { width: 960px; margin: 0 auto; }
#content-wrap { position: relative; clear: both; width: 960px; /*padding: 15px 0;*/ margin: 0 auto; }
#portfolio-wrap { position: relative; clear: both; width: 960px; padding: 15px 0; margin: 0 auto;}


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* home page and main nav */
h1 a.logo {
	display: block;
	float: left;
	font: bold 28px Arial, Helvetica, sans-serif;
	color: #edf2d5;
	text-decoration: none;
	background: #95969a;
	padding: 10px 15px;
}

#main-nav { width: 350px; display: block; float: right; list-style: none; margin: 8px 0 25px; }
#main-nav li { display: inline; }
#main-nav a { display: block; float: left; font: bold 18px Arial, Helvetica, sans-serif; color: #95969a; text-decoration: none; padding: 10px; margin: 0 5px; }
#main-nav a:hover { color: #edf2d5; background: #95969a; }
#main-nav li.active a { color: #edf2d5; background: #fdcb08; }
.home-banner { clear: both; width: 931px; height: 378px; background: url(../images/home-banner.gif) bottom center no-repeat; margin: 0 auto; }
.home-banner h2, .home-banner p { text-indent: -9999em; }



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* portfolio work list */
#work-post { padding: 10px; }
#work-list { display: block; width: 960px; }
#work-list li { display: inline; float: left; margin: 5px; }
.work-holder { position: relative; display: block; width: 225px; height: 130px; background: #ffffff; }
a.folio-thumb { position: absolute; left: 0; top: 0; display: block; z-index: 1; }
a.folio-thumb:hover { z-index: -1; }
a.folio-title {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 205px;
	height: 110px;
	font: bold 20px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #92c847;
	color: #edf2d5;
	padding: 10px;
}
a.folio-title:hover { z-index: 400; }


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* portfolio single styles */
.portfolio-frame { position: relative; background: #ffffff; padding: 1px; margin: 30px 20px; }
.work-post { border: 5px solid #edf2d5; padding: 10px; }
.work-full { width: 585px; float: left; }
.work-full img { display: block; margin: 0 auto; }
.work-info { width: 275px; float: right; margin-right: 10px; }
#more-work { position: relative; display: block; list-style: none; clear: right; float: right; width: 275px; margin: 40px 10px 0 0; }
#more-work li { display: inline; }
#more-work a {
	display: block;
	float: left;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #edf2d5;
	text-decoration: none;
	background: #fdcb08;
	padding: 10px;
	margin-right: 10px;
}
#more-work a:hover { background: #95969a; }


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* blog styles */
.banner { clear: both; display: block; width: 834px; height: 141px; background: url(../images/banner.gif) no-repeat; margin: 0 auto; }
#post-wrap { width: 618px;/*620 total*/ float: left; margin: 0 20px; }
.post-frame { position: relative; background: #ffffff; padding: 1px; margin: 30px 0; }
.date {
	position: absolute;
	top: 20px;
	left: -20px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #edf2d5;
	background: #92c847;
	padding: 10px;
}
.post { border: 5px solid #edf2d5; padding: 10px 15px; }
.blog-img { display: block; width: 575px; height: 150px; overflow: hidden; margin-bottom: 10px; }
.post h1, .work-info h1 { font: bold italic 36px Georgia, "Times New Roman", Times, serif; color: #fdcb08; margin-bottom: 8px; }
.post h1 a { font: bold italic 36px Georgia, "Times New Roman", Times, serif; color: #fdcb08; text-decoration: none; margin-bottom: 8px; }
.post h1 a:hover { color: #1a887d; }
.post h2 { font: bold 18px Arial, Helvetica, sans-serif; color: #fdcb08; margin-top: 12px; }
.post p, .work-info p { font: 12px Arial, Helvetica, sans-serif; color: #1a887d; line-height: 18px; margin: 8px 0; }
.post-info { margin-top: 18px; }
.post-info p { font: 12px Arial, Helvetica, sans-serif; text-align: right; color: #1a887d; margin: 0; }
.post-info p a, .post p a, .work-info p a { color: #92c847; text-decoration: none; }
.post-info p a:hover, .post p a:hover, .work-info pa:hover { color: #1a887d; }
.page-nav { margin-bottom: 30px; }
.page-nav a { 
	display: block;
	float: left;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #edf2d5;
	text-decoration: none;
	background: #92c847;
	padding: 10px;
}
.page-nav a:hover { background: #95969a; }


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* blog sidebar */
#sidebar-wrap { width: 275px; float: right; margin: 30px 20px 30px 0; }
.rant { display: block; font: bold italic 16px Arial, Helvetica, sans-serif; line-height: 24px; color: #edf2d5; background: #92c847; padding: 10px 15px; }
.widget { clear: both; background: #92c847; padding: 10px; margin-top: 20px; }
.widget h2, .contact-wrap h2 { display: block; font: bold 18px Arial, Helvetica, sans-serif; color: #92c847; background: #edf2d5; padding: 10px; }
.widget ul { list-style: none; }
.widget ul li { display: block; border-bottom: 1px solid #edf2d5; padding: 10px; }
.widget ul li a { font: 12px Arial, Helvetica, sans-serif; color: #edf2d5; text-decoration: none; }
.widget ul li a:hover { text-decoration: underline; }
.widget h3 { font: bold 14px Arial, Helvetica, sans-serif; color: #edf2d5; margin-bottom: 10px; }
.widget p { font: 12px Arial, Helvetica, sans-serif; color: #edf2d5; }


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* search box styles */
.searchBox { position: relative; float: right; width: 255px; height: 40px; background: #edf2d5; border: 10px solid #92c847; margin: 20px 0; }
.searchBox form { height: 40px; background: url(../images/search_form.jpg) no-repeat left top; padding: 0px;  margin: 0px; }
.searchBox input { color: #92c847; font-size: 12px; }
.searchBox input.keyword { background: none; border: none; padding: 12px 10px 10px; width: 200px; } 
.searchBox input.search { width: 45px; height: 40px; background: url(../images/search-button.gif) no-repeat; }
.searchBox .bt { position: absolute; top: 0; right: 0; background: none; padding: 0px; margin: 0; }


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* comment styles */
#comment { width: 618px; }
#comment h3 { font: bold 20px Arial, Helvetica, sans-serif; color: #edf2d5; }
#comments { font: bold 20px Arial, Helvetica, sans-serif; color: #edf2d5; }
.comment-list { margin: 20px 0 0 0; list-style: none; }
.comment-list li { margin: 5px 0 30px 0; }
.comment-list code { font-size: 12px; line-height: 120%; }
.gravatar { float: left; width: 61px; margin-right: 15px; }
.gravatar img { padding: 3px; background: #ffffff; border: 2px solid #edf2d5; }	
.comment-info { float: left; width: 500px; font: 12px Arial, Helvetica, sans-serif; color: #edf2d5; }
.comment-info a { font: 12px Arial, Helvetica, sans-serif; color: #92c847; text-decoration: none; }
.comment-info a:hover { color: #edf2d5; }
.comment-info cite { font: bold italic 26px Georgia, "Times New Roman", Times, serif; color: #edf2d5; }	
.comment-info cite a { font: bold italic 26px Georgia, "Times New Roman", Times, serif; color: #92c847; text-decoration: none; }
.comment-info cite a:hover { color: #edf2d5; }
.comment-info em { color: #fdcb08; }
/*wraps each comment*/
.comment-wrap { width: 618px; clear: both; font: 12px Arial, Helvetica, sans-serif; color: #1a887d; line-height: 18px; background: #edf2d5; }
.comment-wrap a { color: #1a887d; }
.required { color: #92c847; }
.block-out { width: 618px; height: 15px; background: url(../images/comment-block-out.gif) top no-repeat; }
.my-comment { color: #edf2d5; background: #92c847; }
.comment-inside { padding: 8px 15px 10px 15px; }
/*.comment-text p { font: 12px Arial, Helvetica, sans-serif; color: #1a887d; line-height: 18px; }*/
.reply-box { clear: both; }
.reply-box h3 { font: bold 20px Arial, Helvetica, sans-serif; color: #edf2d5; }
.reply-box p { font: 12px Arial, Helvetica, sans-serif; color: #edf2d5; }
.reply-box a { font: 12px Arial, Helvetica, sans-serif; color: #92c847; text-decoration: none; }
.reply-box a:hover { color: #edf2d5; }
.field#user-name-comment {	
	background: #edf2d5 url(../images/user-name.gif) 5px 4px no-repeat ! important;
	width: 240px;
	border: 2px solid #edf2d5;
	margin-top: 8px;	
}
.field#user-name-comment:focus { background: #ffffff url(../images/user-name.gif) 5px 4px no-repeat ! important; }	
.field#user-email-comment {	
	background: #edf2d5 url(../images/user-email.gif) 5px 7px no-repeat ! important;
	width: 240px;	
	border: 2px solid #edf2d5;
	margin-top: 8px;
}		
.field#user-email-comment:focus { background: #ffffff url(../images/user-email.gif) 5px 7px no-repeat ! important; }
.field#user-url-comment {	
	background: #edf2d5 url(../images/user-url.gif) 4px 8px no-repeat ! important;
	width: 240px;
	border: 2px solid #edf2d5;
	margin-top: 8px;
}		
.field#user-url-comment:focus { background: #ffffff url(../images/user-url.gif) 4px 8px no-repeat ! important; }
.field#user-comment-big {	
	background: #edf2d5 url(../images/user-comment.gif) 5px 6px no-repeat ! important;
	width: 590px;
	height: 120px;
	border: 2px solid #edf2d5;
	margin-top: 8px;	
}	
.field#user-comment-big:focus { background: #ffffff url(../images/user-comment.gif) 5px 6px no-repeat ! important; }
.commentBtn { border: none; font: bold 18px Arial, Helvetica, sans-serif; color: #edf2d5; background: #92c847; padding: 9px 10px 10px 10px; margin: 7px 0 30px; }
a.commentBtn, a.commentBtn:visited { color: #edf2d5; background: #92c847; margin: 18px 0 0 0; display: block; }
a.commentBtn:hover, a.commentBtn:active { color: #edf2d5; background: #95969a; text-decoration: none; }
.commentBtn:focus, .commentBtn:hover { color: #edf2d5; background: #95969a; cursor: pointer; }


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* contact form styles */
.contact-wrap { background: #92c847; padding: 10px; }
#contactform { width: 255px; }
#contactform label, #contactform legend { display: none; }
#success-message {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #edf2d5;
	background: #92c847;
	position: absolute;
	width: 320px;
	top: 80px;
	left: 50%;
	z-index: 9999;
	padding: 30px;
	margin-left: -200px;
}		
.messageBtn, a.messageBtn, a.messageBtn:visited {	
	border: none;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #92c847;
	text-decoration: none;
	background: #edf2d5;
	padding: 10px;
	margin-top: 7px;
}
a.messageBtn:hover, a.messageBtn:active { background: #ffffff; }
.messageBtn:focus, .messageBtn:hover { background: #ffffff; cursor: pointer; }
.field { background: #edf2d5 ! important; font: 12px Arial, Helvetica, sans-serif; color: #1a887d; border: none; padding: 4px 4px 4px 22px; }
.field#user-name {	
	background: #edf2d5 url(../images/user-name.gif) 5px 4px no-repeat ! important;
	width: 225px;
	border: 2px solid #edf2d5;
	margin-top: 8px;	
}
.field#user-name:focus { background: #ffffff url(../images/user-name.gif) 5px 4px no-repeat ! important; }	
.field#user-email {	
	background: #edf2d5 url(../images/user-email.gif) 5px 7px no-repeat ! important;
	width: 225px;	
	border: 2px solid #edf2d5;
	margin-top: 8px;
}		
.field#user-email:focus { background: #ffffff url(../images/user-email.gif) 5px 7px no-repeat ! important; }	
.field#user-comment {	
	background: #edf2d5 url(../images/user-comment.gif) 5px 6px no-repeat ! important;
	width: 225px;
	height: 120px;
	border: 2px solid #edf2d5;
	margin-top: 8px;	
}	
.field#user-comment:focus { background: #ffffff url(../images/user-comment.gif) 5px 6px no-repeat ! important; }	
#interior .field#user-name, #interior .field#user-email, #interior .field#user-url, #interior .field#user-url { width: 225px; }
#interior .field#user-comment { width: 225px; height: 300px; }	


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* footer */
#footer-wrap { position: relative; clear: both; width: 100%; background: #1a887d; padding-bottom: 20px; margin: 0 auto; }
#footer-wrap p { font: 11px Arial, Helvetica, sans-serif; text-align: center; color: #ffffff; }
#footer-wrap p a { color: #ffffff; text-decoration: none; }
#footer-wrap p a:hover { color: #92c847; }