/*
Theme Name: SPIN Jordan Theme
Theme URI: http://www.ican.ie
Description: SPIN Jordan Theme, for use only by Spin Jordan.
Version: 1.0
Author: ICAN
Author URI: http://www.ican.ie

*/



/* 
* ------ [Begin Structure] ----- 
*/

body {
	/*background: #000000 url('assets/img/backgrounds/bg_body_top.gif') top left repeat-x;*/
	background: #000000 url('assets/img/backgrounds/bg_spin.jpg') top center no-repeat;
	/*font-family:"Century Gothic", Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* 
* ------ [General] ----- 
*/

h1, h2, h3, h4 {color:#FFFFFF;font-family: Arial, Helvetica, sans-serif;}
	
a:link {color: #f2208d;text-decoration:none;}
a:visited {color: #f2208d;text-decoration:none;}
a:hover {color: #ffffff;text-decoration:none;background-color: #f2208d;} /*#f2208d;*/
a:focus {color: #f2208d;text-decoration:none;}
a:active {color: #f2208d;text-decoration:none;}

/* 
* ------ [Image Link Borders] ----- 
*/


a:link img,a:visited img,a:active img {
	border:1px solid #f2208d;
	}
	a:hover img {
		border:1px solid #ffffff;	
		}
				
.advert a:link img,.advert a:visited img,.advert a:active img,.advert a:hover img    {
	border:none;
	float: left;
}

.noborder a:link img,.noborder a:visited img,.noborder a:active img,.noborder a:hover img    {
	border:none;
}

#footer_meta a:link img,#footer_meta a:visited img,#footer_meta a:active img,#footer_meta a:hover img    {
	border:none;
}

#feature1 a:link img,#feature1 a:visited img,#feature1 a:active img,#feature1 a:hover img    {
	border:none;
}

.fbc_connect_button_area a:link img,.fbc_connect_button_area a:visited img,.fbc_connect_button_area a:active img,.fbc_connect_button_area a:hover img    {
	border:none;
	float: left;
}


/* 
* ------ [General] ----- 
*/

.purple {
	color:#f2208d; /*f2208d*/
}


/* 
* ------ [static buttons] ----- 
*/

input.btn_prp_tiny{
	text-align:center;
	border:0;
	width:56px;
	height:30px;
	color:#FFFFFF;
	font-weight:bold;
	background:url('assets/img/buttons/btn_prp_tiny.png') top left no-repeat;
}

input.btn_prp_medium{
	text-align:center;
	border:0;
	width:100px;
	height:30px;
	color:#FFFFFF;
	font-weight:bold;
	background:url('assets/img/buttons/btn_prp_med.png') top left no-repeat;
}

input.btn_prp_large{
	text-align:center;
	border:0;
	width:150px;
	height:30px;
	color:#FFFFFF;
	font-weight:bold;
	background:url('assets/img/buttons/btn_prp_lrg.png') top center no-repeat;
}


input.btn_black_tiny{
	text-align:center;
	border:0;
	width:56px;
	height:30px;
	color:#FFFFFF;
	font-weight:bold;
	background:url('assets/img/buttons/btn_black_tiny.gif') top left no-repeat;
}


/* 
* ------ [flexi buttons] ----- 
* Useage #1 <div class="btn"><a href="#">Blah BLah</a><span></span></div><br />
* Useage #2 <div class="btn btn_purple"><a href="#">Blah BLah</a><span></span></div><br />
*/

.btn {
	float: left;
	clear: both;
	/*background: url('assets/img/buttons/btn_left.png') no-repeat;*/
	background:url('assets/img/buttons/btn_prp_med.png') top center no-repeat;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	
}

.btn a{
	float: left;
	height: 30px;
	/*background: url('assets/img/buttons/btn_stretch.png') repeat-x left top;*/
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;

}



.btn span {
	/*background: url('assets/img/buttons/btn_right.png') no-repeat;*/
	float: left;
	width: 10px;
	height: 30px;
}

.btn_purple { background-color: #a209d5; }
.btn_purple:hover { background-color: #de7aff; }


/* Begin Typography & Colors */

.thread-alt {
	background-color: #313131;
}
.thread-even {
	background:none;
}
.depth-1 {
	border:none;
}

.even, .alt {
	border:none;
}

h2.pagetitle {}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #fff;
	padding: 0;
	background:none;
	}
	
.commentlist li .avatar a{ 
	float: right;
	border: none;
	padding: 0;
	background:none;
	}
	
.commentlist li .avatar a:hover{ 
	
	}

/* End Typography & Colors */


#header {
	margin: 0;
	padding: 0;
	width:100%;
	width:960px;
	height: 200px;
	/*background-color:#000000;*/
	/*background:url('assets/img/backgrounds/bg_header.gif') top left no-repeat;*/
	}
	
	#logo{
		float:left;
		width:232px;
		height:200px;
		background:url('assets/img/logos/spin.png') top left no-repeat;
	}
	
		#logo a{
			display:block;
			width:232px;
			height:200px;
		}
		
		#logo a:hover{
			background-color:transparent;
		}
	
	#header .banner{
		float:left;
		margin-top:10px;
		/*background:url('assets/img/layout/header_topbanner_swf.gif') top left no-repeat;*/
	}
	
	
	#header #media_player_border {
		float:left;
		width:487px;
		height:92px;
		/*background:url('assets/img/backgrounds/bg_header_listenlive_border.png') top left no-repeat;*/
		padding-top:10px;
	}
	
		#header #media_player_border #media_player{
			width:476px;
			height:80px;
		}
	
	#header .search{
		width:220px;
		float:right;
		padding:0px 0px 0px 10px;
	}

		#header .search div{
			width:220px;
		}
		
		#header .search input{
			border:1px solid #f2208d;
			
		}
	
		#header .search input[type=text]{
			width:130px;
			padding:6px 5px 6px 5px;
			color:#FFFFFF;
			background:url('assets/img/backgrounds/bg_blk_txtbox_slidder.gif') top left repeat-x;
		}
		
		* html #header .search .searchtext {
			width:130px;
			color:#FFFFFF;
			background:url('assets/img/backgrounds/bg_blk_slidder.gif') top left repeat-x;
		}
		
		#header .search input[type=submit]{
			color:#FFFFFF;
			margin-left: -4px;
			padding:5px 5px 7px 5px;
			border: 0;
			background:url('assets/img/backgrounds/bg_blk_slidder.gif') top left repeat-x;
		}
		
		#header .search *input[type=submit]{
			margin-top: 1px;
		}
		
		* html #header .search #searchsubmit {
			color:#FFFFFF;
			background:url('assets/img/backgrounds/bg_blk_txtbox_slidder.gif') top left repeat-x;
			/*margin-top:5px;*/
		}

		#header .search .tri_link{
			text-align:center;
			font-size:12px;
			text-transform: capitalize;
			margin-top: 12px;
			float: left;
		}
		
		.search a {color: #ffffff; margin-right:10px;}

#navigation {
	margin: 0;
	padding: 0;
	width:960px;
	overflow:hidden;
	height: 41px;
	background-color:#000000;
	background:url('assets/img/backgrounds/bg_prp_nav_slidder.gif') top left repeat-x;
	/*background: url('assets/img/backgrounds/bg_nav.gif') top left repeat-x;*/
	}
	
	#navigation ul{
		padding:0;
		margin:0;
		overflow:hidden;
	}
	#navigation ul li{
		float:left;
		list-style:none;
		padding:0;
		margin:0;
		
	}
	
	#navigation ul li a{
		display:block;
		background:url('assets/img/backgrounds/bg_prp_nav_slidder.gif') top left repeat-x;
		border-right:1px solid #000000;
		padding:8px 16px 10px 16px;
		padding:8px 21px 10px 21px;
		color:#FFFFFF;
		font-weight:bold;
		font-size:15px;
		text-transform:uppercase;
		text-decoration:none;
	}
	
	#navigation ul li a.community{
		padding:8px 25px 10px 25px;
		border-right:none;
	}
	
	#navigation ul li a:hover{
		background:url('assets/img/backgrounds/bg_blk_nav_slidder.gif') top left repeat-x;
	}
	
	#navigation ul li a.current_page_item{
		background:url('assets/img/backgrounds/bg_blk_nav_slidder.gif') top left repeat-x;

	}
	
	#navigation ul li a.current_page_item_community{
		/*background:url('assets/img/backgrounds/bg_community_btn.gif') top left repeat-x;*/
		background: #f2208d;
	}

