/*
Theme Name: The Columnist
Theme URI: http://benmartineau.com/projects/TheColumnist
Description: The Columnist is a grid based wordpress theme. It features a newspaper column layout, neat typographic heirarchy, a tidy grid system and some css3 & jQuery greatness.
Version: 1.0
Author: Ben Martineau. Hacked into ruin by Tom Perkins.  
Author URI: http://benmartineau.com/
Tags: black, white, light, one-column, two-columns, fixed-width
*/

body {
	font-size: 13px;
	font-family: Helvetica, Arial, Sans-Serif;
	background: #F2F2F2;
	color: #333;
	text-align: left;
	margin: 0;
	padding: 0;
	}
	
/* --- TEXT & LINKS --- */

h1, h2, h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	color: #333333;
	}

h1 {
	font-size: 48px;
	line-height: 47px;
	letter-spacing: -1px;
	text-align: left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 28px;
	}

h2.pagetitle {
	font-size: 24px;
	}

#sidebar h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	}

h2, h2 a, h3, h3 a {
	color: #333;
	}
	
h2 a:visited, h3 a:visited {
	color: #ff0033;
	}	
		
p {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	color: #333333;
	}

.feature p {
	font-size: 13px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	color: #333333;
	}

.post p {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	color: #333333;
	}
	
.post-cat p {
	width: 450px;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	color: #333333;
	}	

a, h2 a:hover, h3 a:hover {
	color: #333;
	text-decoration: none;
	outline: none;
	outline-style: none;
	}

a:hover {
	color: #ff0033;
	text-decoration: none;
	}

.more-link {
	padding: 2px 0;
	margin-top: 10px;
	font-weight: bold;
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry a {
	color: #ff0033;
	}

.entry a:hover{
	color: #000;
	}

.entry .text a p {
	color: #ff0033;
	border-bottom: 1px solid #000;
	}
	
.entry .text a img {
	border: 1px solid #CCCCCC;
	}

.entry .text p a:visited {
	color: #000;
	border-bottom: 1px solid #CCCCCC;
	}
	
.entry .text p a:visited {
	color: #000;
	border-bottom: 1px solid #CCCCCC;
	}	
	
.entry .text p a:hover {
	color: #000;
	border-color: #000;
	}	

.commentlist li, #commentform input, #commentform textarea {
	font: 12px Arial, Sans-Serif;
	}
	
.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 16px;
	text-transform: none;
	}

#commentform p {
	font-family: Helvetica, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}


/* --- STRUCTURE --- */

body {
	margin: 0;
	padding: 0;
	}

#page {
	background: #F2F2F2 url(images/bg-tile.gif) repeat-y 0 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	min-height: 1000px;
	}

#content {
	width: 960px;
	position: relative;
	}

#feature {
	width: 210px;
	padding: 0 70px 40px 40px;
	float: left;
	background: #FFFFFF;
	}

#older-posts {
	padding: 8px 0 24px 16px;
	width: 624px;
	float:left;
	background: #F2F2F2;
	}

.post {
	}

.thumbnail {
	width: 140px;
	height: 140px;
	overflow: hidden;
	position: relative;
	}
	
.thumbnail a {
	width: 140px;
	height: 180px;
	display: block;
	}	
	
.thumbnail-cat {
	overflow: hidden;
	position: relative;
	}
	
.thumbnail-cat a {
	display: block;
	}	

.post hr {
	display: block;
	}

.entry {
	width: 624px;
	float: left;
	padding: 228px 0 24px 16px;
	background-color: #F2F2F2;
	display: none;
	}
	
.meta {
	width: 140px;
	margin: 78px 16px 0 0;
	float: left;
	}

.postmetadata {
	padding-top: 5px;
	}

.clear {
	clear: both;
	}
	
/* --- FOOTER --- */

#footer {
	border-top: 1px solid #000;
	}

#footer p {
	text-align: right;
	color: #333333;
	width:100%;
	}
	
#index-footer p {
	text-align: right;
	color: #999;
	}
	
#index-footer {
	float:left;
	border-top: 1px solid #333;
	display: block;
	min-width:608px;
	min-height: 50px;
	padding-top: 16px;	
	}
	
