@import url(structure.css);
@import url(utilities.css);

/* ################ DEFAULT FORMATTING ################ */

/* ========== LINKS ========== */

#right-col a{
	color:#663300;
	font-size:14px;
	padding-left:10px;

}

a:link,
a:visited {
	font-family: inherit;
	font-size: inherit;
}

a:link {}

a:visited {}

a:link:hover,
a:visited:hover,
a:link:hover *,
a:visited:hover * {}

a:link:active,
a:visited:active {}

/* ========== OTHER ELEMENTS ========== */

/* Any overall settings. Recommend font-family and line-height */
* {}

/* Set overall font and line-height */
h1, h2, h3, h4, h5, h6,
p, blockquote, address,
li, dt, dd,
legend, label, option,
th, td, caption {}

/* Set general left and right margins */
h1, h2, h3, h4, h5, h6,
p, blockquote, address,
ul, ol, dl,
form, table {
	margin-left: 0;
	margin-right: 0;
}

/* General header top and bottom margins */
h1, h2, h3, h4, h5 {
/*	margin-top: 1em;*/
	margin-bottom: 0;
}

/* General content and container element top and bottom margins */
h6, p, blockquote, address,
ul, ol, dl,
form, table, object {
	margin-top: 0;
	margin-bottom: 1em;
}

/* General header styling */
h1, h2, h3, h4, h5, legend {}

/* General content styling */
p, blockquote, address,
li, dt, dd,
label,
th, td, caption {}

/* Form field styling */
select, option, optgroup,
input, button, textarea {
	vertical-align: middle;
}

/* ========== BLOCK LEVEL AND CORE CONTENT ELEMENTS ========== */

h1 {
	font-family: Georgia, Arial, Times, serif;
	color: #E1783C;
	font-size: 24px;
	padding: 18px 0 10px 28px !important;
	font-weight: none !important;
}

h2 {
	font-family: Georgia, Arial, Times, serif;
	color: #ffffff;
	font-size: 18px;
	padding: 3px 0 20px 10px !important;
	font-weight: none !important;
	background-image:url('../_img/h2-gradient.jpg');
	background-repeat:repeat-x;
	background-position:top left;
}

.pad{
	margin-top:20px;
}

h3 {
	font-family: Georgia, Arial, Times, serif;
	color: #663300;
	font-size: 18px;
	padding: 10px 0 0px 10px !important;
	margin-left:10px;
}

h4 {
	font-family: Georgia, Arial, Times, serif;
	color: #663300;
	font-size: 15px;
	padding: 10px 0 0px 10px !important;
	margin-left:10px;
	font-style: italic;
}

h5 {
	font-family: Georgia, Arial, Times, serif;
	color: #660000;
	font-size: 14px;
	padding: 15px 0 0px 10px !important;
	margin-left:10px;

}

.name{
	color: #660000;
	font-weight: bold;
	font-style: normal;
}

h6 {
	font-family: Georgia, Arial, Times, serif;
	color: #660000;
	font-size: 18px;
	padding: 15px 0 0px 22px !important;
	/*margin-left:10px;*/
}

p {
	font-family: Georgia,Arial,times,serif;
	line-height: 20px;
	font-size: 14px;
	color: #333;
}

#left-col p{
	margin: 10px 10px 0 20px;
}

.callout {
	font-style:italic;
	color: #663300;
	padding: 0 15px;

}

blockquote,
blockquote * {}

address{
	color: #333;
	padding:10px 0 20px 20px !important;
}

address a{
	color: #663300;
}

img {
	border: 0;
	display: block;
}

.one_wide img{
	border-bottom: 1px solid #ffe300;
}

.yardsign{
	padding:15px 0 0 5px;
}

pre {
	margin: 1em 15px;
	padding: 15px;
	color: #333;
	border: 1px solid #333;
	background-color: #CCC;
}

/* ========== HEADER ========== */

#header img{
	padding: 20px 0 0 15px;
}

/* ========== NAV ========== */

#nav li {
	display:inline;
	padding: 5px 2px 5px 2px;
	border-right: 1px solid #CCCC00;
	font-family: Georgia,Arial,times,serif;
	font-size: 16px;
	margin-right:-4px;
	
}

#nav li:first-child{
	border-left: 1px solid #CCCC00;
}

#nav li:hover{
	background-image:url('../_img/nav-hover.jpg');
	background-repeat: repeat-x;
}

#nav ul{
	padding:2px 0 0 0px;
	margin: 0 0 0 0px;
}

#nav a{
	color: #B9773C;
	text-decoration: none;
	font-size: 20px;
	padding:0px 25px;
	padding-bottom: 8px;
	

}