#content_frame{
	padding:20px 0 0 0;
	min-height:600px;
}

	#content_frame #content #breadcrumb{
		padding:0 0 10px 0;
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
	
	}
	
		#content_frame #content #breadcrumb a{
			padding:0 3px 0 3px;
			color:#f2208d;
			text-decoration: none;
		}
		#content_frame #content #breadcrumb a:hover {
			background-color: #f2208d;
			color: #ffffff;
			text-decoration:none;
		}
		
		#content_frame #content #breadcrumb span{
			padding:0 3px 0 3px;
		}
		
		#content_frame #content
		{
			color: #ffffff;
		}
		
		#single_section{
			color:#ffffff;
		}

		#content_frame #content #single_section {
			margin-bottom:20px;
		}

		#content_frame #content #single_section h2 {
			background: url('assets/img/backgrounds/bg_heading_h2.gif') top left repeat-x;
			min-height:56px;
			padding: 0px 0px 0px 15px;
		}
		
			#content_frame #content #single_section h2 a {
				text-decoration:none;
				color: #ffffff;
			}	
			
			#content_frame #content #single_section h2 a:hover {
				background-color:transparent;
			}
			
.closed{
	display:none;
}

#community{
	margin: 0;
	padding: 10px;
	background:#000000 url('assets/img/backgrounds/bg_heading.gif') top right repeat-x;
	width:940px;
	color:#FFFFFF;
	border-bottom: 1px solid #f2208d;
}

	#community .fbc_profile_header img{
		border:2px solid #FFFFFF;
	}

	#community a {
		font-weight:bold;
		text-decoration: none;
	}
	
	#community .community_intro{
		float:left;
		width:280px;
		margin:0 20px 0 0;
	}
	
	#community .community_intro .larger{
		font-size:1.3em;
	}
	
	#community .community_login{
		width:640px;
		float:left;
		margin:0 0 20px 0;
	}
	
	#community .community_login .fbc_connect_button_area{
		float:left;
		margin-right:20px;
	}
	
	#community .community_features{
		float:left;
	}
	
	#community .forgetmenot{
		margin-top:10px;
	}
	
	#community .community_features .community_feature{
		float:left;
		width:130px;
		margin-right:20px;
	}
	
	#community .community_features .community_feature .community_feature_image{
		width:130px;
		height:80px;
	}
	.community_message{
		margin-bottom:20px;
		padding:10px;
		background-color:#3B014E;
	}
	
