/*
Theme Name: deanbavington
Theme URI: http://www.pinksheepmedia.com/
Description: The deanbavington theme using portions of a theme by Michael Heilemann
Author: Sherwin Arnott, Hugh Stimson, Becky Cory
Author URI: http://www.pinksheepmedia.com/
Tags: green, dynamic navigation, fixed width, one columns, widgets


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/****** searchnav and logo ******/

#site-title {
	width:200px;
	margin:0 0 0 0;
	height:60px;
	float:left;
	}

#logo {
	float: left;
	margin:0 0 5px 0;
	}

#logo a {
	border:none;
	}

fieldset {
	border:none;
	}

#searchnav {
	margin:0 0 0 10px;
	padding:0;
	width:auto;
	display:inline;
	list-style:none;
	text-align:center;
	float: left;
	}

#searchnav .searchform .s {
	width: 120px;
	height:20px;
	margin:0;
	padding:0;
	background-color:#fff;
	border: 1px solid #173967;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size:.8em;
	font-weight:400;
	text-align:center;
	color:#173967;
	}

#searchnav .searchform .s:focus {
	color:#000;
	}


/****** Navigation ******/

#navwrapper {
	width:100%;
	height:35px;
	margin:0;
	padding:0;
	display:block;
	background-color:#173967;
	position:absolute;
	}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	width:960px;
	height:70px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	position: relative;
	}

#navigation ul.menu {
	margin:0;
	padding:0;
	height:35px;
	list-style:none;
	over-flow:hidden;
	border-left:1px solid #666666;
	}

#navigation ul.menu li.menu-item {
	margin:0;
	padding:0;
	display:inline;
	float:left;
	list-style: none;
	}

#navigation ul.menu li.menu-item a {
	margin:0px;
	padding:10px 20px 7px;
	border-right:1px solid #666666;
	display:block;
	float:left;
	color:#fff;
	font-weight:400;
	font-size:1em;
	text-decoration:none;
	}

#navigation ul.menu li.menu-item a:hover {
	background-color:#4e6c94;
	}

#navigation ul.menu li.menu-item ul.sub-menu {
	display:none;
	}

/****** experimental show hover sub-menu ******/

#navigation ul.menu li:hover ul.sub-menu {
	display:block;
	clear:left;
	height:35px;
	width:100%;
	margin:0;
	padding:0;
	left:0;
	position:absolute;
	top:35px;
	background-color:#fff;
	z-index:1000;
	}

#navigation ul.menu li:hover ul.sub-menu li a {
	background-color:#eee;
	color:#666;
	border-right:1px solid #fff;
	}

#navigation ul.menu li:hover ul.sub-menu li a:hover {
	background-color:#ddd;
	color:#000;
	}

/****** show current sub-menu ******/

#navigation ul.menu li.current-menu-ancestor ul.sub-menu, #navigation ul.menu li.current-menu-item ul.sub-menu, #navigation ul.menu li.current-post-ancestor ul.sub-menu {
	display:block;
	clear:left;
	height:35px;
	margin:0;
	padding:0;
	left:0;
	position:absolute;
	top:35px;
	}

/****** current menu highlighted ******/

#navigation ul.menu li.current-menu-item a, #navigation ul.menu li.current-menu-ancestor a, #navigation ul.menu li.current-post-ancestor a {
	background-color:#0d2649;
	}

/****** current sub-menu highlighted ******/

#navigation ul.menu li.current-menu-ancestor ul.sub-menu li a, #navigation ul.menu li.current-menu-item ul.sub-menu li a, #navigation ul.menu li.current-post-ancestor ul.sub-menu li a {
	color:#666;
	background-color:#eee;
	border-right:1px solid #fff;
	}

#navigation ul.menu li.current-menu-ancestor ul.sub-menu li a:hover, #navigation ul.menu li.current-menu-item ul.sub-menu li a:hover, #navigation ul.menu li.current-post-ancestor ul.sub-menu li a:hover  {
	color:#000;
	background-color:#ddd;
	}

#navigation ul.menu li ul.sub-menu li.current-menu-ancestor a, #navigation ul.menu li ul.sub-menu li.current-menu-item a, #navigation ul.menu li ul.sub-menu li.current-post-ancestor a {
	color:#000;
	background-color:#ccc;
	}

/****** structure ******/

body {
	font-size: 90%; /* Resets 1em to 11px */
	font-family: arial, Arial, Sans-Serif;
	background-color:transparent;
	margin:0;
	padding:0;
	color:#000000;
	text-align:left;
	position:relative;
	top:0;
	width:100%;
	overflow:auto;
	}

#header {
	margin:0;
	padding:0;
	display:block;
	width: 100%;
	height:80px;
	background-color:#fff;
	}

#pagewrapper {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	background: #ffffff;
	}

