/* 
Cheek Chastain Gallery Styles
©2007 James Williamson
version 1.0, last modified 05-09-07
for questions or comments contact james@lodestone.com
*/

/* ---------- base styles ------------- */
@charset "utf-8";

* {
	margin: 0;
	padding: 0px;
	}
	
body {
	background-color: #000000;
	text-align:center;
	font-family:"Century Gothic";
	font-size: 1em;
	}
#wrapper {
	position:relative;
	width: 1600px;
	text-align: left;
	font-family: "Century Gothic";
	color: #FFFFFF;
	background-color: #000000;
	background-repeat: repeat-y;
	}
#clear {
	clear:both;
	}
	
/* ----------------- header styles ---------------*/
#header {
	position: relative;
	height: 126px;
	background-color: #000000;
	background-image: url(../images/header%20bvlfotografie.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#home #privacy #verborgentekst {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #FFFFFF;
	width: 500px;
	left: -9000px;
	position: absolute;
}

#header h1 {
	margin-left: -9000px;
	font-family:"Century Gothic";
	font-size: 1.1em;
	
}

	
/* -- main navigation styles --*/
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	width:738px;
	top: 140px;
	right: 450px;
	background-repeat: repeat-x;
	background-position: left top;
	height: 6px;
	list-style-type: none;
	list-style-position: inside;
	background-image: url(../images/menubackground.gif);
	}
#header ul li{
	float:left;
	}
#header ul a{
	padding: 0 1.1em;
	font-size:20px;
	line-height:1.5em;
	text-decoration:none;
	float:left;
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/menu_sep.gif);
	}
#header ul a.first{
	background:none;
	}
#header ul a:hover{
	color:#990000;
	font-family: "Century Gothic";
	text-decoration: underline;
	list-style-type: disc;
	list-style-position: outside;
	background-repeat: no-repeat;
	background-position: left top;
	}





/* --------------------- content styles ------------------------ */
#content{
	float:left;
	width: 630px;
	}
	

	
/* -- current area styles -- */
#current {
	width: 615px;
	background: #d8c296;
	margin:0 1.2em 3em;
	background-color: #000000;
	background-repeat: no-repeat;
	position: relative;
	top: 100px;
	}
#current h1{
	text-transform:uppercase;
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.4em;
	position: relative;
	width: 350px;
	height: 50px;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0em;
	}



	


	

#sidebar ul{
	padding:0;
	margin:0;
	list-style-type:none;
	}
	/* resets size of nav links relative to this size */
#sidebar ul#secondNav{
	font-size:1.2em;
	font-weight:bold;
	}
#sidebar ul#secondNav li{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color: #6f5044;
	}
#sidebar ul#secondNav li.section{
	padding: .5em 0 .5em 1.4em;
	}
#sidebar ul#secondNav a{
	color: #561216;
	text-decoration: none;
	padding: .2em 0 .2em 1.4em;
	display:block;
	width: 200px;
	border:none;
	}
#sidebar ul#secondNav .nested a{
	font-size:.85em;
	}
#sidebar ul#secondNav li a.heading{
	color: #fcfae2;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	display:block;
	width: 230px;
	border:none;
	background-color:#561216;
	}
#sidebar ul#secondNav a:hover{
	color:#e25a25;
	}
#sidebar ul#secondNav a.current{
	color: #028925;
	}
#sidebar ul#secondNav a.current:hover{
	color:#028925;
	cursor: default;
	}
	
	
/* -------------------- footer styles -------------------------------- */
#footer {
	color: #000000
	font: "Century Gothic"
	font-size: 1.0em;
	padding: 2em;
	background: #000;
	clear: both;
	margin-top: 5em;
	}
#footer a{
	color: #000000;
	text-decoration: none;
	}

#home #privacy {
	font-family: "Century Gothic";
	font-size: 1em;
	font-style: italic;
	position: absolute;
	height: 25px;
	width: 275px;
	left: 30px;
	top: 800px;
	text-align: left;
}

#home #wrapper #contact {
	font-family: "Century Gothic";
	font-size: 1.0em;
	font-style: normal;
	position: absolute;
	height: 80px;
	width: 250px;
	left: 0px;
	top: 130px;
}
#home #wrapper #contact #name {
	font-family: "Century Gothic";
	font-size: 1.2em;
}

#home #wrapper #contact #webadres {
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-size: 1em;
}
#home #wrapper #content {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-size: 1.1em;
	position: absolute;
	height: auto;
	width: 32000px;
	top: 221px;
	left: 304px;
	float: left;
}
