/*   
Theme Name: CastMedium 4.1
Theme URI: http://www.castmedium.com
Description: The castmedium theme.  Not for re-use or redistribution.
Author: Jonathan Downin
Author URI: http://www.castmedium.com
Template: thematic
Version: 4.1
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply a basic layout */
@import url('2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply basic image styles */
@import url('styles/sidebar.css');

/* Apply basic image styles */
@import url('styles/menu.css');


/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Prepare theme for plugins */
@import url('styles/typography.css');


/* =Global Elements
-------------------------------------------------------------- */



body, input, textarea {
    font: 12px Arial,sans-serif;
    line-height:16px;
}


body {
	background: url(images/bg-body-podcast78-repeat.png) center;
	background-position-y: 110px;

}

#wrapper {
	background: url(images/bg-header-top4.png) repeat-x;
	background-position: 0 -10px;
}

#main { 
	margin: 0 auto;
	padding: 15px 0 10px 0;
	background: url(images/bg-white-75opacity.png);
}

#container {
}

#content {
	margin-left: 10px;
    padding:0;
	height: inherit;
	background: url(images/bg-white-66opacity.png);
}


p, ul, ol, dd, pre {
    margin: 0;
    padding: 0 0 10px 0;
}

a:link {
    color:#319bd8;
    text-decoration: none;
}
a:visited {
    color:#319bd8;
    text-decoration: none;
}
a:active,
a:hover {
	text-decoration: underline;
}

/* =Header
-------------------------------------------------------------- */

#branding {
    padding: 10px 15px 20px 20px;
    max-height: 65px;
    clear: none;
}

#blog-description {
    padding-left:20px;
}

#header {
    overflow: hidden;
    height: auto;
}

#header a:hover {
    background-color: transparent;
}


#blog-title img {
    margin-top: 5px;
}


#search-positioner {
	float: right;
	margin-right: 10px;
}

#searchwrapper {
clear: none;
width:198px; /*follow your image's size*/
height:20px;/*follow your image's size*/
background:url(/images/bg-gfx/searchbox198.png) 0 -1px;
background-repeat:no-repeat; /*important*/
padding:0px;
margin:2px 0 0 0;
position:relative; /*important*/
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
font-size: 11px;
top:0px;
left:6px;
width:156px;
height:20px;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:0;
left:170px;
width:27px;
height:20px;
}





.header-links {
	height: 40px;
	padding: 10px 0 0 0;
    font-size: 11px;
	
}

.header-links li {
	list-style: none;
}

.header-rsslink {
     height: 13px;
     margin: 0;
     padding: 0 0 0 10px;
     text-decoration: none;
     display: inline;
     float: left;
}

.header-twitter {
     height: 13px;
     margin: 0;
     padding: 0 0 0 10px;
     text-decoration: none;
     display: inline;
     float: left;
}


.header-rsslink a:link, .header-rsslink a:visited{
	background: url(/images/bg-gfx/bg-header-rss.png) no-repeat;
    background-position: 0 0;
    color: #ffffff;
    padding: 1px 0 0 16px;
}

.header-rsslink a:active, .header-rsslink a:hover{
	background: url(/images/bg-gfx/bg-header-rss.png) no-repeat;
	background-position: 0 -14px;
    color:#319bd8;
	text-decoration: none;
}


.header-twitter a:link, .header-twitter a:visited{
	background: url(/images/bg-gfx/bg-header-twitter.png) no-repeat;
    background-position: 0 0;
    color: #ffffff;
    padding: 1px 0 0 25px;
}

.header-twitter a:active, .header-twitter a:hover{
	background: url(/images/bg-gfx/bg-header-twitter.png) no-repeat;
	background-position: 0 -14px;
    color:#319bd8;
	text-decoration: none;
}

.hentry {
}

.hentry li {
	margin: 0;
}


.content-header {
	margin: 0px -17px 0 -20px; 
	padding: 20px 17px 5px 20px;
}


.currentcontentlink { 
	margin: 0; 
	padding: 0 5px 7px 5px;
	text-align: center;
	background: #f7f7f7;
	overflow: auto;
}