#nav a:hover{
	color: white;
	height: 30px !important;
	
}

/* ========== FOOTER ========== */

#footer li{
	display:inline;
	font-family: Georgia, Arial, times, serif;
}

#footer a{
	color: #ffffff;
	font-size: 18px;
	padding:0px 20px;
}

#credits p{
	font-size: 10px;
	color:#A9CB65;	
}

#credits a{
	font-size: 10px;
	padding: 0px !important;
	color: #A9CB65;
}

/* ========== LISTS ========== */

#left-col ul{
	margin: 15px;
	font-family: Georgia, Arial, times, serif;
	font-size: 14px;
	color: #333;
}

#left-col li{
	margin:5px 0 5px 20px;
	list-style-image:url('../_img/blt_ylw_arw_right.gif');
	line-height: 18px;
}

ul, ol, dl {}

ul {}

ol {}

li {}

ul ul {}

ol ol {}

ul li {}

ol li {}

dl {}

dt {}

dd {}

/* ========== CALENDAR ========== */

span #calendarTitle {
	color: red !important;
}

.view-cap, .view-container-border {
background-color: red !important;
}


/* ========== FORMS ========== */
fieldset { 
 margin: 15px 25px !important; 
 padding: 0;
 border: 1px solid #FFE300;
/* background-image:url('../_img/form-gradient.jpg');*/
 background-color: #FFFED2;
 background-repeat: no-repeat;
 background-position: top left;
} 

fieldset h1{
	margin-top: 0px !important;
}

fieldset h5{
	margin-left: -10px !important;
	font-size:18px;
}

fieldset ul{
	margin-left:22px !important;
}

fieldset ul li{
	display:inline;
	font-size: 18px;
	color:#660000;
}

fieldset ol li{
	font-size:14px;
}

fieldset li{
	list-style-image:none !important;
	margin-right:;
	margin-left:0px !important;
}

legend { 
 margin-left: 1em;  
 font-size:22px;
 color: #660000;
 font-family:Georgia,Arial,Times,serif;
} 

fieldset ol { 
 padding: 1em 1em 0 25px; 
 list-style: none; 
} 

fieldset li { 
 padding-bottom: 1em; 
} 

fieldset .submit { 
 border-style: none; 
} 

#checkboxes{
	border: 1px solid red;
	margin: 10px 0 0 0;
}

form {}

fieldset li span {
	width:200px;
/*	border: 1px solid red;*/
}

legend {}

label { 
 float: left; 
 width: 100px; 
 margin-right: 1em !important; 
 text-align: left;
 padding-right: 10px;
 color: #660000;
 font-family:Georgia,Arial,Times,serif;
} 



input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	float:right;
	margin-right: 127px;
	padding-left: 5px !important;
	margin-bottom:20px;
	border: 1px solid #660000;
}

input[type="checkbox"],
input[type="radio"] {
	display:inline;
}

input[type="text"],
input[type="password"],
input[type="file"],
textarea {}

textarea {}

button {}

input {
}

select {}

optgroup {}

option {}

/* ========== ENDORSEMENT QUOTES ========== */

#quotes li {
	color: #660000;
	list-style-type: none;
	font-family:Georgia,Arial,Times,serif;
	font-size:14px;
	font-style:italic;
	padding-top:10px;
}


/* ========== TABLES ========== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

tr {}

th, td { padding: 0; }

th {}

td {}

caption {}

thead {}
tbody {}
tfoot {}


/* ========== INLINE/PHRASE ELEMENTS ========== */

/* Make sure left and right margins for inline elements are always disabled */
del, ins,
sup, sub, big, small,
em, strong, code, dfn, kbd, samp, var, q, cite, abbr, acronym,
a {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/*
 	IE/WIn does not support automatic quoting of q tag.
	Must add quote entities manually OUTSIDE of the <q> tags.
*/
q:before,
q:after {
	content: "";
}

html>body abbr[title],
* html abbr {
	border: 0;
	cursor: help;
	font-style: normal;
}

q {}
cite {}
em {}
strong {}
sup {}
sub {}
del {}
ins {}
code {}
dfn {}
kbd {}
samp {}
var {}
big {}
small {}

/* ################ GENERAL STYLE OVERRIDES ################ */

/* Zeroes out left and right margins of nested elements so parent element will control them */
p *,
li *,
blockquote *,
form *,
fieldset * {
	margin-right: 0;
	margin-left: 0;
}

/* Sets all nested lists to not repeat any large left margin the top-level list has */
li ul, li ol {
	margin-left: 15px;
}

/* ################ PAGE SECTION REDEFINITIONS ################ */

/* ################ CUSTOM CLASS ################ */
