/* GENERAL */

body {
	color: #999;
	font-size: 95%;
	padding: 0;
	margin: 0;
	text-align: left;
	font-family: Verdena,Arial,serif;
	/*&background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;*/
	background-color: #1C1C1C;
}

a img {
	border: 0;
}


/******************************/
/* <div> */
div#container{
	padding-bottom: 15px;
}

div#content{
	position: relative;
	margin: 0 auto;
	width: 900px;
	padding: 7px 15px 15px 15px;

}
div#header {
	padding-top: 35px;
	position: relative;
	width: 585px;
	height: 130px;
	margin: 0 auto;
}
div#nav_holder {
	margin: 0 auto;
	width: 900px;
	padding: 0;
	height: 30px;
}
div.banner {
	border-top: 1px solid #fff;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	width: 900px;
	height: 200px;
}
div#sidebar_right {
	float: right;
	width: 200px;
	position: relative;
	top: 217px;
	height: auto;
}
div#footer {
	background-color: #121212;
	position: relative;
	margin: 0 auto;
	width: 875px;
	padding: 15px 15px 10px 15px;
	color: #FFF88B;
	border-top: 7px solid #fff;
}
div#credit {
	background-color: #121212;
	position: relative;
	margin: 30px auto 0 auto;
	width: 140px;
	padding: 10px;
	background-color: #1F1F1F;
	font-size: 70%;
	text-align: center;
	color: #433d27;
}
div.background {
	background-color: #eee;
	padding: 15px 15px 1px 15px;
}


/******************************/
/* <ul> & <li> */
ul#navlist {
	position: relative;
	width: 900px;
	padding: 0;
	margin: 0;
	line-height: 9px;
	border-bottom: 7px solid #fff;
}
	ul#navlist li {
		display: inline;
		padding: 4px 0 4px 0;
		margin: 0 1px -5px 0;
		text-indent: -10000px;
	}
		ul#navlist li a:hover, li a.here {
			background-position: 0 -29px;
		}
		ul#navlist li#home a {
			background-image: url('images/nav/home.png');
			background-repeat: no-repeat;
			width: 20px;
			height: 30px;
		}
		ul#navlist li#film a {
			background-image: url('images/nav/film.png');
			background-repeat: no-repeat;
			width: 28px;
			height: 30px;
		}
		ul#navlist li#digitalmedia a {
			background-image: url('images/nav/digitalmedia.png');
			background-repeat: no-repeat;
			width: 92px;
			height: 30px;
		}
		ul#navlist li#photography a {
			background-image: url('images/nav/photography.png');
			background-repeat: no-repeat;
			width: 88px;
			height: 30px;
		}
		ul#navlist li#blog a {
			background-image: url('images/nav/blog.png');
			background-repeat: no-repeat;
			width: 30px;
			height: 30px;
		}
		ul#navlist li#aboutme a {
			background-image: url('images/nav/aboutme.png');
			background-repeat: no-repeat;
			width: 65px;
			height: 30px;
		}
		ul#navlist li#contact a {
			background-image: url('images/nav/contact.png');
			background-repeat: no-repeat;
			width: 53px;
			height: 30px;
		}
		ul#navlist li#showreel a {
			background-image: url('images/nav/showreel.png');
			background-repeat: no-repeat;
			width: 65px;
			height: 30px;
			margin-left: 155px;
		}

ul#featured {
	width: 200px;
	padding: 0;
	margin: 0 0 15px 0;
	list-style-type: none;
}
	ul#featured li {
		border: 1px solid #333;
		height: 125px;
		margin: 0 0 15px 0;
	}
		ul#featured li img {
			border: 0;
			margin: 0;
			padding: 0;
			float: left;
			position: absolute;
		}
ul#news {
	width: 200px;
	padding: 0;
	margin: 0 0 15px 0;
	list-style-type: none;
}
	ul#news li {
		border: 1px solid #999;
		height: 125px;
		margin: 0 0 15px 0;
	}
ul#social {
	position: absolute;
	margin: 0;
	padding: 0;
}
	ul#social li {
		display: inline;
		padding: 0 10px 0 0;
	}
		ul#social li img {
			border: 0;
		}

/******************************/
/* HEADERS */

h1{
	font-family: Verdena,Arial,serif;
}
h2{
	margin: 15px 0 15px 0;
	font-size: 190%;
	padding: 0;
	/*color: #9F8727;*/
	color: #fff;
	font-family: Verdena,Arial,serif;
}
h3{
	margin: 15px 0 15px 0;
	font-size: 120%;
	padding: 0;
	color: #FFF88B;
	font-family: Verdena,Arial,serif;
}
h5 {
	font-size: 90%;
	padding: 0;
	margin: 0;
	color: #FFF88B;
	font-weight: normal;
}
	ul#featured li h5 {
		position: relative;
		margin-top: 103px;
		padding: 3px;
		background-image: url('images/sidebar_bg.png');
		background-repeat: repeat-x;
	}
	ul#news li h5 {
		position: relative;
		margin-top: 103px;
		padding: 3px;
		background-image: url('images/sidebar_bg.png');
		background-repeat: repeat-x;
	}

/******************************/
/* <p> */

div#footer p {
	text-align: right;
	font-size: 75%;
	margin: 0 0 5px 0;
	padding: 0;
}
	div#footer p.footlinks {
		color: #433d27;
	}

div#header p {
	position: absolute;
	right: 70px;
	color: #E0DCC5;
	margin: -15px 0 0 0;
	padding: 0;
	font-weight: bold;
}

p.error {
	color: red;
	background-color: #FFE9E8;
	padding: 5px;

	border: 1px solid red;
}

/******************************/
/* <a> */
a {
	color: #999;
	text-decoration: none;
}
	a:hover {
		color: #FFF88B;
		text-decoration: underline;
	}

div#footer a {
	color: #433d27;
	text-decoration: none;
}
	div#footer a:hover {
		color: #FFF88B;
		text-decoration: underline;
	}

ul#navlist a {
	display: inline-block;
	padding: 0 15px 0 15px;
}

h2 a {
	color: #9F8727;
	text-decoration: none;
}
	h2 a:hover {
		color: #FFF88B;
		text-decoration: underline;
	}

div#credit a {
	color: #433d27;
	text-decoration: none;
}
	div#credit a:hover {
		color: #FFF88B;
		text-decoration: none;
	}