/*   
Theme Name: TSCHP Theme
Theme URI: http://scottbossak.com
Description: A template for Theme for the Tri-State Coalition of Historical Places
Author: Scott Bossak
Author URI: http://scottbossak.com
Version: 1.0
.
Theme for the Tri-State Coalition of Historical Places

Contact scottbossak@gmail.com for help

.
*/

/* Structure */

body {
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #d0d0d0;
	background-image: url(img/bg.jpg);
}

#top {
	margin-bottom: 20px;
}

#bottom {
	border-top-color: #800000;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	margin-bottom: 20px;
}

/* Header */
 
#logo {
	text-align: center;
	margin-bottom: 20px;
	height: 141px;
	margin-right: auto;
	margin-left: auto;
	width: 840px;
	background-repeat: no-repeat;
	background-image: url(img/logo.png);
	text-indent: -9000px;
}

#logo a {
	display: block;
}

#header {
	text-align: center;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	margin-top: 30px;
}

#header ul {
	text-align: center;
}

#header ul li {
	border-left-color: #39405c;
	border-left-width: 1px;
	border-left-style: dotted;
	padding-right: 19px;
	padding-left: 19px;
	display: inline;
}

#header ul li:first-child {
	border-left-style: none;
}

#header ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 19px;
	color: #800000;
	text-decoration: none;
}

#header ul li a:hover {
	border-bottom-color: #39405c;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.current_page_item a {
	border-bottom-color: #39405c;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.page-item-35 a {
	border-bottom-style: none;
}

/* Text */

h2 {
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #39405c;
}

h2 {
	color: #39405c;
}

h2 a {
	color: #39405c;
	font-weight: bold;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h2 a:visited {
	color: #39405c;
}

h3 {
	color: #39405c;
}

#feature {
	font-size: 13px;
}

.date {
	font-style: italic;
}

.location {
	font-style: italic;
}

/* Footer */

.footerText {
	color: #717171;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
#footer a {
	text-decoration: none;
	color: black;
}
#footer a:hover {
	text-decoration: underline;
}

#exec {
	margin-top: -55px;
}

/* Widgets */

#events {
	background-repeat: repeat;
	background-image: url(img/event_bg.png);
	min-height: 175px;
}

.widget_text {
	list-style-type: none;
}

#blog_sidebar {
	background-repeat: repeat;
	background-image: url(img/event_bg.png);
	min-height: 220px;
}

#blog_sidebar li {
	padding-left: 10px;
}

.widget {
	list-style-type: none;
}

#wplistcal {
	padding-top: 10px;
	padding-left: 10px;
}

#events h2 {
	padding-left: 10px;
}

.left_smallpic {
	float: left;
	width: 44px;
	padding-right: 10px;
}

.right {
	float: right;
}

/* Images */

.alignright {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
}

.wp-caption-text {
	font-style: italic;
	text-align: center;
	padding-top: 10px;
}