#index-footer p a {
	color: #999;
	}	
	
/* --- FEATURE --- */

#feature h1 {
	max-width: 210px;
	border-bottom: 1px solid #CCCCCC;
font-size:0px;
	}

#feature .timestamp {
	color: #999999;
	margin: 18px 0 0 0;
	}
	
#feature .excerpt p {
	margin: 24px 0 15px 0;
	}

#feature .excerpt {
	height:276px;
	}

#feature .sitedesc {
	color: #ff0033;
	font-size: 18px;
	line-height: 20px;
	margin: 18px 0 0 0;
	}	
	

/* --- ENTRY --- */

.entry .text {
	width: 452px;
	float: left;
	margin-right: 16px;
	line-height: 16px;
	}

.entry .text p {
	-moz-column-count: 1;
	-moz-column-width: 452px;
	-webkit-column-count: 1;
	-webkit-column-width: 452px;
	column-count: 1;
	column-width: 452px;
	}

.entry .text div { 
	border-top: 1px solid #CCCCCC;
	padding: 16px 0 10px;
	}
	
.entry .text .one-column {
	-moz-column-count: 1;
	-moz-column-width: 452px;
	-webkit-column-count: 1;
	-webkit-column-width: 452px;
	column-count: 1;
	column-width: 452px;
	}
	
.entry .text .two-column {
	-moz-column-count: 2;
	-moz-column-gap: 16px;
	-moz-column-width: 218px;
	-webkit-column-count: 2;
	-webkit-column-gap: 16px;
	-webkit-column-width: 218px;
	column-count: 2;
	column-gap: 16px;
	column-width: 218px;
	}
	
.entry .text .three-column {
	-moz-column-count: 3;
	-moz-column-gap: 16px;
	-moz-column-width: 140px;
	-webkit-column-count: 3;
	-webkit-column-gap: 16px;
	-webkit-column-width: 140px;
	column-count: 3;
	column-gap: 16px;
	column-width: 140px;
	}
	

.entry .text img {
	height: auto;
	max-width:440px;
	z-index: 97;
	}
	
.entry .text p{
	margin: 0 0 10px 0;
	padding: 0;
	}
	
.entry .text p a {
	}
	
.entry .image {
	position: absolute;
	top: 0;
	width: 450px;
	height: 390px;
	overflow: hidden;
	z-index: 98;

	}
	
.entry .image img {
	width: 625px;
	height: auto;
	}

.entry .hide {
	position: absolute;
	right: 0;
	top: 150px;
	padding: 10px;
	color: #FFFFFF;
	background: #000000;
	z-index: 100;
	}
	
.entry .text ul, .entry .text ol {
	padding: 6px 0;
	}
	
.entry .text ul li {
	list-style: outside square;
	margin: 0 0 5px 12px;
	}
	
.entry .text ol li {
	list-style: outside decimal;
	margin: 0 0 5px 20px;
	}
	
.entry .text ol li ul li {
	list-style: outside lower-alpha;
	margin: 0 0 5px 18px;
	}
	
.entry .text h1, .entry .text h2 {
	margin: 0;
	}
	
.entry .text h1 {
	font-size: 24px;
	}

.entry h2 {
 	max-width:450px;
	line-height:30px;
	border-top: 1px solid #333333;
	padding-top: 20px;
	margin-top: 1px;

	
	}
	
.post h2 {
 	max-width:450px;
	border-top: 1px solid #333333;
	padding-top: 20px;
	margin-top: 29px;	
	}
	
.post-cat h2 {
	max-width:450px;
	border-top: 1px solid #333333;
	padding-top: 20px;
	margin-top: 29px;
	margin-bottom: 10px;	
	}
	
.post-cat a {
color: #FF0033;
	}

.post-cat a:hover {
color: #000;
	}		
		

/* --- OLDER-POSTS --- */

#older-posts .category {
	width: 140px;
	float: left;
	margin: 0 16px 48px 0;
	height: 375px;
	}

#older-posts h2 {
	font-size: 16px;
	border-top: 1px solid #333333;
	padding: 17px 0 16px 0;
	margin: 0;
	}

