@charset "utf-8";
/* CSS Document */

* {padding: 0; margin: 0;}

body {
	background-color: #266696;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #24475a;
	
	
}

img{border:0;}

a{
	text-decoration:none;
	color:#6F88FF;
}

a:hover{
	text-decoration:underline;
}
/* general layout
---------------------------------------------------------------------------------*/
#page {
	margin: auto;
	height: auto;
	width: 1000px;
}
#header {
	float: left;
	height: 143px;
	width: 1000px;
	background-image: url(images/header.jpg);
	display: block;
}
#nav {
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	float: left;
	width: 968px;
	height: 28px;
	border: 1px solid #FFFFFF;
}
#mid {
	float: left;
	height: auto;
	width: 970px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#left_sidebar {
	width: 209px;
	float: left;
	height: auto;
}
#content {
	height: auto;
	width: 530px;
	float: left;
	padding: 10px;
}
#right_sidebar {
	float: right;
	height: auto;
	width: 209px;
}
.search {
	float: left;
	height: 34px;
	width: 208px;
	background-color: #a5e1fc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#footer {
	float: left;
	height: 44px;
	width: 1000px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}
.foot_left_corner {
	background-image: url(images/footer_left_corner.gif);
	float: left;
	height: 44px;
	width: 44px;
}
.foot_right_corner {
	background-image: url(images/footer_right_corner.gif);
	float: right;
	height: 44px;
	width: 44px;
}
.foot_center_corner {
	float: left;
	width: 912px;
	padding-top: 8px;
	display: block;
}
.copyright {
	float: left;
	width: 100%;
	text-align: center;
	color: #3cacde;
	display: block;
}

/* navigations
---------------------------------------------------------------------------------*/
.head_nav {
	list-style-type: none;
	width: 954px;
	display: block;
	float: left;
}
.head_nav li {
	display: block;
	float: left;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}
.foot_nav {
	list-style-type: none;
	display: block;
	margin-left: 160px;
	float: left;
}
.foot_nav li {
	padding: 7px;
	display: inline;
}

/* classes
---------------------------------------------------------------------------------*/
.widgettitle{
	background-image: url(images/sidebar_title_bg.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 193px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 7px;
	padding-left: 15px;
}
.sidebar_right_title {
	background-image: url(images/sidebar_title_bg.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 193px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 7px;
	padding-left: 15px;
}

#left_sidebar ul li{
	list-style-type:none;
	
}

#left_sidebar ul li ul{
	padding:20px;
	
}

#left_sidebar ul li ul li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding: 8px 0px;
	margin: 8px 0px;
	list-style-image: url(images/blue_bullet.gif);
}
.twitter-feed {
	float: left;
	padding-top: 10px;
}
.sidebar_list {
	float: left;
	width: 189px;
	height: auto;
	padding: 10px;
}