#login{	
	padding:10px;
	background-image:url('assets/img/backgrounds/bg_login.gif');
	background-repeat:repeat-x;
	text-align:left;
}

	#loginform {
		
		text-align:left;	
	}
	
	#loginform a:hover img {
		border:none;
	}
	
	#loginform img {
		margin:0;
	}

	#login table.form-table { 
		text-align: left;
		font-weight: normal;
		font-size: 11px;
		color: #ccc;
		border-collapse: collapse;
		border-spacing: 0px; 
	}
	
	#login h3{ 
		text-align: left;
	}
	
	
	#login #your-profile input[type=submit]{
		text-align:center;
		border:0;
		width:130px;
		height:30px;
		color:#FFFFFF;
		font-weight:bold;
		background:url('assets/img/buttons/btn_prp_lrg.png') top center no-repeat;
	}
	
	#login table.form-table th { 
		text-align: left;
		font-weight: bold;
		font-size: 11px;
		color: #ffffff;
		vertical-align:top; 
	}
	
	#login table.form-table td { 
		text-align: left;
		text-indent: 5px;
		font-weight: normal;
		font-size: 10px;
		color: #ccc; 
		padding: 5px 2px 5px 2px;
	}



.thickbox{
	float:left;
	margin:0 20px 20px 0;
	/*border:4px solid #fff;*/
}
a.thickbox:hover{
	/*border:4px solid #634094;*/
}
	
#sub_navigation {
	background-color: #000000;
	border-bottom: 1px solid #f2208d;
	/*margin: -1px 0 0 0;*/
	padding: 0;
	margin:0;
	width:960px;
	height: 40px;

	}
	
	#sub_navigation ul{
		padding:4px 0 0 0;
		margin:0;
		overflow:hidden;
	}
	
	#sub_navigation ul li{
		float:left;
		list-style:none;
		padding:0;
		margin:0;
	}
	
	#sub_navigation ul li a{
		display:block;
		padding:6px 21px 5px 21px;
		color:#FFFFFF;
		font-weight:bold;
		font-size:14px;
		text-decoration:none;
	}
	
	#sub_navigation ul li a.community{
		padding:16px 23px 15px 23px;
	}
	
	#sub_navigation ul li a:hover{
		background-color:transparent;
		color:#f2208d;
	}
	
	#sub_navigation ul li.current_page_item a{
		color:#f2208d;
	}

#sidebar ul{
		margin:0;
		padding:0;	
}

#sidebar .navigation{
		margin:0 0 20px 0;
		padding:0;
		overflow:hidden;
}
	
	#sidebar .navigation li{
		list-style:none;
		padding:0;
		margin:0;
	}

	#sidebar .navigation li a{
		display:block;
		padding:12px 20px 12px 20px;
		color:#FFFFFF;
		text-align:left;
		/*background-color:#f2208d;*/
		background: #f2208d;
		border-bottom:1px solid #000000;
		font-weight:bold;
		font-size:12px;
		text-transform:none;
		text-decoration:none;
	}
	
	#sidebar .navigation li a.community{
		padding:16px 23px 15px 23px;
	}
	
	#sidebar .navigation li a:hover{
		/*background-color:#515151;*/
		background: #333333;
	}
	
	#sidebar .navigation li.current_page_item a{
		/*background-color:#515151;*/
		background: #333333;
	}
	
	#sidebar .ad_border{
		padding:20px 20px 10px 20px;
		float: left;
	}
	


#left_column{
	background-color: #313131;
	margin: 20px 0 0 0;
	padding: 0;
	}
	
#right_column{
	background-color: #bbb;
	margin: 20px 0 0 20px;
	padding: 0;
	width:140px;
	}

.col_1{
	float:left;
	/*background-color:#0099FF;*/
	margin:0;
	padding:0;
	width:230px;
	}
	
.col_3{
	float:left;
	/*background-color:#0099FF;*/
	margin:0;
	padding:0;
	width:250px;
	}
	
	.col_3 .ad_border{
		padding:0;
		border:none;
	} 
	
	.col_3 .ad_border img{
		float: left;
		clear: none;
	} 
	
	.col_3 .ad_border .button_left{
		float:left;
		margin:0 10px 10px 0;
	}
	.col_3 .ad_border .button_right{
		float:left;
		margin:0 0 10px 0;
	}
	
.col_2{
	float:left;
	/*background-color:#0066CC;*/
	margin:0;
	padding:0;
	width:300px;
	margin:0 20px 0 20px;
	}

	/*
.col_3{
	float:left;
	background-color:#0099FF;
	margin:0;
	padding:0;
	width:220px;
	}*/

.wp-pagenavi{
	margin-top:20px;
	float: left;
}

#slide_banner{
	background-color:#0033FF;
	margin: 0 0 20px 0;
	padding: 0;
	width:100%;
	height:250px;
	}
	