#page {
	background-color: #ffffff;
	margin: 20px auto 0;
	padding: 0px;
	width: 960px;
	text-align: left;
	}

#dbblog {
	display:block;
	float:left;
	text-align:left;
	margin-bottom:50px;
	padding:0;
	height:60px;
	width:200px;
	}

#dbblog a {
	display: block;
	text-align: left;
	margin: 3px 0 0;
	padding: 0;
	text-decoration:none;
	border-bottom: 0px;
	}

.floatright {
	float: right;
	}

#content {
	font-size: 1em;
	min-height: 400px;
	}

.narrowcolumn {
	float: right;
	padding: 0;
	margin: 0;
	width: 700px;
	}

.entry {
	float: right;
	padding-bottom: 10px;
	margin-bottom: 30px;
	width: 100%;
	}

.post {
	margin: 0px;
	text-align: left;
	}

.clear {
	clear: both;
	}

/****** typography ******/

.entry a {
	text-decoration:underline;
	color:#173967;
	}

.entry a:hover {
	color: #000;
	}

.post a {
	text-decoration:underline;
	color:#173967;
	}

.post h2 a {
	font-weight:600;
	text-decoration: none;
	color:#173967;
	}

.post a:hover {
	color: #000;
	}

.narrowcolumn .entry p {
	text-align: left;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.8em;
	}

/****** widecolumn ******/

body.page-template-pagewide-php #site-title {
	display:none;
	}

body.page-template-pagewide-php h2 {
	margin:1em 0 0 0;
	background-color:#dedede;
	border-bottom:2px solid #000;
	}

body.page-template-pagewide-php h3 {
	margin:1em 0 0 0;
	border-bottom:2px solid #666;
	color:#555;
	}

/****** end widecolumn ******/

.thread-alt {
	background-color: #f8f8f8;
	}

.thread-even {
	background-color: white;
	}

.depth-1 {
	border: 1px solid #ddd;
	}

.even, .alt {

	border-left: 1px solid #ddd;
	}

small {
	font-family: arial, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.8em;
	padding-top: 10px;
	}

h1, h2, h3 {
	font-family: arial, Arial, Sans-Serif;
	color: #000000;
	}

h1 {
	font-size: 1.8em;
	line-height: 1em;
	text-align: left;
	letter-spacing: 0px;
	}

h2 {
	font-size: 1.6em;
	line-height: 1em;
	}

/****** footer ******/

#footerspacer {
	clear:both;
	width: 960px;
	height: 10px;
	}

#footerwrapper {
	background: #cccccc;
	padding: 0;
	margin: auto auto;
	display: block;
	width: 100%;
	min-height: 200px;
	position:absolute;
	left:0;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	height:auto;
	clear: both;
	background: transparent;
	border: none;
	float: center;
	display: block;
	line-height: 1em;
	}

#footer p {
	margin: 0;
	text-align: left;
	padding: 0 0 5px 0;
	}

#credits {
	width: 300px;
	height: 150px;
	margin-top: 40px;
	float: left;
	clear: left;
	}

#credits p {
	margin: 0;
	text-align: left;
	text-decoration: none;
	}

#credits p a {
        color:#0d3161;
	margin: 0;
	text-align: left;
	text-decoration: none;
	}

#credits p a:hover {
        color:#000000;
	margin: 0;
	text-align: left;
	text-decoration: none;
	}

#column1 {
	margin-top: 10px;
	padding: 0px 10px;
	width:280px;
	height: 350px;
	float: left;
	border-left: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
	}

#column2 {
	margin-top: 10px;
	padding: 0px 10px;
	width: 300px;
	height: 350px;
	float: left;
	border-right: 1px dotted #ffffff;
	}

#column3 {
	margin-top: 10px;
	padding: 0px 10px;
	width: 280px;
	height: 350px;
	float: left;
	border-right: 1px dotted #ffffff;
	}

#footer .widget {
	padding: 0 0 5px 0;
	}

#footer h3 {
	font-size:1.2em;
	margin:5px 0 10px 0;
	}

#footer h2 {
	font-size:1.2em;
	}

/******	footer menu ******/

#footer .widget ul.menu {
	margin:0;
	padding:0;
	}

#footer .widget ul.menu li a {
	display:block;
	margin:5px 0 0 0;
	padding:8px 2px;
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#ddd;
	}

#footer .widget ul.menu li a:hover {
	border: 1px solid #555;
	background-color:#aaa;
	}

/******	single post navigation ******/

.navigation {
	display: block;
	margin:20px 0 10px;
	width:100%;
	height:2em;
	float:left;
	}

.navigation a {
	padding:3px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#FFCC00;
	color:#000;
	text-decoration:none;
	}

.navigation a:hover {
	padding:3p 10px;
	background-color:#aaa;
	}

.readmore {
	margin:0;
	}
	
