/** CSS - drewlovesautumn.com - March 8, 2010  
==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}

/** Body
==============================================================================*/

body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height: 20px;
color: #333;
margin: 0 auto;
background: url(../images/body_bg.jpg) top center no-repeat #fffde4;
}

/** Main Containers
==============================================================================*/

#container {
width: 762px;
margin: 0 auto;
}

#contentheader {
margin-left:auto;margin-right:auto;
margin-top: 123px;
width: 740px;
height: 2px;
border-top: solid 10px #ffffff;
border-left: solid 10px #ffffff;
border-right: solid 10px #ffffff;
background-color: #fffde4;
}

#contentcenter {
float: left;
width: 682px;
padding: 28px 40px 40px 40px;
background: url(../images/content_bg.jpg) repeat-y #fffde4;
}

/** Logo
==============================================================================*/

#logo {
margin-bottom: 25px;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

a img {
border: none;
}

p {
margin-bottom: 15px;
}

#contact p {
margin-bottom: -5px;
}

.subhead {
	color: #777;
	font-size: 11px;
}

.price {
border-top: 1px solid #f0eed0;
text-align: right;
color: #a07d65;
padding-top: 5px;
margin-bottom: 25px;
}

#note {
border: 1px solid #f0eed0;
padding: 15px;
text-align: center;
margin-bottom: 15px;
}

/** Headings
==============================================================================*/

h1 {
font-size: 24px;
line-height: 24px;
color: #5b5b5b;
margin-bottom: -6px;
}

h2 {
font-size: 16px;
color: #f0a24d;
text-transform: uppercase;
}

h3 {
font-size: 16px;
margin-top: 15px;
color: #a07d65;
}

/** Links
==============================================================================*/

a:link {
color: #b2ca7f;
text-decoration: none;
}

.price a {
color: #a07d65;
}

a:visited {
color: #b2ca7f;
text-decoration: none;
}

a:hover {
color: #90ab56;
text-decoration: none;
}

a:active {
color: #b2ca7f;
text-decoration: none;
}

/** Navigation
==============================================================================*/

ul#nav {
list-style-type: none;
float: right;
width: 343px;
margin-bottom: 10px;
border-bottom: 1px solid #f0eed0;
}

ul#nav li {
float: left;
font-size: 12px;
margin-right: 10px;
text-transform: uppercase;
}

ul#nav li#current a:link {
color: #926b53;
}

ul#nav li.current a {
color: #926b53;
}

/** Left Columns
==============================================================================*/

#leftcol, #leftcol2 {
float: left;
width: 312px;
}

#leftcol2 ul, #leftcol2 ol {
margin: 0 0 25px 40px; 
}

/** Form
==============================================================================*/

label, input {
display: block;
float: left;
margin: 5px 5px 1px 0;
}

fieldset {
border: none;
}

label {
text-align: left;
width: 75px;
padding-right: 20px;
}

input, textarea {
padding: 2px;

border: 1px solid #f0eed0;
}

br {
clear: left;
}

textarea {

overflow: hidden;
}

#submit {
margin: 10px 4px 0 0;
float: right;
width: 120px;
height: 20px;
border: none;
}

table {font-size:10px;}
td.time {text-align:right}
td.event {padding-left:20px;}

span.disclaimer {font-size:10px;}
p.menuitem{font-size:11px;}
/** Right Column
==============================================================================*/

#rightcol {
float: right;
width: 343px;
}

/** Right Column Images
==============================================================================*/

ul#images {
list-style-type: none;
}

#rightcol img {
border: solid 6px #ffffff;
}

/** Footer
==============================================================================*/

#contentfooter {
float: left;
width: 762px;
height: 15px;
background: url(../images/contentfooter_bg.jpg) top center no-repeat #fffde4;
}

#footer {
font-size: 10px;
float: left;
width: 762px;
height: 98px;
background: url(../images/footer_bg.jpg) top center no-repeat #fffde4;
}

#footer p{
margin-top: 2px;
text-align: center;
color: #5b5b5b;
}

#footer a:link {
color: #a07d65;
}

/* Form style */

label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.3em; }
input, textarea, select { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0;width: 300px;font-size:12px;}   
select {width: 311px;}
input.submit {width: 311px;}
input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
input.submit { cursor: pointer; border: 1px solid #222; background:#333; color:#fff; -moz-border-radius: 5px; -webkit-border-radius:5px; }
input.submit:hover { background:#444; }
fieldset { padding:20px; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }

span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; font-size:10px;line-height: 22px; background: #FBE3E4 url('../images/error.gif') no-repeat 10px center; padding: 3px 5px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#succsess_page h1 { background: url('../images/success.gif') left no-repeat; padding-left:20px; }