/*
Theme Name: twentytenB
Theme URI: http://digitalsplashmedia.com/
Description: Customization of 2010 default theme.
Author: Jeff Bennett
Author URI: http://digitalsplashmedia.com
Template: twentyten
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

@import url("../twentyten/style.css");

#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 1040px;
}

#wrapper {
	background: #fff;
	padding: 0px 0px 0px 0px;
}

#header {
	background: #000;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}

#site-title {
	float: left;
	margin: 10px 0px 10px 10px;
	width: 700px;
	font-size: 30px;
	line-height: 36px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#site-title a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	font-family:Georgia, "Times New Roman", Times, serif;
	clear: right;
	float: right;
	font-style: italic;
	margin: 20px 0px 10px 10px;
	width: 220px;
	color:#fff;
}

/* This is the custom header image */
#branding img {
	clear: both;
	border-top: none;
	display: block;
	border-bottom: none;
}

/* This is the nav menu box */
#access {
background: #0081c6;
width: 1040px;
}

#access a {
color:#fff;
font-weight:bold;
}

a:active,
a:hover {
	color: #241212;
}

#container {
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;

}

#content {
	margin: 0 340px 0 20px;
}
#primary, #secondary {
	float: right;
	overflow: hidden;
	width: 300px;
}

.jbgallery #content {
	margin: 0 auto;
	width: 980px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #241212;
	margin: 0 0 20px 0;
	line-height: 1.5em;
	font-weight: bold;
}

#content h1 { font-size: 20px;}

.page-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #241212;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
	
}

#content .entry-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #241212;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color:#241212;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #a3ae24;
}

.story {
	display:block;
	margin-top:3px;
	}

.left {
	float:left;
	padding:0px 10px 10px 10px;
	}
	
#site-info{
	padding:0px 0px 0px 10px;
}

#qw{
	background: #0081c6;
	color:#fff;
	padding:10px 10px 10px 10px;
	border: 1px solid #666;
}

#qw a {
color:#fff;
font-weight:bold;
}

#vision{
	background: #f1f1f1;
	padding:10px 10px 10px 10px;
	border: 1px solid #666; font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	font-size: 14px;
}

#content table {
	border: none;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

#content tr td {
	vertical-align: top;
	border: none;
	padding: 10px 10px;
}

#content tr.odd td {
	background: #fff;
}



