/* CSS Document */


/* General */

body {
	background-image:none;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-color:#FFCCFF;
}

p {
	color:#000000;
	font-size:10px;
	font-weight:lighter;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#container {
	width:900px;
	margin:0 auto;
	border:2px #000 solid;
	background-color:#FFFFFF;
}

div#content {
	margin: 30px 0 50px 240px;
	text-decoration:none;
	font-size:10px;
	font-weight:lighter;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:600px;
}

div#footer {
	clear:both;
	text-align:center;
	font-size:12px;
	font-family:Times New Roman, Times, serif;
}

/* Links */

a:link {
	color:#000000;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:active {
	color:#000000;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color:#000000;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a img {
	border:0;
}

/* Headings + Header */

div#header {
	border-bottom:2px #000000 solid;
	height:300px;
	width:900px;
}

div#header img {
	z-index:1;
	position:relative;
}
	
h1, h2, h3, h4, h5 {
		color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2, h3, h4, h5 {
	text-align:center;
}

h1 {
	z-index:0;
	position:relative;
	padding:0;
	font-size:1px;
	margin:-3px 0 0 0;
}

h2 {
	font-size:13px;
}

h3 {
	font-size:11px;
	font-weight:lighter;
}

h4 {
	font-size:10px;
}

h5 {
	font-size:8px;
}

/* Lists */

ul {
	list-style:none;
}

li {
	padding: 0 0 5px 0;
}

/* Navigation */

div#navigation {
	float:left;
	text-align:left;
}

/* Portfolio */

div#gallery {
	margin:10px;
}

div#gallery img {
	margin:10px;
}

div.pics {
	height:100px;
	width:100px;
	display:inline;
}

div.pics img {
	vertical-align:middle;
	margin: 0 0 3px 0;
}

/* Other Pages */

div#subsection {
	width:450px;
	margin: 0 auto;
	padding: 5px 0;
	text-align:left;
}

div#viewingsubsection {
	width:450px;
	text-align:center;
}

div#updatesubsection {
	width:450px;
	margin: 0 auto;
	padding: 5px 0;
	text-align:left;
}

div#contactsubsection {
	width:450px;
	margin: 0 auto;
	padding: 45px 0;
	text-align:center;
}

/* Forms */

form {
	text-align:left;
	text-decoration:none;
	font-size:10px;
	font-weight:lighter;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:655px;
}

form#updates, form#requestashoot, form#photoupload {
	margin: 30px 0 50px 240px;
	padding: 10px 0 0 30px;
}

form#photographer, form#shootstyle {
	margin:0;
	padding:0 0 10px 0;
	float:left;
}

form#portfolio label {
	float:left;
	padding: 0 5px 0 0;
}
