﻿/*
html, body, div, span, applet, object, iframe,   
h1, h2, h3, h4, h5, h6, p, blockquote, pre,   
a, abbr, acronym, address, big, cite, code,   
del, dfn, em, font, img, ins, kbd, q, s, samp,   
small, strike, strong, sub, sup, tt, var,   
dl, dt, dd, ol, ul, li,   
fieldset, form, label, legend,   
table, caption, tbody, tfoot, thead, tr, th, td {   
    margin: 0;   
    padding: 0;   
    border: 0;   
    outline: 0;   
    font-weight: inherit;   
    font-style: inherit;   
    font-size: 100%;   
    font-family: inherit;   
    vertical-align: baselinebaseline;   
}
*/

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #550219;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #A90432;
}

a:hover {
	color: gray;
}

#wrapper {
	margin: 0 0;
	padding: 0;
}

/* Header */

#header-wrapper {
	height: 70px;
	background: #EDEDED;
	border-bottom: 10px solid #A90432; 
}

#header {
	width: 950px;
	margin: 0 auto;
	padding: 0px 0px 0px 30px;
}

/* Logo */

#logo {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
/*	color: #FFFFEA; */
	background: url(images/logo.png) no-repeat left 15px;
/*	border: 1px black solid; */
}

#logo h1, #logo p {
}

#logo h1 {
	margin-left: 25px;
	padding: 8px 0 0 0;
	letter-spacing: -1px;
	text-transform: none;
	font-size: 3em;
	color: #000000;
/*	background: redc; */
}

#logo p.csia {
	margin: 0 0 0 350px;
	padding: 0 0 0 0;
	font: normal 14px Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000000;
} 

#logo p.contact {
	margin: 0 0 0 350px;
	padding: 0 0 0 0;
	font: normal 14px Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000000;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

#logo a:hover {
	color: gray;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */

#menu {
	float: right;
	width: 450px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
/*	padding: 60px 0px 0px 0px; */	
	padding: 30px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 15px 15px 15px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #550219;
	border: none;
}

#menu a:hover {
	color: gray;
	text-decoration: none;
}

#menu .current_page_item a {
	background: #A90432;
	color: #FFFFEA;
	text-decoration: none;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#page-bgtop {
	padding: 20px 0px;
}

/* Content */

#content {
	float: left;
	width: 650px;
	padding: 0px 0px 0px 0px;
}

#columns {	
	margin: -45px 32px 0px 30px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: 300px;
/*	border: 1px black dotted; */
}

#columns h2 {
	font-size: 12pt;
	font-weight: bold;
}

#columns ul {
	
}

#columns li {
	margin-left: -20px;
}

#columns li a {
	color: #A90432;
}

#columns a:hover {
	color: gray;
	text-decoration: none;
}

.left {
	margin-left: 5px;
	padding: 0px 0px 0px 5px;
	float: left;
	width: 31%;
	height: auto;
	border-left: 1px silver solid;
}

.middle {
	margin-left: 5px;
	padding: 0px 0px 0px 5px;
	float: left; 
	width: 31%;
	height: auto;
	border-left: 1px silver solid;
}

.right {
	margin-left: 5px;
	padding: 0px 0px 0px 5px;
	float: left;
	width: 31%;
	height: auto;
	border-left: 1px silver solid;
}

.post {
	margin-bottom: 40px;
/*	border-bottom: 1px dotted silver; */
}

.post .title {
	height: 41px;
	padding: 7px 0px 0px 30px;
	letter-spacing: -.5px;
}

.post .title a {
	color: #333333;
	border: none;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0px 30px 0px 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 30px 20px 30px;
	padding-bottom: 20px;
	text-align: justify;
}

.post .entry .firstline {
	font-size: 1.8em;
	font-weight: bold;
}

.post .entry .address {
	line-height: 160%;
}

.post .entry .webaddress {
}

.post .entry .emailaddress {
}

.post .entry .otheremails{
}

.list {
	
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	color: #000000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
/*	list-style-position: outside; */
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dotted silver;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	display: block;
	padding: 0px 0px 0px 10px;
	background: url(images/img01.jpg) no-repeat left center;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
}

#sidebar p.endorsement {
	background: #A90432;
	color: white;
	margin: 0 0 20px 0;;
	padding: 10px 30px 15px 30px;
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	font-style: italic;
	line-height: 160%;
	border: 2pt #550219 solid;
}

#sidebar p.credit {
	margin-top: -20px;
	padding: 0 60px 20px 0;
	text-align: right;
}

#sidebar p.emailstitle {
	background: #FFFFEA;
	margin-top: 45px;
	margin-bottom: -10px;
	font-size: 12pt;
	font-weight: bold;
}

#sidebar p.emails {
	background: #FFFFEA;
	line-height: 210%;	
	padding: 10px 30px 15px 30px;
}

#sidebar a {
	border: none;
	color: #A90432;
}

#sidebar a:hover {
/*	text-decoration: underline; */
	color: silver;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: auto;
	padding: 5px 0 2px 0;
	background: #A90432;
	border-top: 4px solid #550219;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	line-height: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFEA;
}

#footer a {
/*	font-weight: bold; */
	color: #FFFFEA;
}

#footer a:hover {
	color: gray;
}

#icons {
/*	border: 1px black dotted; */
	margin-top: 50px;
	margin-left: 25px;
	height: auto;
	width: auto;
}

#icons img {
	border: none;
}

#icons ul {
	list-style: none;
	text-align: left;
}

#icons li {
	padding: 25px 5px 5px 5px;
	display: inline;
}