#older-posts h2 a {
	color: #333;
	}
	
#older-posts .thumbnail {
	margin: 0 0 20px 0;
	border: 1px solid #CCCCCC;
	}
	
#older-posts .thumbnail h3, .single .thumbnail h2, .page .thumbnail h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px 7px;
	background: rgb(255,0,51);
	background: rgba(255,0,51,0.6);
	border-top: 0px;
	margin-top: 0px;
	}
	
#older-posts .thumbnail h3:hover {
	color: #000;
	}

#older-posts .excerpt {
	height: 200px;
	}

#older-posts p {
	margin-bottom: 15px;
	font-size:13px;
	line-height:16px;
	}

#older-posts .view-all {
	border-top: 1px solid #CCCCCC;
	padding: 5px 0;
	font-weight: bold;
	}

.view-all a {
	color: #000000;
	}
	

.view-all a:hover {
	color: #ff0033;
	}	
	
	

/* --- SIDEBAR --- */

#sidebar{
	position: absolute;
	width: 624px;
	right: 16px;
	z-index: 90;
    line-height: 18px;
	}

#sidebar ul .widget, #sidebar ul .pagenav, #sidebar ul .categories {
	margin-left: 16px;
	width: 140px;
	float: left;
	}
	
#sidebar .menu ul li, #sidebar .menu div {
	display: block;
	}	

#sidebar h3 {
	border-top: 1px solid #333333;
	margin: 16px 0 0 0;
	padding: 10px 0 24px 0;
	}	

#sidebar form {
	margin: 0;
	}

	
#sidebar .menu li ul li ul{
	display: block;
	}	


/* --- SINGLE --- */

.single .entry {
	display: block;
	}

.page .post {
	float: left;
	width: 624px;
	padding: 200px 0 16px 16px;
	}
	
.page .post-cat {
	float: left;
	width: 624px;
	padding: 200px 0 16px 16px;
	}	

.result {
	border-top: 1px solid #333333;
	width: 140px;
	height: 380px;
	margin: 0 16px 16px 0;
	float: left;
	padding-top:14px;
	}
	
.result-shows {
	border-top: 1px solid #333333;
	width: 140px;
	height: 180px;
	margin: 0 16px 16px 0;
	float: left;
	padding-top:14px;
	}	
	
.result .thumbnail h2:hover {
	color: #000;
	}	

.result a {
	color: #ff0033;
	}

.result a:hover {
	color: #000;
	}

.result-shows .thumbnail h2:hover {
	color: #000;
	}	

.result-shows a {
	color: #ff0033;
	}

.result-shows img {
	width: 140px;
	height: 140px;
	}

.result-shows a:hover {
	color: #000;
	}

.single #feature .thumbnail img {
	display: none;
	}

.single #older-posts {
	display: none;
	}



/* --- GALLERY --- */

.entry .gallery {
	position: absolute;
	top: 0;
	width: 624px;
	height: 392px;
	background-color: #FFFFFF;
	z-index: 98;
	}
	
.gallery-item {
	margin: 0;
	width: 140px;
	}
	
.entry .gallery img, .entry .gallery a {
	width: auto;
	height: auto;
	border: 0; !important
	margin: 0;
	padding: 0;
	display: block;
	}


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

.thumbnail img {
	max-height: 180px;
	}
	
.entry .text img {
	max-width: 448px;
	}	
	
.entry .text .two-column img {
	max-width: 218px;
	}
	
.entry .text .three-column img {
	max-width: 140px;
	}

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;
	}



/* --- LISTS --- */

li, ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
ol li {
	margin: 0;
	padding: 0;
	list-style: outside decimal;
	}
	
.meta ul {
	width: 140px;
	}
	
.meta li {
	list-style-type: none;
	list-style-image: none;
	border-bottom: 1px solid #CCCCCC;
	line-height:18px;
	}
	
.meta li:first-child {
	border-top: 1px solid #333333;
	}

.meta p, .meta li {
	padding: 5px 0;
	}
	
.meta li span {
	font-weight: bold;
	}