.currentcontentlink h3 { 
	font-size: 18px;
	margin: 5px 0 0 0;
	text-align: center;
	width: 33%;
	border-right: solid 1px #aaa;
	float: left;
	clear: none;
}

.currentcontentlink h5 { 
	font-size: 10px;
	padding: 3px 0 0 0;
	text-align: center;
	width: 33%;
	border-right: solid 1px #aaa;
	float: left;
	clear: none;
}


.header-bottom {
	width:1000px;
	margin: 0 auto;
	margin-top: 15px;
	padding: 10px 0 0 0;
	overflow: hidden;
	background: url(images/bg-white-75opacity.png);
}

#featurelinks {
	float:left;
	width: 225px;
	height:78px;
	background: #eee;
	margin: 0 0 0 10px;
	padding: 5px;
	font-size: 11px;
	line-height: 12px;
	border-top: 1px solid #ff9634;
	border-bottom: 1px solid #ff9634;
}


#featurelinks a{
	font-size: 12px;
}


#featurelinks ul {
	list-style: square;
	margin-left: 15px;
}


#featurelinks li {
	height: 28px;
}

#indextopad {
	float: right;
	width:728px;
	height:90px;
	background: aqua;
	margin-right: 10px;
}



.page-title { 
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 26px;
	background: #fff;	
}








#content #index-insert {
}

#content #index-insert ul {
	width: 336px;
	margin:0 auto 5px auto;
	list-style: none;
}

#content #single-insert ul {
	width: 468px;
	margin:0 auto 5px auto;
	list-style: none;
}

/* =Post 
-------------------------------------------------------------- */

.entry-content-index {
	width:475px;
	margin: 0 0 20px 170px;
	background: url(images/rateitsayit.png) no-repeat;
	background-position: bottom right;
}
		
.entry-content-index a {
	padding: 1px 22px 2px 0;
	background: url(images/continuearrow.png) right no-repeat;
	background-position: right 0;
}
		
.entry-content-index a:hover {
	padding: 1px 22px 1px 0;
	background: url(images/continuearrow.png) right no-repeat;
	background-position: right -27px;
}

.index-image {
	float:left;
	margin: 0 10px 10px 0;
	border:3px solid #555;
	max-height: 150px;
	max-width: 150px;
}

.entry-content .alignright {
    margin: 5px 0 10px 10px;
    clear: both;
}

.post .webbuttons {
    float: left;
    clear: left;
    padding:0 5px 12px 0;
    margin-top:-8px;
}

#post {
	margin: 0 0 15px 0;
	padding: 10px;
	border: none;
	background: #fff;
	overflow: auto;
	
}

.entry ul {
	margin-left: 25px;
	list-style: square;
}

.entry-content ul {
	list-style: square;
	padding: 0 10px 5px 15px;
}

.entry-content ol {
	list-style: decimal;
	padding: 0 10px 5px 20px;
}

.entry-title {
	width:80%;
	font-size: 2.6em;
	letter-spacing:-0.04em;
	line-height: 1.05em;
	padding-bottom: 10px;
	font-weight: normal;
}

.entry-title a {
    color:#171615;
    text-decoration:none;
    clear: both;
}
.entry-title a:visited {
	color: #171615;
}

.entry-title a:active,
.entry-title a:hover {
    color: #ff9634;
}

.entry-meta {
	display: none;
}


.entry-content {
    font: 14px Georgia, serif;
    color:#333;
    line-height:17px;
    padding: 0 0 0 0;
}

.entry-content .rev3PlayerEmbed {
	margin: 0 auto;
}


.home #content .sticky {
    border: none;
    margin-bottom: 0px;
    padding: 0px;
}

