/*
	SimonMakin.com Screen Styles

	Author: Peter Murray/Clip Creative
	Authour URL: www.clipcreative.co.uk
	
	Table of Contents:
		layout
		navigation
		typography
		forms
*/

/* layout
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

img.gallery {
	margin-top: 6px;
	border: 2px solid #FFF;
	margin-right: 5px;
}

img.ident {
	margin-bottom: 10px;
}

.clearer {
	clear: both;
}


body {
	background: url(../img/bg-repeat.jpg) top left repeat-x #2e495a;
}

#pagewrapper {
	position: relative;
	margin: 0 auto 0 auto;
	width: 900px;
}

#silhouette {
	background: url(../img/simon.jpg) top left no-repeat;
	width: 198px;
	height: 556px;
	float: left;
	margin-top: 43px;
}

#contentwrap {
	width: 689px;
	float: right;
	text-align: justify; 
}


#header {
	position: relative;
	width: 400px;
	height: 90px;
	float: right;
}

#logo {
	width: 283px;
	height: 68px;
	position: absolute;
	top: 24px;
	left: 166px;
}

#contact {
	width: 300px;
	text-align: right;
	position: absolute;
	top: 38px;
	right: 10px;
}

#navwrapper {
	width: 100%;
	float: left;
	margin-top: 8px; 
}

#main {
	width: 456px;
	float: left;
	margin-top: 10px;
}

#credits-left {
	width: 218px;
	float: left;
	padding-right: 20px;
}

#credits-right {
	width: 218px;
	float: left;
}

#gallerymain {
	width: 689px;
	float: left;
	margin-top: 60px;
}

#titlepic-home, #titlepic-equipment, #titlepic-crew, #titlepic-credits {
	width: 448px;
	height: 85px;
	border: 4px solid #FFF;
	padding: 180px 0 0 0;
	margin-bottom: 10px;
	text-align: left;
}

#titlepic-home {
	background: url(../img/headers/home.jpg) top left no-repeat;
}

#titlepic-equipment {
	background: url(../img/headers/equipment.jpg) top left no-repeat;
}

#titlepic-crew {
	background: url(../img/headers/crew2.jpg) top left no-repeat;
}

#titlepic-credits {
	background: url(../img/headers/credits.jpg) top left no-repeat;
}


#sidebar {
	width: 198px;
	float: right;
	margin-top: 8px;
	margin-right: 10px;
}

#idents {
	width: 198px;
	float: right;
	text-align: right;
}

#slideshowwrapper {
	float: right;
	width: 180px;
	text-align: right;
	margin-bottom: 10px;
	
}

.slideshow {
	width: 120px;
	float: right;
	text-align: right;
	
}



#footer {
	width: 679px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	border-top: 1px solid #afe1fa;
	text-align: right; 
	padding-top: 3px;
	padding-bottom: 20px;	
}


/* navigation
----------------------------------------------- */

ul#main-nav {
	font-family:helvetica,arial,sans-serif;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}

ul#main-nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	margin:0 15px 0 0;
	font-size: 12px;
}

ul#main-nav li a {
	text-decoration:none;
	display:block;
	padding: 3px 0 3px 0;
	color: #aad54e;
	font-size: 12px;
}

ul#main-nav li a:hover {
	border-bottom:2px solid #fff;
}

body#home a#navhome,
body#equipment a#navequipment,
body#crew a#navcrew,
body#credits a#navcredits,
body#gallery a#navgallery,
body#showreel a#navshowreel {
	color: #FFF;
	border-bottom:2px solid #fff;
}

ul#main-nav li a#navcontact {
	background: url(../img/contact.gif) top center no-repeat;
	width: 80px;
	height: 24px;
	color: #FFF;
	text-align: center;
}

ul#main-nav li a#navcontact:hover {
	border-bottom: none;
}


/* typography
----------------------------------------------- */

h1, h2, h3, h4, p, a, li {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, a {
	color: #aad54e;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
}

h1 {
	padding-bottom: 5px;
}

h2 {
	padding-bottom: 2px;
}

h1.toptitle {
	color: #FFF;
	font-size: 16px;
	background: url(../img/trans.png) top left repeat;
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 4px 2px 4px;
	margin-left: 4px;
}

h1.title {
	color: #CCC;
	font-size: 16px;
	background: url(../img/trans.png) top left repeat;
	display: inline-block;
	padding: 2px 4px 2px 4px;
	margin-left: 4px;
}

p, li {
	font-size: 12px;
	color: #fff;
}

p.credits {
	font-size: 10px;
}

p.clients {
	margin-bottom: 3px;
}

a {
	font-size: 12px;
	color: #aad54e;
}

a.header {
	font-size: 13px;
	color: #FFF;
}

a.action {
	background: url(../img/contact.gif) top center no-repeat;
	width: 80px;
	height: 24px;
}

a.tiny {
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
	letter-spacing: 0px;
}

li {
	list-style: square;
	margin-left: 20px;
}

li.actionnav {
	color: #FFF;
}


/* forms
----------------------------------------------- */
