/*

Based on Starkers by Elliot Jay Stocks
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
.article, .Rarticle, leftside, dialog, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}


.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }


body {
	line-height:1;
	background-color:#FFFFFF;
	background-image:url('images/bk_body.png');
	font: 15px "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2",serif;
	color: #111;
	font-weight:400;
	font-family: 'Gudea', sans-serif;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
	padding: 0 0 40px 0;
}


h3 {
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

a {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	color:#000000;
	text-decoration:none;
}


.article, .Rarticle, leftside, dialog, figure, footer, header, 
hgroup, nav, section { 
	display:inline-block;
}

.full{
	width:100%;
}
.article{
	margin-top:20px;
}
.rarticle{
	margin-top:40px;
}



/**  Header Section **/
.headerContainer{
	background:#e8e8e8;
	height:120px;
	border-bottom-color:#A1A1A1;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	margin-bottom:30px;
	
}
.header{
	width:960px;
	margin:0 auto;
	padding-top:20px;
}
.headerName{
	float:left;
	display:inline-block;
	font-size:25px;
	margin-top:10px;
}

.nav ul {
	list-style:none;
}

h1 {

}

.nav{
	float:right;
	overflow:hidden;
}
.nav li {
	float:left;
	margin: 0 0 40px 0;
	padding: 20px 30px 20px 30px;
	border-right: 1px dotted #ccc;
	list-style: none;
	font: 16px "adelle-1","adelle-2",serif;
}

.nav li:hover {
	background: #eee;
}

.nav li h2 {
	text-transform: uppercase;
}

h2 a:hover {
	color: #000;
	border-bottom: 1px solid #ccc;
}

.nav li p {
	color: #999;
	font-size: 13px;
	text-transform: lowercase;
	text-align: center;
	margin: 5px 0 0 0;
}

/** Header Styles Complete **/



.headerTitle{
	font-size:40px;
	margin:60px 0px 0px 0px;
}	
.resumeTitle{
	font-size:40px;
	margin:20px 0px 0px 0px;
}	


/* Sectional CSS */
.keyline{
	border-bottom-color:#A1A1A1;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	margin-bottom:20px;
	margin-top:20px;
}
.sectionTitle{
	font-size:20px;
	margin-bottom:20px;
}
.section, section {
	width: 960px;
	overflow: hidden;
	vertical-align:top;
}

.leftside, leftside {
	width: 470px;
	display:inline-block;
	vertical-align:top;
}
.rightside, rightside {
	width: 470px;
	display:inline-block;
	vertical-align:top;
}

.portfolioImage{
	width:450px;
	height:253px;
	border: solid 2px #ccc;
}
	
/* Footer */

.footer {
	width: 100%;
	background: #333333;
	overflow: hidden;
	padding: 20px 0;
	font-size: 18px;
	height:200px;
	border-top-color:#A1A1A1;
	border-top-style:dashed;
	border-top-width:1px;
	height:300px;
}

.footerContainer{
	width:960px;
	margin:0 auto;
}

.twitter{

	margin-top:5px;
}


.opening p{
	font-size:17px;
	text-align:center;
	width:900px;
	margin:0 auto;
	font-famliy:Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#4a4a4a !important;
	font-size:18px;
	
}
.opening p a{
	font-style:italic;
	color:#333;
}
	
	
.contactTitle{
	color:#eee;
	text-decoration:underline;
	line-height:130%;
	font-size:24px;
}

.contactItem{
	margin-top:10px;
	color:#eee;
}
.contactItem a{
	color:#eee;
}
.contactItem img{
	position:relative;
	top:5px;
	}
/** Addition Section Informations */
.sectionTags{
	margin-top:-20px;
	margin-bottom:20px;
}
.sectionTags div{
	display:inline-block;
	border-radius:10px;
	background:#e5e5e5;
	padding:2px 10px;
}
.button{
	display:inline-block;
	border-radius:10px;
	background:#ccc;
	padding:2px 7px;
	font-size:16px;
	border:solid 1px #999;
	text-align:center;
	cursor:pointer;
}
.spacer{
	margin-top:20px;
}

