/* @override http://drjimtaylor.com/blog/wp-content/themes/jimtaylor/style.css */

/*
Theme Name: Jim Taylor Blog
Theme URI: http://tierrainteractive.com/
Description: A theme for Dr. Jim Taylor's weblog
Version: 1.0
Author: Tierra Interactive
Author URI: http://tierrainteractive.com/
*/

/* @group Generic */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font: 10px/14px Verdana,Arial, Helvetica, sans-serif;
	text-align: center;
	background: #1e2c3b;
}

a {
	color: #C7761A;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol {
	margin: 3px 0;
}

img {
	padding: 0;
	margin: 0;
	border: none;
}

strong {
	font-weight: bold;
}

hr {
	width: 90%;
	margin: 1em auto;
	height: 0;
	color: #476888;
	border: none;
	border-top: 1px solid #476888;
	text-align: center;
	clear: both;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

td {
	vertical-align: top;
}

/* @end */

/* @group Specific */

/* @group Secondary */

#banner {
	text-align: right;
	font: 24px Garamond;
}

#main-text {
	margin: 40px 0 0 25px;
	width: 628px;
	background-color: #FFFFFF;
	padding: 0;
	z-index: 1;
	border: 0;
	font-size: 11px;
}

.content-cell {
	padding: 0 5px;
}

#main-text p {
	margin: 12px 12px 12px 9px;
	font-size: 11px;
	line-height: 16px;
}

#main-text ul h4 {
	margin: 0;
	border: none;
	color: #000;
	font-size: 11px;
}

#content-full {
	width: auto;
	padding: 0 20px;
}

#content-full #main-text {
	margin-left: 0;
	width: 100%;
}

#buttons p {
	margin: 5px 8px 0 8px;
}

#subnav {
	color: #999999;
	text-transform: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 57px 0 0 20px;
	list-style-type: none;
}

#subnav li {
	padding: 0 0 10px 0;
}

#subnav a {
	color: #000065;
}

#testimonials {
	margin: 30px 0 0 20px;
	color: #000065;
	border-top: 1px solid #b7c4d0;
	border-bottom: 1px solid #b7c4d0;
}

#testimonials p {
	font-size: 10px;
	font-weight: normal;
}

.mediaspot {
	text-align: center;
	width: 50%;
	float: left;
}

.mediaspot h3 {
	border: none;
	margin: 16px auto 8px auto;
	font-size: 13px;
	color: #000;
}

.heading {
	font-weight: bold;
	font-size: 12px;
}

/* @group Secondary Nav */

#main-nav {
	height: 20px;
	background-color: #6688A9;
	margin: 0;
	padding: 9px 0 0 0;
	font: bold 12px/10px Arial, sans-serif;
	border-top: 1px solid #b7c4d0;
	border-bottom: 1px solid #999;
	z-index: 1000;
}

#main-nav li {
	display: inline;
	list-style-type: none;
}

.pdmenu li {
	margin: 0;
	padding-left: 20px;
	padding-right: 11px;
	list-style-type: none;
	float: left;
}

.pdmenu a, .pdmenu a:link {
	text-decoration: none;
	display: block;
	color: #ffffff;
	padding-bottom: 11px;
}

.pdmenu a:hover, .pdmenu a.over {
	background-color: #6688A9;
	text-decoration: none;
}

.pdmenu a.hide {
	cursor: text;
}

.pdmenu li ul {
	display: none;
}

/** removes icon from submenu **/

.pdmenu li ul li {
	width: 90%;
	padding: 0;
	margin: 6px 0px 4px 5px;
	background-image: none;
}

.pdmenu li ul li a, .pdmenu li ul li a:link {
	color: #00006D;
	font-size: 11px;
	padding-bottom: 1px;
}

.pdmenu li ul li a:hover {
	text-decoration: underline;
	background-color: #DDDDDD;
}

.pdmenu li:hover ul, .pdmenu li.over ul {
	visibility: visible;
	display: block;
	position: absolute;
	z-index: 500;
	width: 135px;
	padding: 0 0 6px 0;
	margin: 0;
	background-color: #dddddd;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}



/* @end */

/* @end */

/* @group Common to both */

#container {
	width: 850px;
	background: #f0f0f0;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#sidebar {
	float: left;
	width: 170px;
}

#home #sidebar {
	width: 149px;
}

#content {
	margin: 0 0 0 170px;
	padding-left: 1px;
}

#r_sidebar {
	float: right;
	width: 100px;
	padding: 36px 15px 0 31px;
}

#r_sidebar img {
	margin: 5px auto 0 auto;
	display: block;
	border: 1px solid #BBBBBB;
}

#r_sidebar p {
	font: 9px/11px Arial,sans-serif;
	text-align: center;
	padding: 0;
	margin: 3px 0 9px 0;
}

#r_sidebar a {
	font-weight: normal;
	color: #000065;
}

#footer {
	clear: both;
	padding: 12px 0 12px 0;
	text-align: center;
}

#footer a {
	font-weight: normal;
}

#footer p {
	margin: 1px;
}

/* @end */

/* @end */

/* @group Userclasses */

.right-pic {
	margin: 0 0 10px 10px;
	float: right;
	clear: right;
	background: #efefef;
}

.left-pic {
	margin: 0 10px 10px 0;
	float: left;
	clear: left;
	background: #efefef;
}

h1 {
	color: #C7761A;
	font: bold 18px Georgia, serif;
	margin: 16px 8px -6px 8px;
}

h2 {
	font: bold 16px/20px Georgia, serif;
	color: #C7761A;
	margin: 16px 8px -6px 8px;
}

h3, h4, h5, h6 {
	font: 11px/16px Verdana, sans-serif;
}

h3 {
	color: #000065;
	font-weight: bold;
	margin: 12px 12px 12px 9px;
}

h4 {
	font-style: italic;
}

h5 {
	font-weight: normal;
}

h6 {
	font-weight: bold;
}

#title {
	position: absolute;
	top: 86px;
	left: 195px;
	margin: 25px 0 0 20px;
	padding: 0;
	z-index: 2;
}

#content-full #title {
	left: 17px;
}

/* @end */

/* @group Blog-specific */

#subnav h4 {
	margin: 0;
}

#subnav ul {
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
}

#searchform {
	margin: 0;
	text-align: center;
}

#s {
	width: 125px;
}

.navigation:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

small {
	display: block;
	margin: 8px 12px -8px 20px;
}

h3#comments {
	margin-top: 25px;
}

.commentlist {
	margin: 12px 12px 12px 9px;
	padding-left: 30px;
	list-style-type: decimal;
}

.commentlist li {
	margin-bottom: 12px;
}

.commentlist small {
	margin: 4px 0 -8px 0;
}

#main-text .commentlist p {
	margin-left: 0;
	margin-right: 0;
}

#main-text #commentform p {
	margin-top: 0;
	margin-bottom: 8px;
}

.postmetadata {
	text-align: right;
}

.entry div.sociable {
	margin-left: 9px;
	margin-right: 12px;
}

/* @end */