/*  
Theme Name: BAC Table
Theme URI: http://www.bransonartscouncil.org
Description: A nice reserved, conservative theme.
Version: 1.5
Author: Matt Way
Author URI: http://www.wowdezign.net/

*/

@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	border-collapse:collapse;
}

body {
	text-align:center;
	background-color:#eee;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 18px !important;
}


table#wp-calendar{
	width: 100%;
	text-align:center;
}

#wp-calendar a {
	background-color:#06427a;
	color:#fff;
	display:block;
	border:1px solid #fff;
}

#next a, #prev a {
	background-color:#06427a;
	color:#fff;
}

blockquote { 
	font-style: italic; 
	font-family: Arial, Helvetica, Georgia, Sans-serif; 
	color: #333; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #FFFCED;
	border-top: 1px solid #F2E6B1;
	border-left: 1px solid #F2E6B1; 
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 15px;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
}

a{
	text-decoration: none;
	color:#b72f48;
}

a:hover{
	text-decoration: underline;
	color: #000000;
}

img {
	border:0;
}

#mainTable {
	width:900px;
	margin:0 auto;
	border:4px solid #0961b3;
	text-align:left;
}

#bannerContainerCell {
	background-image:url(images/banner.jpg);
	height:136px;
}

/*----NAVIGATION BAR----*/

#navContainerCell {
	vertical-align:top;
	font-family: Georgia, Sans-Serif;
	text-align:left;
	border-top: 2px solid #0961b3;
	border-bottom:3px solid #0961b3;
	background: #06427a;
}

#navContainerCell a {
	text-decoration: none;
	color: #fff;
}

#navContainerCell a:hover{
	text-decoration: underline;
}

#navContainerCell ul {
	margin: 0 auto;
	width: 850px;
	padding: 10px 0 10px 0;
	text-align: left;
}

#navContainerCell ul li {
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px;
}

#contentContainerCell {
	width:630px;
	vertical-align:top;
}

.entry p { 
	margin: 0 0 15px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

/*----POST----*/

.post{
	padding: 20px 30px 20px 20px;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 22px;
	padding: 20px 0 0 0;
}

.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	color: #0961b3;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #0961b3;
}

.postdate{ color: #0961b3; }

p.postmetadata{
	font-size: 12px;
	color: #0961b3;
	border-top: 1px dashed #F2E6B1;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

#sideBarContainerCell {
	width:260px;
	background-color:#82acd8;
	vertical-align:top;
}

/*----SIDEBAR STYLES----*/

.sidebar{
	width:100%;
	margin: 0 auto 5px auto;
	padding-top: 35px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 5px;
	width:100%;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 5px 5px 5px 20px;
	margin: 0;
	background: #06427a;
	border: 2px solid #0961b3;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: url(images/paintbrush.gif);
}

.sidebar .syndication ul li{
	display: inline;
	margin: 0 0 0 20px;
	padding: 0 0 0 17px;
	background: url(images/feed-icon-12x12.png) no-repeat;
}

.sidebar a{
	text-decoration: none;
	color:#06427a;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #000000;
}

/*----COMMENT FORM----*/

#comment-form{
	width: 475px;
	margin: 50px 0 0;
	border: 2px dotted #F2E6B1;
	padding: 5px 5px 15px 15px;
	background: #FFFCED url(images/speech-bubble.jpg) no-repeat top right;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	color: #06427a;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #0961b3;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #333;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #F2E6B1;
}

#footerContainerCell {
	padding: 5px;
	color: #000;
	background: #06427a;
	border-top: 3px solid #0961b3;
	border-bottom: 3px solid #0961b3;
	font-size:11px;
}

#footerContainerCell a{
	text-decoration: none;
	color: #777;
}

#footerContainerCell a:hover{
	text-decoration: underline;
	color: #ddd;
}