/*  
Theme Name: thebluish
Theme URI: http://www.weblifellc.com
Description: WordPress Theme by Weblife. Tested on v2.6.1
Version: 1.0
Author: Weblife WordPress Themes
Author URI: http://www.weblifellc.com
*/
body {
	margin: 0 auto;
	padding: 0;
	background: #2c517b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #333333;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, textarea {
	padding: 2px 5px;
	background: #fafaf6;
	border: 1px solid #d7d1af;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #2D2D2B;
}
h1, h2, h3 {
	font-weight: normal;
	color: #2c74ae;
}
h1 a, h2 a, h3 a {
	color: #2c74ae;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #2c74ae;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
p {
	margin-bottom: 1em;
	line-height: 120%;
}
ul, ol {
	margin-bottom: 1em;
	line-height: 160%;
}
blockquote {
	margin: 0 0 0 2em;
	padding: 0 0 0 1em;
	font-style: italic;
	border-left: 4px solid #e3e3e3;
}
a {
	text-decoration: underline;
	color: #3372ad;
}
a:hover {
	border: none;
	text-decoration: none;
	color: #5a7aa9;
}
hr {
	display: none;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	background: #2c517b url(images/bg.png) no-repeat top center;
}
/* Header */
#header {
	background: transparent url(images/header.jpg) no-repeat;
	width: 1000px;
	height: 120px;
	margin: 0 auto;
	border-top: #2c517b 1px solid;
	border-left: #2c517b 1px solid;
	border-right: #2c517b 1px solid;
}
/* Logo */
#logo {
	float: left;
	height: 120px;
}
#logo h1, #logo h2 {
	float: left;
	margin: 0;
	color: #FFFFFF;
}
#logo h1 {
	letter-spacing: 2px;
	font-size: 2.6em;
	font-weight: normal;
	margin-left: -5000px;
	width: 600px;
}
#logo h2 {
	margin-left: -5000px;
	font-size: 1.2em;
	color: #242424;
}
#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}
/* Search */
#search {
	float: right;
	padding-top: 13px;
	padding-right: 30px;
}
#searchquery {
	width: 10.0em;
	margin-right: 0.5em;
	padding: 0.15em;
	border: solid 1px #6b6b6b;
}
#searchsubmit {
	background: #656565 url(images/buttonbg.png) repeat-x;
	border: 1px solid #656565;
	font-size: .9em;
	color: #FFFFFF;
	padding: 0.25em;
	font-size: 0.8em;
	color: #F2F3DE;
}
.commentmetadata {
	font-size: .9em;
	color: #FFFFFF;
	padding: 0.25em;
	font-size: 0.8em;
	color: #F2F3DE;
}
#submit {
	background: #656565 url(images/buttonbg.png) repeat-x;
	border: 1px solid #656565;
	font-size: .9em;
	color: #FFFFFF;
	padding: 0.25em;
	font-size: 0.8em;
	color: #F2F3DE;
}
/* Menu */
#menubg {
	width: 100%;
	margin: 0 auto;
}
#menu {
	background: #6e0000;
	border-top: #242424 solid 1px;
	width: 1000px;
	height: 32px;
	margin: 0 auto;
	border-left: #2c517b 1px solid;
	border-right: #2c517b 1px solid;
}
#menu ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}
#menu li {
	float: left;
	padding: 0;
	line-height: 30px;
	border-right: #943434 1px solid;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: bold;
	padding: 8px 12px 8px 12px;
	border: none;
	text-decoration: none;
	color: #fff;
}
#menu a:hover {
	text-decoration: none;
	color: #fff;
	background: #8d1a1a;
}
#menu .current_page_item {
	padding: 0;
	color: #FFFFFF;
}
/* Page */
#page {
	width: 1000px;
	margin: 0 auto;
	background: #ffffff;
	border-left: #2c517b 1px solid;
	border-right: #2c517b 1px solid;
}
/* Content */
#content {
	padding-top: 20px;
	float: left;
	width: 648px;
}
#content-no-widgets {
	padding-top: 20px;
	float: left;
	width: 100%;
}
/* Post */
.post {
	padding: 12px 27px 22px 30px;
	background: #ffffff;
	margin: 0;
}
.post .title {
	margin: 0;
}
.post h1 {
	margin: 0;
	display: inline;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
}
.post h2 {
	margin: 0;
	display: inline;
	font-size: 1.4em;
	font-weight: bold;
}
.pagetitle {
	margin: 0;
	padding: 20px;
}
.post .meta, .post .longmeta {
	height: 11px;
	margin: 0;
	padding: 5px 0;
	line-height: normal;
	font: .8em;
	color: #787878;
}
.post .longmeta {
	height: auto;
}
.author {
	font-size: 8pt;
}
.tags {
	font-size: 8pt;
}
.post .meta .author {
	float: left;
}
.post .meta .date {
	float: right;
}
.post .meta a {
	border: none;
}
.post .entry {
	border-top: 1px solid #b8b8b8;
}
.post .tags {
	margin: 0;
	padding: 5px 0;
	line-height: normal;
}
.post .links {
	margin: 0;
	padding: 5px 0 20px 0;
	border-bottom: solid 1px #eaeaea;
	line-height: normal;
	font-size: 0.8em;
}
.post h1 a, .post h2 a  {
	text-decoration: none;
}
/* Comments */
#comment {
	width: 70%;
}
/* Posts */
.posts {
	padding: 20px;
}
.posts h2 {
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
}
.posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.posts li {
	padding-bottom: 1px;
}
.posts .title {
	margin: 30px 0 0 0;
}
.posts .title a {
	border: none;
}
.posts .meta {
	height: 11px;
	margin: 0;
	padding: 5px 0;
	border-bottom: solid 1px #eaeaea;
	line-height: normal;
	color: #C5C3BC;
}
.posts .meta .author {
	float: left;
}
.posts .meta .date {
	float: right;
}
.posts .meta a {
	border: none;
}
.posts .tags {
	margin: 0;
}
.posts .links {
	margin: 0;
}
.printerfriendly {
	background: url(images/printer.png) no-repeat left 50%;
}
.comments {
	background: url(images/comment.png) no-repeat left 50%;
	padding-left: 20px;
}
.readmore {
	background: url(images/page.png) no-repeat left 50%;
	padding-left: 20px;
}
/* Navigation */
.navigation {
	height: 20px;
	padding: 20px;
	font-weight: bold;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* Latest Post */
#latest-post {
	float: left;
	width: 591px;
}
/* Recent Posts */
#recent-posts {
}
/* Sidebar */
.sidebar {
	float: right;	
}
#sidebar {
	width: 332px;
	padding: 20px 10px 8px 10px;
	font-size: 0.8em;
	background: #c9c9c9 url(images/sb-bg.gif) top repeat-x;
}
#sidebar .widget {
	border-bottom: #cfcfcf 2px solid;	
}
#sidebar-bottom {
	width: 352px;
	height: 110px;
	background: #ffffff url(images/sidebar-bottom.png) top repeat-x;
}
#sidebar ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}
#sidebar ul ul {
	margin: 0;
	padding: 0;
}
#sidebar li {
	border: #cfcfcf 1px solid;
	background: #fff url(images/sidebar-bg.png) repeat-x top;
	padding: 10px 10px 8px 10px;
}
#sidebar li ul {
	margin: 10px 0px;
	background: #fff;
}
#sidebar li li {
	padding: 2px 0 0 0px;
	border: none;
	margin: 0 0 6px 15px;
	list-style: square;
	background: #fff;
}
#sidebar ul li {
	margin-bottom: 10px;	
}
#sidebar ul li ul li {
	margin-bottom: 5px;	
}
#sidebar h2 {
	color: #fff;
	margin: 0;
	display: inline;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;	
	text-transform: uppercase;
}
#sidebar a {
	color: #3372ad;
	text-decoration: none;
}
#sidebar a:hover {
	color: #5a7aa9;
	text-decoration: underline;
}
/* Calendar */
#calendar {
	padding-left: 10px;
}
#calendar table {
	width:  190px;
	border-collapse: collapse;
}
#calendar thead th {
	border-top: 2px solid #B4AF8E;
	border-bottom: 2px solid #B4AF8E;
}
#calendar tbody td {
	border-bottom: 1px solid #B4AF8E;
	text-align: center;
}
#calendar tfoot td {
	border-top: 2px solid #B4AF8E;
	font-weight: bold;
}
#calendar #today {
	background: #B4AF8E;
	font-weight: bold;
	color: #FDFBED;
}
#calendar #next {
	text-align: right;
}
#calendar a {
	font-weight: bold;
}
/* Footer */
#footer {
	width: 1000px;
	height: 2.0em;
	clear: both;
	margin: 0 auto;
	padding-top: 2.5em;
	padding-bottom: 1.0em;
	font-size: 0.8em;
	color: #7ba1cd;
}
#footer a {
	color: #7ba1cd;	
}
.clear {
	clear: both;
}
#footer p {
}
#footer .left {
	float: left;
	display: block;
	padding-left: 2.0em;
	bottom: 1.2em;
}
#footer .right {
	float: right;
	display: block;
	padding-right: 2.0em;
	bottom: 1.2em;
}
#tag_cloud {
	line-height: 150%;
	text-align: justify;
}
.speaking {
	background: #fff url(images/speaking.jpg) no-repeat bottom right;
	height:160px;
}
#post-3 {
	background: #fff url(images/know-your-liberty.jpg) no-repeat top center;
	padding-top: 176px;
	margin-top: -20px;
}
#post-153 {
	background: #fff url(images/know-your-liberty.jpg) no-repeat top center;
	padding-top: 176px;
	margin-top: -20px;
}
#post-59 {
	color: #2674b5;	
}
#post-59 b {
	color: #333333;	
	font-weight: normal;
}
#post-59 td {
	padding-bottom: 10px;
	border-bottom: #ccc 1px solid;	
}
#post-59 h4 {
	color:#545454;	
}
