ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}

/* General Styles */
.skiplink{
	display:none;
}
label {
	cursor:pointer;
}
a {
	color: #333399;
	text-decoration: none;
}
a:focus,a:hover{
	color: #007FFF;
	text-decoration:underline;
}
* {
	margin: 0;
	padding: 0;
}
body {
	border: 0;
	outline: 0;
	/*background:url(images/bg.png) repeat;*/
	background: #5B92E5;
	color:#8a8a8a;
	font: 75%/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.cleared {
	clear: both;
}

h3 {
	color: #5D8AA8;
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: normal;
}

table {
	font-size: 1.2em;
	line-height: 1.3em;
}

/* menu */

#menu {
	float:left;
	width:100%;
	height: 50px;
	background: #F88379
}
#menu ul {
	margin: 0;
	padding: 5px 25px;
	list-style: none;
}
#menu li {
	display: inline;
	margin-left: 20px;
	height: 40px;
	float: left;
}

#menu li.first {
	margin: 0;
}

#menu a {
	float:left;
	height: 40px;
	font-size: 2em;
	line-height: 40px;
	background: #AF4035;
	text-decoration: none;
	color: #000;
	padding: 0 8px;
}

#menu a:hover {
	background: #D0F0C0;
	text-decoration: none;
}

/* header */
#header{
	width:100%;
	height:170px;
	/*background: url(images/bg_overlay.png) repeat;*/
	background: #ABCDEF;
}
#header-inner {
	width:960px;
	height:170px;
	margin: 0 auto;
	background: #FFF;
}
/*header_logo*/
#header_logo{
	width:470px;
	height: 170px;
	float:left;
	background: url('images/logo.png') no-repeat;
	margin-left: 40px;
}

#header_logo .description{
	color: #464646;
	float: left;
	margin: 110px 0 0 40px;
	font-size: 1.8em;
	letter-spacing:0;
	line-height: 1.8em;
}

#social {
	float: right;
	width: 370px;
	margin-top: 10px;
	margin-right: 20px;
}

#social .social-left {
	float: left;
	height: 140px;
	width: 160px;
}

#social .social-right {
	float: left;
	margin-left: 30px;
	width: 150px;
	height: 150px;
	margin-top: -10px;
}

#social .network {
	width: 160px;
	float: left;
	margin-top: 17px;
}

#social .network h2 {
	text-align: center;
}

/*body*/

#body {
	background: #FFF;
	margin: 0 auto;
	padding: 20px 0 40px;
	width: 960px;
	overflow: hidden;
	clear: both;
	text-align: left;
}

#content {
	position: relative;
	float: left;
	width: 630px;
	padding: 0 0 0 25px;
}

#sidebar{
	float: right;
	width: 250px;
	padding: 0 25px 0 0;
}

episode {
	display: inline;
}

/*post*/
.post{
	width: 100%;
	margin: 0 0 35px 0;
}
.post .title{
	color: #5D8AA8;
	font-size:2.2em;
	line-height:1.3em;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0 0 6px 0;
	border-bottom:1px dashed #dbdbdb;
}
.post .title a {
	color: #5D8AA8;
}
.post .entry{
	font-size: 1.1em;
	line-height: 1.5em;
	padding:0 0 5px 0;
	overflow: hidden;
}

.post .entry p{
	margin:0 0 15px 0;
}
.post .entry p img{
	border:3px solid #dbdbdb;
	padding:0;
}
.post .entry ul {
	margin:0 0 15px 15px;
}
.post .entry ul li{
	margin: 0;
	padding:6px 0;
	border-bottom: 1px dashed #efefef;
}
.post .entry ol {
	padding: 0 0 0 35px;
	margin:0 0 15px 0;
	list-style:decimal;
}
.post .entry ol li {
	margin: 0;
	padding:6px 0 6px 0;
	border-bottom:1px dashed #efefef;
}
.postmetadata{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	font-size: 1em;
	line-height: 1em;
	color:#cb1615;
	padding:5px 0 5px 0;
}
.postmetadata a{
	color:#cb1615;
}
.postmetadata .alignleft{
	padding:0 0 0 5px;
}
.postmetadata .alignright{
	padding:0 5px 0 0;
	font-weight:bold;
}
.postmetadata .post_author{
	background:url(images/ico_author.gif) no-repeat left center;
	padding:3px 0 3px 20px;
	margin:0 20px 0 0;
	float:left;
}
.postmetadata .post_comment{
	background:url(images/ico_comm.gif) no-repeat left center;
	padding:3px 0 3px 20px;
	color:#6d6d6d;
	float:left;
}
.postmetadata .post_comment a{
	color:#6d6d6d;
}
.postmetadata .post_comment a span, .postmetadata .post_comment span{
	color:#cb1615;
}

/*sidebar*/

