@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* 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;
}
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: #081122; 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: #081122; }
#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: #081122;
	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: #081122; background: #95969a; }
#main-nav li.active a { color: #081122; background: #fdcb08; }
.home-banner { clear: both; width: 931px; height: 378px; background: url(../header1.png) 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: #081122;
	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 #081122; 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: #081122;
	text-decoration: none;
	background: #fdcb08;
	padding: 10px;
	margin-right: 10px;
}
#more-work a:hover { background: #95969a; }


/*--------------------------------------------------------------*/
/* 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; }