/* John Heredia Photography CSS
© 2007 Pixegen
http://www.pixegen.com
*/

* {
	font-size: small;
}

body {
	margin: 0 auto;
	background-color: #6f472e;
	background-image:url(../images/brown_bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	padding-top: 25px;
	min-height: 1000px;
	width: 902px;
	background-image:url(../images/wrapper_bg.png);
	background-repeat: repeat-y;
}
#flash {
	width: 780px;
	height: 419px;
	margin: 0 auto;	
	border: 1px solid #757474;
}

#portfolio {
	width: 780px;
	height: 500px;
	margin: 0 auto;	
	border: 1px solid #757474;
}

#spacer {
	width: 782px;
	height: 5px;
	margin: 0 auto;
	*overflow: hidden;
}

#tablewrap {
	width: 782px;
	margin: 0 auto;
}

#navigation {
	width: 780px;
	height: 38px;
	margin: 0 auto;
	border: 1px solid #757474;
}

#footer {
	width: 780px;
	height: 92px;
	margin: 0 auto;
	background-image: url(../images/footer.jpg);
	border: 1px solid #757474;
}

#legal {
	width: 780px;
	height: 30px;
	margin: 0 auto;
}

#legal p {
	color: #FFFFFF;
	font-size: 90%;
	font-family: Georgia, sans-serif;
	text-align: center;
}

#legal p a {
	color: silver;
	text-decoration: none;
	font-size: 100%;
}

#legal p a:hover {
	text-decoration: underline;
	color: #999;
}


#textnav {
	width: 60%;
	height: 30px;
	margin: 0 auto;
	margin-top:20px;
	text-align: center;
}

#textnav ul {
/*	margin-left: 160px;
*/}

#textnav ul li {
	color: white;
	font-size: 90%;
	font-family: Georgia, sans-serif;
	list-style:none;
	display: inline;
	padding-right: 20px;
	text-align:center;
}

#textnav .last {
	padding-right: 0;
}

#textnav ul li a {
	color: white;
	text-decoration: none;
	font-size: 100%;
}

#textnav ul li  a:hover {
	text-decoration: underline;
	color: #999;
}

/* span styles */ 


#content {
	width: 730px;
	background-color: white;
	background-image: url(../images/contentleft_bg.gif);
	background-repeat: repeat-x;
	padding: 10px 25px 10px 25px;
	vertical-align: top;
	border: solid 1px #757474;
	font-size: 100%;
}

#content strong {
	font-size: 100%;
}

#content .rightimg {
	float: right;
	border: 1px solid #757474;
	margin: 0px 0px 15px 15px;
}
#content p, ul, li {
	font-family: Georgia, serif;
	font-size: 110%;
	line-height: 1.3em;
	color: #4a2c18;
	list-style-type: square;
	text-align: justify;
}

#content a {
	font-size: 100%;
	color: #5B99CE;
	text-decoration: none;
	font-weight: bolder;
}

#content a:hover {
	color: #0098C9;
	text-decoration: underline;
}

#content ul {
	font-family: Georgia, serif;
	font-size: 100%;
	line-height: 1.3em;
	color: #4a2c18;
	list-style-type: square;
	text-align: justify;
}

#content img {
	border: 1px solid #757474;
	margin: 10px;
}


#content h1 {
	font-family: Georgia, serif;
	letter-spacing: -1px;
	font-weight: bolder;
	font-size: 200%;
	color: #5B99CE;
	border-bottom: 1px solid #D7D7D7;
	padding: 0 0 10px 0;
	text-shadow: 2px 2px 2px silver;
}
#content h2 {
	font-family: Georgia, serif;
	font-weight: bolder;
	letter-spacing: -1px;
	font-size: 20px;
	color: #5B99CE;
}

#content h2 a {
	color: #0E6F52;
	text-decoration: none;
}

#content h2 a:hover {
	color: #666;
	border-bottom: 1px dotted #666;
}


#content h3 {
	font-family: Georgia, serif;
	font-size: 14x;
	color: #0B523C;
}

#content h6 {
	font-family: Georgia, Arial, sans-serif;
	font-size: 12x;
	color: #0B523C;
}
#content blockquote {
	font-family: Georgia, serif;
	font-weight: bolder;
	font-size: 16px;
	font-style:italic;
	color: #0E6F52;
 	background: url(../images/quote.gif) 10px 0.75em no-repeat;
 	margin: 0.25em 0;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 25px;
}

#content form p {
	margin: 0;
	text-align: left;
}

#content form p {
	text-align: left;
}

.spacer {
	background-color: #FFFFFF;
	height: 6px;
	padding: 0;
	clear: both;
}
.spacerbottom {
	background-color: #FFFFFF;
	height: 6px;
	padding: 0;
	clear: both;
}

form input[type="text"], textarea, select {
	font-family: Georgia, sans-serif;
	font-size: 100%;
	border-top: 2px solid ##7F7F7F;
	border-left: 2px solid ##7F7F7F;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	
}

form select {
	margin-right: 20px;
	
}

form input.invalid {
	background-color: #FF9;
	border: 2px red inset;
}

form label.invalid {
	color: #F00;
}


/* Andy Budd's famous img shadow technique... */

.img-wrapper {
	background: url(../images/shadow.png) no-repeat right bottom;
	clear: right;
	float: left;
	position; relative;
}

.img-wrapper img {
	background-color: #FFF;
	border:1px solid #a9a9a9;
	padding: 4px;
	margin: -5px 5px 5px -5px;
	display: block;
	position: relative;
}

label.error {
display: block;
	float: none;
	z-index: 99;
	margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #ff0000;
	padding: 2px 10px;
}