.meta img {
	width:140px;
	margin-bottom:16px;
	}


/* --- FORMS --- */

input {
	padding: 2px;
	margin-bottom: 10px;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 0;
	}

#sidebar #searchform #s {
	width: 130px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 140px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
	
#commentform textarea {
	width: 290px;
	padding: 2px;
	}

#comments {
	width: 608px;
	float: left;
	border-top: 1px solid #CCCCCC;
	margin-top: 32px;
	}
		
#comment-list, #respond {
	width: 296px; 
	float: left;
	margin-right: 16px;
	padding-top: 24px;
	}

#respond {
	margin: 0;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform #submit {
	margin: 10px 0 5px 0;
	}

/* --- COMMENTS --- */

.alt {
	margin: 0;
	padding: 10px 0;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px 0;
	padding: 10px 0 5px 0;
	list-style: none;
	border-top: 1px solid #CCCCCC;
	}
	
.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 a {
	margin: 0;
	color: #999999;
	}



/* --- MISC --- */

.navigation {
	float: left;
	width: 608px;
	padding: 16px 0;
	border-top: 1px solid #333333;
	margin-top: 32px;
	}
	
.navigation .attachment-thumbnail {
	display: none;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #999999;
	}

blockquote {
	margin: 10px 0;
	padding: 0 0 0 10px;
	border-left: 1px solid #CCCCCC;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
	position: absolute;
	left: -1000em;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}



/* --- WP-STANDARDS --- */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 140px;
	}

.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;
	}

.thumbnail-home {
	width: 140px;
	height: 180px;
	overflow: hidden;
	position: relative;
	margin-top:50px;
	}

/* --- LISTEN --- */

.listen {
	border: 1px solid #cc0033;
	bottom: 10px;
	position: fixed;
	right: 10px;
	min-width:100px;
	min-height:100px;
	background: #ff0033 url(images/listenfooter.png) no-repeat;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index:999;
}



.listen-wrap {
	background: #ff0033 url(images/listenfooter.png) no-repeat;
	position:fixed;
	bottom: 10px;
	right: 10px;
	width:100px;
	height:100px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:18px;
	line-height:14px;
	z-index:999;
}


.listen {
	padding-top:10px;
	padding-left:10px;
	padding-right:0px;
}

.listen-text {
	position:absolute;
	bottom:10px;
}


.listen-wrap a {
	color: #fff;

}
.listen:hover {
	background: #cc0033 url(images/listenfooter.png) no-repeat;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.listen span {
	font-size:11px;
}

/* --- SIDEBAR BANNERS --- */

.subscribe {
	background: url(images/itunes.png) no-repeat;
	display:block;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;

}


.subscribe a {
	color: #fff;
}

.subscribe-wrap {
	background-color: #666;
	display:block;
	width:177px;	
	margin-top: 30px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
}


.subscribe-wrap a {
	color: #fff;
}
.subscribe-wrap:hover {
	background: #333 url(images/itunes.png) no-repeat;
}


.subscriberss-wrap {
	background-color: #ddd;
	display:block;
	width:177px;	
	margin-top: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
}


.subscriberss {
	background: url(images/rss.png) no-repeat;
	display:block;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
}


.subscriberss-wrap a {
	color: #666;
}
.subscriberss-wrap:hover {
	background: #ccc url(images/rss.png) no-repeat;
}

.resonance-wrap {
	background-color: #ddd;
	display:block;
	width:177px;	
	margin-top: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
}

.resonance {
	display:block;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
}


.resonance-wrap a {
	color: #666;
}
.resonance-wrap:hover {
	background-color: #ccc;
}

.resonance span {
	font-size:12px;
}

.resonancelogo {
	min-width: 125px;
	min-height:65px;
	background: url(images/resonance.png) repeat-y 0 0;
	margin-top:50px;	
}

/* --- PIXEL PEOPLE --- */


.team {
	width:140px;
	height:108px;
	position:absolute;
	z-index:999;
left:806px;
top:121px;
	border-bottom: 1px solid #000;

}

.team .ann {
	float:left;
	display: block;
	background: url("images/ann.png");
	width:46px;
	height:108px;
}