#left_sidebar{
	/*background-color:#0033FF;*/
	margin: 0 20px 0 0; /*was top 20px before shadow*/
	padding: 0;
	}	
	
#right_sidebar{
	background:none;
	margin: 0 0 0 20px; /*was top 20px before shadow*/
	padding: 0;
	}	

#content_home{
	margin: 0 0 0 0; /*was top 20px before shadow*/
	padding: 0;
	width:820px;
	}
	
	#content_home #slideshow{
		/*background-color:#FF0000;*/
		height:250px;
		margin-bottom:20px;
	}
	
	#content_home a{
		color: #ffffff;
	}
	
	div.headlines {
		background-color: #33071e;
	}
	
	div.headlines h1{
		letter-spacing:0.01em;
		padding:3px 0 0 0;
		margin:0px 0 4px 0;
		font-size:15px;
		text-transform:uppercase;
		color:#FFFFFF;
		background: #f2208d url('assets/img/backgrounds/bg_home_post_w230.gif') top left no-repeat;
	}
	
	div.headlines ul{
		color:#FFFFFF;
	}
	
	div.headlines .subhead{
		color:#ffffff;
		margin-left: 4px;
		margin-right: 4px;
		font-size: 12px;
		font-weight: bold;
	}
	
	div.headlines .subhead .postdate{
		color:#ffffff;
		fonr-size: 11px;
		margin-top: 6px;
		margin-bottom: 5px;
		font-weight: normal;
	}
	
	div.secondary_headlines{
		color:#FFFFFF;
		margin-top: 20px;
		padding-bottom: 15px;
	}
	div.secondary_headlines h2{
		font-size: 16px;
		margin: 0;
		margin-bottom: 5px;
		margin-left: 4px;
	}
	div.secondary_headlines img{
		margin-left: 4px;
		margin-right: 6px;
		float: left;
		clear: none;
	}
	
	div.secondary_headlines .subhead{
		color:#f2208d;
		margin-left: 4px;
		margin-right: 4px;
		font-size: 12px;
		font-weight: normal;
	}
	
	div.secondary_headlines .subhead .postdate{
		color:#FFFFFF;
		fonr-size: 11px;
		margin-top: 6px;
		margin-bottom: 5px;
		font-weight: normal;
	}
	
	/*div.headlines ul a {
	}
	
	div.headlines ul a:hover {
		background-color: #f2208d;
		text-decoration:none;
	}*/
	
	div.headlines h1 a{
		margin-left: 4px;
	}
	
		div.headlines h2 {
			font-size:16px;
			padding: 0;
			margin: 0 0 4px 0;
			padding-left: 4px;
		}
	
		div.headlines h2 a.post_heading {
			background: url('assets/img/backgrounds/bg_home_post_h2.gif') left no-repeat;
			padding-left:7px;
			margin-left:2px;
			color:#f2208d;
			font-weight:bold;
			text-decoration:none;
		}
		
		div.headlines h2 a.post_itself {
		}
		
		div.headlines h2 a.post_itself:hover {}

		div.headlines_blog h2 {
			font-size:12px;
			margin-bottom:0;
		}
		
		div.headlines img {
			padding:0;
			margin:0;
			margin-left: 4px;
			float: left;
			clear: none;
			/*border:4px solid #ffffff;*/
		}
		
		div.headlines .image_heading {
			width:232px;
			margin:0 0 10px 0;
		}
		
			div.headlines .image_heading h2{
				/*width:232px;*/
				float:right;
				width:170px;
			}
			
			div.headlines .image_heading img{
				float:left;
				width:46px;
				height:46px;
			}
			
		div.headlines .photos {
			text-align:left;
			margin-bottom:20px;
			background-color: #33071e;
		}
		
		div.headlines .photos a:hover {
			background-color:transparent;
		}
			
		div.headlines .photos img {
				margin:5px 7px 5px 7px;
				width:56px;
				height:56px;
		}
		
	div.twitter_feed {
		background-color: #33071e;
		color: #ffffff;
		margin-bottom: 20px;
	}
	
	div.twitter_feed h1{
		letter-spacing:0.01em;
		padding:3px 0 0 5px;
		margin:0px 0 4px 0;
		font-size:15px;
		text-transform:uppercase;
		color:#FFFFFF;
		background: #f2208d url('assets/img/backgrounds/bg_home_post_w300.gif') top left no-repeat;
	}
	
	div.twitter_feed .feed_text{
		padding:6px 6px 6px 6px;
		font-size:13px;
		font-weight: bold;
	}
	
	div.twitter_feed .feed_call{
		padding:0 6px 6px 6px;
		font-size:13px;
		font-weight: bold;
		text-align: right;
	}
	div.twitter_feed .feed_call img{
		margin-bottom: -3px;
		border: none;
	}
	div.twitter_feed .feed_call a{
		border: none;
	}
	div.twitter_feed .feed_call a:hover {
		background: transparent;
	}
	
	
	div.more_headlines {
		color: #f2208d;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	
	#content_home div.more_headlines a {
		color: #f2208d;
	}
	#content_home div.more_headlines a:hover {
		color: #ffffff;
	}
	
	div.more_headlines h1{
		letter-spacing:0.01em;
		padding:3px 0 0 0;
		margin:0px 0 4px 0;
		font-size:15px;
		text-transform:uppercase;
		color:#FFFFFF;
	}
	#content_home div.more_headlines h1 a{
		color:#FFFFFF;
	}
	div.more_headlines ul{
		list-style-type: disc;
		list-style-image: url(assets/img/backgrounds/bg_home_post_h2.gif);
		list-style-position: outside;
		margin-left: -15px;
	}
	
	div.latest_blog_posts {
		background-color: #33071e;
		color: #ffffff;
		margin-bottom: 10px;
		width: 250px;
		float: left;
	}
	
	div.latest_blog_posts h1{
		letter-spacing:0.01em;
		padding:3px 0 0 5px;
		margin:0px 0 4px 0;
		font-size:15px;
		text-transform:uppercase;
		color:#FFFFFF;
		background: #f2208d url('assets/img/backgrounds/bg_home_post_w250.gif') top left no-repeat;
	}
	div.latest_blog_posts #entry{
		padding:0 0 10px 0;
		float: left;
		width: 240px;
	}
	div.latest_blog_posts .image{
		padding:0;
		margin:10px 5px 0 5px;
		float: left;
	}
	div.latest_blog_posts img{
		float: left;
		clear: none;
	}
	div.latest_blog_posts .subhead{
		padding:0;
		margin:10px 5px 10px 0;
		font-size:15px;
		width: 170px;
		float: left;
	}
	
	div.recent_comments {
		background-color: #33071e;
		color: #ffffff;
		margin-bottom: 20px;
		margin-top:10px;
	}
	
	div.recent_comments h1{
		letter-spacing:0.01em;
		padding:3px 0 0 5px;
		margin:0px 0 4px 0;
		font-size:15px;
		text-transform:uppercase;
		color:#FFFFFF;
		background: #f2208d url('assets/img/backgrounds/bg_home_post_w300.gif') top left no-repeat;
	}
	
	div.recent_comments img {
		margin: 5px 10px 0 10px;
		border: 1px solid #f2208d;
	}
	div.recent_comments p {
		margin: 5px 5px 20px 0px;
	}
	
	
			