.side-padded {
	float: left;
	width: 192px;
	height: auto;
	padding: 8px;
}
.icon {
	float: left;
	padding-right: 10px;
}
.links {
	float: left;
	display: block;
	width: 100%;
}
.rss, .twitter {
	float: left;
	width: 192px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* headings and typography
---------------------------------------------------------------------------------*/
.widgettitle {
	color: #776706;
	font-size: 12px;
}


/* post
---------------------------------------------------------------------------------*/
.post {
	float: left;
	width: 530px;
	overflow: visible;
	padding-bottom: 10px;
}
.post-content span {
	padding-right: 20px;
	padding-bottom: 10px;
	display: block;
	float: left;
}
.post-footer {
	float: left;
	width: 508px;
	height: 18px;
	background-color: #e0f4fd;
	border: 1px solid #c9d9e4;
	padding: 10px;
	margin-bottom: 10px;
	
}
.post-content {
	display: block;
	margin-bottom: 10px;
	width: 530px;
	float: left;
}

.post p{
	margin:15px 0px;
}

.post-title {
	font-size: 18px;
	float: left;
	padding-bottom: 3px;
	width: 460px;
	display: block;
}
.post-date {
	float: right;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	display: block;
	width: 67px;
	text-align: right;
	margin:0px ! important;
}
.post-header {
	width: 530px;
	margin-bottom: 10px;
	margin-left:20px
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	float: left;
	display: block;
}
.category {
	float: left;
	display: block;
	margin:0px ! important;
}
.comments {
	float: right;
	display: block;
	text-indent: 20px;
	background-image: url(images/mini-comments.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin:0px ! important;
}
.post-nav {
	float: left;
	width: 530px;
	padding-bottom: 10px;
}
.read {
	display: block;
	float: left;
}
.share {
	display: block;
	text-indent: 20px;
	float: right;
	background-image: url(images/share.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* links
---------------------------------------------------------------------------------*/
#left_sidebar ul li ul li a{
	color: #24475a;
	text-decoration:none;
}

#left_sidebar ul li ul li a:hover {
	color: #FBB721;
	text-decoration:none;
}

.post-title a:link, .post-title a:visited {
	color: #24475a;
	text-decoration:none;
}
.post-title a:hover, .post-title a:active {
	color: #2770A5;
	text-decoration:none;
}

.category a:link, .comments a:link, .share a:link, .category a:visited, .comments a:visited, .share a:visited {
	color: #2770A5;
	text-decoration:none;
}
.category a:hover, .comments a:hover, .share a:hover, .category a:active, .comments a:active, .share a:active {
	color: #2770A5;
	text-decoration:underline;
}

.read a:link, .read a:visited {
	color: #FF6600;
	text-decoration:none;
}
.read a:hover, .read a:active {
	color: #FF6600;
	text-decoration:underline;
}

.head_nav a:link, .head_nav a:visited {
	color: #24475a;
	text-decoration:none;
}
.head_nav a:hover, .head_nav a:active {
	color: #2770A5;
	text-decoration:none;
}

.foot_nav a:link, .foot_nav a:visited {
	color: #24475a;
	text-decoration:none;
}
.foot_nav a:hover, .foot_nav a:active {
	color: #2770A5;
	text-decoration:none;
}

.post-content a:link, .post-content a:visited {
	color: #2770A5;
	text-decoration:none;
}
.post-content a:hover, .post-content a:active {
	color: #2770A5;
	text-decoration:underline;
}

.twitter-feed a:link, .twitter-feed a:visited {
	color: #2770A5;
	text-decoration:none;
}
.twitter-feed a:hover, .twitter-feed a:active {
	color: #2770A5;
	text-decoration:underline;
}

.links a:link, .links a:visited {
	color: #24475a;
	text-decoration:none;
}
.links a:hover, .links a:active {
	color: #2770A5;
	text-decoration:none;
}

/* extra
---------------------------------------------------------------------------------*/



/* form
---------------------------------------------------------------------------------*/
#searchform #searchsubmit {
	height: 24px;
	width: 56px;
	vertical-align: middle;
	color: #24475A;
	border: none;
	background-image: url(images/search_btn.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#searchform #s {
	background-color: #FFFFFF;
	border: 1px solid #5cc5fd;
	height: 19px;
	padding: 2px 5px 0px 5px;
	vertical-align: middle;
	width: 125px;
}
#searchform {
	width: 200px;
	margin: 0px;
	display: block;
	padding: 4px;
	float: right;
}
#signup {
	width: 190px;
	display: block;
	float: left;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#signup p {
	display: block;
	font-size: 11px;
	float: left;
	height: 12px;
	padding-top: 8px;
	padding-left: 5px;
}
#signup .txtbox {
	display: block;
	font-size: 12px;
	width: 110px;
	float: right;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #a8e2fc;
	vertical-align: middle;
	margin-bottom: 5px;
}
#signup .btn {
	display: block;
	font-size: 12px;
	width: 71px;
	float: left;
	height: 24px;
	background-image: url(images/subscribe_btn.gif);
	border: none;
	margin-top: 15px;
}

a.stbutton {
	text-decoration:none;
	float:right;
	margin:20px 0px;
}

.hidden, #twitter-feed  h2.widgettitle,#twitter-feed h3{
	visibility:hidden !important;
	position:absolute !important;
}

ol{
	padding-left:30px;
}

#comment{
	width:500px;
	margin:10px auto;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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;
}
/* End captions */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.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;
	}
/* End Comments */

.tweet
{
	margin:0 auto;
	width:190px;
}

.entry ul {
  width: 500px;
  margin-left:20px;
}

.post ul{
 width: 500px;
  margin-left:20px;
}
