/* @override http://vanadzina.com/css/van.css */

body 
{
	margin: 0;
	padding: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, Georgia, serif;
	font-size: 100%;
	color: #555;
	background: #aaa url(../img/bg_repeat.png) repeat-y;
}

/* @group navigation */



h1, h2, h3 {
	margin: 0px;
	padding: 0px;	
	font-size: 1.7em;
	font-weight: normal;
}


h3 {
	text-indent: 20px;
	font-size: 1.5em;
}

div#navigation-background {
	position: absolute;
	width: 135px;
	height: 470px;
	background: url(../img/menu_bg.png) no-repeat;

}

#navigation-block {
	position:relative;
	top:0px;
	left:0px;
}


ul#sliding-navigation {
	list-style: none;
	font-size: .75em;
	margin: 90px 0;
	padding: 0;
}


ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 100px;
	padding: 2px 18px;
	margin: 0;
	margin-bottom: 0px;
	color: #ff6e6c;
	text-decoration: none;

}

ul.gallery #pai, ul.paintings #pai, ul.drawings #dra, ul.photography #pho,
ul.design #des, ul.resume #res, ul.contact #con {
	background: url(../img/ping.png) no-repeat 1px 10px;
}


/* @end */

/* @group content */

p { 
	color: #555;
	font: .8em/1.5em Georgia;
}


div#content {
	width: 700px;
	padding: 30px 140px 50px 140px;
}

div#content p { 
	padding: 0px 0px 0px 35px; 
	margin: 2px;
	text-indent: -35px;
}

div#content h3 {
	text-indent: 0px;
	padding-top: 20px;
	font-size: 1.2em;
}

div#content h2 {
	text-align: center;
	color: #ff6e6c;
} 

div#content h1 {
	text-indent: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-top: -20px;
	color: #ccc;
	font-size: 2em;
	text-align: center;
}


div#content a {
	text-decoration: none;
	color: #ff6e6c;
	border-bottom: 1px dotted #ff6e6c;
}

/* @end */