/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}


body {
	font-size: 96%;
	color: #FFF;

	font-family: baskerville,'palatino linotype','times new roman',serif;
	background: url(imgs/skylar_bg2.jpg) 0 0px no-repeat #dab891;


}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: underline; color:#FFF; }
a:active { text-decoration: none; }
a:visited { text-decoration: underline; color:#FFF; }
a:hover { text-decoration: none; color:#CBCBCB;}

li.section-title {font-weight:bold;text-transform:uppercase;}

.xlogotype {color:#dab891;margin-top:13px;}

a img { border: none; }
h1 {color:#FFF;font-weight:normal;text-transform:uppercase;font-size:16px;}
h1.logotype {background:url(imgs/logotype1.jpg) top left no-repeat;width:187px;height:38px;margin:-20px 0 80px 0;padding:0;}
.recentwork {background:url(imgs/recentwork1.jpg) top left no-repeat;width:141px;height:31px;}
.hide {display:none;}
#menu {
	width: 250px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	height: 100%;
	background: transparent;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 120px 0 0 250px;
    top: 0;
}

.container {
    padding: 30px 5px 25px 30px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 20px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
