/*-------------*/
/* MAIN STYLES */
/*-------------*/

html, body  
{
	color: white;
	width: 100%;
	height: 100%;
	font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1em;
}
	
body 
{
	margin: 0 auto; 
	padding: 0px;
	width: 100%;
	background-position: center top;
	background-color: #3c3c3c;
	background-attachment: fixed;
	background-repeat: no-repeat;
	 
}
	
h1, h2, h3, h4, h5, h6 
{
margin: 0px;
padding: 0px;
line-height: 1em;
color: #808080;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #808080; }

h1 { font-size: 50px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p 
{
	padding: 0px;
	font-family: 'PT Sans', Georgia, Times, serif;
	font-size: 100%;
	line-height: 21px;
}

p.navigation
{
	text-align: center;
	font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #636363;
	font-style: normal;
}

p#copyright
{
	text-align: center;
	padding: 0px;
	padding-top: 5px;
	margin: 0  0 0 0;
	font-family: 'PT Sans', Georgia, Times, serif;
	font-size: 10px;
	line-height: 16px;
}

a 
{
	color: white;
}

a:hover 
{

}

img 
{
	border: 0 none #000000;
}

div.hr1 
{
  height: 2px;
  background: #353535;
  margin-left: 10px;
  margin-right: 10px;
}

div.hr2 
{
  height: 0px;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 2.0em;

}

div.hr1 hr, div.hr2 hr
{
  display: none;
}

.container {
	text-align: left;
	margin: 0 auto;
	position: relative;
}

/*---------------*/
/* HEADER STYLES */
/*---------------*/
div#social
{
	height: 52px;
	margin-left: 50%;
	text-align: right;
	
}

div#content a#logo
{
	float: left;
	width: 545px;
	height: 130px;
	background-image: url(images/interface/logo.png);
	margin-top: 20px;
	margin-bottom: -10px;
}

div#social img
{
	padding-top: 10px;
	padding-right: 0px;
	height: 38px;
}

#top
{
	height: 20px;
	padding-top: 30px;
}

div#content div#top a#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
}

div#menu
{
	float: left;
	color: #FFFFFF;
	width: 100%;
	font-size: 17px;
	margin-bottom: 0px;
	text-align: center;
	position: relative;
	padding-top: 5px;
	padding-bottom: 15px;
}

div#menu a
{
	padding-left: 20px;
	vertical-align: sub;
	text-decoration: none;
}

div#menu a:hover
{
	color: #9B9B9B;
}

div#content 
{
	margin:0 auto;
	width:920px;
}

/*-------------*/
/* PAGE STYLES */
/*-------------*/

/* NIVO WRAPPER */	
div#wrapper
{
	margin: 0 auto;
	width: 920px;
}
.slider-wrapper 
{
	width: 920px;
	height: 520px;
}

/* -------------- */
/* PROJECT STYLES */
/* -------------- */

.project
{
	margin-top: 30px;
	width: 940px;
}

.project_info
{
	width: 920px;
	font-size: 17px;
}

.project_name
{
	width: 100%;
	color: orange;
	font-size: 35px;
	line-height: 1.5em;
}

.project_category
{
	font-size: 20px;
}

.project_txt
{
	width: 100%;
}

.project_txt p.small
{
	font-size: 75%;
}

.project_image
{
	padding-top: 20px;
}

.project_image img
{
	border: 3px solid #E5E5E5;
}

.project_icon
{
	padding-top: 20px;
}

.project_icon img
{
	border: 1px solid #E5E5E5;
}

.project_icon a
{
	margin-right: 15px;
}

.project_description
{
	margin-top: 20px;
	width: 100%;
	border-top: 2px solid #353535;
	border-bottom: 2px solid #353535;
	margin-bottom: 20px;
}

.project_description_txt
{
	margin-top: 20px;
	margin-bottom: 20px;

}

.project_description_txt p.default
{
	padding-bottom: 1em;
}
.project_description_txt p.center
{
	text-align: center;
	font-size: 80%;
	line-height: 10px;
}

div.project_resume_item
{
	display: table-row;
}

div.project_resume_category
{
	padding-left: 20px;
	display: table-cell;
	width: 180px;
	font-size: larger;
	text-decoration: none;
	vertical-align: text-top;

}

/* ------------- */
/* RESUME STYLES */
/* ------------- */

div.project_resume_txt
{
	padding-top: 20px;
	padding-bottom: 20px;
	display: table-cell;
}

div.project_resume_txt p.h1
{
	font-size: 1.25em;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	
}
div.project_resume_txt p.h2{
	
	font-size: 0.75em;
	line-height: 14px;
	padding-top: 6px;

}
div.project_resume_txt p.h3{
	font-style: italic;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.75em;

}

div.project_resume_txt p.h4
{
	padding-top: 20px;
	font-size: 1.0em;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}

div.project_resume_txt ul.list
{
	list-style-type: square;
}

div.project_resume_txt ul
{
	list-style-type: none;
	list-style-position: outside;
}

div.project_resume_txt li
{
	padding: 0px;
	margin: 0  0 0 0;
	font-family: 'PT Sans', Arial, Verdana, sans-serif;
	font-size: 80%;
	line-height: 21px;
}

div.project_resume_txt p
{
	font-size: 80%;
}

div.gallery
{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

div.gallery_row
{
	margin-top: 20px;
	width: 100%;
	height: 232px;
}

div.gallery_item
{
	float: left;
	width: 455px;
	height: 232px;
}

div.gallery_item img
{
	border: 3px solid #E5E5E5;
}

/* ------------------ */
/* PAGE FOOTER STYLES */
/* ------------------ */

div#bottom
{
	width: 920px;
	padding-top: 50px;
	padding-bottom: 40px;
}

div#up
{
	width: 48px;
	height: 26px;
	margin: 0px auto;
}

div#up #back-top a
{
	width: 48px;
	height: 26px;
	background-position: center top;
	background-image: url('images/interface/up.jpg');
	display: inline-block;
	text-decoration: none;
}

div#up #back-top a:hover
{
	width: 48px;
	height: 26px;
	background-position: bottom;
	background-image: url('images/interface/up.jpg');

}

div#bottom-menu
{
	width: 920px;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	height: 20px;
	
}
div#bottom-menu a
{
	text-decoration: none;
}
div#bottom-menu a:hover
{
	color: #9B9B9B;
}

/* ------------ */
/* OTHER STYLES */
/* ------------ */

.clear 
{
	clear:both;
}

.clear:before,
.clear:after 
{
	content: " ";
	display: table;
}

.clear:after 
{
	clear: both;
}
