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;
}



/* - - STRUCTURES - - */

body { 
	background: #EEE url(../media/assets/paulhc-bg2.jpg) repeat;
	font-family: Helvetica, Arial, sans-serif;
	color: #999998;
	}

a {color: #0099EE; text-decoration:none;}
a:hover {color:#665; text-decoration:none;}

.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

#logo, #header, #content, #content-project, #content-work, #footer { float:left; margin: 0 40px;}
#logo, #header, #content, #content-project, #content-work, #footer { width:812px;}
#content, #content-work {min-width:825px;}
#logo { margin-top: 40px;}
#content {margin-top: 60px; margin-bottom: 50px;}
#content-project, #content-work {margin: 50px 40px;}
#header { argin-bottom: 20px;}
#footer {border-top: 1px #CCC solid; padding-top:12px;}

.col-left {float:left; width: 585px; margin-right:27px;}
.col-right {float:right; width:200px;}
.bordertop {border-top: 1px #CCC solid; padding-top:22px}
.menu-left, .submenu-left {float:left;}
.menu-right, .submenu-right {float:right;}



/* - - - STYLES - - - */

#logo p {color:#332; font-weight:bold; font-size:120%;}
#content-project .col-left p {font-size:120%; line-height: 150%; padding-bottom: 12px; color:#999998;font-weight:normal;}
#content-project p {font-size: 75%; line-height: 150%; padding-bottom: 12px; color:#665;font-weight:normal;}
#content-project ul.tags {color:#999998;font-size: 70%; font-weight: bold;margin-bottom:22px;}
#content-project ul.tags li {margin:0 0 1px 15px;}
#content-project ul.tags {text-transform: uppercase;}


#header h1 {font-size: 120%; margin-top: 2px;}
h2 {
	font-weight:normal;
	font-size:210%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	line-height: 110%;
	color: #332;
	margin-bottom:40px;
	}
h3 {
	font-weight:normal;
	font-size:210%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	line-height: 120%;
	color: #BBBBBA;
	}
h5 { color:#FFF; font-weight:bold; font-size:110%;}
#content-project h4 {padding-bottom: 12px;}


#header h3 {color:#999998;padding: 40px 0 0 0;}
	

div.subheaders { width: 812px; margin-bottom: 20px}


.menu-right li { display:inline; }
.menu-right li a { font-size: 85%; padding: 3px 6px; margin-left: 10px; background-color: #EEE; -moz-border-radius: 3px; -webkit-border-radius: 3px}
.menu-right li a:hover { background-color: #F9F9F9; -moz-border-radius: 3px; -webkit-border-radius: 3px}
.menu-right li a.selected { font-size: 85%; padding: 3px 6px; margin-left: 10px; background-color: #FFF; -moz-border-radius: 3px; -webkit-border-radius: 3px}


.submenu-right li { display:inline; }
.submenu-right li a { font-size: 80%; padding: 3px 6px; margin-left: 10px; background-color: #EDEDED; color: #999998; -moz-border-radius: 3px; -webkit-border-radius: 3px}
.submenu-right li a:hover { background-color: #F9F9F9; -moz-border-radius: 3px; -webkit-border-radius: 3px}
.submenu-right li a.dead, .submenu-right li a:hover.dead {background-color: #C0C0C0;}

#content-project .submenu-right {margin-top: 2px}

#content-project img {margin-bottom: 22px}
#content-project img.pad {margin-right: 10px}




/* - - - HOME BOXES 400px WIDE - - - */

.boxgrid { float:left; width:400px; height:238px; margin: 0 12px 12px 0; background:#FFF; overflow: hidden;position: relative;}

	.boxgrid img {position: absolute; top: 0; left: 0; border: 0;}

	.boxcaption{
		float: left;
		position: absolute;
		background: #999998;
		height: 238px;
		width: 100%;
		padding: 16px;
		opacity: .9;
		/* For IE 5-7 */
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
		/* For IE 8 */
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		}
		
	.boxcaption:hover{background: #333334;}
		
	.caption .boxcaption {top: 185px; left: 0;}
		
	.boxcaption h4 {
		font-size: 130%;
		color:#FFF;
		font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		margin-bottom: 11px;
		}
		
	.boxcaption:hover h4 {color:#FFF;}

	.boxcaption p { font-size: 90%; line-height: 130%;color: #FFF; width: 368px}
	.boxcaption p.tags {color:#CCC;font-size: 70%; font-weight: bold; text-transform: uppercase; padding-bottom:6px;}
	

/* - - - WORK BOXES 262px WIDE - - - */
	
.boxgridsmall { float:left; width:262px; height:156px; margin: 0 13px 13px 0; background:#FFF; overflow: hidden;position: relative;}

	.boxgridsmall img {position: absolute; top: 0; left: 0; border: 0;}

	.boxcaptionsmall {
		float: left;
		position: absolute;
		background: #999998;
		height: 156px;
		width: 100%;
		padding: 16px;
		opacity: .9;
		/* For IE 5-7 */
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
		/* For IE 8 */
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		}
		
	.boxcaptionsmall:hover {background: #333334;}
		
	.caption .boxcaptionsmall {top: 156px; left: 0;}
		
	.boxcaptionsmall h4 {
		font-size: 110%;
		color:#FFF;
		font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		margin-bottom: 8px;
		}
		
	.boxcaptiosmalln:hover h4 {color:#FFF;}

	.boxcaptionsmall p { font-size: 90%; line-height: 130%;color: #FFF !important; width: 230px}
	.boxcaptionsmall p.tags {color:#CCC!important;font-size: 70%; font-weight: bold; text-transform: uppercase; padding-bottom:6px;}
	
	
/* - - - - - - */



#footer p {line-height:150%; margin: 30px 0;}
