
/*
Project: vandervenstudios.com
Author: Jason Andreoni
Created: 
Version: 1.0
----------------------- */

/*
TOC
1. RESET
2. LAYOUT
3. NAVIGATION
4. TYPOGRAPHY
5. Images
----------------------- */



/*
2. LAYOUT----------------------------------------------------*/

body {
	background: #847C63 url(../images/bg.gif) top left repeat-x;
	font-family: Georgia;
	font-size: 100%; 
	color: #514729;
	line-height: 1.5em;

}
.test {
	margin-top: -50px;
}
#wrapper {
	width: 960px;
	background-color: #A59C7A;
	margin: 10px auto;
	padding-bottom: 20px;
	border-width: 2px;
	border-top-color: #766b48;
	border-left-color: #766b48;
	border-right-color: #514729;
	border-bottom-color: #514729;
	border-style: solid;
}
table#index_images {
	margin:auto;
	margin-top:20px;
}
table#index_images tr td {
	padding: 15px;
}
table#index_images img {
	border-width: 1px;
	border-top-color: #766b48;
	border-left-color: #766b48;
	border-right-color: #514729;
	border-bottom-color: #514729;
	border-style: solid;
}
#map {
	border: 1px solid #000;
	width:400px;
	height:300px;
}
#map_directions {
	margin-right: 20px;
	float:right;
	width: 410px;
	height: 100%;
	padding:5px 0 0 37px;
	border-left: 1px solid;
}
#map_directions p {
	font-size: 110%;
	margin:10px 5px;
	font-weight: bold;
}
#map_directions input {
	width: 300px;
}
#map_directions #directionSubmit {
	width: 100px;
}
#map_directions td {
	color: #000000;
}
#map_directions a:link {
	color: blue;
	text-decoration: none;
}
#googledir {
	background-color: green;
}
#directions {

}
.clear {
	clear: both;
}
#monoSlideshow1 {
	margin: 20px auto 0;
	width: 800px;
	height: 200px;
	border: 1px solid #514729;
}
#aboutTextBox {
	width:690px;
	float: right;
	margin: 20px 20px 20px 0;
	font-size: 100%;
	font-family: Georgia;
	line-height: 1.5em;
}
.footnoteBox {
	width: 200px;
	border-top: 1px solid #898163;
}
#captcha {
	margin-left:100px;
}
.siteQuote {
	width:690px;
	margin: 20px auto 5px;
	font-size: 100%;
	font-family: Georgia;
	line-height: 1.5em;
}
.contactDisclaimerBox {
	width:690px;
	margin: 20px auto 25px;
	font-size: 100%;
	font-family: Georgia;
	line-height: 1.5em;
}

/*
3. NAVIGATION----------------------------------------------------*/

#navigation {
	font-size: 120%;
	width: 960px;
	font-weight: bold;
	text-align: center;
}

#navigation ul {
	padding-top: 1em;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	padding: 0.4em 1em .04em 1em;
	color: #514729;
	text-decoration: none;
	border: none;
}
#navigation a:hover {
	color: #e7dbb4;
	border: none;
}
#backToHome a:link {
	border-bottom: 1px solid;
}
#backToHome a:hover {
	border-bottom: 1px dashed;
}

#newsNav {
	font-size: 108%;
	width: 960px;
	font-weight: bold;
	text-align: center;
}

#newsNav ul {
	padding-top: 1em;
}
#newsNav li {
	display: inline;
}
#newsNav a:link, #newsNav a:visited {
	padding: 0.4em 1em .04em 1em;
	color: #514729;
	text-decoration: none;
	border: none;
}
#newsNav a:hover {
	color: #e7dbb4;
	border: none;
}

/*
4. TYPOGRAPHY----------------------------------------------------*/

h1.name {
	text-align: center;
	font-size: 190%;
	font-variant: small-caps;
	letter-spacing: .5em;
	}

p.home_quote {
	font-size: 110%;
	font-style: oblique;
	text-align: center;
	border-bottom: 1px solid;
	width: 500px;
	margin: auto;
	padding: 10px 0 15px 0;
}

