/*-------------------------RESET--------------------*/

* { margin: 0; padding: 0; }

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, code, em, 
img, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, table, caption, tbody, tfoot, thead, 
tr, th, td {
	margin: 0;	padding: 0;	border: 0;	outline: 0;	/*font-weight: inherit;*/ font-style: inherit; font-size: 100%;	 font-family: inherit; vertical-align: baseline;}

body {  
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	background:url("../images/bg.jpg") no-repeat center top #000;
}

ul {list-style: none;}

a {color:#8c8c8c; text-decoration: none;} 
a:hover {text-decoration: none;	color:#77e5e4;}
a:active {color:#e577d2;}

table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left; font-weight: lighter;}

/*-----------------------WRAPPER--------------------*/

#wrapper { 
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:url("../images/bg.jpg") no-repeat center top;  
	width:100%;
}

/*------------------------WRAP---------------------------*/

#wrap { 
	margin:0 auto;
	position:relative;
	text-align:left;
	width: 100%;
	background: url("../images/header_bg.png") no-repeat center top;
}

/*--------------------HEADER----------------------*/

#header {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:1024px;
	height:89px;
	/*border-bottom:1px solid #560809;*/
	margin:0 auto;
	background:transparent url("../images/header_bg.png") no-repeat scroll center top;
}

#logo a {
	width:165px;
	height:83px;
	float:left;
	margin-left: 32px;
	background: url("../images/logo.png") no-repeat;
	text-indent:-9999px;
	display:block;
}

/*--------------------NAV BAR--------------------*/

#nav {
	height:26px;
	width: 197px;
	float:right;
	margin: 68px 32px 0 0;
}

#nav a{display:block;}
li {
  	float: left;
 	position: relative;
  	width: 8em;
	height:26px;
	line-height:1.1em;
	
  }

/*li ul {
	border:1px solid blue;
  	display: none;
  	position: absolute; 
  	top: 1em;
  	left: 0;
	clear: left;
	border-top:3px solid #560809;
	margin-top:22px;
  } */

/*li > ul {
		top: auto;
		left: auto;
	}*/

li:hover ul, li.over ul{ display: block; }

#vblog_nav {
	width: 52px;
	text-indent:-9999px;
	display:block;
	background-image: url("../images/vblog_nav.png");}
#vblog_nav:hover {background-position: 0 -26px;}
#vblog_nav:active {background-position: 0 -52px;}

#portfolio_nav {
	width: 73px;
	text-indent:-9999px;
	display:block;
	background-image: url("../images/portfolio_nav.png"); no-repeat;
}
#portfolio_nav:hover {background-position: 0px -26px;}
#portfolio_nav:active {background-position: 0px -52px;}

#bio_nav {
	width: 69px;
	display:block;
	text-indent:-9999px;
	background-image: url("../images/biography_nav.png"); no-repeat;
}
#bio_nav:hover {background-position:0 -26px;}
#bio_nav:active {background-position:0 -52px;}

#index #portfolio_nav {background-position: 0 -26px;}
#portfolio #portfolio_nav {background-position: 0 -26px;}
#biography #bio_nav {background-position: 0 -26px;}
#blog #vblog_nav {background-position: 0 -26px;}


/*-------------------------MAIN CONTENT-----------------------*/

#main_content {
	width:1024px;
	margin:60px auto 0 auto;
}

#main {
	width:960px;
	margin:0 auto;
}

#bio_main {
	width:1024px;
	height:470px;
}

#biography #lhc {
	float:left;
	width: 344px;
	padding-left: 35px;
}

#biography #rhc {
	width:615px;
	float: right;
}

#biography h2 {
	color: #e174d3;
	font-size: 2.5em;
	margin-bottom:20px;
}

#biography #rhc p {
	font-size: 1.3em;
	color: #d2d2d2;
	line-height: 1.3em;
	margin-bottom: 15px;
}

#biography #rhc h3 {
	color: #e174d3;
	font-size: 1.4em;
	margin-bottom:15px;
}

#biography #contacts {
	line-height: 1.0em;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}

/*----------------------BLOG MAIN---------------------------*/

#main p {
	font-size: 1.3em;
	color: #d2d2d2;
	line-height: 1.3em;
	margin-bottom: 15px;
}

#main h4 {
	color: #ceaeca;
	font-size:1.4em;
	line-height: 1.3em;
	margin-bottom: 5px;
}

.piece {
	border-bottom:2px solid #ceaeca;
	padding-top: 15px;
	width: 960px;
	float:left;
}
.visual {
	width: 500px;
	float: left;
	margin-bottom: 25px;
}
.rational {
	width:435px;
	float:right;
}

.rational h3 {
	color: #e174d3;
	font-size: 1.4em;
	margin-bottom:15px;
}


/*--------------------UNDER CONSTRUCTION--------------------*/

.construction {
	color:#8c8c8c;
	font-size:1.4em;
	line-height:1.5em;
	width:400px;
	margin:auto;
	text-align: center;
}

/*------------------------FOOTER--------------------------*/

#footer {
	clear: both;
	color:#8c8c8c;
	width:1024px;
	margin: 20px auto auto auto;
	height:100%;
	border-top:1px solid #8c8c8c;
}

#footer p {
	margin-top: 5px;
	float:right;
	font-size: 1.2em;
}