.team .ann:hover {
	background-position: -46px 0;
}

.team .simon {
	float:left;
	display: block;
	background: url("images/simon.png");
	width:40px;
	height:108px;
	margin-right: 2px;

}

.team .simon:hover {
	background-position: -46px 0;
}

.team .ste {
	float:left;
	display: block;
	background: url("images/ste.png");
	width:42px;
	height:108px;
	margin-right: 10px;

}

.team .ste:hover {
	background-position: -46px 0;
}


/* --- HOMEPAGE FEATURED POSTS --- */

.featured-post-text {
	font-size: 14px;
	line-height: 18px;
	position:relative;
	float:left;
	width: 140px;
	padding: 0 0 24px 0px;
}

.featured-post-text p {
	
}

.social-media {
	margin-left:-18px;
	margin-top:10px;	
}

.social-media p {
	font-size:11px;

}


.social-media-wrapper {
	border-top: 1px solid #000;
	margin-top:229px;
	margin-left:16px;
	width: 140px;
	float: left;
	max-height: 349px;
	overflow: hidden;
	
}

.featured-post-image {
	width: 292px;
	float: left;
	margin-right:16px;


}

.featured-post-image .thumbnail img {
	width: 292px;
	min-height:292px;
	border: 1px solid #ccc;


}

.featured-post-image .thumbnail {
	width: 294px;
	height: 294px;
	position: relative;
	}
	

.featured-post-image .thumbnail a {
width: inherit;
height: inherit;
	}	
	


.featured-post-image .thumbnail h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 28px;
	padding: 10px 17px;
	background: rgb(255,0,51);
	background: rgba(255,0,51,0.8);
	width: 294px;
	}
	
	
.featured-post-image .thumbnail h3 a {
	color: #fff;
}

.featured-post-image .thumbnail h3 {
	color: #fff;
}

.featured-post-image .thumbnail h3:hover {
	color: #000;
}
		
.featured-post-image .thumbnail h3 a:hover {
	color: #000;
}



.featured-post-wrapper {
	border-top: 1px solid #000;
	margin-top:229px;
	margin-left:16px;
	width: 452px;
	height:349px;
	float: left;
	padding: 16px 0 5px 0px;
}

.featured-post-wrapper h2 {
	font-size: 16px;
	padding: 0px 0 28px 0;
	margin: 0;
	}

.featured-post-wrapper h2 a {
color: #333;
	}

.featured-post-wrapper h2 {
	font-size: 16px;
	padding: 0px 0 16px 0;
	margin: 0;
	}

.featured-post-wrapper h2 a {
color: #333;
	}
	
/* --- POP-UP PLAYER --- */

.player-logo {
height:40px;
margin-left: 16px;
}

.player-logo h2 {
font-size:18px;
color: #000;
}

.player {
display: block;
background-color: #f2f2f2;
padding-bottom:10px;
padding-left:10px;
margin-left: 16px;
padding-top: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
width:460px;
	}
	
.player-meta .team {
	width:140px;
	height:108px;
	z-index:999;
left:340px;
top:114px;
	border-bottom: 0px;
}	

.player-wrap {
padding:0px;
	}

.player a {
display:none;
	}
	
.player p {
display:none;
	}	

.player-meta {
width:100%;
padding-top: 16px;
	}		
	
.meta-cover {
float:left;
width:100px;
margin-left: 16px;
	}
	
.meta-cover a {
color:#fff;
	}		
	
.meta-cover a:hover {
color:#000;
	}			

.player-text {
float:left;
width:250px;
color:#fff;
line-height: 18px;
margin-left: -24px;

	}
	
.player-text h2 {
font-size: 16px;
margin-top: 0px;
	}				

.meta-cover img {
	width:60px;
	height:60px;
	}				
	

/* --- POWERPRESS --- */

.powerpress_wrapper {
	background-color: #ff0033;
	border-radius: 5px;
	-moz-border-radius: 5px;
	z-index:999;
	padding:6px;
	padding-top:32px;
	}
.powerpress_player {
	margin-top:28px;
	}