#sidebar a{
	color:#6d6d6d;
}
#sidebar .widgettitle{
	font-size:2.2em;
	color:#718d00;
	font-weight:normal;
	background:url(images/ico_sidebar_cat.png) no-repeat;
	margin:0 0 5px 0;
	padding:16px 0 16px 60px;
}
#sidebar .widget_categories .widgettitle{
	background:url(images/ico_sidebar_cat2.png) no-repeat;
}
#sidebar .widget_categories a, #sidebar .widget_archive a, #sidebar .widget_links a, #sidebar .widget_meta a, #sidebar .widget_pages a, #sidebar .widget_meta a, #sidebar .widget_recent_entries a{
	background:url(images/ico_arrow.gif) no-repeat left 3px;
	padding:0 0 0 11px;
	display:block;
}
#sidebar .widget_categories a{
	display:inline;
	background:url(images/ico_arrow.gif) no-repeat left 2px;
}
#sidebar ul{
}
#sidebar ul li{
	padding:16px;
	background:url(images/bgr_sidebar_widgets.gif) repeat-x;
}
#sidebar ul ul{
}
#sidebar ul li ul li{
	background:none;
	border-bottom:1px dashed #ededed;
	padding:5px 0 5px 0;
	margin:0;
}
#sidebar ul ul ul{
	margin:0 0 0 11px;
}
#sidebar ul li ul li ul li{
	border:0;
}
.widget_tag_cloud a, .widget_text .textwidget{
	padding:5px 0 5px 0;
	line-height:1.3em;
}
/*sidebar_tabs*/
#sidebar_tabs{
	margin:0 0 20px 0;
}
#sidebar_tabs_links{
	width:100%;
	height:28px;
	overflow:hidden;
	background:url(images/bgr_sidebar_tabs_links.gif) repeat-x bottom;
}
#sidebar_tabs_links li{
	float:left;
	padding:0 4px 0 0;
	font-size:1.0em;
	text-transform:uppercase;
}
#sidebar_tabs_links li.last{
}
#sidebar_tabs_links li a{
	color:#000;
	text-align:center;
	float:left;
	display:block;
	padding:6px;
	background:#c2c2c2;
	border:1px solid #cfcfcf;
}
#sidebar_tabs_links li a.selected{
	background:#fbfbfb;
	border:1px solid #dddddd;
	border-bottom:0;
	color:#000;
	text-decoration:none;
	padding:6px 6px 11px 6px;
}
.sidebar_tabs_item{
	padding:10px 10px 10px 10px;
	background:#fbfbfb url(images/bgr_sidebar_tabs_item.gif) repeat-x bottom;
	border:1px solid #dddddd;
	border-top:0;
}
.sidebar_tabs_item li{
	color:#8a8a8a;
	font-size:1.2em;
	line-height:1.4em;
	padding:4px 0 4px 0;
}
.sidebar_tabs_item li a{
	color:#000000;
}

/*footer*/
#footer_wrapper{
	width:960px;
	height:122px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background: #EDF7E7;
	margin:auto;
}
#footer{
	width:925px;
	margin:0 auto;
	overflow:hidden;
}
#footer ul{
	padding:15px 0 0 0;
}
#footer li{
	display:inline;
	font-size:1.1em;
	line-height:1.3em;
	color:#6b6b6b;
	padding:0 0 0 15px;
}
#footer li.first{
	background:none;
	padding:0;
}
#footer li a{
	color:#6b6b6b;
}
#footer .copyrights{
	color:#6b6b6b;
	padding:10px 0 0 0;
	line-height:1.4em;
}
#footer .copyrights a{
	color:#6b6b6b;
}

/* Begin Images */

img {
	border: 0;
}

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 Form Elements */
#respond{
	margin:20px 0 20px 0;
	width:100%;
	overflow:hidden;
	color:#8a8a8a;
}
#respond a{
	color:#8a8a8a;
}
#respond h3{
	font-size:1.8em;
	line-height:1.4em;
	color:#718d00;
	border-bottom:1px dashed #dbdbdb;
	padding:0 0 6px 0;
	font-weight:normal;
}
.cancel-comment-reply{
	font-size:1.3em;
	padding:15px 0 0 0;
}
.cancel-comment-reply a, .cancel-comment-reply a:visited{
	text-decoration:underline;
}
.cancel-comment-reply a:hover{
	text-decoration:none;
}
#commentform p{
	font-size:1.3em;
	line-height:1.6em;
	width:100%;
	overflow:hidden;
}
#commentform p a, #commentform p a:visited{
	text-decoration:underline;
}
#commentform p a:hover{
	text-decoration:none;
}
#commentform p input{
	float:left;
}
#commentform p label{
	float:left;
	padding:10px 0 0 5px;
}
#searchform{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#commentform input{
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666;
}

#commentform{
	margin: 5px 10px 0 0;
}
#commentform textarea{
	width: 97%;
	padding: 5px;
	overflow:auto;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:5px 0 0 0;
	color:#666;
}
#commentform #submit{
	font-size:1.2em;
	line-height:1.6em;
	background:#727272;
	color:#fff;
	font-weight:bold;
	padding:2px 6px 2px 6px;
	border:0;
	margin:5px 0 0 0;
	cursor:pointer;
}
/* End Form Elements */


/* 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 blockquote{
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.nopost, .nocomments{
	text-align:center;
	color:#000;
	font-size:1.2em;
	line-height:1.5em;
}
/* 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;
}

.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 */

.searcher {
	margin: 20px 0;
}

.searcher input {
	margin-top: 6px;
}