@charset "UTF-8";

/* 
Site Name: Wil Scott Photography
Site URI: http://www.wil-scott.com/
Description: Wil Scott's Photography Portfolio
Version: 1.0 
Author: Matt Seymour 
Author URI: http://www.mattseymour.com/
*/

/*----------------------------------------------
  BODY, CONTAINER & BROWSER RESET
  ----------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { color: white; list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:bold; }
blockquote, q { quotes: none; }
abbr,acronym { border:0; }

html, body {
	height: 100%;
}
body{
	text-align: center;
	background: #1C1C1C url(images/grain-bg.jpg) repeat;
	font: 87.5% Helvetica, Arial, sans-serif;
}
html>body {
	font-size: 14px;
}
#horizon { 
	width: 100%;
	height: 50%;
	margin-top: -340px; /* half of container's height */
	float:left;
}
#container {
	width: 936px;
	height: 680px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

/* GENERAL BODY STYLES */

a:link, a:visited {
	color: #A0A0A1;
	text-decoration: none;
}
a:hover, a:active {
	color: #AD1400;
}
p, li {
	font-size: 1em;
	line-height: 1.714em;
	color: #A0A0A1;
}
p {
	margin-top: 1.714em;
}
h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
}
h2 {
	font-size: 1.5em;
	line-height: 1.142em;
	font-weight: normal;
	color: #6E6E6E;
	text-transform: uppercase;
	padding-top: 1.143em;
	margin-bottom: .571em;
	letter-spacing:.03em;
}

pre {
	font-size: 1.2em;
	line-height: 1.2em;
}


#main-content {
	margin: 0 0 0 216px;
	padding-top: 24px;
}


/*----------------------------------------------
  SIDEBAR
  ----------------------------------------------*/

#sidebar {
	position: relative;
	float: left;
	width: 192px;
	height: 546px;
}
#sidebar h1 {
	margin: 48px 0 0 24px;
}
ul#gallery-nav {
	margin-top: 24px;
	padding-left: 24px;
}
ul#info-nav {
	padding: 1em 0 0 0;
	margin: 1em 24px 0 24px;
	border-top: 1px dotted #333333;
}
.austria ul #austria a,
.brasil ul #brasil a,
.europe ul #europe a,
.prague ul #prague a,
.france ul #france a,
.spain ul #spain a,
.germany ul #germany a,
.switzerland ul #switzerland a,
.japan ul #japan a,
.maine ul #maine a,
.annapolis ul #annapolis a,
.southwest ul #southwest a,
.architecture ul #architecture a,
.info ul #info a,
.dc ul #dc a,
.bahamas ul #bahamas a {
	color: #AD1400;
}
.sub {
	margin-left: 12px;
}
#pricing {
	/*width: 90px;*/
	font-size: 12px;
	color: #555555;
	border-top: 1px dotted #333333;
	/*border-bottom: 1px solid #333333;*/
	padding: 16px 0 4px 0;
	margin-top: 14px;
	
}

/*----------------------------------------------
  INDEX STYLES
  ----------------------------------------------*/

#homepage-container {
	width: 100%;
}
img#bg {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -351px 0 0 -468px;
	padding: 1px;
	border: 1px solid #656565;
	z-index: -5;
}
#index-menu-bar {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	height: 80px;
	margin: -40px 0 0 0;
}
#index-nav {
	width: 936px;
	margin: 0 auto;
	height: 80px;
}
#index-nav a:hover {
	color: #E0E0E0;
}
#index-nav h1 {
	float: left;
	height: 80px;
	width: 240px;
	margin: 0 2px 0 0;
	background: url(images/index-menubar-bg.png) repeat;
	padding: 0 12px 0 24px;
}
#index-nav h1 img {
	margin-top: 24px;
}
#index-nav #index-links {
	background: url(images/index-menubar-bg.png) repeat;
	width: 648px;
	height: 80px;
	padding-left: 10px;
	float: left;
	position: relative;
}
#index-nav #index-links ul {
	position: absolute;
	height: 46px;
	top: 50%;
	left: 8px;
	margin: -23px 0 0 0;
}
#index-nav ul li {
	float: left;
	margin: 0 0 0 16px;
}
#center-bar {
	width: 936px;
	height: 80px;
	/*min-width: 850px;*/
	/*background: url(images/index-menubar-bg.png) repeat;*/
}
#left-bar {
	/*background-color: #FFCCCC;*/
	background: url(images/index-menubar-bg.png) repeat;
	width: 50%;
	height: 80px;
	/*float: left;*/
	/*margin: 0 0 0 -10%;*/
}
#right-bar{
	/*background-color: #FFCCCC;*/
	background: url(images/index-menubar-bg.png) repeat;
	width: 50%;
	/*float: right;*/
	height: 80px;
}


/*----------------------------------------------
  MAIN CONTENT
  ----------------------------------------------*/

/*INFO*/

#general-info {
	margin-top: 24px;
}
#general-info, #credits {
	background-color: #515151;
	padding-bottom: 1.714em;
}
#general-info p, #general-info ul, #general-info h2, #credits li {
	padding-left: 24px;
	padding-right: 24px;
}
#credits {
	margin-top: 2px;
	padding-top: 1.714em;
}
#general-info a, #credits a {
	color: #E0E0E1;
}
#general-info a:hover, #credits a:hover {
	color: #AD1400;
}
#phone {
	padding-left: 21px;
	background: url(images/phone-icon.png) no-repeat 0 4px;
}
#email {
	padding-left: 21px;
	background: url(images/email-icon.png) no-repeat 0 5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari hack - adjusting for different handling of background positioning */
#phone {
	padding-left: 21px;
	background: url(images/phone-icon.png) no-repeat 0 6px;
}
#email {
	padding-left: 21px;
	background: url(images/email-icon.png) no-repeat 0 7px;
}
} 