.wp-caption-text { background: #ddd; margin: 0 5px;}


blockquote { padding: 10px 15px 5px 40px; margin: 10px 10px; font-size: 11px; font-style: normal; color:#657076; background: url(images/bg-blockquote.png) no-repeat; }
blockquote p { font: normal 11px/17px; color:#657076; margin: 0; }
blockquote li { padding: 2px 0px 2px 13px; list-style-type: none; font-size: 11px; line-height: 16px;}


.rsslink { margin-bottom: 25px; min-height: 50px; background: url(/images/bg-header-darker-small.gif); padding-left: 5px; -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
.rsslink p { padding: 10px 15px 10px 55px; font-size: 18px; font-weight: bold; color: #ffffff; background: url(/images/bg-post-rss.png) no-repeat left 5px; }
.rsslink h6 {font-size: 9px; float: right; font-weight: bold; }

.post-head {

		border-bottom:1px solid #f1f1f1;

		position:relative;
		
		margin: 0 0 10px 0;

	}

	

	h1.post-heading {

		width:80%;

		font-size: 2.4em;

		letter-spacing:-0.04em;

		line-height: 1.05em;

		padding-bottom: 5px;

		font-family: Helvetica, Arial, sans-serif;
		border-bottom: 3px solid #ff9634;

	}

		

		h1.post-heading a {

			color:#171615 !important;

		}

	

		h1.post-heading a:hover {

			color:#ff9634 !important;

			text-decoration:none !important;

		}

	

	h1.post-meta {

		width:20%;

		letter-spacing:-0.04em;

		line-height: 1.05em;

		padding: 0 5px 5px 0px;

		font-weight:normal;

		color:#666666;

		text-align:right;

		bottom:0;

		right:0;

		position:absolute;
		border-bottom: 3px solid #555;

	}


.post-foot {
		
		font-size: .9em;
		
		clear: none;
		
		height: 18px;

		margin: 15px 0 0 0;

		background:#f3f3f3;

		border-top:1px solid #ff9634;

		border-bottom:1px solid #ff9634;
		overflow: visible;
		
		z-index: 999;
	}


.post-foot ul{
	
		padding-bottom:0;
		list-style: none;

	}

	

	.post-meta {
	
		float: left;

	}

	

	.post-meta-tags {
	
		float: left;
		
		width: 513px;
		
		background: #f7f7f7;
		margin: 1px 0 0 0;
		padding: 0 10px;
		font-size: 11px;
		list-style: none;
		border-bottom:1px solid #ccc;

	}

	

	.post-meta-show {
	
		font-size: 1.5em;
		
		width:107px;
		
		float:left;
		margin-top:20px;
		
		padding: 0px 5px;
		
		text-align: center;

	}

	

	.post-meta-show a {
	
		color: #ff9634;

	}

	

	.post-meta li {
	
		float: left;

		line-height:14px;
		
		list-style: none;

	}

	

	.post-meta-tags li.related-posts {
	
		float: left;

		line-height:14px;
		
		width: 260px;
	
		margin-top: 2px;

	}

	

	.post-meta-tags .related-posts li {
		list-style: square;
		margin-left: 15px;
	}

	

	.post-meta-tags li.tags {
	
		float: left;

		line-height:14px;
		
		width: 130px;
	
		margin: 2px 0 0 10px;

	}

	

	.post-meta-tags li.hosts {
	
		float: left;

		line-height:14px;
		
		margin-left: 10px;
		
		width: 100px;
		
		margin-top: 2px;

	}

	

	.post-meta-tags-single {
		float: left;
		width: 580px;
		background:#f7f7f7;
		margin: 0 0 0 0;
		padding: 0 10px;
		font-size: 10px;
		list-style: none;
		z-index: 1;
		border-bottom:1px solid #ccc;
	}

	

	.post-meta-tags-single a {
	
		color: #333;

	}

	

	.post-meta-tags-single li.tags-single {
	
		float: left;

		line-height:14px;
		
		width: 330px;
	
		margin-top: 2px;

	}

	

	.post-meta-tags-single li.hosts-single {
	
		float: right;

		line-height:14px;
		
		margin-left: 10px;
		
		width: 240px;
		
		margin-top: 2px;

	}
	
	
	
	

		

	.post-foot-index {
		
		font-size: .9em;
		
		clear: none;
		
		width: 480px;
		
		height: 18px;

		margin: -10px 0 0 170px;

		background:#f3f3f3;

		border-top:1px solid #ff9634;

		border-bottom:1px solid #ff9634;

		overflow: visible;

	}
	
.post-foot-index ul {
	
		margin: 0;
		padding: 0;

	}

	

	

	/* meta */

		

	.post-meta li.meta-gravatar {
	
	line-height: 0;
	margin-top: -12px;

	}

		

	.post-meta li.meta-author {
	
	margin-left: 5px;
	
	margin-top: 2px;

	}

		

	.post-meta li.shows-link {
	
	margin-left: 50px;
	
	margin-top: 2px;

	}

		

	.post-meta li.shows-link a {
	
	color: #ff9634;

	}

	

	.post-meta li.meta-share {

		float:right !important;

	}

	

	.post-meta li.meta-date {

		background:url(images/calendar.png) no-repeat 0px -2px;

		padding-left:20px;

		padding-right:10px;

	}

	

	.post-meta li.meta-comment {

		background:url(images/comment.png) no-repeat 0px -1px;

		padding-left:20px;

		padding-right:10px;

	}

	

	.post-meta li.meta-category {

	}
	
.vote { height: 18px; margin: -1px 10px 0 0; padding: 0; float: right; border: 1px solid #319bd8; background: #fff; }
.vote ul { margin: -15px 0 0 0; padding:0 5px 0 5px; list-style: none;}

.comments-index { float: right; font-size: 9px; line-height: 11px; height:18px; text-align: center; clear: none; width: 40px; z-index: 9999; margin-right: 10px;}
.comments-index a { display: block; color: #363C3F; margin: -8px 5px 0 5px; width: 24px; height: 21px; padding: 3px 3px 7px 3px; background: url(images/bg-commentbox.png) no-repeat;  }
.comments-index a:hover { background: url(images/bg-commentbox.png); background-position: 0 -31px; color: #ffffff; text-decoration: none; }
.comments-index strong { font-size: 16px; line-height: 16px; font-weight: normal; }

.comments { float: right; font-size: 9px; line-height: 11px; height:31px; text-align: center; background: #fff; clear: none; width: 40px; z-index: 9999; border-left: 1px solid #aaa; }
.comments a { display: block; color: #363C3F; margin: -8px 5px 0 5px; width: 24px; height: 21px; padding: 3px 3px 7px 3px; background: url(images/bg-commentbox.png) no-repeat;  }
.comments a:hover { background: url(images/bg-commentbox.png); background-position: 0 -31px; color: #ffffff; text-decoration: none; }
.comments strong { font-size: 16px; line-height: 16px; font-weight: normal; }

#idc-container-parent #idc-container .idc-head h3 {

		font-size: 2.0em;

		letter-spacing:-0.04em;

		line-height: 1.05em;

		padding-bottom: 10px;
		
		margin-bottom: 10px;

		font-family: Helvetica, Arial, sans-serif;

		color:#111;

		text-transform:capitalize;

		border-bottom:3px solid #ff9634;

	}
	
	
	#idc-container-parent #idc-container .idc-c .idc-c-h {
background: #f3f3f3;
border-top: 1px solid #aaa;
}


/* =Comments
-------------------------------------------------------------- */
	
.body-comments {  
	clear: both; 
	margin: 0;
	padding: 1px 10px;
	background: #fff;
}

#idc-container-parent #idc-container .idc-c .idc-c-h {
background: #f3f3f3;
border-top: 1px solid #aaa;
}


/* =Post Footer
-------------------------------------------------------------- */

.p-com-main { padding: 0; margin: 5px 0 0 0; border-bottom: solid 1px #aaa; overflow: auto; clear: both; }

.p-com-main .p-who { float: left; width: 170px; margin-top: 5px; line-height: 14px; font-size: 11px; color:#917d69; padding: 0; }

.p-com-main .p-who img { float: left; margin-top: 2px; margin-right: 5px; filter:alpha(opacity=80); opacity:0.8; }


.p-com-main .categories { float: left; width: 300px; line-height: 16px; font-size: 16px; color: #917d69; text-align: center; margin-top: 14px; padding: 0; }
.p-com-main .categories a { color: #917d69; }
.p-com-main .categories a:hover { background: none; text-decoration: underline; }



.p-com-main .vote { float: right; height: 30px; background: #ffffff; margin-top: 3px; }
.p-com-main .comments { height: 30px; float: right; font-size: 9px; line-height: 8px; text-align: center; border-left: solid 1px #aaa; margin: 3px 0 0 0; }
.p-com-main .comments a { display: block; padding: 2px 3px 2px 3px; margin: 0;  }
.p-com-main .comments a:hover { background: #319bd8; color: #ffffff; text-decoration: none; }
.p-com-main .comments strong { font-size: 16px; color: #363C3F; font-weight: normal; line-height: 18px; }



.related-post-tags { 
	margin: 0;
	padding: 0 10px 10px 10px;
	background: #f3f3f3;
	border-top: none; 
	-moz-border-radius-bottomleft: 6px; -khtml-border-bottom-left-radius: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;   
	-moz-border-radius-bottomright: 6px; -khtml-border-bottom-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; 
	overflow: auto;
	clear: both;
	}
	
.related-post-tags ul, .related-post-tags li {
	list-style: square;
	margin: 0;
	padding: 0;
}

.related-post-tags .related-posts {
	margin-top: 13px;
	width: 380px;
	float: left;
}

.related-post-tags .related-posts ul {
	margin-top: 2px;
}

.related-post-tags .related-tags {
	margin-top: 15px;
	width: 200px;
	float: right;
	clear: right;
}

.related-post-tags .related-people {
	margin-top: 9px;
	width: 200px;
	float: right;
	clear: right;
}

.related-post-tags .related-show {
	clear: both;
	margin-top: 10px;
	margin: auto;
	font-size: 14px;
	width: 100%;
	text-align: center;
}


.related-post-tags-index { 
	margin: 0;
	padding: 2px 10px;
	background: #eee;
	overflow: auto;
	clear: both; 
	-moz-border-radius-bottomleft: 6px; -khtml-border-bottom-left-radius: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;   
	-moz-border-radius-bottomright: 6px; -khtml-border-bottom-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; 
}

.related-post-tags-index .related-tags-index {
	margin-top: 0;
	font-size: 10px;
	width: 50%;
	float: left;
}

.related-post-tags-index .related-people-index {
	margin-top: 0;
	font-size: 10px;
	width: 50%;
	float: right;
}

.related-post-tags-index .related-tags-index a, .related-post-tags-index .related-people-index a {
	color: #363C3F;
}

.related-post-tags-index .related-tags-index a:hover,
.related-post-tags-index .related-tags-index a:active,
.related-post-tags-index .related-people-index a:hover,
.related-post-tags-index .related-people-index a:active {
	background: none;
	text-decoration: underline;
}

.related-posts {
	margin-top: -10px;
}


/* =Podcast hub 
-------------------------------------------------------------- */
#hubsum {
	padding: 15px 10px 10px 10px;
	margin: 0px 0 20px 0;
	overflow: auto;
	background: #fff;
}

#hubsum img { max-height: 200px; max-width: 200px; padding-bottom: 5px; margin-top: -5px; }

#hubsum h2 { clear: none; font-size: 24px; font-weight: bold; padding-bottom: 10px; }

#hubsum li { padding-bottom: 5px; }

#hubsum #left1 { width: 100; float: left; clear: none; list-style: none; margin-right: 10px; font-weight: bold; }
#hubsum #left2 { width: 130; float: left; clear: none; list-style: none; margin-right: 10px;}
#hubsum #right { width: 125; float: right; clear: none; list-style: none; }

#hubsum p { margin-bottom: 5px; padding: 0 0 2px 0; border-bottom: solid 1px #aaa; margin-left: 220px; }


/* =Author hub 
-------------------------------------------------------------- */
#authhub { 
	padding: 5px 0 0 0;
	margin: 20px 0 25px 0;
	border-bottom: 1px solid #aaa;
	overflow: auto;
}

#authhub img { max-height: 200px; max-width: 200px; padding-bottom: 5px; margin-top: -2px; }

#authhub h2 { font-size: 24px; font-weight: bold; padding-bottom: 10px; }

#authhub p { margin: 0; padding: 0 0 5px 0; margin-left: 110px; }
 

/* =Podcast view 
-------------------------------------------------------------- */

#cast-content {
	padding: 10px 0 0 0;
	margin: 0 0 0 5px;
}

#cast-content .cast-entry-content img {
	max-height: 75px;
	max-width: 75px;
}
 
#cast-content .post {
	float:left;
	margin: 10px 0 10px 8px;
	padding: 5px 5px 0 5px;
	background: #ffffff;
    border:1px solid #aaa;
} 

#cast-content .entry-title {
	border-bottom: 2px solid #ff9634;
	width:200px;
	max-width: 200px;
	padding: 0 0 2px 0;
	margin: 0 0 3px 0;
}

#cast-content .entry-title a {
    text-decoration:none;
	font-size: 16px;
	line-height: 17px;
}


#cast-content .entry-title a:hover {
}

.cast-entry-content {
	position: relative;
    font-sizez: 11px;
    line-height:17px;
    padding: 0;
    max-width: 200px;
    float: left;
    height: 260px;
    overflow: hidden;
}


.cast-p-com-main { height: 35px; padding: 0; margin: 0 -5px 0 -5px; clear: both; max-width: 210px;}

.cast-p-com-main .p-who { padding-top: 8px; line-height: 13px; font-size: 10px; color:#917d69; }

.cast-p-com-main .p-who img { float: left; margin: 2px 5px -5px 0; padding: 0; filter:alpha(opacity=80); opacity:0.8; }


.cast-p-com-main .categories { float: left; font-size: 12px; color: #917d69; padding: 0 4px; text-align: center; max-width: 100px; max-height: 30px; min-width: 100px; min-height: 30px; margin-top: 1px; }
.cast-p-com-main .categories a { color: #917d69; }
.cast-p-com-main .categories a:hover { background-color: #917d69; color: #fff; }



.cast-p-com-main .vote { float: right; height: 30px; margin-top: 1px; }
.cast-p-com-main .comments { height: 31px; float: right; font-size: 9px; line-height: 11px; text-align: center; margin-top: -30px; border: none; }
.comments a { display: block; color: #363C3F; margin: 0 5px 0 5px; width: 24px; height: 21px; padding: 3px 3px 7px 3px; background: url(images/bg-commentbox.png) no-repeat;  }
.comments a:hover { background: url(images/bg-commentbox.png); background-position: 0 -31px; color: #ffffff; text-decoration: none; }
.comments strong { font-size: 16px; line-height: 16px; font-weight: normal; }


/* =Sidebar 
-------------------------------------------------------------- */

/* Side 2
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */


.s2 .side-con { padding: 5px 10px;}

.s2 .side-con-cmp { overflow: visible; padding: 7px 0 5px 0; margin-top: -8px; }

.s2 .side-con-cmp img{ float: right; margin-top:-47px; margin-right: -5px; }

.s2 .side-con-cmp .h5left { clear: none; color:#ffffff; background: #ccc; margin-top: 5px; padding: 2px 5px; text-align: left;}
.s2 .side-con-cmp .h5right { width: 110px; float: right; clear: none; color:#ffffff; background: #ccc; margin-top: 5px; padding: 2px 5px; text-align: right; }

.s2 .sidebar2ad { margin-top: 5px; margin-bottom: 5px; }
.s2 .sidebar2ad h6 { font-size: 10px; color:#ccc; padding: 0; margin: 0; float: right; text-align: right; }

.s2 .sidebar-3d { padding: 0; margin: 20px 0 0 0 ; overflow: auto; background: #f3f3f3; -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;  }


/* Poll
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
.s2 .poll { width: 135px; margin: 0 auto; padding: 0 ; float: left; margin-left: 0; }
.s2 .poll li { list-style: none; padding-top: 5px; }


/* Feature image
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
.s2 .featureimage { margin: 0; padding: 0; text-align: right; font-weight: bold; }
.s2 .featureimage img {  }
.s2 .featureimage a:hover img { outline-style: none; outline-color: #7aa622; }

/* Features Panel 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.s2 .features { width: 300px; float: left; clear:both; }
.s2 .features p { border: 1px solid #363c3f; border-collapse: collapse; background-color: #f58131; color: #fff; margin-bottom: 3px; }
.s2 .features h3 { color:#333; padding: 5px 7px 1px 7px; margin-bottom: 3px; font: normal 18px "Arial"; }


/* Recent Panel 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.s2 .recent { width: 300px; float: left; clear:both; }
.s2 .recent .widgettitle a, .s2 .recent .widgettitle a:visited { color: #333; }
.s2 .recent .widgettitle a:hover, { color: #fff; background: #333; }
.s2 .recent h3 { color:#333; padding: 5px 7px 1px 7px; margin-bottom: 3px; font: normal 18px "Arial"; }


/* Recent Comments
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.s2 .recentcomments { width: 285px; float: left; clear:both; padding: 0 5px 0 10px; font-size: 10px; }

.s2 .recentcomments li { list-style: none; }




/* CCC Panel 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.s2 .ccc {width: 300px; clear: both; }
.s2 .ccc1 {width: 140px; float: right; margin-left: 5px; }
.s2 .ccc1 p { color: #f58131; font-size: 14px; padding-bottom: 3px; }
.s2 .ccc1 strong { font-size: 12px; line-height: 14px; font-weight: normal; }

.s2 .ccc1 ul, ol { list-style: none; }


/* Crew
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.abouttext .textwidget .crew div {
	clear: both;
	border-bottom: 1px dotted #555;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.abouttext .textwidget .crew img {
	float: left;
	clear: left;
	margin: 0 5px 12px 0;
	max-height: 40px;
	max-width: 40px;
}

.abouttext .textwidget .crew ul {
	list-style: none;
	margin: 0 0 5px 0;
}

.abouttext .textwidget .crew li {
	clear: both;
	border-bottom: solid 1px #ccc;
}

.abouttext .textwidget .crew a:link, .abouttext .textwidget .crew a:visited {
	font-size: 15px;
	margin-top: 5px;
}

/* Widget Panel  
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.s2 .dynamic { width: 120px; float: left; margin-top: 4px; padding-left: 10px; margin-bottom: 8px; background: #ececec; border: solid 1px #fff; }
.s2 .dynamic ul, ol { list-style: none; }
.s2 .dynamic h3 { margin-bottom: 0; padding-bottom: 0; }

.s2 .widget_tag_cloud { font-family: "Arial"; line-height: 20px;}

.s2 .twtr-hd {
	display: none;
}


.s2 .twtr-widget p {
	font-size: 11px;
}

.s2 .twtr-widget h4 {
	color:#333; padding: 5px 7px 1px 7px; margin-bottom: 3px; font: normal 18px "Arial"; }

.s2 .twtr-widget a:hover, .s2 .twtr-widget a:active {
	background: none;
	text-decoration: underline;
}


.s2 .widget .widget-body ul {
	list-style: square;
	margin-left: 15px;
}



/* =Navigation
-------------------------------------------------------------- */


.navigation {
    font-size:15px;
    line-height:18px;
    margin:10px 0 0 0;
    padding: 10px 0;
    overflow:hidden;
    background: #fff;
}
.navigation a {
    font-style:none;
    text-decoration:none;
    padding: 5px;
}
.navigation a:active,
.navigation a:hover {
    background: #319bd8;
    color: #ffffff;    
    text-decoration:none;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:40%;
	text-align:left;
	padding-left: 15px;
}
.nav-next {
	float: right;
	text-align: right;
	width:40%;
	padding-right: 15px;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}





#main #container #content #index-insert {
	margin:0 auto;
	list-style: none;
	width:468px;
}