#content{
	margin: 4px 0 0 0; /*was top 20px before shadow*/
	padding: 0;
	width:780px;
	
	}

		#content_home h3{
			text-align:left;
			letter-spacing:0.01em;
			padding:0 0 0 0;
			margin:10px 0 10px 0;
			font-size:18px;
			text-transform:uppercase;
			color:#FFFFFF;
		}
		
		#content_home h3 a{
			margin-left:5px;
			padding:0px 7px 10px 7px;
			background: url('assets/img/backgrounds/bg_content_home_h1.gif') top right no-repeat;
		}
		
		.photos {
			text-align:center;
			margin-top: 20px;
			width: 300px;
			background-color: #33071e;
			color: #ffffff;
			float: left;
			clear: none;
		}
		
		.photos h1 {
			letter-spacing:0.01em;
			text-align:left;
			padding:3px 0 0 5px;
			margin:0px 0 4px 0;
			font-size:15px;
			text-transform:uppercase;
			color:#FFFFFF;
			background: #f2208d url('assets/img/backgrounds/bg_home_post_w300.gif') top left no-repeat;
		}
		.photos h1 a {
			color:#FFFFFF;
		}
		
			.photos .all {
				float: left;
				padding-left: 24px;
				padding-top: 7px;
				padding-bottom: 10px;
			}
			
			.photos img {
				float:left;
				margin:7px 7px 7px 7px;
				width:68px;
				height:68px;
			}
	
