/* CSS Reset Rule */
html{color:#000;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,th{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html{
	height: 100%;
}

body{
	font-family: helvetica, arial, sans-serif;
	font-size: 62.5%;
	background: transparent url("../img/bg.png");
	height: 100%;
}

a{
	color: #6b94b5;
	outline: none;
	text-decoration: none;
}

a:hover{
	color: #08215a;
}

p{
	font-size: 13px;
	line-height: 17px;
	color: #333;
}

header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	background: #6bb56b;
	width: 403px;
	height: 115px;
	border-bottom: 5px solid #fff;
}

header h1{
	margin: 21px 21px 16px 21px;
	line-height: 24px;
	font-weight: normal;
	font-size: 21px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(33, 33, 33, 0.5);
	-moz-text-shadow: 1px 1px 2px rgba(33, 33, 33, 0.5);
	-webkit-text-shadow: 1px 1px 2px rgba(33, 33, 41, 0.5);
}

nav{
	margin-left: 21px;
	display: block;
}

nav ul li{
	display: inline;
	float: left;
	margin-right: 42px;
}

nav ul li:last-child{
	margin: 0;
}

nav ul li a{
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(33,33,33,0.5);
	-moz-text-shadow: 1px 1px 2px rgba(33,33,33,0.5);
	-webkit-text-shadow: 1px 1px 2px rgba(33,33,33,0.5);
}
nav ul li a:hover{
	color: #fff;
	text-shadow: 1px 2px 2px rgba(33,33,33,1);
	-moz-text-shadow: 1px 2px 2px rgba(33,33,33,1);
	-webkit-text-shadow: 1px 2px 2px rgba(33,33,33,1);
}

section.panel{
	position: absolute;
	top: 0;
	left: -520px;
	width: 510px;
	display: block;
	background: #f1f1f1;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	box-shadow: 3px 0 5px rgba(33,33,33,0.5);
	-moz-box-shadow: 3px 0 5px rgba(33,33,33,0.5);
	-webkit-box-shadow: 3px 0 5px rgba(33,33,33,0.5);
	padding-bottom: 21px;
}

section.panel div.section-header{
	background: #6b94b5;
	padding: 21px 21px 16px 21px;
	line-height: 24px;
	font-weight: normal;
	font-size: 21px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(33,33,33,0.5);
	-moz-text-shadow: 1px 1px 2px rgba(33,33,33,0.5);
	-webkit-text-shadow: 1px 1px 2px rgba(33,33,33,0.5);
	border-bottom: 5px solid #fff;
}
section.panel p{
	margin: 21px 21px 16px 21px;
}

section.panel nav.showcase-list{
	display: block;
	background: #6b94b5;
	width: 468px;
	margin: 21px;
}

section.panel nav.showcase-list li{
	height: 208px;
	left: 208px;
	border: 5px solid #fff;
	box-shadow: 3px 0 5px rgba(33,33,33,0.5);
	-moz-box-shadow: 3px 0 5px rgba(33,33,33,0.5);
	-webkit-box-shadow: 3px 0 5px rgba(33,33,33,0.5);
	overflow: hidden;
	margin: 0 21px 21px 0;
	position: relative;
	left: 0;
	top: 0;
	cursor: pointer;
}

section.panel nav.showcase-list li:nth-child(even){
	margin: 0 0 21px 0;
}

section.panel nav.showcase-list li.lastrow{
	margin: 0 21px 0 0;
}


section.panel nav.showcase-list li h3{
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(33,33,33,0.7);
}

section.panel nav.showcase-list li h3 a{
	display: block;
	padding: 8px;
	width: 192px;
	font-size: 13px;
}

#home{
	position: relative;
	z-index: 90;
	display: block;
	width: 403px;
	background: #eee;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	box-shadow: 3px 0 5px rgba(33,33,33,0.5);
	-moz-box-shadow: 3px 0 5px rgba(33,33,33,0.5);
	-webkit-box-shadow: 3px 0 5px rgba(33,33,33,0.5);
}

#home p:first-child{
	padding: 141px 21px 21px 21px;
}

#home h3{
	margin: 0 21px;
	font-size: 14px;
}

#home ul{
	margin: 8px 21px;
	font-size: 12px;
}

#about img{
	border: 5px solid #fff;
	box-shadow: 3px 3px 5px rgba(33,33,33,0.5);
	-moz-box-shadow: 3px 3px 5px rgba(33,33,33,0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(33,33,33,0.5);	
}

#showcase{
	padding: 0;
}
#resume ul{
	margin: 21px;
	font-size: 12px;
}

#resume ul li{
	margin-bottom: 14px;
}

#resume ul li h3{
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	margin: 8px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #888;
}

#resume ul li ol li{
	position: relative;
	margin: 0 0 8px 0;
	line-height: 16px;
}

#resume ul li ol li strong{
	display: block;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	height: 14px;
	line-height: 14px;
	margin-bottom: 5px;
}

#resume ul li ol li span{
	position: absolute;
	top: 0;
	right: 2px;
}

#contact ul{
	margin: 21px;
}

#contact ul li{
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	margin: 8px 0;
}

#contact ul li img{
	margin-right: 8px;
	vertical-align: middle;
}

#showcase div.section-header{
	background: #08215a;
}

#about div.section-header{
	background: #f7b510;
}

#resume div.section-header{
	background: #00a5bd;
}

#contact div.section-header{
	background: #ffde29;
}