/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	background: url('../img/bg_tile.jpg') #18222b;
}

body{
	color:#fcfcfc;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
	/*min-height: 965px;*/
	background:url('../img/bg_center.jpg') center 240px no-repeat;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#eee;
}

a:hover{
	text-decoration:underline;
}


/*----------------------------
	Headers & Footers
-----------------------------*/


header{
	background:url('../img/header.png') repeat-x;
	display: block;
	height: 220px;
	padding: 10px;
}

h1{
	background:url('../img/logo.png') no-repeat center center;
	height: 80px;
	margin: 75px auto;
	overflow: hidden;
	text-align: center;
	/*text-indent: -99999px;*/
}



/*----------------------------
	Green filter bar
-----------------------------*/


#filter {
	background: url("../img/bar.png") repeat-x 0 -94px;
	display: block;
	height: 39px;
	margin: 55px auto;
	position: relative;
	width: 600px;
	text-align:center;
	
	-moz-box-shadow:0 4px 4px #000;
	-webkit-box-shadow:0 4px 4px #000;
	box-shadow:0 4px 4px #000;
}

#filter:before, #filter:after {
	background: url("../img/bar.png") no-repeat;
	height: 43px;
	position: absolute;
	top: 0;
	width: 78px;
	content: '';
	
	-moz-box-shadow:0 2px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 2px 0 rgba(0,0,0,0.4);
	box-shadow:0 2px 0 rgba(0,0,0,0.4);
}

#filter:before {
	background-position: 0 -47px;
	left: -78px;
}

#filter:after {
	background-position: 0 0;
	right: -78px;
}

#filter a{
	color: #FFFFFF;
	display: inline-block;
	height: 39px;
	line-height: 37px;
	padding: 0 15px;
	text-shadow:1px 1px 1px #315218;
}

#filter a:hover{
	text-decoration:none;
}

#filter a.active{
	background: url("../img/bar.png") repeat-x 0 -138px;
	box-shadow:	1px 0 0 rgba(255, 255, 255, 0.2),
				-1px 0 0 rgba(255, 255, 255, 0.2),
				1px 0 1px rgba(0,0,0,0.2) inset,
				-1px 0 1px rgba(0,0,0,0.2) inset;
}


/*----------------------------
	Content area
-----------------------------*/

.contents{
	min-height: 455px;	
}

.contents li{
	list-style-position: inside;
	margin: 0 20px 8px 50px;
}

.contents li ul{
	margin: 10px 0 8px 12px;
}

h2{margin: 0 10px 10px 40px;}

h3{
	margin: 0 30px 10px 40px;
	font-weight: normal;
	color:#fcfcfc;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
}

.paging_content{
	display:block;
	padding: 50px;
	margin: 50px;
}

.paging{
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 5px;
	border: 1px solid #56A685;
}

.paging_this{
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 5px;
	border: 1px solid #56A685;
	font-weight: bold;
}

#pagination a{
	color: #56A685;
}

#pagination a:hover{
	color: #fcfcfc;
}

#pagination a.active{
	color: #fcfcfc;
	font-weight:bold;
}

#myportfolio{
	margin: 0 30px 100px 40px;
}

#myportfolio li{

	float: left;
	height: 96px;
	list-style: none outside none;
	margin: 6px 6px 36px 6px;
	position: relative;
	width: 140px;
	text-align: center;
	
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

#myportfolio ul{
	width:800px;
	margin: 0 30px 10px 40px;
	background-color:#ff0000;
}

#myportfolio ul.hidden{
	display:none;
}

#result h2{
	text-align:center;
	margin-top: 20px;
	font-weight: normal;
	color:#fcfcfc;
	font:16px/1.3 'Segoe UI',Arial, sans-serif;
}

#result h3{
	text-align:center;
	margin-top: 10px;
	font-weight: normal;
	color:#fcfcfc;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
}

/*----------------------------
	The Footer
-----------------------------*/


footer{
	display:block;
	background-color:#13181d;
	position:fixed;
	width:100%;
	height:50px;
	bottom:0px;
	left:0;
}

footer h2{
	font-size:12px;
	font-weight:normal;
	left:50%;
	margin-left:-370px;
	padding:22px 0;
	position:absolute;
	width:400px;
	color:#eee;
}

footer h3{
	color:#eee;
	font-size:12px;
	height:70px;
	left:50%;
	line-height:31px;
	margin-left:110px;
	bottom:-65px;
	position:absolute;
	width:290px;
	text-align: right;
	padding:22px 0;
}



#cv_content, #interests_content, #portfolio_content, #portfolio2_content, #portfolio3_content, #portfolio4_content, #portfolio5_content, #portfolio6_content, #pagination, #contact_content
{
	display:none;
    margin: 0 auto;
    width: 830px;	
}
#cv_content{display:block;}


.contact_form
{
	width: 830px;
	display:block;
	float:left;
}

.form_labels
{
	min-width:170px;
	float:left;
	text-align:right;
	padding-right:10px;
	padding-top:3px;
}

.form_fields
{
	float:left;
	padding-top:5px;
}