#single_content{
	margin: 4px 20px 10px 0; /*was top 20px before shadow*/
	padding: 0;
	width:460px;
	background:none;
	color:#FFFFFF;
	}
	
	#single_content p{
		font-size:1.2em;
	}
	#single_content em{
		font-size:1em;
	}
	#single_content a {
		color:#FFFFFF;
		color:#f2208d;
		font-weight:bold;
		text-decoration: underline;
	}
	
	#single_content a:hover {
	   color:#fff;
		background-color: #f2208d;
		text-decoration:none;
	}
	
	#single_content h2 {
		color:#f2208d;
	}
	
	#single_content h2 a {
		color:#f2208d;
	}
	#single_content h2 a:hover {
		color:#ffffff;
	}
	
	#single_content #scheduleblocks {
		margin:0 0 0 0;
		padding:15px 5px 15px 5px;
		border-bottom: 1px solid #f2208d;
	}
	
	#single_content #scheduleblocks.current{
		background-color:#33071e;
		margin:0 0 0 0;
		padding:15px 5px 15px 5px;
		border-bottom: 1px solid #f2208d;
	}
	
	#single_content #scheduleblocks a {
		color:#fff;
		text-decoration:none;	
  }
	
	
	
	#single_content #scheduleblocks .cshowtext{
		display:inline;
		color:#FF0000;
	}
	
	#single_content #scheduleblocks a, #single_content #scheduleblocks span{display:block;}
	
	#single_content #scheduleblocks a:hover{}
	
	#single_content #scheduleblocks a.image{
		float:left;
		margin:0 10px 10px 0;
		
	}
	
	#single_content #scheduleblocks a.title{
		font-size:1.8em;
		float:left;
		clear:right;
	}
	
	#single_content #scheduleblocks a.title:hover{
	}
	
	#single_content #scheduleblocks a.image img{
		width:64px;
		height:64px;
		float: left;
		/*border:4px solid #fff;*/
	}
	#single_content #scheduleblocks a.image{
		margin-bottom:30px;
	}
	
	#single_content #scheduleblocks .excerpt {
		float:left;
		clear:both;
		width: 440px;
	}
	
	#single_content #scheduleblocks .time {
		color:#f2208d;
		float:left;
		clear:right;
	}
	
	#single_content #scheduleblocks.current .time {
		color:#ffffff;
	}
	
	.show_detail{
		margin:0 0 20px 0;
		float: right;
	}
	
	.show_time{
		margin-left:20px;
		padding-top:7px;
		float:left;
		font-weight:bold;
	}
	
	.show_time .time {
		color:#f2208d;
		float: left;
		clear: both;
	}
	.show_time .detail {
		color:#ffffff;
		float: left;
		clear: both;
	}
	
	hr.breaker {
	
	}
	
		#single_content .show_description {
			float: left;
			
		}
		#single_content .show_description .dj_avatar {
			float: left;
			text-align: center;
			margin-right: 10px;
		}
		/*
		#single_content .show_description a:link, #single_content .show_description a:visited{
			text-decoration:underline;
		}
		#single_content .show_description a:hover{
			text-decoration:none;
		}*/
		
		#single_content .show_description .dj_avatar img{
			margin-bottom:0;
			float: left;
			clear: both;
		}
		
		#single_content .show_description .dj_avatar .name{
			float: left;
			clear: both;
			min-width: 50px;
			width: 100%;
		}

	#single_content_sidebar{
		margin: 20px 0 0 0;
		padding: 0;
		width:300px;
		color:#FFFFFF;
		/*background-color:#66CC99;*/
	}
	
		#single_content_sidebar img{
			/*padding:0;
			margin:0;
			width:46px;
			height:46px;*/
			/*border:4px solid #ffffff;*/
		}
		
		#single_content_sidebar img:hover {
			/*border-color:#f2208d;*/
		}
		
		#single_content_sidebar h3{
			text-align:left;
			letter-spacing:0.01em;
			padding:0 0 0 0;
			margin:10px 0 10px 0;
			font-size:18px;
			text-transform:uppercase;
			color:#FFFFFF;
		}
		
		#single_content_sidebar h3 a{
			margin-left:5px;
			padding:0px 7px 10px 7px;
			background: url('assets/img/backgrounds/bg_content_home_h1.gif') top right no-repeat;
		}
		
		#single_content_sidebar .sponsor img{
			border: none;
		}
		
		#single_content_sidebar .sponsor a{
			border: none;
		}
		#single_content_sidebar .sponsor a:hover{
			border: none;
			background: transparent;
		}
		
	#single_content_sidebar .author{
		margin:0 0 20px 0;
		padding: 10px;
		border:1px solid #313131;
	}
	
		#single_content_sidebar .author a{
			float:left;
			text-decoration: none;
		}
		
		#single_content_sidebar .author a:hover {
			background-color:transparent;
		}
		
		#single_content_sidebar .author .avatar{
			float:left;
			margin:0 10px 0 0;
		}
		
			#single_content_sidebar .author a.avatar img {
			}
		
		#single_content_sidebar #time  {
			font-size:10px;
		}
	
	#single_content_sidebar .sponsor{
		height:80px;
		margin:0 0 20px 0;
	}
	
	#single_content_sidebar .mpu{
		margin:0px 0 20px 0;
		float: left;
	}
	
	#single_content_sidebar .photos{
		margin:10px 0 10px 0;
	}
	
	#single_content_sidebar #featured{
		margin:10px 0 0 0;
		padding-bottom: 5px;
		width: 300px;
		float: left;
	}
	
	#single_content_sidebar .featured{
		padding:5px 0 5px 0;
		float: left;
	}
	
		#single_content_sidebar .featured .heading{
			float:left;
			padding-left:5px;
			width: 140px;
		}
		#single_content_sidebar .featured .heading a{
			font-size: 15px;
			color: #ffffff;
			line-height: normal;
		}
		#single_content_sidebar .featured .image{
			float:left;
			margin: 0;
			margin-left:7px;
			padding: 0;
			width: 145px;
		}
	
	
	#single_content_sidebar #featured {
		background-color: #33071e;
		color: #ffffff;
		margin-bottom: 20px;
		float: left;
	}
	
	#single_content_sidebar #featured h3{
		letter-spacing:0.01em;
		padding:3px 0 0 5px;
		margin:0px 0 4px 0;
		font-size:15px;
		text-transform:uppercase;
		color:#FFFFFF;
		background: #f2208d url('assets/img/backgrounds/bg_home_post_w300.gif') top left no-repeat;
	}
	
	
	
	#single_content_sidebar #embed_code{
		margin:10px 0 10px 0;
	}
	
	#single_content_sidebar .embed_code{
		padding:0 0 0 0;
	}
	
#breadcrumb{
	padding:0 0 10px 0;
	color:#FFFFFF;
}
	#breadcrumb a{
		padding:0 3px 0 3px;
		color: #f2208d;
		text-decoration: none;
	}
	#breadcrumb a:hover{
		color: #ffffff;
	}
	
	#breadcrumb span{
		padding:0 3px 0 3px;
	}
	