.powerpress_links {
	color: #ff0033;
	font-size: 12px;
	margin-top:6px;
	line-height:14px;
	}

.powerpress_links a {
	color: #ff0033;
	}

.powerpress_links a:hover {
	color: #333;
	}


/* --- LISTEN NOW --- */

.listennow-wrap {
	background: #ff0033 url(images/listennow.png) no-repeat;
	width:126px;	
	margin-top: 10px;
	margin-bottom: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-size:16px;
	line-height:14px;
}


.listennow {
	padding-top:10px;
	padding-left:10px;
	padding-bottom:8px;
	padding-right:14px;
	display:block;
}

.listennow-wrap a {
	color: #fff;

}
.listennow:hover {
	background: #333 url(images/listennow.png) no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.listennow span {
	font-size:11px;
}


/* --- TWITTER --- */
.twitter {
	display:block;
	right:16px;
	top:230px;
	position:absolute;
	width: 140px;
	height:41px;
	background: url(images/twitter.png) no-repeat;
	margin-top:0px;	
}

#twitter_update_list {
	font-size: 11px;
	line-height: 15px;
	list-style: none;
	background-color: #fff;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	}
	
#twitter_update_list li {
	background: url('images/twitter-divider.gif') bottom left repeat-x;
	padding-bottom: 7px;
	margin-bottom: 9px;
	}
	
#twitter_update_list span {
	color: #666666;
	text-decoration: none;
	}

#twitter_update_list span a {
	color: #ff0033;
	text-decoration: none;
	}

#twitter_update_list a {
	color: #ff0033;
	}

/* --- FACEBOOK LIKE BOX --- */
.facebook {
	margin-top:18px;
	background-color:#fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	padding-left:-2px;
	border: 1px solid #ccc;
	height:65px;
}

/* --- ADVERTISEMENT --- */

.advertisement {
	display:block;
	margin-top:18px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	padding-left:16px;
	height:100px;
	background-color:#fff;
}

.advertisement-text {
	position:absolute;
	top:745px;
	left:740px;
	color:#777;
}

/* --- FEATURED NEWS --- */


.featured-news {
	display:block;
	border-top: 1px solid #000;
	margin-left:16px;
	width: 296px;
	max-height:200px;
	float: left;
	padding: 0px 0 16px 0px;
}

.featured-news {
	font-size:13px;
	line-height:16px;
}

.featured-news h3 {
	color: #000;
}

.featured-news h3:hover {
	color: #ff0033;
}

.featured-news a {
	color: #ff0033;
}

.featured-news a:hover {
	color: #000;
}



.featured-news-image {
	float:left;
	width: 140px;
	height:140px;
	padding-right:16px;
}

.featured-news-image img {
	width: 138px;
	border: 1px solid #ccc;
}

.featured-links {
	display:block;
	border-top: 1px solid #000;
	margin-left:16px;
	width: 296px;
	max-height:200px;
	float: left;
	padding: 0px 0 5px 0px;
}

#home-categories {
	padding: 8px 0 24px 16px;
	width: 624px;
	float:left;
	background: #F2F2F2;
}

.author-bio {
	width: 608px;
	margin-bottom:20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.author-bio img {
	width:140px;
	float:right;
	margin-left: 16px;
}

.author-image {
	align:right;
}

.content-start {
	margin-top:20px;
}

/* --- HOMEPAGE WIDGET --- */


.mailchimp h2 {
	font-size: 16px;
}

.mailchimp p {
	color: #FF0033;
	font-size: 12px;
	line-height: 14px;
	width:250px;
}


.mailchimp li.widget input[type="text"] { 
	background-color: #f2f2f2;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	height:20px;
	width: 180px;
	color: #666;
	margin-right:6px;
	margin-top: 0px;
}


.mailchimp input.button { 
background: #ff0033;
border:0px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:26px;
	width: 70px;
	color: #fff;
	cursor:pointer;


}

.mailchimp input.button:hover { 
	background-color: #000;
}

li.widget input[type="text"] { 
	background-color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	height:20px;
	color: #666;
	margin-right:6px;
	margin-top: 0px;
	width:134px;
}