h3.gallery_cat {
	text-align: center;
	font-weight: bold;
}
p.aboutText {
	float: right;
	margin: 20px 0;
}
.footnote {
	font-size: 80%;
	padding-top: -5px;
	vertical-align: top;
	line-height: -1px;
	color: #453c1f;
}
.statement {
	padding: 0 20px 5px;
	font-style: oblique;
	
	background: url(../images/openquote.gif) top left no-repeat;
}
.footnoteText {
	font-size: 70%;
	padding-top: 5px;
	width: 600px;
	line-height: 1.2em;
}
h1.statementHeadline {
	font-size: 110%;
	text-decoration: underline;
	padding:0 0 10px;
}
a:link, a:visited {
	color: #3D3724;
	text-decoration: underline;
	
}
a:hover {
	color: #000000;
}
#studioTour img a:hover {
	border: none;
}
#thankyou {
	text-align: center;
}
#footer {
	font-size: 70%;
	font-family: Helvetica;
	text-align: center;
	margin-bottom: 15px;
}
#footer a {
	color: #514729;
}
#footer a:hover {
	text-decoration: none;
	color: #e7dbb4;
}
#contactDisclaimer {
}
#contactDisclaimer p {
	padding-bottom: 10px;
}
div#studioTour p {
	text-align: center;
	padding: 5px 0;
	font-size: 110%;
	background-color: #847C63;
	margin-bottom: 3px;
	color: #514729;
	font-weight: bold;
}
.photoCredit {
	font-size: 70%;
	float: right;
	margin-right: 30px;
	margin: -20px 30px 10px 0;
}
#guildLogo p {
	text-align: center;
	padding-bottom: 5px;
}

/*
5. IMAGES----------------------------------------------------*/

#sigPic {
	width: 125px;
	height: 125px;
	margin: auto;
	padding: 20px 0;
}
#sigPic img {
	border: 2px solid #766b48;
}
#portrait {
	background: url(../images/portrait.jpg) top left no-repeat;
	width: 200px;
	height: 297px;
	margin: 25px 20px;
	border: 1px solid #000000;
	float: left;
}
#guildLogo {
	width: 200px;
	margin: 25px 20px;
	float: left;
}


/*
6. GALLERY----------------------------------------------------*/

.gallery {
	width:860px;
	text-align: center;
	margin: 10px auto;
}
.gallery .studioTour, li {
	display: inline;
	padding: 10px 0;
}
.gallery li {
	display: inline;
	padding: 10px 10px;
}
.studioTour li {
	display: inline;
	padding: 10px 10px;
}
.galleryChoice {
	font-size: 120%;
	padding: 10px 0;
	margin: 0 auto 10px;
}
.spanActiveGallery {
	font-weight: bold;
	font-style: oblique;
	border-style: solid;
}
#studioTour {
	margin-left: 20px;
	width: 200px;
	padding: 0 0 3px;
	float: left;
	border: 1px solid;
}
#studioTour li {
	display: inline;
}
#studioTour img {
	padding: 3px 3px;
}
ul#galleryChoice {
	text-align: center;
	margin: 15px 0;
}
ul#galleryChoice li a {
	padding: 7px;
}
ul#galleryChoice li a:hover,
ul#galleryChoice li a.archive,
ul#galleryChoice li a.vvb,
ul#galleryChoice li a.cbp  {
	padding: 6px;
	background-color: #958D71;
	color: #514729;
	border: 1px solid #857E65;
}

/*
7. CONTACT FORM----------------------------------------------------*/
#contactLeft {
	float:left;
	margin-left:20px;
	width:450px;
	padding-left:10px;
}
input.txt, textarea {
  color: #000000;
  border: 1px inset #00008B;
  width: 320px;
  font-size: 90%;
}
textarea {
	height: 100px;
}
input.btn {
  
  float: right;
}
#contact {
	clear: left;
	margin:0;
	padding: 0;
	padding-top: 5px;
	width: 420px;
	font-size: 100%;
}
form div {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  width: 430px;
}
form div label {
  float: left;
  width: 100px;
  font-family:Arial, Helvetica, sans-serif;
}
fieldset {
  border: 1px dotted #61B5CF;
  margin-top: 1.4em;
  padding: 0.6em;
}
legend {
  font: bold 0.8em Arial, Helvetica, sans-serif;
  color: #00008B;
  background-color: #FFFFFF;
}
#contactFormError {
	background-color:#ffecec;
	width:370px;
	margin:5px auto;
	padding: 4px 0 0 10px;
	line-height:2em;
	}
#contactFormError img {
	margin-right: 10px;
}
div.required input {
	background-color: #ffecec;
	color: #000000;
}
.labelError {
	color: #FF0000;
}
#requiredNote {
	font-size: 90%;
	font-style: oblique;
	text-align: right;
	padding-bottom: 5px;
}