.section_grid{
	float:left;
	width:140px;
	padding:0 0 20px 20px;
	}
.section_grid_first{
	float:left;
	width:300px;
	margin:0;
	}
	
.section_grid a, .section_grid_first a{
	color: #f2208d;
	}
.section_grid a:hover, .section_grid_first a:hover{
	color: #ffffff;
	}

.post{
	/*overflow:hidden;*/
}	

.post_large{
	margin:0 0 30px 0;
}	

.post_large p{
	padding:0;
	margin:0;
}

.post_large h3{
	padding:0;
	margin:0;
}

.section_grid h3,.section_grid_first h3{
	padding:0;
	margin:2px 0 4px 0;
	line-height:22px;
}

.section_grid img, .section_grid_first img,.post_large img{
	/*border:4px solid #fff;*/
	}

.banner{
	width:728px;
	height:90px;
	/*background-color:#FF0000;*/
	}

.mpu{
	width:300px;
	height:250px;
	}

.feature{
	width:250px;
	}
	
#feature1{
	width:240px;
	height:250px;
	}	
	
#feature2{
	width:250px;
	margin-bottom:20px;
	margin-top: 10px;
	}
	
	#poll{
		width:236px;
		/*height:250px;*/
		font-weight:bold;
		text-align:left;
		background-color: #33071e;
		padding:15px 7px 4px 7px;
		margin: 0;
		background-color: #33071e;
		color: #ffffff;
	}
	
	#feature2 h1 {
		letter-spacing:0.01em;
		padding:3px 0 0 5px;
		margin:0px 0 0 0;
		font-size:15px;
		text-transform:uppercase;
		color:#FFFFFF;
		background: #f2208d url('assets/img/backgrounds/bg_home_post_w250.gif') top left no-repeat;
	}

		#poll #top_text{
			text-align:left;	
		}
		
		#poll a{
			color:#f2208d;	
			text-decoration: none;
		}
		#poll a:hover{
			color:#FFFFFF;
		}
		
		#poll form{
			margin:0; padding:0;
		}
		
		#poll form label{
			text-align:left;
		}
		
		#poll form input[type=submit]{
			margin-left:80px;
			text-align:center;
			border:0;
			width:56px;
			height:30px;
			color:#FFFFFF;
			font-weight:bold;
			background:url('assets/img/buttons/btn_prp_tiny.gif') top left no-repeat;
		}
		
		#poll h3{
			text-align:left;
			padding:0 0 0 5px;	
		}
		
		#wp-polls-ans  {}
		
		.wp-polls-ans ul.wp-polls-ul {
			margin-bottom:20px;
		}
		
		.wp-polls-ans ul.wp-polls-ul li{
			margin-left: 0px;
		}

.button_advert{
	margin-bottom:10px;
	width:120px;	
}
	
	.button_advert a:link img,.button_advert a:visited img,.button_advert a:active img,.button_advert a:hover img{
		border: none;
	}
	
.skyscraper{
	margin-bottom:10px;
	width:120px;
	height:600px;
	}

.no_left_padding{
	padding-left:0;
	}

.button{
	width:120px;
	/*height:120px;*/
	margin-bottom:10px;
	/*background:url('assets/img/buttons/btn_homebutton.gif') top left no-repeat;*/
	}

