/*  
CSS developed for John Michael Photography
Author: John Bekas, Jr. <bekascorp@gmail.com>
Author URI: http://www.bekas.org/john/blog
Copyright 2007 - John Michael Photography
*/
body {
	margin-top: 10px;
	font-family:"Times New Roman", Times, serif; 
	font-size: 15px;
	background-color: #eeeeee;
}

#container {
	position: relative;
	width: 760px;
	margin: 0 auto;
}

#header-block {
	height: 170px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 128px;
	width: 758px;
	margin-bottom: 27px;
	background-color: #cec182;
	border: 1px solid #aaaaaa;
}

#header #image {
	position: absolute;
	top: 10px;
	left: 640px;
}

#header #logo {
	position: absolute;
	top: 42px;
	left: 25px;
}

#header #foo {
	position: absolute;
	top: 143px;
	left: 75px;
	width: 605px;
	height: 27px;
	background-color: #aaaaaa;
}

#header #navbar {
	position: absolute;
	top: 140px;
	left: 72px;
	height: 27px;
	width: 605px;
	color: #fff;
}

#header #navbar-shadow {
	position: absolute;
	top: 167px;
	left: 30px;
}

#header #navbar #links {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	height: 27px;
	text-align: center;
	list-style: none;
}

#header #navbar #links li {
	float: left;
	display: inline;
	margin: 0;
	background-color: #9c9560;
}

#header #navbar #links a {
	color: #eeeeee;
        height: 21px !important;
        height: 27px;
        padding-top: 6px;
        line-height: 27px;
        display: block;
        text-decoration: none;
        font:11px verdana,arial,helvetica,sans-serif;
        font-weight: bold;
}

#header #navbar #links .selected,
#header #navbar #links a:hover {
        background-color: #a19d67;
        background-position: 0% -27px;
}

#header #navbar #links #home { width: 85px;}
#header #navbar #links #weddings { width: 105px; border-left: 1px solid black; }
#header #navbar #links #portraits { width: 100px; border-left: 1px solid black; }
#header #navbar #links #gallery { width: 95px; border-left: 1px solid black; }
#header #navbar #links #pricing { width: 95px; border-left: 1px solid black; }
#header #navbar #links #approach { width: 120px; border-left: 1px solid black; }
#header #navbar #links #contact { width: 94px; border-left: 1px solid black; }


#footer {
	text-align: center;
	clear: both;
	margin: 0;
	padding: 0;
	color: #956a1d;
	font-size: 13px;
}

#footer p {
	margin: 4px;
}

#footer a {
	color: #956a1d;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;
}

#main {
}

#main #content {
	padding: 10px 50px;
	font-size: 15px;
	min-height: 400px;
	color: #956a1d;
}

#main p {
	padding: 0px 25px;
}

.question {
	color: #e4ab4f;
	font-size: 15px;
}

.answer {
}

h1 { 
	color: #7a2a33; 
	border-bottom: 1px solid #7a2a33; 
	text-transform: uppercase; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 1.4em; 
}

h2 {
	text-align: center;
	color: #643f12;
	font-size: 1.3em;
}

.disclaimer {
	font-size: 10px;
}

#mininav {
	text-align: center;
	margin: 10px;
}

#mininav-internal {
	width: 200px; 
	border: 1px solid black; 
	padding: 5px 20px; 
	background-color: #cec182;
}

#mininav a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

#mininav a:hover {
	color: #643f12;
}

#mininav .selected {
	color: #643f12;
}

#contactForm {
	float: left;
	width: 390px;
}

#contactForm .errors {
	color: red;
	margin-bottom: 10px;
}

#contactFormTable {
	padding: 0;
	margin: 0;
}

#contactFormTable .label {
	width: 100px;
}

#contactFormTable .item {
}

#contactInfo {
	margin-left: 430px;
}

#content a {
	color: #956a1d;
	font-size: 15px;
	text-decoration: underline;
}
