/* @override http://www-test.erinmrogers.com/wordpress/wp-content/themes/rogers/style.css */

/*  
This theme was designed by Greg Cornelius.
*/

/*general styling*/
/*
* {
	margin: 0;
	padding: 0;
}
*/
body {
	font-family: "verdana", sans-serif;
	font-size:11px;
	color:#333333;
	margin: 0px;
	padding: 0px;
}

p {
	line-height: 1.8em;
	margin-bottom: 1em;
}

div.works p {
	line-height: 1.4em;
}


img {
	border: 1px solid #ccc;
	padding: 4px;
	margin: 10px 0px 10px 0px;
}

.img_float {
	float: left;
	margin: 0px 10px 6px 0px;
}

#wrapper {
	background: #FFFFFF no-repeat url(images/header.png);
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#header h1 {
	margin: 0;
	padding: 0;
	height: 80px;
}

#header h1 a {
	height: 70px;
	width: 600px;
	display: block;
}

#header h1 span {
	display: none;
}

a:link, a:visited {
	color: #4B6BA4;
	text-decoration: none;
	padding: 2px 0;
}
a img {
	display: block;
	margin: 0;
}
#content a:hover img {
	background: none;
}

#content a:hover {
	background-color: #dce6f7;
	text-decoration: none;
}

a:active, a:focus {
	outline: none;
}


.center {
	text-align: center;
}

/* sidebar */

#sidebar {
	float: left;
	background-color: #fff;
	width: 140px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0px 0 10px 0;
}

#sidebar ul {
	margin: 0 0 10px 0;
	padding: 0;
	width: 140px;
	margin-bottom: 10px;
	list-style: none;
}

#sidebar ul li {
	margin: 0px 0;
}

#sidebar ul li a {
	padding: 3px 0 3px 10px;
	width: 130px;
	color: #333;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#sidebar ul li.current_page_item a, 
#sidebar ul li.current_page_item a:hover,
#sidebar ul li.current_page_item:hover {
	text-decoration: none;
	cursor: default;
	color: white;
	background-color: #4b6ba4;
}

#sidebar li:hover {
	background-color: #dce6f7;
	text-decoration: none;
	
}

#sidebar ul#externallinks {
	margin-top: 20px;
	background-color: #f7faff;
	text-align: left;
	padding: 0px;
	width: auto;
	/*border-left: 4px solid #4b6ba4;*/
}

#sidebar ul#externallinks li a{
	padding: 6px 6px 6px 26px;
	background: url(images/external-link-decorator.png) no-repeat 6px 6px;
	width: auto;
}

#sidebar ul#externallinks li a:hover {
	color:  black;
}

/* lists */
.the_content ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

.the_content li {
	margin: 7px 0 8px 10px;
}

.the_content ol {
	padding: 0 0 0 15px;
	margin: 0;
	text-indent: -5px;
}


/* page-specific styles */

.page_header {
	padding-top: 10px;
	margin-bottom: 10px;
	width: 90%;
	padding-bottom: 2px;
	border-bottom: 1px solid #a5afc1;
}

.page_header a, .page_header a:visited {
	color: #4B6BA4;
	font-size: 14px;
	
}

/* event list */

.front #events h2.eventtitle {
}

#events ul {
	padding: 0;
	margin: 0;
}
#events ul li {
	display: block;
	padding: 0 0 0.4em 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}

#events span.eventdate {
	display: block;
	float: left;
	width: 46px;
	padding: 0 0.6em 0.4em 0;
	margin-right: 0.8em;
	text-align: right;
	font-weight: normal;
	border-right: 2px solid ;
	border-color: #4b6ba4;
}

.post {
	margin: 20px 0 40px 0;
}

h2.eventtitle {
	background: url(images/post-title-decorator.png) no-repeat 0 4px;
	padding-left: 46px;
	margin-bottom: 0.5em;
	font-size: 16px;
}
div.event h2 {
	margin-bottom: 0.5em;
}

.post h3 {
	
	
}

.post h4 {
	
}


.posttitle {
	font-size: 16px;
	color: #4B6BA4;
	padding: 0px;
	font-weight: bold;
	margin: 0 0 2px 0;
}

span.postdate {
	border-left: 1px solid black;
	padding-left: 1em;
	margin-left: 1em;
}
.eventdate {
	font-weight: bold;
}

.eventtime {
	margin-bottom: 1em;
}

.postcontainer {
	padding-left: 48px;
}

.postmeta {
	margin-left: 2px;
}

.post .postmeta {
	font-size: 10px;
	line-height: 10px;
	color: #CCCCCC;
	margin-bottom: 5px;
}