#footer{
	margin: 20px 0 0 0;
	padding: 0;
	width:100%;
	color:#FFFFFF;
	background-color:#000000;
	}
	
	#footer a {
		font-weight:bold;
		text-decoration: none;
	}
	
	#footer #footer_feature{
		width:100%;
		margin:0;
		padding:20px 0 20px 0;
		height:80px;
		overflow:hidden;
		text-align:center;
		background:#f2208d url('assets/img/backgrounds/bg_footer_feature.gif') top left repeat-x; /*revert back to a gif!!!*/
	}
	
		#footer #footer_feature a:hover {
			background-color: #f2208d;
		}
	
		#footer #footer_feature .footer_feature_blocks {
			float:left;
			width:292px;
			margin:0px 5px 10px 20px;
			padding-bottom:20px;			
		}
		
		#footer #footer_feature .footer_feature_blocks .image_heading {
			width:292px;
		}
		
			#footer #footer_feature .footer_feature_blocks .image_heading h2{
				/*width:232px;*/
				padding:0 0 10px 0;
				margin: 0 0 0 0;
				float:right;
				width:150px;
				font-size:14px;
				text-align:left;
			}
			
				#footer #footer_feature .footer_feature_blocks .image_heading a{
					color: #ffffff;
				}
				
				#footer #footer_feature .footer_feature_blocks .image_heading p{
					float:right;
					width:150px;
					margin:0 0 0 10px;
					text-align:left;
					color:#000000;
				}

			#footer #footer_feature .footer_feature_blocks .image_heading img{
				float:left;
				width:120px;
				height:79px;
				border:1px solid #ffffff;
			}
			
			#footer #footer_feature .footer_feature_blocks .image_heading img:hover{
				border-color:#f2208d; /*darker purple hover*/
			}
			
	#footer #footer_share{
		width:100%;
		height:50px;
		margin:0 auto 0 auto;
		background:url('assets/img/backgrounds/bg_footer_share.gif') top left repeat-x;
	}
	
		#footer #footer_share a:hover {
			color: #fff;
			/*background-color: #ffffff;*/
		}
	
		#footer #footer_share #centerit{
			width:500px;
			margin:0 auto 0 auto;
			padding-top:15px;
			text-align:center;
		}
	
	
		#footer #footer_share span{
			margin-right:15px;
			float:left;
			font-size:15px;
			text-transform:uppercase;
			color:#f2208d;
			font-weight:bold;
		}
		
		#footer #footer_share a {
			margin-right:15px;
			display:block;
			float:left;
			font-size:15px;
			text-transform:uppercase;
			text-decoration:none;
			color:#f2208d;
			font-weight:bold;
		}

		#footer #footer_share #facebook_share{
			width:104px;
			height:24px;
			margin-top: -3px;
			background:url('assets/img/logos/facebook_share.png') top left no-repeat;
		}
		
		#footer #footer_share #twitter_share{
			width:104px;
			height:24px;
			margin-top: -6px;
			background:url('assets/img/logos/twitter_share.png') top left no-repeat;
		}
		
		#footer #footer_share #bebo_share{
			width:86px;
			height:30px;
			margin-top: -7px;
			background:url('assets/img/logos/bebo_share.png') top left no-repeat;
		}
		
	#footer #footer_meta{
		width:100%;
		margin:0;
		padding:20px;
	}
	
		#footer #footer_meta .footer_meta_block{
			width:210px;
			float:left;
			margin:0 25px 0 0;
			padding:0 0 0 0;
		}
		
		#footer #footer_meta .footer_meta_block a{
			color: #f2208d;
		}
		
		#footer #footer_meta .footer_meta_block a:hover{
			color: #ffffff;
		}
		
		#footer #footer_meta .footer_meta_block ul{
			list-style:none;
			padding:
		}
		
		#footer #footer_meta .footer_meta_block li{
			margin-left: 0px;
		}
		
		#footer #footer_meta .footer_meta_block h3{
			color:#FFFFFF;
			font-size:18px;
			text-transform:uppercase;
		}
		
		#footer #footer_meta .footer_meta_block h4{
			color:#FFFFFF;
			font-size:14px;
		}
		
		#footer #footer_meta .footer_meta_block #designed_by_ican{
			background-color:transparent;
		}
		
	





small{
	font-size:10px;
	color:#CCCCCC;
}

.post hr {
	display: block;
	}


.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry img {
	margin-bottom: 30px;
	}
	
	.entry a img {
		padding: 0;
		margin: 0;
	}
	
	.entry a:hover img {
		padding: 0;
		margin: 0;
		background-color: transparent;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



ol li{
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 0px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
	#respond #fbc_login {
		display:block;
		margin-bottom:5px;
	
	}
	
	#respond h5 {
		font-size:15px;
		text-align:left;
	}
	
	#respond .cancel-comment-reply {}
	
	#respond .comment_via_fbk {
		margin-bottom:10px;
		/*background:url('assets/img/backgrounds/bg_login.gif') top left repeat-x;
		padding:10px 10px 10px 10px;*/
	}
	
	#respond #community_comment {
	}
	
	
	#respond{
		padding:10px 10px 10px 10px;
		float: left;
		background:url('assets/img/backgrounds/bg_login.gif') top left repeat-x;
	}
	
	#respond #community_comment .community_login form label {
		width:150px;
		margin-right:5px;
	}
	
#respond a:hover{
	background-image:none;
}	
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 5px 0 5px auto;
	/*float: right;*/
}
	
	
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.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;
	}
	
.comment_title{
	margin-left:10px;
}

.comment_area{
			background: url('assets/img/backgrounds/bg_heading_h2.gif') top left repeat-x;
			min-height:56px;
			padding: 0px 0px 0px 15px;
			border-top:1px solid #313131;
}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}

/* 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: 5px 4px 5px;
	margin: 0;
	color:#000000;
}
/* End captions */


	.recent_comments{
		margin-bottom:20px;
	}
	
	.recent_comments .avatar{
		float:left;
	}
	
	.recent_comments .comment_text{
		float:left;
		width:220px;
	}
	
	.featured img{
		float:left;
		margin:0 0 0 0;
	}
	.featured h4{
		
	}


.tagmeta{
	margin-top:20px;
	padding-top:10px;
	border-top:1px solid #f2208d;
}


#single_content .btn a:hover{
	background: none;
	color: #000000;
}


#request_form {
	margin-top: 20px;
	margin-bottom: 20px;
}

#request_form #submit_result{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #f2208d;
}

#request_form h3{
	color: #f2208d;
}

#request_form #label{
	float: left;
	clear: none;
	width: 120px;
	margin-left: 20px;
}
#request_form #field{
	float: left;
	clear: none;
	margin-bottom: 8px;
}

#request_form #submit{
	float: left;
	clear: none;
	margin-top: 10px;
	margin-left: 20px;
}

#single_pixel_ad {
	border: none;
}

#single_pixel_ad a img {
	border: none;
	background: #000000;
}

#single_content .wp-pagenavi a {
  color:#fff;
  text-decoration:none;
}

.container {
  width:120px;
  height:120px;
  float:left;
}

#content_frame #single_section a.thickbox:hover {
  background:#000;
}

.aligncenter {
  margin-left:auto;
  margin-right:auto;
}
