@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* color palette 

dark blue: #262262
light blue: #00a4de
orange: #ff5b21
grey: #6d798a
white: #ffffff
yellow: #ff60bb
*/

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* 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 { background: #262262; margin:0; 
   padding:0;
   height:100%;
   width:100%;
   a { text-decoration:none }
}


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* 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: #262262; }
#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: 50px;
	margin: 0 auto;
	padding-bottom:50px;
}


/*#Container {
	position:relative;
    width: 100%;
	min-height: 100%;     
	height: auto !important;
	height: 100%;
    margin: 0 auto 0;
}*/


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

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* white line */

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%; height: 20px; background-color:#FFF
}

</style>


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* 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;
}
.work-holder2 {
 	position: relative;
	display: block;
	width: 120px;
	height: 130px;
	background: #262262;
	
}
	
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: #00a4de;
	color: #ffffff;
	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; }


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* footer */
/*#footer-about { position: relative; clear: both; height: 150px; width: 843px; background: #00a4de; padding-bottom: 20px; margin: 0 auto; }
#footer-about p { font: 11px Arial, Helvetica, sans-serif; text-align: left; color: #ffffff; }
#fotter-about h1 { font: 14px Arial, Helvetica, sans-serif; text-align: left; color: #ff60bb; }
#footer-about p a { color: #ffffff; text-decoration: none; }
#footer-about p a:hover { color: #92c847; }*/

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* Footer --------------------------- */

#footer-wrap {
	position: relative;
	clear: both;
	width: 960px;
	padding: 0 50px;
	margin: 0 auto;
	padding-bottom:0px;
}

    #footer {
		position:relative;
			width: 835px;
	height: 115px;
	padding: 10px 0px;
	margin:0 auto;
		background-color:#00a4de;


		}
		#footer-space{
	position: relative;
	clear: both;
	width: 960px;
	height:40px;
	padding: 5px;
	margin: 0 auto;
	padding-bottom:50px;
		}
	#push {
		height: 1px;
	}
	#footer h1 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #FF9;
	cursor: default;
	text-align: left;
	
	}
	#footer h2 {
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: -3px 0 15px 0;
	cursor: default;
	color: #FFF
	}
	#footer h3 {
	font: normal 18px Arial, Helvetica, sans-serif;
	margin: 0px 20 15px 0px;
	cursor: default;
	color: #FF9;
	text-align: right;
	}
		#footer h4 {
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0px 20 15px 0px;
	cursor: default;
	color: #FFf;
	text-align: right;
	text-decoration: none;
	line-height: 1.4;
	}
		#footer h5 {
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0px 0 0px 0px;
	cursor: default;
	color: #FF6;
	text-align: center;
	text-decoration: none;
	line-height: 3;
	}
	#footer em {
		font: bold italic 11px Georgia, "Times New Roman", Times, serif;
	}
	#footer small {
		font-size: 10px;
		font-style: italic;
		margin-top: 45px;
		display: block;
	}
	#footer small a {
		text-decoration: none;
		color: #423430;
		border-bottom: 1px dotted #423430;
	}

	#footer #about {
	width: 219px;
	float: left;
	margin-left: 76px;
	padding: 0 30px 0 0px;
	}
	#footer #contact-info {
		width: 219px;
		float: left;
		margin-left: 0px;
		padding: 0 30px 0 0px;
	}
	#footer input, #footer textarea {
		background: #fff;
		border: 1px inset #ddd2a3;
		width: 214px;
		height: 13px;
		padding: 1px 0 0 2px;
		font-size: 11px;
		color: #1a0800;
		-moz-opacity: 0.65;
		opacity: 0.65;
		font: 11px Arial, Helvetica, sans-serif;
	}
	#footer input:hover, #footer textarea:hover {
		border: 1px solid #ddd2a3;
	}
	#footer input:focus, #footer textarea:focus {
		-moz-opacity: 0.9;
		opacity: 0.9;
	}
	#footer #form textarea {
		height: 50px;
	}
	#footer #form small {
		margin-top: 10px;
	}
	#footer #form table img {
		float: right;
		position: relative;
		top: -18px;
		left: -34px;
		/* IE 7 */
		top: -20px !ie;
		/* IE 6 */
		_top: -20px;
	}
	#footer #places {
	width: 210px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0 0 0 30px;
	}
	#footer #icons {
	width: 210px;
	float: left;
	margin-left: -250px;
	margin-right: 0px;
	padding: 40 0 0 0px;
	}
	
	#footer #resume form {
		width: 253px;
		position: relative;
		top: 30px;
		left: 30px;
	}
	#footer #resume em {
		font-weight: normal;
		display: block;
		margin-bottom: 3px;
	}
	#footer #resume input {
		width: 229px;
		height: 18px;
		padding: 3px 0 0 3px;
	}
	#footer #resume img {
		float: right;
		margin: 18px 30px 0 0;
	}
	#footerLink {
		display: block;
		margin-bottom: -15px;
	}
	#prLinks {
		display: block;
		position: absolute;
		left: -10000px;
		top: -10000px;


/* footer 2 
#footer-wrap2 {
	position: relative;
	clear: both;
	height: 100px;
	width: 843px;
	background: #262262;
	padding-bottom: 20px;
	margin: 0 auto;
	/*background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer-wrap2 p { font: 11px Arial, Helvetica, sans-serif; text-align: center; color: #ffffff; }
#footer-wrap2 p a { color: #ffffff; text-decoration: none; }
#footer-wrap2 p a:hover { color: #92c847; }*/

