/*
   	Theme Name: bio.1
	Author: Tim Rodger
	Version: 1.1
*/

* {
	outline: none;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
}

#wrapper {
	color: #666;
	background: #fff;
	margin: 0 auto 0 auto;
	width: 1100px;
	text-align: left;
	overflow: hidden;
	border: solid 1px #61AA21;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 26px;
	margin-bottom: 15px;
}

h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

p {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

a {
	color: #983c1b;
	text-decoration: none; 
}

a:hover {
	color: #024c9f; 
}

a img {
	border: none;
}

ul, ol {
	margin: 0;
	padding: 0;
}

ul li, ol li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	overflow: hidden;
	line-height: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 8px 15px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 15px 8px 0;
	display: inline;
}

blockquote {
	margin: 15px;
	padding: 15px;
	border: 1px #999 solid;
	color: #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

hr {
	border: none;
	height: 1px;
	background: #444;
}

object {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.wp-caption {
	margin: 0 15px 8px 0;
	border: 1px #ccc solid;
	padding: 6px 4px 4px 4px;
	background: #eee;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/* Header */
#header {
	background: url(images/header.png) bottom no-repeat;
	height: 200px;
	width: 1100px;
}

/* Menu */

.menu {
	margin: 0 0 20px 0;
	-webkit-box-shadow: 0px 1px 5px #000;
	-moz-box-shadow: 0px 1px 5px #000;
}

.menu ul {
	background: #eee;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 35px;
}

.menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: bold;
}

.menu ul li a {
	line-height: 25px;
	height: 25px;
	background: #eee;
	padding: 5px 9px;
	display: block;
	color: #5A205E;
	text-decoration: none;
}

.menu ul li a:hover {
	background: #B5D673;
	color: #333;
}

.menu ul li ul {
	display: none;
}

.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:35px;
	left:0;
	width:115px;
}

.menu ul li:hover ul li ul {
	display: none;
}

.menu ul li li {
	width: 115px;
}

.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:115px;
	top:0;
}

.menu ul li:hover ul li:hover ul.left {
	left:-115px;
}

.menu ul .current_page_item a {
	background: #000;
	color: #000; 
}

.menu ul .current_page_item a:hover { 
	background: #000;
	color: #fff;
}

.menu ul .current-cat a { 
	background: #62981F;
	color: #fff 
}

.menu ul .current-cat a:hover { 
	background: #88C028;
	color: #fff;
}

.menu ul .current-cat-parent a { 
	background: #62981F;
	color: #fff 
}

.menu ul .current-cat-parent a:hover { 
	background: #88C028;
	color: #fff;
}

.menu ul .current-cat .children a { 
	color: #5a205e;
	background: #eee ;
}

.menu ul .current-cat .children a:hover { 
	color: #5a205e;
	background: #B5D673;
}

.menu ul .current-cat-parent .cat-item a {
	color: #5a205e;
	background: #eee;
}

/* this styles a non-selected sub-menu item's roll over state when it has a selected parent */
.menu ul .current-cat-parent .cat-item a:hover {
	background: #b5d673;
	color: #fff;
}

/* this styles a selected sub-menu item like its parent */
.menu ul .current-cat-parent .current-cat a {
	background: #62981f;
	color: #fff;
}

/* this styles a selected sub-menu item's roll over state like its parent */
.menu ul .current-cat-parent .current-cat a:hover {
	background: #88c028;
	color: #fff;
}


/* Sidebar */

.sidebar {
	float: left;
	font-size: 12px;
	color: #333;
	width: 240px;
	margin: 0 30px;
}

.sidebar a {
	color: #000;
	font-size: 10pt;
	text-decoration: none;
}

.sidebar ul {
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
}

.sidebar ul li h2 {
	padding: 5px 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
}

.sidebar ul li h2 a {
	color: #fff;
	text-decoration: none;
}

.sidebar ul li h2 a:hover {
	color: #fff;
}

.sidebar ul ul {
	list-style: none;
}

.sidebar ul li ul li {
	margin: 0;
	border-top: 1px #ddd solid;
	padding: 7px;
}

