/* @override http://custwebs/benmulligan2/style/style.css */

/*
	Ben Mulligan Photography v2
	Copyright 2009 - All Rights Reserved
	Design by LemonJar - www.lemonjar.com
*/



body {
	margin: 0px;
}

h1 {
	width: 800px;
	margin: 15px auto;
}

h2 { 
	font: bold 18pt "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #b2100e;
	text-shadow: #565757 1px 1px 4px;
	border-bottom-color: #a30f0d;
	border-bottom-width: 2px;
}

h3 { 
	font: bold 12pt "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

p, label, td { 
	font: 11pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

a, a:visited { 
	text-decoration: none;
	color: #a30f0d;
}

a:hover {
	text-decoration: underline;
	color: #d81411;
}

a:active {
	color: #ff471b;
}

div.error {
	width: 500px;
	margin: 10px auto;
	background-color: rgba(255,6,17,0.26);
	border: 1px solid #900009;
	color: #fffeff;
	padding-left: 15px;
	padding-right: 15px;
}

#page { 
	width: 100%;
	margin: 0 auto;
}

#nav {
	width: 800px;
	height: 30px;
	margin: 0 auto;
	border-left: 1px solid #d3d5d5;
}

#nav .links a { 
	width: 159px;
	height: 30px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #a8aaaa;
	line-height: 30px;
	border-right: 1px solid #d3d5d5;
}

div.hoverBtn {
	position: relative;
	float: left;
}

div.hoverBtn a {
	position: relative;
	z-index: 2;
	display: block;
	background:	transparent none repeat-x 0 0 scroll;
}

div.hoverBtn div {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0px;
	background:	url(navbgover.png) repeat-x 0 0 scroll;
}

#content { 
	width: 800px;
	margin: 0 auto;
}

#footer {
	position: fixed;
	left: 10px;
	bottom: -5px;
	margin: 0 auto;
	z-index: 1000;
}

#footer p { 
	text-align: center;
	font: 8pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #4e0706;
}

#flourish {
	height: 80px;
	width: 100%;
	position: fixed;
	right: 0px;
	bottom: 0px;
	background: url(bg.png) no-repeat right bottom;
}

#flourish2 {
	height: 310px;
	width: 245px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	background: url(bgtree.png) no-repeat right bottom;
}

#content.home #hero img { 
	width: 800px;
}

/* @group Links */

#content.links #link {
	margin-bottom: 20px;
	clear: left;
	height: 70px;
	overflow: hidden;
}

#content.links #link img { 
	float: left;
	max-width: 200px;
}

#content.links #link a { 
	color: #000;
	text-decoration: none;
}

#content.links #link p { 
	display: block;
	width: 500px;
	float: left;
	padding-left: 10px;
}

/* @end */

/* @group Contact Form */

#content.contact table.contact { 
	margin: 0 auto;
}

#content.contact textarea {
	background: #f8f8f8;
	border: 1px solid #ccc;
	box-shadow: 0 0 2px black;
	-webkit-box-shadow: 0 0 2px black;
	margin: 2px 0;
	padding: 5px 3px;
	color: #000;
	font: 12pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: rgba(0,0,0,0.3) 0 1px 1px;
	width: 309px;
	max-width: 309px;
	outline: none;
	opacity: 0.7;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content.contact input {
	background: #f8f8f8;
	border: 1px solid #ccc;
	box-shadow: 0 0 2px black;
	-webkit-box-shadow: 0 0 2px black;
	margin: 2px 0;
	padding: 5px;
	color: #000;
	font: 12pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: rgba(0,0,0,0.3) 0 1px 1px;
	width: 305px;
	outline: none;
	opacity: 0.7;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content.contact select { 
	background: #f8f8f8;
	border: 1px solid #ccc;
	margin: 2px 0;
	color: #000;
	font: 11pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: rgba(0,0,0,0.3) 0 1px 1px;
	width: 315px;
	height: 28px;
	outline: none;
	opacity: 0.7;
}

#content.contact input:focus,
#content.contact textarea:focus,
#content.contact select:focus {
	color: #272727;
	opacity: 1;
}

#content.contact button {
	font: 11pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: rgba(0,0,0,0.3) 0 1px 1px;
	padding: 2px 15px;
	border: 1px solid #c7c7c7;
	box-shadow: 0 0 2px black;
	-webkit-box-shadow: 0 0 2px black;
	color: #000;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #e6e6e6;
	width: 150px;
	min-width: 150px;
	height: 25px;
	min-height: 25px;
	margin-left: 165px;
}

#content.contact button:hover {
	border: 1px solid #a30f0d;
}

#content.contact button:active {
	background: #a30f0d;
	color: #cad3d4;
	border: 1px solid #a30f0d;
}

#content.contact span.required {
	color: #a30f0d;
}

/* @end */