.post .postmeta a:link, .post .postmeta a:visited {
	color: #AAAAAA;
	font-size: 10px;
}


.post .the_content ul, .post .the_content ol {
	margin-bottom: 15px;
}

.post blockquote {
	margin: 0 0 15px 20px;
	padding: 5px;
	border-top: 1px solid #73A533;
	border-bottom: 1px solid #73A533;
}

.post blockquote p {
	margin: 0;
	font-style: italic;
}

.post blockquote blockquote {
	margin-top: 15px;
	background-color: #F3F3F3;
}
div.the_content {
	margin-left: 2px;
}


.the_content p {
	margin-bottom: 15px;
	margin-right: 15px;
}

.post .wp-smiley {
	float: none;
	border: 0;
	margin: 0;
}

p.nav{
	padding: 2px 8px;
	
	width: auto;
	margin: 0;
	text-align: center;
	float: right;
}

p.nav span.previous {
	margin-right: 4px;
}

p.nav span.next {
	margin-left: 4px;
}

p.nav span.current {
	background-color: #4b6ba4;
	color: white;
	padding: 4px;
	border: 1px solid #4b6ba4;
}
p.nav span.page a {
	border: 1px solid #b8d2f8;
	padding: 4px;
	margin: 0 2px;
}
p.nav span.page a:hover {
	background-color: #dce6f7;
	outline:none;
}

p.nav a.active {
	outline: none;
}
div.meta {
	margin-top: 2em;
	margin-bottom: 2em;
	padding-top: 4px;
	width: 90%;
	border-top: 1px solid #b8d2f8;
	color: #678cb1;
}

.metacomments {
	line-height: normal;
	margin: 0;
	text-align: right;
}

.metadate {
	float: left;
	width: 20em;
}

#comment {
	width: 90%;
}

#comments {
	padding-top: 10px;
	border-top: 1px solid #b8d2f8;
}

.commenttitle {
	margin-bottom: 5px;
}
.commenttitle a {
	font-size: 10px;
}

ul#commentlist li {
	margin-bottom: 10px;
	padding: 10px;		
	background-color: #e8eff9;
	list-style-position: inside;
	list-style: none;
}

.commentdate {
	margin-left: 10px;
	border-left: 2px solid #90c2f8;
	padding-left: 10px;
	font-size: 10px;
	color: #758297;

}

/* contact form */
.contactform {
	position: static;
	overflow: hidden;
	width: 95%;
}

.contactleft {
	width: 27%;
	white-space: pre;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 0.6em 4px 4px 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactform label {
	font-weight: bold;
}

input, textarea {
	border: 1px solid #ccc;
}

input {
	height: 1.6em;
	vertical-align: baseline;
}

input:focus, textarea:focus {
	/*background-color: #eff5ff;*/
	background-color: #f7faff;
}

.contactright input#contactsubmit, 
input#submit {
	border: 1px solid #ccc;
	padding: 4px 6px;
	height: auto;
	font-weight: bold;
	color: #333;
	background-color: #dce6f7;
	text-transform: uppercase;
}

.contactright input#contactsubmit:hover,
input#submit:hover {
	background-color: #4b6ba4;
	color: white;
	cursor: pointer;
}

/* content */

#content {
	float: left;
	width: 620px;
	min-height: 600px;
	margin-left:  2px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-right: 0px;
}

#content.front {
	width: 540px;
	margin-bottom: 20px;
}

#clear {
	clear: both;
}

/* footer */

#footer {
	width: 800px;
	padding-left: 10px;
	padding-top: 10px;
	margin: 60px 0;
	border-top: 6px solid #4b6ba4;
	
}

#footernav {
	padding-top: 10px;
/*	border-top: 1px solid #a5afc1;*/
	margin: 0 auto 10px auto;
	width: 98%;
}

#footernav ul {
	margin: 0 auto;
	display: block;
	width: 87%;
	border-left: 1px solid #90c2f8;
	padding-left: 0.4em;
	white-space: nowrap;
}

#footernav li {
	margin: 0;
	border-right: 1px solid #90c2f8;
	padding: 0 7px 0 4px;
	display: inline;
	width: 100px;
}

#footernav li a {
	color: #4b6ba4;
	font-size: 11.5px;
	font-weight: normal;
	margin: 0;
	padding: 2px 2px 2px 2px;
}

#footernav li a:hover {
	background-color: #dce6f7;
	text-decoration: none;
}

p.copyright {
	line-height: 1.2em;
	margin-top: 2em;
	text-align: center;
}

#footer a {
	
}