.sidebar ul li ul li:first-child {
	border-top: none;
}

.sidebar ul li ul li a {
	width: auto;
	display: block;
}

.sidebar ul li ul li:hover {
	background: #eee;
}

.sidebar ul ul ul {
	margin-left: 7px;
}

.sidebar ul li li li {
	border: none;
	padding-bottom: 0;
}

.sidebar ul li li li a {
	background: url(images/child_li_bg.png) no-repeat left center;
	padding-left: 15px;
}

.sidebar ul li h2 {
	border: 1px #4f0b06 solid; 
	background-color: #F49C21 ; 
}

.sidebar a:hover {
	color: #981910; 
}

select {
	background: #fff;
	border: 1px #777 solid;
	color: #777;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial;
	height: 25px;
	margin-top: 10px;
}

select option {
	padding: 5px;
	color: #777;
}

.sidebar ul li select {
	width: 75%;
}


.rsswidget img {
	display: none;
}


/* Footer */

#footer {
	padding: 30px 25px 20px 25px;
	color: #ccc;
	background:  url(images/bio/footer_bg.png); 
}

.copyright {
	margin: 20px 15px 0 0;
	text-align: right;
}


/* Content */

#content {
	float: left;
	width: 680px;
	margin: 0 30px;
}


/* Posts */

.post, .page {
	margin-bottom: 30px;
	padding-top: 30px;
	border-top: 1px #ddd solid;
}

.box-1 {
	padding-top: 0;
	border: none;
}


.post h2, .page h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #444;
	font-size: 22px;
	font-weight: normal;
}

.post h2 a, .page h2 a {
	color: #444;
	text-decoration: none;
}

.post h2 a:hover {
	color: #983c1b; 
}


.pagetitle {
	font-weight: normal;
	border-bottom: 1px #666 solid;
	padding-bottom: 5px;
	margin-bottom: 25px;
	color:#444;
}


.postinfo {
	font-size: 11px;
	color: #999;
}

.postinfo a {
	text-decoration: none;
}

.postinfo .date {
	background: url(images/date_icon.png) no-repeat left center;
	padding-left: 18px;
	margin-right: 10px;
}

.postinfo .comments {
	background: url(images/comments_icon.png) no-repeat left center;
	padding-left: 18px;
	margin-left: 10px;
	margin-right: 10px;
}

.postinfo .edit-link {
	margin-left: 10px;
}

.postinfo .share {
	background: url(images/share_icon.png) no-repeat left center;
	padding-left: 18px;
	margin-left: 10px;
	margin-right: 10px;
}

.postinfo a {
	color: #983c1b; 
}

.postinfo a:hover {
	color: #024c9f; 
}


#sharepanel {
	width: auto;
	margin-top: 30px;
	display: none;
}

#sharepanel a {
	margin-right: 5px;
}

#sharepanel a img {
	opacity:0.5;
	filter:alpha(opacity=50);
}

#sharepanel a img:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}

.hidebtn {
	cursor: pointer;
}


.postmeta {
	font-size: 11px;
}

.postmeta .postcategory {
	background: url(images/category_icon.png) no-repeat left center;
	padding-left: 18px;
	text-transform: capitalize;
}

.postmeta .posttags {
	text-transform: capitalize;
}

.postmeta .posttags img {
	vertical-align: middle;
	margin-right: 6px;
}


.postnavigation {
	margin: 35px 0;
	font-size: 11px;
}

