/*------------------------------------------
script: main stylesheet
version: 1.0
author: brendan metzger
contact: brendan.metzger@gmail.com
-------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	border-width: 0;
}

html {
	min-height: 100%;
	height: auto;
}

body {
	background: #808080 url(resources/bg.jpg) repeat-x bottom left;
	color: #FFF;
	font-family: garamond, serif;
	font-size: 14px;
	margin-bottom: 10px;
}

a {
	color: #fff;
}
a:hover {
	color: #A1B1E3;
}
h3 {
	font-size: 2em;
}

#main {
	margin: 0 auto;
	width: 800px;
	border: 1px solid #6D6D6D;
	border-top-width: 0;
	padding: 20px;
}
#header {
	padding: 0 0 20px 0;
}
#header h1 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px dotted #6D6D6D;
	float: left;
	width: 650px;
	margin-top: 10px;
}

#header h1 span {
	font-size: 14px;
	font-weight: normal;
	font-family:  'Century Gothic', futura, 'trebuchet ms', tahoma, helvetica, arial, sans-serif;
}
#header h2 {
	font-size: 1.5em;
	padding-top: 80px;
	text-transform: uppercase;
	font-family:  'Century Gothic', futura, 'trebuchet ms', tahoma, helvetica, arial, sans-serif;
}
#header p {
	font-size: 12em;
	line-height: 1.25em;
	letter-spacing: .1em;
	width: 550px;
	margin: 5px 0 0 30px;
}

#nav {
	list-style-type: none;
	float: right;
	text-align: right;
	padding: 0 5px 5px 5px;
	width: 120px;
	margin-bottom: 50px;
}

#nav li a {
	display: block;
	padding: 2px;
	font-size: 14px;
	font-variant: small-caps;
	border-bottom: 1px dotted #6D6D6D;
}
#list {
	list-style-type: none;
}

#list li {
	display: block;
	float: left;
	
}

#list li a {
	font-size: 15px;
	padding: 2px 5px;
	font-variant: small-caps;
}

#banner {
	clear: both;
	text-align: right;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#banner h2 {
	font-size: 20px;
	letter-spacing: 2px;
	color: #5D5D5D;
}

.picture {
	border: 2px solid #FFF;
	text-indent: -5000px;
	width: 230px;
	height: 250px;
	float: left;
	margin: 5px 5px 0 5px;
}

.picture_wide a {
	border: 2px solid white;
	float: left;
    margin: 10px; 
}

.picture:hover, .picture_wide a:hover {
	border: 2px solid black;
}

#gallery {
	width: 710px;
	clear: both;
	margin: 20px auto;
}
#gallery p {
	padding: 0 20px 10px 0;
}
#gallery a img {
	border: 3px solid #FFF;
	padding: 2px;
	margin: 1px;
	background-color: #5C6680;
}

#gallery a:hover img {
	border: 2px solid #5C6680;
	padding: 3px;
	background-color: #FFF;
}
#information {
	width: 500px;
	clear: both;
	float: left;
	margin: 0 0 20px 0;
}
#information h2 {
	font-size: 2em;
	margin: 1.5em 0 .25em 0;
	line-height: 1em;
	text-transform: lowercase;
	border-bottom: 1px solid #7E7E7E;
}
#information h2:first-letter {
	text-transform: uppercase;
	font-size: 2.2em;
	font-family: 'snell roundhand', 'edwardian script', 'Modern No. 20', cursive;
}
#information p, #gallery p {
	line-height: 1.2em;
	letter-spacing: .1em;
	text-indent: 1em;
	
}
#information p a {
	text-decoration: underline;
}


#links {
	width: 200px;
	float: right;
	border-left: 1px solid #7E7E7E;
	padding-left: 45px;
}
#links h2 {
	font-size: 2em;
	margin: 1.5em 0 .25em 0;
	line-height: 1em;
	text-transform: lowercase;
	border-bottom: 1px solid #7E7E7E;
}
#links h2:first-letter {
	text-transform: uppercase;
	font-size: 2.2em;
	font-family: 'snell roundhand', 'edwardian script', 'Modern No. 20', cursive;
}
#links ul {
	list-style-type: none;
	padding: 5px;
	font-size: 1.2em;
}
#links .pdf {
	font-size: 1.5em;
	display: block;
	font-variant: small-caps;
	letter-spacing: .1em;
	padding: 10px 0;
}

.contain{
	clear: both;
	width: 800px;
	border-top: 1px dotted #BEBEBE;
	padding: 15px 0;
}
.contain{
	float: left;
}

.contain h2{
	font-size: 2em;
	text-align: center;
	float: left;
	width: 440px;
	margin: 20px 0 0 20px;
	line-height: 1em;
	padding: 5px;
	text-transform: lowercase;
	border-bottom: 1px solid #eaeaea;
}
.contain h2:first-letter {
	text-transform: uppercase;
	font-size: 2.2em;
	font-family: 'snell roundhand', 'edwardian script', 'Modern No. 20', cursive;
}
.contain p {
	float: left;
	padding: 5px;
	width: 440px;
	margin: 0 0 0 20px;
	line-height: 1.2em;
	letter-spacing: .1em;
	text-indent: 1em;
}
.float_right {
	float: right;
}
.contain .link {
	text-transform: uppercase;
	display: block;
	text-align: right;
	float: left;
	width: 400px;
	padding: 20px;
}

#work_nav p {
	text-align: center;
	padding: 5px;
}

.clear {
	clear: both;
}

#footer {
	text-align: center;
	padding: 20px;
}

#footer h5 {
	font-size: 12px;
}



/* ------- FORM STYLES --------- */
#contactform {
	width: 600px;
	margin-right: 20px;
}
#contactform fieldset {
	padding: 25px;
	border: 1px solid #D6D6D6;
	margin: 25px;
	background: transparent url(resources/horiz_grad.png) repeat-y top left;
}
#contactform legend {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px;
}
#contactform label {
	display: block;
	font-variant: small-caps;
	width: 115px;
	margin: 0 ;
	text-align: right;
}
#contactform input {
	font-size: 20px;
	color: #454545;
	width: 350px;
	border: 1px solid #ccc;
	display: block;
	margin: 5px auto 10px auto;
}
#contactform textarea {
	font-size: 20px;
	color: #454545;
	width: 350px;
	height: 300px;
	border: 1px solid #ccc;
	display: block;
	margin: 5px auto 10px auto;
}
#contactform input:focus, #contactform input:hover, #contactform textarea:focus, #contactform textarea:hover {
	border: 1px solid #999;
}
#contactform #send {
	font-size: 12px;
	width: 100px;
	margin-left: 325px;
}

.contain img { float: right; border: 10px solid white; }
.alt  img { float: left; }
.alt p { float: left; }

#front_page { margin: o; padding: 0; list-style: none; }
#front_page li { float: center; margin: 0; padding: 0; }

.media_list { font-size:9px; text-align:center;list-style: none; }
.media_list li { float: left; }

#allthecinfo {
	padding: 10px;
	border: 1px solid #ccc;
	margin-left: 620px;
	margin-top: -130px;
	margin-bottom: 70px;
}