.readmore a {
	background-color:#acdcef;
	}

/******	headers and tags ******/

info {
	line-height: 1em;
	}
	
h1 {
	padding: 0;
	margin: 0;
	}

h1.pagetitle {
	padding: 0;
	margin: 0 0 20px 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2 a .pagetitle {
	margin-top: 20px;
	text-align: left;
	font-size: 1.6em;
	float: left;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	text-align: left;
	font-size: 1.3em;
	}

/****** images and floats ******/

a img {
	border:none;
	}

a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/****** lists ******/

li {
	list-style-type: none;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	list-style-type: none;
	}

html>body .entry li {
	margin: 0px 0px 5px 5px;
	list-style-type: none;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
	}
	
/****** postmetadata ******/

.narrowcolumn .postmetadata {
	padding:5px 0;
	margin:5px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-family: arial, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
	font-weight: 400;
	color: #777;
	list-style-type: none;
	}

.narrowcolumn .postmetadata .tagdata a {
	color:#777;
	}

.narrowcolumn .postmetadata .tagdata a:hover {
	color:#000;
	}

.postmetadata {
	display: block;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/****** sidebar ******/

#sidebar {
	width:250px;
	float:left;
	}

#sidebar ul ol, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul li ul, #sidebar ul li ul li {
	list-style-type: none;
	margin-bottom: 5px;
	padding: 0;
	display: block;
	}

#sidebar li ul li ul li {
	list-style-type: none;
	margin-bottom: 5px;
	padding: 0px 0px 0px 20px;
	display: block;
	}

#sidebar li ul li ul li a {
	list-style-type: none;
	}
	
#sidebar h2 {
	margin: 10px 0px 5px 0px;
	padding: 0;
	}


/****** footer ******/

#footer h2 {
	font-family: arial, Arial, Sans-Serif;
	font-size: 1.4em;
	color:#555;
	margin: 10px 0;
	text-align:left;
	}

#footer a {
	text-decoration:none;
	color: #173967;
	}

#footer a:hover {
	color: #000;
	}

#footer ul, #footer ul li, #footer ul li ul, #footer ul li ul li {
	list-style-type: none;
	margin: 2px 0 0 5px;
	padding: 0;
	display: block;
	}

.widget {
	list-style-type: none;
	}

#sidebar ul p, #sidebar ul select {
	}

/****** searchform and entry form ******/

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	float: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	margin: 20px 0 20px 0;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/****** comment ******/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/****** comments ******/

#comments a {
	text-decoration:underline;
	color:#173967;
	}

#comments a:hover {
	color: #000;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	}

.alt {
	margin: 0;
	padding: 2px 10px 2px 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 10px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	list-style-type: square;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	)

/****** Begin Sidebar ******/

#sidebar {
	font-family: Arial, arial, San-Serif;
	font-size: .9em;
	line-height: 1.4em;
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	width: 240px;
	display: block;
	float: left;
	text-align: left;
	}

#sidebar form {
	margin: 0;
	}

/****** misc classes ******/

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

blockquote p {
	color:#555;
	margin:0;
	padding:0;
	}

/****** captions ******/

.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;

	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

/****** sidebar ******/

#sidebar h2 {
	font-family: arial, Arial, Sans-Serif;
	font-size: 1.2em;
	}

#sidebar h2 a {
	font-variant: normal;
	color: #173967;
	}

#sidebar h2 a:hover {
	text-decoration: none;
	color: #000;
	font-variant: normal;
	border-bottom: 0px solid #000;
	}

#sidebar a {
	text-decoration: none;
	color: #173967;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	}

#sidebar a:hover {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	border-bottom: 0px solid #000;
	}

h1 a, #headerimg .description {
	text-decoration: none;
	color: #0d3161;
	}

h2 a, h3 a {
	color: #0d3161;
	text-decoration: none;
	font-weight:600;
	}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #444444;
	font-weight: 400;
	font-variant: normal;
	border-bottom: 0px solid transparent;
	}

.entry p a, .entry p a:visited {
	color: #0a94b7;
	font-weight: 400;
	text-decoration: none;
	font-weight: bold;
	}

.entry p a:hover {
	color: #000;
	font-weight: 400;
	text-decoration: none;
	font-weight: bold;
	}

.narrowcolumn .entry .more-link {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-variant: normal;
	line-height: 1em;
	font-size: 1.1em;
	width: auto;
	display: inline;
	text-align: left;
	font-weight: normal;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em arial, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li {
	font-weight: 400;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: 400;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: arial, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.nocomments, strike {
	color: #777;
	list-style-type: none;
	font-weight: 400;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/****** Begin Calendar ******/

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { 
	background-color: #fff; 
	}

#wp-calendar caption, cite {
	text-decoration: none;
	font-variant: normal;
	border-bottom: 0px solid transparent;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em arial, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	}