.postnavigation .previouspost {
	float: left;
	background: #B5D673;
	color: #fff;
	padding: 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.postnavigation .nextpost {
	float: right;
	background: #B5D673;
	color: #fff;
	padding: 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.postnavigation .previouspost:hover, .postnavigation .nextpost:hover {
	background: #62981F;
	color: #fff;
}

.postnavigation .previouspost a, .postnavigation .nextpost a {
	color: #fff;
	padding: 7px 0;
}

.postnavigation .previouspost a:hover, .postnavigation .nextpost a:hover {
	color: #fff;
}


.entry {
	margin: 30px 0;
	color: #666;
}

.entry p {
	line-height: 170%;
	margin-bottom: 15px;
}

.entry .more-link {
	color: #fff;
	text-align: center;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* border around images */
.entry img.size-full, .entry img.size-large, .entry img.size-medium, .entry img.size-thumbnail {
	border: 1px #A63BAD solid;
	padding: 4px;
}

.entry .wp-caption img {
	background: none;
	border: none;
	padding: 0;
}

.wp-caption p {
	margin: 4px 0 0 0;
}


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

.entry blockquote p:first-child {
	margin-top: 0;
}


.entry ul, .entry ol {
	margin: 0 0 0 20px;
	padding: 0;
}

.entry ul li , .entry ol li {
	margin: 10px 0 10px 0;
	padding: 0;
}


.entry table {
	border: none;
}

.entry table th {
	background: #444;
	color: #fff;
	padding: 6px;
	border: 1px #fff solid;
	text-transform: capitalize;
}

.entry table td {
	padding: 6px;
	border: none;
}


.entry input {
	background: #eee;
	border: 1px #888 solid;
	color: #666;
	padding: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.entry textarea {
	background: #eee;
	border: 1px #888 solid;
	color: #666;
	padding: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: auto;
}

.entry .more-link {
	background: #981910;
}

.entry .more-link:hover {
	background: #024c9f;
}


/* Navigation */

.navigation-pages {
	margin-bottom: 30px;
}

.navigation-pages ul {
	list-style: none;
	margin:0;
	padding: 0;
}

.navigation-pages li {
	display:inline;
	padding:0;
	margin:0;
	font-size:11px;
}

.navigation-pages a, .navigation-pages a:visited, .navigation-pages a:hover, .navigation-pages span.current,
	.navigation-pages span.pages, .navigation-pages span.extend, .navigation-pages span.current, .navigation-pages span.dots
{
	background: url(images/pages_bg.png) no-repeat top left;
	color:#000;
	display:block;
	line-height: 30px;
	width: 30px;
	float:left;
	margin-right: 5px;
	text-decoration: none;
	text-align:center;
}

.navigation-pages a:hover {
	background-position: bottom left;
	color:#000;
	text-decoration:none;
}

.navigation-pages span.current {
	background-position: bottom left;
}

.navigation-pages span.dots {
	background: none;
	color: #777;
}


.content {
	clear: left;
	border: 1px #666 solid;
	z-index: 10;
	overflow: hidden;
}


#trackbacklist {
	display: none;
}


/* Search */

.searchdivleft {
	height: 71px;
	background: url(images/searchdiv_left_green.png) no-repeat left;
	margin-bottom: 20px;
}

.searchdivright {
	height: 54px;
	background: url(images/searchdiv_right_green.png) no-repeat right;
	text-align: center;
	padding-top: 15px;
	padding-left: 10px;
	border: solid 1px #639011;
	-moz-border-radius: 3px 3px 3px 3px;
}


#searchform {
	width: 221px;
	height: 33px;
	display: block;
	padding: 7px 7px 4px 7px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#s {
	width: 150px;
	height: 22px;
	border: solid 1px #888;
	background: none;
	font-size: 12px;
	color: #000;
	background-color:#afc897;
}

#searchbtn {
	width: 46px;
	cursor: pointer;
	margin-left: 10px;
	border: solid 1px #888;
	color: #fff;
	background-color:#62981F;
}

.tag_cloud {
	margin: 10px;
}

.bio_img_right {
	margin-left: 10px;
	margin-bottom: 10px;
	float:right;
}

.bio_img_left {
	margin-right: 10px;
	margin-bottom: 10px;
	float:left;
}

.bio_content {
	font-size: 10pt;
}

.bio_heading_1 {
}

.bio_heading_2 {
}

.bio_heading_3 {
}

.bio_heading_4 {
}

/**
 * style the post title h2 tags
 */
.posttitle {
	background-color:#D4EBBD;
	padding: 5px;
	border-left-style: solid;
	border-color: #5A205E;
	border-width: 6px;
}

