/* @group reset */

/* v1.0 | 20080212 */

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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/* @end */
/**/
body {
	text-align:center;
	/*background-image: url(../images/background.jpg);*/
}

#main_wrapper {
	width: 950px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left;
	margin-top: 50px;
}
#header {
	
	}
#nav {
	width: 200px; /* this width + content width must total 100% */
	float:left;
}

#content_index{
	float:left; /* floats on nav and content divs make them sit side by side */
	width: 720px; /* this width + nav width must total 100% */
	top:0px;
}

#content_index{
	top:0px;
	color: white;
	padding: 0;
}

#content_inner_index{
	background: url(../images/index_bg.png) no-repeat 0 top;
	color: white;
	padding: 0;
	margin-bottom: 4px;
	
}

#content {
	float:left; /* floats on nav and content divs make them sit side by side */
	width: 720px; /* this width + nav width must total 100% */
	top:0px;
}

#content {
	background: url(../images/content_background_btm.png) no-repeat 0 bottom;
	color: white;
	padding: 0px 0px 0px 0px;
	
}

 #content_inner{
	background: url(../images/content_background_top.png) no-repeat 0 top;
	padding: 4px 0 0;
	margin-bottom: 4px;
	/*border:1px solid #cc0000;*/
}

 #content_inner_inner {
	background: url(../images/content_background_body.png) 0 top;
	margin-bottom: 24px;
}

#content h1 {
	margin-bottom: 1em;
	margin-left: 40px;
	margin-top: 24px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 10px 0px 7px 0px;
	width: 90%;
	font-size: 1.8em;
	color:#CCC;
}

 #content p, #content ul  {
	margin-bottom: 20px;
	width: 610px;
	margin-left: 40px;
	font: .8em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer {
	clear:both;
	background: black;
	background: rgba(0,0,0,.50);
	position: absolute;
	/*position: relative;*/
	bottom: 0;
	width: 100%;
	height: 35px;
	/*top:20px;*/
}

#body_resume #footer {
	clear:both;
	background: black;
	background: rgba(0,0,0,.50);
	/*position: absolute;*/
	position: relative;
	bottom: 0;
	width: 100%;
	height: 35px;
	top:20px;/**/
}

#footer_inner p{
	color: gray;
	margin-top: 1px;
	font: .6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:1em 2em; /* creates space between the box  and the content */
	}
#nav_inner {
	padding: 0 10px 0 0;
	text-transform: uppercase;
	margin-top: 5px;
}

#nav_inner a{
	text-decoration: none;
	color: white;
	font-size: .8em;
	display: block;
	padding: 7px 7px 7px 35px;
}

#nav_inner a:hover{
	background: black;
	background: rgba(0,0,0,.50);

}

#nav_inner li{
	margin-bottom: 4px;
	font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#nav_home {
	background: url(../images/home.png) no-repeat 10px 4px;
}

#nav_port{
	background: url(../images/portfolio.png) no-repeat 8px 0;	
}

#nav_about{
	background: url(../images/about.png) no-repeat 8px 1px;	
}

#nav_resume{
	background: url(../images/resume.png) no-repeat 7px 1px;	
}

#nav_contact{
	background: url(../images/contact.png) no-repeat 8px 0;	
}

#content_inner { 
	padding: 0;
	margin: 0;
}
#footer_inner {
	padding:.6em 1em; /* creates space between the box and the content */
	text-align: right;
	}
	
#logo{
	width: 163px;
	background: url(../images/logo.png) no-repeat;
	color: white;
	padding: 15px;
	font-size: .8em;
	text-align: center;
	height: 160px;
}

#logo h1{
	font-size: 2em;
	padding-top: 30%;
	margin-bottom: 5px;
}

#logo h2{
	font-size: 11px;
	margin-bottom: 4px;
}
#body_port #content{
	background-image: none;
	width: 750px;
}

#body_port #content_inner{
	background-image: none;
}

#body_port #content p{
	width: 227px;
	text-align: right;
	margin: 0;
	font-size: .8em;
}

p.desc{
	color: gray;
}

.portfolio {
	width: 245px;
	float: left;
	margin-bottom: 18px;
	/*border:1px solid #0000cc;*/
}

.hidden{
	display: none;
}


/*=========== RESUME ======================*/

#download{
	font-size:9px;
}

#body_resume h1 a{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	text-decoration:none;
}

#body_resume h1 a:hover{
	color:#FC9;
	text-decoration:underline;
}

#body_resume #content_inner_inner p{
	padding:0;
	margin-bottom:0px;
	font-size:20px;
}

.resume_title1{
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
}

.s_title{
	font-size:9px;
	color:#666;
}

.brown{
	color: #FC9;
	font-style:italic;
}
	
#body_resume #content_inner_inner ul li{
	padding: 0px 0px 0px 20px;
	margin:0;
	/*border:1px solid #cc0000;*/
}

#body_resume #content_inner_inner #qualification ul li{
	padding: 0px 0px 0px 15px;
	margin:0px 0px 0px 5px;
	background-image:url(../images/star.png) ;
	background-repeat:no-repeat;
 	background-position:center left;
	/*border:1px solid #cc0000;*/
}

#body_resume #content_inner_inner ul li li, 
#body_resume #content_inner_inner ul li ul{
	padding:0;
	margin:0;
}

#body_resume #content_inner_inner #education li {
	padding:0px 0px 10px 20px;
	/*border:1px solid #fff;*/
}

#body_resume #content_inner_inner #education li li{
	margin:0px 0px 0px 20px;
	font-size:12px;
	padding:0px 0px 0px 0px;
	/*border:1px solid #fff;*/
}

#body_resume #content_inner_inner #experience li {
	padding:0px 0px 10px 20px;
	/*border:1px solid #fff;*/
}

#body_resume #content_inner_inner #experience li li{
	margin:0px 0px 0px 10px;
	font-size:12px;
	padding:0px 0px 0px 15px;
	/*border:1px solid #fff;*/
	background-image:url(../images/star.png) ;
	background-repeat:no-repeat;
 	background-position:left 2px;
}

#body_resume #content_inner_inner #soft_skills li {
	padding:0px 0px 10px 20px;
	/*border:1px solid #fff;*/
}

#body_resume #content_inner_inner #soft_skills li li{
	margin:0px 0px 0px 8px;
	font-size:12px;
	padding:0px 0px 0px 15px;
	/*border:1px solid #fff;*/
	background-image:url(../images/star.png) ;
	background-repeat:no-repeat;
 	background-position:left 2px;
}

#body_resume #content_inner_inner #certificates li {
	padding:0px 0px 10px 20px;
	/*border:1px solid #fff;*/
}

#body_resume #content_inner_inner #certificates li li{
	margin:0px 0px 0px 8px;
	font-size:12px;
	padding:0px 0px 0px 15px;
	/*border:1px solid #fff;*/
	background-image:url(../images/star.png) ;
	background-repeat:no-repeat;
 	background-position:left 2px;
}

#body_resume #content_inner_inner #experience li .no_img li, #body_resume #content_inner_inner #soft_skills li .no_img li{
	background-image:none;
}

/**============== CONTACT =====================
#body_contact #content_inner{
	background: url(../images/contact_bg.png) no-repeat 0 top;
	color: white;
	padding: 0;
	margin-bottom: 4px;
	
}
*/

#body_contact p{
	margin-bottom:0;
}

#logo_name{
	font-size:30px;
	font-family:Times, serif;
}