/*
-----------------------------------------------
Client: DLJ Photo
Description: Base level stylesheet
Author: Copious Ltd - www.copious.co.uk
Copyright: 2007 Copious Ltd
Version:  28 Apr 2007
----------------------------------------------- */


/* Resets: */
html, body, form, fieldset { margin: 0; padding: 0 0 25px 0; font-family: Verdana, Helvetica, Arial, sans-serif; color: White; }
body { background: #5A5E51 url(../images/bkgrd.jpg) repeat-x top left; font-size: 62.5%; }

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address { margin: 0; padding: 0; }


/* Miscellaneous conveniences: */
img { border: 0; display: block; }
.clear { height: 1%; clear: both; }
fieldset { border: none; }

	
/* Postioning
----------------------------------------------- */

#wrapper {
	position: relative;
	margin: 20px auto;
	padding: 0;
	text-align: left;
	width: 804px;
}

#indexWrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 804px;
}

#main-body {
background: #35342E url(../images/header-wedding.gif) no-repeat;
	float: left;
	border-bottom: 8px solid #5C6153;
	padding: 0 20px;
	width: 764px;
}

#content { 
	float: right;
	width: 472px;
	margin: 0 0 20px 0;
}

#headerNav {
	height: 125px;
}

/* Common Typography
----------------------------------------------- */

h1 { 
	color : White;
	margin: 8px 0 16px 0;
	padding: 8px 0 8px 290px;
	font-size: 2.2em;  
	border-top: 1px solid #5C6153;
	border-bottom: 1px solid #5C6153;
	font-weight: normal;
	line-height: 110%;
}

h1 span {
	color: #C3C2C1;
	font-size: .9em; 
}

h2 { 
	color : White;
	margin: 8px 0 16px 0;
	padding: 4px 0;
	font-size: 1.8em;  
	border-top: 1px solid #5C6153;
	border-bottom: 1px solid #5C6153;
	font-weight: normal;
	line-height: 110%;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 1.1em;
	line-height: 1.4em;
}

blockquote { 
	background: #414438;
	color: #EBF0E6;
	margin: 0 0 20px 0;
	padding: 20px;
	font-size: 1.2em; 
	font-style: italic;
	line-height: 130%;
}

blockquote span.sig { 
	padding-left: 20px;
	font-size: 1.1em; 
	font-weight: bold;
}


ul.simpleBullets {
	margin: 0 0 20px 0;
	padding: 6px;
	line-height: 1em;
	list-style: none;
	font-weight: bold;
}
	
ul.simpleBullets li span {
	font-weight: normal;
	font-size: .9em;
}
	
ul.simpleBullets li {
	background: transparent url(../images/icons/gy-line-arrow-mid.gif) no-repeat 1px 7px;
	margin: 0;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 2.4em;
}

dl {
	margin: 0;
	padding: 6px;
	list-style: none;
}

dt {	
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 1.2em;
	font-weight: bold;
}

dd {
	margin: 0;
	padding: 0 20px 20px 30px;
	font-size: 1.1em;
	line-height: 1.3em;
}

#contactDetails {
	width: 200px;
	float: left;
}

ul#quickContacts {
	margin: 0;
	padding: 6px;
	line-height: 1.8em;
	list-style: none;
}

ul#quickContacts strong {
font-size: 1.2em;
}

	
ul#quickContacts li {
	background: transparent url(../images/icons/gy-line-arrow-mid.gif) no-repeat 1px 7px;
	margin: 0;
	font-size: 1.1em;
}

address {
	margin: 0;
	padding: 6px;
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.5em;
}

address strong {
	font-size: 1.2em;
}



/* Imagery
----------------------------------------------- */

.internalPhoto {
margin-top: 20px;
	border: 5px solid #5C6153;
}

/* Main Navigation
----------------------------------------------- */

ul#mainNav {
	float: right;
	border: 0;
	margin: 0;
	padding: 60px 0 0 0;
	list-style-type: none;
	font-size: 1.2em;
	text-transform: uppercase;

}

ul#mainNav li {
	text-align: center;
	float: left;
	padding: 0 0 0 1px;
}

ul#mainNav li a:link,
ul#mainNav li a:visited {
	background: transparent;
	color: White;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 95%;  
	font-weight: bold;
	text-decoration: none; 
}
	
ul#mainNav li a:hover,
ul#mainNav li a:active {
	text-decoration : none;
}

ul#mainNav #currentpage a {
	margin: 0;
	text-decoration: none;
}

/* Footer
----------------------------------------------- */
#footer { 
	clear: both;
	background: transparent url(../images/footer.gif) repeat;
	margin: 0;
	padding: 4px 20px 4px 0;
}

#footer ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 130%;
	text-align: right;
	font-size: .8em,
}

#footer a {
	color: white;
	
}

/* YourShoot Login
----------------------------------------------- */

#login-form {
	background-color: #414438;
	color: #333;
	padding: 10px;
	border: 1px solid #5C6153;
	font-size: 1.4em;
	}
	
#login-form .inputfield {
	border: solid 1px #666;
	margin: 0 0 6px 6px;
	width: 220px 
	}
	
#login-form .inputsend {
	margin: 0 0 0 6px;
	font-size: 1em;
	}
	
#login-form h2 { 
	color: #C3C2C1;
	margin: 10px 0;
	padding: 0;
	font-size: 1.1em; 
	font-weight: bold; 
	border: none;
	}
	
table {
	margin: 10px 0 0 40px;
	padding: 0;
}

td {
	font-size: .9em; 
	font-weight: bold; 
}

#partnership {
	margin: 12px 0 8px 0;
	padding: 0;
	font-size: .9em;

	}
	
#partnership p {
	line-height: 130%;
	margin: 0 0 8px 0;
	padding: 0;
	}
	
/* Contact Form
----------------------------------------------- */
	
fieldset {
	border: 0;
	margin: 0 0 20px 0;
	padding: 0;
	}

legend {
	display: none;
	}

.formLabel, .formMessage {
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 140%;
	}
	

.row {
	clear: both;
	padding-top: 14px;
	}
	
.inputfield, .inputarea { 
	border: 1px solid #5C6153;
	margin: 0;
	padding: 3px 0 3px 0;
	width: 80%;
	font-size: 1.3em;
	}
	
textarea { 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	}

.inputsend {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	}
	
.thanks {
	color: White;
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #5C6153;
	}
	
#content p.sorry {
	color: #C3C2C1;
	margin: 0;
	padding:  0 0 20px 0;
	font-size: 1.1em;
	}
	
span.required {
	color: #C5C5BB;
	font-size: .9em;
	}

/* Misc Elements
----------------------------------------------- */

.skiplink {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}

.clear {
	clear: both; 
	margin: 0;
	font-size: 1px; 
	line-height: 1px; 
	height: 100px; /* used for clearing elements */
}
	
.hide { display: none; }
