/* CSS Document */

/* Eric Meyers CSS reset */
a, abbr, acronym, address, applet, big, blockquote, body, caption, div, dl, dt, dd, fieldset, form, html, h1, h2, h3, h4, h5, h6, cite, code, del, dfn, em, font, img, iframe, input, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var{
background: none;
border: 0;
border-collapse: collapse;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
list-style: none !important;
margin: 0;
padding: 0;
outline: 0;
vertical-align: baseline;
}

ul, li{
-moz-padding-start: 0 !important;
-webkit-padding-start: 0 !important;
}

/* remember to define focus styles */
:focus{
outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table{
border-collapse: separate;
border-spacing: 0;
}

caption, th, td{
text-align: left;
font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after{
content: "";
}

blockquote, q{
quotes: "" "";
}
/* End CSS Reset */

body, html{
color: rgb(0, 0, 0);
font-family: Verdana, Arial, Helvetica, sans-serif !important;
height: 100%;
min-width: 1000px;
}

body{
background: url(images/pixels.png) repeat left top rgb(255, 255, 255);
font-size: 12px;
/* font-size: 62.5%; */
}

/* Main Links */
a, a:link, a:visited{
border-bottom: 1px solid rgb(160, 65, 13);
color: rgb(0, 0, 0);
text-decoration: none;
}

a:hover{
border-bottom-color: rgb(0, 0, 0);
color: rgb(160, 65, 13);
}

a:active{
border-bottom-color: #888888;
color: rgb(160, 65, 13);
}

a#donateButton{
border: none;
}

input[type='submit']{
border: 1px solid rgb(160, 65, 13);
color: rgb(0, 0, 0);
padding: 5px;
}

input[type='submit']:hover{
border: 1px solid rgb(160, 65, 13);
color: #888888;
}

/* Images */
img{
border: none;
vertical-align: bottom;
}

a img{
border: none;
text-decoration: none;
}

a.image, a.image:link, a.image:visited{
border: none;
}

a.image:hover{}

a.image:active{
border: none;
}

/* Text------------------------------------------------------------------------------------------------------------------ */
p{
font-size: 1em;
line-height: 1.6em;
margin: 0;
margin-bottom: 15px;
}

p:last-child{
/* margin-bottom: 100px; */
}

h1, h2, h3, h4, h5{
font-family: Georgia, "Times New Roman", Times, serif;
color: rgb(160, 65, 13);
}
	
h1{
font-size: 2.1em;
font-weight: 100;
margin: 15px 0 10px;
padding-top: 30px;
}

h2{
font-size: 1.8em;
font-weight: 100;
margin-bottom: 5px;
}

h3{
font-size: 1.6em;
font-weight: 100;
margin-bottom: 5px;
}

h4{
font-size: 1.1em;
font-weight: 100;
margin-bottom: 10px;
}

h5{
font-size: 1.3em;
font-weight: 100;
margin-bottom: 10px;
}

h6{
font-size: .9em;
font-weight: 100;
margin-bottom: 10px;
}

strong{
font-weight: 600;
}

form{
margin-bottom: 15px;
}

input[type='text']{
background: url(images/icons/search.png) no-repeat center left #ffffff;
background-position: 5px;
border: 1px solid rgb(160, 65, 13);
padding: 5px;
padding-left: 22px;
}

.highlight{
color: rgb(160, 65, 13);
}

/*Page Positioning*/
#main{
margin: 0 auto;
width: 1000px;
}

#header{
}

/*Logo*/
#logo{
background: url(images/background.png) repeat center;
border: 1px solid rgb(0, 0, 0);
border-top: none;
border-bottom: none;
font-size: 4.5em;
margin: 0 auto;
padding: 15px 0;
text-align: center;
width: 940px;
}

#logo a, #logo a:link, #logo a:visited{
border: none;
color: rgb(160, 65, 13);
font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

#logo a:hover{
}

#logo a:active{
}

ul#banner{
background-color: rgb(0, 0 , 0);
border: 1px solid rgb(0, 0, 0);
border-left-width: 3px;
height: 100%;
margin: 0;
}

ul#banner li{
float: left;
padding: 3px;
}

ul#menu{
list-style: none;
margin: 0;
text-align: center;
}

ul#menu li{
border-bottom: 1px solid rgb(0, 0, 0);
}

ul#menu li:last-child{
margin-right: 0;
}

ul#menu li ul{
font-size: .8em;
}

ul#menu li ul li{
border: none;
}

ul#menu a, ul#menu a:link, ul#menu a:visited{
border: none;
display: block;
font-family: Georgia, "Times New Roman", Times, serif;
color: rgb(160, 65, 13);
font-size: 1.6em;
padding: 15px 0;
text-decoration: none;
}

ul#menu a:hover{
color: rgb(160, 65, 13);
}

ul#menu a:active{
color: rgb(160, 65, 13);
}

ul#menu li ul a, ul#menu li ul a:link, ul#menu li ul a:visited{
padding: 0 0 10px;
}

ul#menu li ul a:hover{}

ul#menu li ul a:active{}

div#mailingList{
margin: 15px 0;
}

#center{
margin: 0 auto 15px;
padding: 0 15px;
width: 880px;
}

#leftColumn{
background: url(images/background.png) repeat center;
border: 1px solid rgb(0, 0, 0);
-moz-border-left-bottom-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-top: none;
float: left;
padding: 30px;
padding-top: 0;
width: 205px;
}

#rightColumn{
background: url(images/background.png) repeat center;
border: 1px solid rgb(0, 0, 0);
border-top: none;
float: right;
/* margin-right: 30px; */
padding: 30px;
width: 525px;
}

#rightColumn h1{
border-top: 1px solid rgb(0, 0, 0);
}

#rightColumn img{
border: 1px solid rgb(0, 0, 0);
padding: 5px;
vertical-align: middle;
}

.supporter{
border-bottom: 1px solid rgb(0, 0, 0);
margin-bottom: 30px;
padding-bottom: 15px;
}

.supporter a{
margin-right: 15px;
}

/*
.entry{
border-bottom: 1px solid rgb(0, 0, 0);
margin-bottom: 15px;
padding: 15px;
}

.entryText{
float: left;
width: 420px;
}

.entryInfo{
border: 1px none rgb(160, 65, 13);
float: right;
padding: 10px;
width: 160px;
}

.entryInfo li{
margin-bottom: 10px;
}

.date, .author, .tags{
font-size: 1.5em;
padding: 5px 0;
}

.tags li{
display: inline;
margin-bottom: 0;
}
*/

.widget{
border: 1px solid rgb(160, 65, 13);
margin-bottom: 20px;
padding: 20px;
}

.widget-header{
font-size: 1.2em;
}

.widget-calendar th{
padding-left: 5px;
padding-bottom: 5px;
}

.widget-search input[type='submit']{
margin-top: 5px;
}

div.clear{
clear: both;
}

#footer{
background: url(images/background.png) repeat center;
border: 1px solid rgb(0, 0, 0);
/* border-bottom-color: rgb(255, 255, 255); */
margin: 30px auto 0;
width: 1000px;
}

#footer p{
padding: 15px;
}