/*
	Theme Name: Church
	Theme URL: http://www.studiopress.com/themes/church
	Description: Church is a 3-column Widget-ready theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 4.0
	Tags: three columns, fixed width, white, black, gray, red, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #235376;
        background-position: center;
	/*background-image: url(images/blue_bg.png);*/
        background-image: url(images/bgimage.png);
	background-repeat: repeat-y;
	width: 980px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
        float:none;
	background-color: #1c2f49; 
	width: 960px;
	margin: 0px;
	padding: 10px;
	position: relative;
	/* border: 10px solid #333333; */
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #A91B33;
	text-decoration: none;
	}
	
a:hover {
	color: #A91B33;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}
	
/************************************************
*	Top Navbar      							*
************************************************/

#topnavbar {
	/*background: #111111 url(images/topnav.png);*/
	width: 960px;
	height: 30px;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding: 0px;
    background-color: #1c2f49;
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px; 
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
	}
	
#topnavbar a, #topnavbar a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#topnavbar a:hover {
	text-decoration: underline;
	}
	
#topnavbar p {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
	
.topnavbarleft {
	width: 230px;
	float: left;
	margin: 0px;
	padding: 8px 0px 0px 10px;
	}

.topnavbarcenter {
	width: 40px;
	position: relative;
	float: left;
	left: 130px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.topnavbarright {
	width: 600px;
	float: right;
	margin: 0px;
	padding: 7px 10px 0px 0px;
	text-transform: uppercase;
	text-align: right;
	}
	
.topnavbarright a img {
	border: none;
	margin: 0px 3px 3px 0px;
	padding: 0px;
	}
	
.topnavbarsocial {
	height: 0;
	position: relative;
	float: left;
	left: 250px;
	top: 3px;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: #111111 url(images/header.png);
	width: 960px;
	height: 159px;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 2px;
	padding: 0px;
	overflow: hidden;
	}

#header #imageheader {
	width: 460px;
	height: 100%;
	text-indent: -10000px;
/*	background: url(images/logo.png) left top no-repeat; */
	}

#header #imageheader a {	
	display: block;
	width: 100%;
	height: 100%;
	}

#header h1, #header h4 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px;
	padding: 15px 0px 0px 20px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited, #header h4 a, #header h4 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#header h3 {
	color: #A91B33;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
	
#header p {
	color: #FFFFFF;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	line-height: 20px;
	}
	
.headerleft {
	width: 460px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}
	
.headerleft a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.headerright {
	width: 488px;
	float: right;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	}
	
.headerright a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

.rsslink {
	padding: 2px 5px 2px 20px;
	background: url(images/rss.gif) no-repeat left center;
	}	

.headerad {
        top:75px;
        left:-550px;
}

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: #555555 url(images/navbar.png);
	width: 960px;
	height: 35px;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px; 
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
	}
	
#navbarleft {
	width: 745px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#navbarright {
	width: 210px;
	font-size: 11px;
	float: right;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	text-transform: none;
    margin: 0px;
	padding: 9px 15px 8px 15px;
	}

#nav li a:hover, #nav li a:active {
	background: #555555 url(images/navhov.png);
	color: #FFFFFF;
    margin: 0px;
	padding: 9px 15px 8px 15px;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #555555;
	width: 150px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	text-transform: none;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #383838;
	border-left: 1px solid #383838;
	border-right: 1px solid #383838;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #777777;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -32px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
/************************************************
*	SubNavbar      								*
************************************************/

#subnavbar {
	background: #404040;
	width: 960px;
	height: 24px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.5px;
	}
	
#subnav {
	margin: 0px;
	padding: 0px;
	}
	
#subnav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li a, #subnav li a:link, #subnav li a:visited {
	color: #FFFFFF;
	display: block;
	font-size: 10px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    margin: 0px 5px 0px 0px;
	padding: 6px 13px 6px 13px;
	}

#subnav li a:hover, #subnav li a:active {
	background: #888888;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    margin: 0px 5px 0px 0px;
	padding: 6px 13px 6px 13px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #666666;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #888888;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 0px;
	}

#subnav li li { 
	}

#subnav li ul a { 
	width: 150px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -25px 0 0 171px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover1 ul ul, #subnav li.sfhover1 ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover1 ul, #subnav li li.sfhover1 ul, #subnav li li li.sfhover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfhover1 { 
	position: static;
	}
	
/************************************************
*	Homepage 		    	                    * 
************************************************/
	
#homepage {
	float: left;
	width: 616px;
	margin: 0px;
	padding: 0px;
	}
	
#homepage p {
	margin: 0px;
	padding: 0px;
	}

#homepage p img {
	border: none;
    float: left;
	margin: 0px;
	}
	
#homepage ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#homepage ul li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	}

.hpdate {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
#homepagetop {
	background: #1c2f49; /* url(images/homepagetop.gif) top no-repeat */
	float: left;
	width: 621px;
	margin: 2px 0px 12px -1px;
	padding: 0px;
	border: 0px solid #DDDDDD;
	}
	
#homepagetop p {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.featuredtop {
	float: left;
	margin: 0px;
	padding: 4px;
	display: inline;
	}
	
#homepagebottom {
	background: #FFFFFF /*url(images/homepagebottom_white.gif) bottom right no-repeat*/;
	float: left;
	width: 620px;
	margin: 16px 0px;
	padding: 0px;
	border: 0px solid #DDDDDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#homepagebottom p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
	
.hpbottom {
	float: left;
	width: 590px;
	margin: 0px;
	padding: 10px;
	display: inline;
	}

#homepageleft {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
	}

.hpfeatured {
	background: #FFFFFF /*url(images/featured_white.gif) bottom right no-repeat*/;
	float: left;
	width: 282px;
	height: 378px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border: 0px solid #DDDDDD;
	border: 1px solid #ffffff;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;  
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

#homepageright {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	}

.clear {
	clear: both;
	}

.thumb {
	float: left;
	margin: 0px 10px 0px 0px;
	border-color: #989898 #707070 #707070 #989898;
	border-style: solid;
	border-width: 0px;
	}
	
hr {
	border-bottom: 1px dotted #AAAAAA; 
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0px 0px 6px 0px; 
	padding: 0px 0px 1px 0px; 
	clear: both;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 959px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	line-height: 18px;
	}
	
#content h1 {
	color: #444444;
	font-size: 22px;
	font-family:  Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px -8px 0px;
	padding: 10px 0 7px;
	line-height: 22px;
	}
	
#content h1 a, #content h1 a:visited  {
	color: #444444;
	font-size: 22px;
	font-family:  Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px -29px 0px;
	padding: 10px 0px 0px 0px;
	}

#content h1 a:hover {
	color: #A91B33;
	text-decoration: none;
	}
	
#content h2 {
/*	background: #000000; */
	color: #FFFFFF;
	font-size: 20px;
	font-family:  Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	/*padding: 10px 0px 10px 10px;*/
	padding: 6px;
	}

#content h3 {
	/* background: #333333 url(images/headline.png); */
	/*background-image: url(images/featuredhead.gif);*/
	background-color: #235376;
	/* border: 1px solid #235376; */
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: -12px 0px 10px -11px;
	padding: 4px 0px 4px 13px;
	width: 291px;
	letter-spacing: 1px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	}
	
#content h4 {
	/*color: #A91B33;*/
	/*background-image: url(images/homepagebottom.gif);*/
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: -10px 0px 10px -10px;
	padding: 3px 0px 3px 20px;
	width: 100%;
	letter-spacing: 1px;
	background-color: #333333;
	}
	
#hpcontent {
	/*color: #A91B33;*/
	/*background-image: url(images/homepagebottom.gif);*/
	background-color: #235376;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: -12px 0px 10px -10px;
	padding: 4px 0px 5px 13px;
	width: 607px;
	letter-spacing: 1px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	color: #ffffff;
	}
		
#content img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#contentleft {
	float: left;
	width: 600px;
	margin: 0px;
	padding: 0px;
	}
	
#contentleft a img {
	border: none;
	}

blockquote {
	background: #E8E8E8;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea {
	background-color: #FFFFFF;
	float: left;
	width: 599px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 0px solid #DDDDDD;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	}
	
.postarea p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.postarea ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.breadcrumb {
	/*background-image: url(images/homepagebottom.gif);*/
	font-size: 11px;
	margin: -10px -10px 20px;
	padding: 4px 13px 3px;
	height: 20px;
	border-bottom: 1px solid #EAEAEA;
	}
	
.breadcrumb_wide {
	/*background-image: url(images/homepagebottom.gif);*/
	font-size: 11px;
	margin: 4px 4px 4px -5px;
	padding: 4px 8px 2px;
	height: 20px;
	border: 1px solid #EAEAEA;
	}
	
#contentwide {
	float: left;
	width: 940px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.postareawide {
	background: #FFFFFF; /* url(images/fullwidthtop.gif) top no-repeat; */
	float: left;
	width: 951px;
	margin-left: 0px;
    margin-top: -11px
	padding: 10px;
	border: 0px solid #DDDDDD;
    padding-left: 9px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	}
	
.postareawide p {
	margin: 0px;
	/*padding: 0px 0px 15px 0px;*/
	padding: 6px; /*changed this from 0 - 6px */
	}
	
.postareawide ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postareawide ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.postareawide ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postareawide ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postareawide ol li {
	/* changed margin from 0px 0px 0px 20px */
	margin: 15px 0 10px;
	/* Added padding it used to be 0px */
	padding: 10px 5px 10px 10px;
	}
	
.breadcrumbwide {
	float: left;
	width: 920px;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: double #EAEAEA;
	}
	
.date {
	width: 590px;
	float: left;
	margin: 0px;
	padding: 18px 0 0;
	}
	
.dateleft {
	width: 380px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.dateright {
	width: 200px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
	
.time {
	background: #FFFFFF url(images/icon_time.gif) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 20px;
	}
	
.icomment {
	background: #FFFFFF url(images/icon_comments.gif) no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	}
	
.tags {
	background: #FFFFFF url(images/icon_tags.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
.category {
	background: #FFFFFF url(images/icon_category.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
.postmeta {
	width: 590px;
	font-size: 12px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	border-top: double #EAEAEA;
	}
	
.postmeta2 {
	width: 590px;
	font-size: 12px;
	padding: 5px 0px 40px 0px;
	margin: 0px;
	border-top: double #EAEAEA;
	}
	
.archive {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
.adblock {
	background: #000000 url(images/468x60_IMA_Banner_Ads.jpg) top no-repeat;
	float: left;
	width: 590px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 0px solid #DDDDDD;
	height: 41px;
	}
	
.comments {
	/*background: #FFFFFF url(images/homepagebottom_white.gif) bottom right no-repeat;*/
	float: left;
	width: 97%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 0px solid #DDDDDD;
	background-color: #ffffff;
	}
	
.comments_fullwidth {
	/*background: #FFFFFF url(images/homepagebottom_white.gif) bottom right no-repeat;*/
	float: left;
	width: 98%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	background-color: #ffffff;
	}
	
/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.alignleftthumb {
	float: left;
	margin: 16px;
	font-size: 13px;
	text-align: center;
	width: 142px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 		    	        	        * 
************************************************/

#sidebar {
	float: right;
	width: 320px;
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
	top: 17px;
	}
	
#sidebar .widget {
	background: #FFFFFF /*url(images/sidebarbottom_white.gif) bottom right no-repeat*/;
	float: left;
	width: 309px;
	margin: 0px -8px 16px;
	padding: 10px;
	border: 0px solid #DDDDDD;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;  
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
	
#sidebar h2 {
	background: #235376 /*url(images/sidebartop.gif)*/; 
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: -10px -10px 12px;
	padding: 4px 0 20px 13px;
	letter-spacing: 1px;
	height: 2px;
	width: 316px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	/* border: solid 1px #235376; */
	}
	
#sidebar p {
	margin: 0px;
	padding: 0px 0px 0px 45px;
	}
	
#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar embed, #sidebar object {
	width: 300px; 
	height: 250px;
	margin: 0px; 
	padding: 0px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
#sidebar ul li ul li {
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}

/************************************************
*	Left Sidebar                    	        * 
************************************************/

#l_sidebar {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#l_sidebar .widget{
	background: #FFFFFF /*url(images/l_sidebar_white.gif) bottom right no-repeat*/;
	float: right;
	width: 150px;
	margin: 0px 1px 10px;
	padding: 9px;
	border: 0px solid #DDDDDD;
	display: inline;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
	
#l_sidebar h2 {
	background: #235376 /*url(images/l_sidebar.gif)*/; 
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: -10px -9px 12px;
	padding: 0px 0px 16px 7px;
	letter-spacing: 1px;
	width: 160px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border: solid 1px #235376;
	}
	
#l_sidebar p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#l_sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#l_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar ul li li {
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
#l_sidebar ul li ul li {
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
/************************************************
*	Right Sidebar                       	    * 
************************************************/

#r_sidebar {
	float: right;
	width: 140px;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#r_sidebar .widget{
	background: #FFFFFF /*url(images/rightsidebarbottom_white.gif) bottom right no-repeat*/;
	float: right;
	width: 121px;
	margin: 0px 2px 14px;
	padding: 9px;
	border: 0px solid #DDDDDD;
	display: inline;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
	
#r_sidebar h2 {
	background: #235376 /*url(images/l_sidebar.gif)*/; 
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: -10px -9px 12px;
	padding: 0px 0px 16px 7px;
	letter-spacing: 1px;
	width: 130px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border: solid 1px #235376;
	}
	
#r_sidebar p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#r_sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#r_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul li li {
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
#r_sidebar ul li ul li {
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
/************************************************
*	Footer      								*
************************************************/

#footer {
	/* background: #999999 url(images/topnav.png); */
    background-color: #1C2F49;
	width: 961px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: center;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	}
	
#footer p {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 9px 0px 0px 0px;
	}
	
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
/************************************************
*	Search Form									*
************************************************/

#searchform {
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#searchbox {
	background: #EEEEEE !important;
	width: 125px;
	color: #202020;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0 0 0 17px;
	padding: 4px 0px 3px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
#s {
	background: #EEEEEE !important;
	width: 160px;
	color: #202020;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 4px 0px 3px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
#searchsubmit {
	background: #555555 url(images/topnav.png);
	color: #FFFFFF;
	font-size: 11px;
	/*font-family: Georgia, Times New Roman, Trebuchet MS;*/
	margin: 0px 0px 0px 5px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #888888;
	border-right: 1px solid #666666;
	border-left: 1px solid #888888;
	border-bottom: 1px solid #666666;
	}
	
#subscribe {
	background: #FFFFFF url(images/feedburner.png) top no-repeat;
	float: left;
	width: 300px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#subbox {
	background: #EEEEEE !important;
	width: 210px;
	color: #202020;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}
	
#subbutton {
	background: #555555 url(images/topnav.png);
	color: #FFFFFF;
	font-size: 11px;
	/*font-family: Georgia, Times New Roman, Trebuchet MS;*/
	margin: 0px 0px 0px 7px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
#author, #email, #url {
	background: #EEEEEE !important;
	width: 250px;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	}
	
#submit {
	background: #555555 url(images/topnav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
#comment {
	background: #EEEEEE;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	}

/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 100%;
	/* padding: 2px; */
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}
	
p.redBoxSubHead {
	background-color: #990000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	height: 3px;
	letter-spacing: 1px;
	margin-bottom: 12px;
	padding-top: 1px;
	text-align: center;
	height: 18px;
	}
	
.bigfont {
	font-size: 19px;
	line-height: 22px;
	margin-top: -17px;
	} 

.bigfont2 {
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px;
	} 
	
.bigfontpress {
	font-size: 19px;
	line-height: 22px;
	margin-top: 0px;
	} 
	
.largeCenterText {
	font-size: 23px;
	text-align: center;
	top: -7px;
	position: relative;
	color: #444444;
	font-weight: bold;
	padding-top: 10px;
	}
	
.centerText14 {
	font-size: 21px;
	text-align: center;
	/*background-color: #ffff99;*/
	padding-bottom: 0px;
	padding-top: 10px;
	color: #A91B33;
	margin-bottom: 18px;
	line-height: 25px;
	letter-spacing: 1px;
	}
	
.centerText21 {
	font-size: 21px;
	text-align: center;
	/*background-color: #ffff99;*/
	padding-bottom: 0px;
	padding-top: 10px;
	color: #A91B33;
	margin-bottom: 18px;
	line-height: 25px;
	margin-left: 133px;
	margin-right: 133px;
	}
	
.methodBox1 {
	background-color: #235276;
	color: #ffffff;
	width: 268px;
	float: center;
	letter-spacing: 1px;
	margin: -24px -37px 0px -38px;
	padding: 11px;
	/*font-weight: bold;*/
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	min-height: 133px;
	font-size: 13px;
	}

.methodBox2 {
	background-color: #235276;
	margin-right: 10px;
	float: left;
	left: 38px;
	position: relative;
	top: -6px;
	color: #ffffff;
	width: 268px;
	letter-spacing: 1px;
        margin: -10px 49px 21px -38px;
	padding: 11px;
	/*font-weight: bold;*/
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	min-height: 133px;
	font-size: 13px;
	}
	
.submitNowBtnIMA {
	text-align:center;
	margin-top: 28px;
	}

.submitNowBtn {
	text-align:center;
	margin-top: 28px;
	}
	
.submitNowBtnSnail {
	text-align:center;
	padding-top: 78px;
	}

.upperLeft1 {
	/*float: left;*/
	margin-bottom: -18px;
	margin-left: -38px;
	margin-right: 34px;
	margin-bottom: 50px;
	}

.upperLeft2 {
	margin-bottom: -18px;
        margin-right: 130px;
	margin-bottom: 50px;
	}
	
.pushright {
	left: 53px;
	position: relative;
	top: -33px;
	}

.pushright1 {
	left: 153px;
	position: relative;
	top: -33px;
	}
	
.SponsorsCenter {
	left: 88px;
	position: relative;
	top: -4px;
	}

.pressBlack {
	background-color: #000000;
	padding: 24px;
	}
	
/*
.moveArtistsTable {
	position: relative;
	left: -11px;
	top: -179px;
	}
*/
	
.comingSoon {
	font-size: 44px;
	padding: 6px;
	text-align: center;
	}
	
.floatPressLeft {
	/*float: left;*/
	padding: 4px;
	width: 100%;
	}
	
.anotherBigFont {
	font-size: 34px;
	font-weight: bold;
	padding: 6px;
	text-align: center;
	}
	
.smallerBigFont {
	font-size: 25px;
	font-weight: bold;
	padding: 6px;
	text-align: center;
	color: #A91B33;
	}
	
.smallBigFont {
	font-size: 17px;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px
	text-align: center;
	color: #A91B33;
	margin-bottom: -9px;
	}
	
#contentLeft {
	background-color: #ffffff;
	color: #000000;
	float: left;
	font-size: 11px;
	height: auto;
	margin-right: 26px;
	padding: 0;
	width: 150px;
	}
	
.wrapAroundImage { 
    float: left; 
    margin: 4px 19px 4px 4px;
	padding: 2px 8px 8px; 
}

.homeAbout {
	background-color: #000000;
	font-size: 10px;
	padding: 5px;
	display: block;
	font: Verdana, Arial, Helvetica, sans-serif;
	}
	
.verySmallFont {
	color: #444444;
	font-size: 12px;
	text-align: left;
	margin-bottom: -16px;
	text-decoration: underline;
	}
	
.mediaOneLogo {
	/*background-color: #235376;*/
	float: right;
	height: 133px;
	left: 16px;
	margin-right: 51px;
	padding: 10px;
	position: relative;
	top: -79px;
	width: 133px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	}
	
.hideLogos {
	Background-color: #ffffff;
	width: 300px;
	height: 28px;
	margin-top: -34px;
	position: relative;
	top: 28px;
	text-align: center;
	color: #A91B33;
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px;
	}
	
.SubmitClock {
	Background-color: #ffffff;
	width: 566;
	top: 35px;
	height: 27px;
	margin-top: -38px;
	position: relative;
	}
	
.songNameText {
	font size: 10px !important;
	position: relitive;
	}

#blueBox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #235376;
	color: #ffffff;
	font-size: 14px;
	height: auto;
	left: 213px;
	margin-right: 26px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 7px;
	top: 10px;
	width: 497px;
	text-align: right;
	position: relative;
	letter-spacing: 1px;
}

#lightGrayBox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #235376;
	float: left;
	margin: 4px 16px 8px 0;
	padding: 10px;  
    *height: 400px;
    *width: 300px;
}

.line {
  border-bottom: 1px dotted #235376;
  width: 894px;
  margin-left: 13px;
  margin-bottom: 9px
}

#moveTweetmeme {
	left: 152px;
	top: -22px;
	position: relative;
}

#moveTweetmemeOther {
	left: 76px;
	top: -13px;
	position: relative;
}

#moveTweetmemeAndShare {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	left: 67px;
    *left: -235px;
    *top: 300px;
	position: relative;
	background-color: white;
	height: 16px;
	padding: 6px;
	width: 154px;
}

#useThisIfNoiTunesBtn {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	left: 67px;
	position: relative;
	background-color: white;
	height: 16px;
	padding: 6px;
	width: 154px;
	margin-top: 300px;
}

#sharethisPlusTweetBox {
	position: relative;
    top: 5px;
}

#centerStuff {
    text-align: center;
	margin-bottom: 6px;
    *position: relative;
    *left: -210px;
    *top: 290px;
}

#moveMusicPlayerDown {
	position: relative;
	top: 12px;
	background-color: #999999;
	margin-bottom: 9px;
}

   
.black_overlay {
   display: none;
   position: absolute;
   top: 0%; 
   left: 0%;
   width: 100%;
   height: 100%;
   background-color: black;
   z-index:1001;
   -moz-opacity: 0.8;
   opacity:.80;
   filter: alpha(opacity=80);
}
  
.white_content {
  display: none;
  position: absolute;
  top: 25%;
  left: 25%;
  /* width: 50%; */ 
  /* height: 50%; */ 
  padding: 21px 33px 7px;
  border: 9px solid #fca215; 
  background-color: #235376; 
  z-index:1002;
  overflow: auto;
  color: white;
  letter-spacing: 1px;
  text-align: left;
  height: 471px;
  width: 533px;
  
}

#closeBtn {
    background-color: #FCa215;
    border: 5px solid #FCa215;
	width: 15px;
	position: relative;
	left: -38px;
	top: -452px;
    padding: 3px;
    text-align: left;
}

#closeBtn a:link {
	color: #235376;
	text-decoration: none;
	font-size: 23px;
	font-weight: bold;
}

#closeBtn a:visited {
	color: #fca215;
	text-decoration: none;
	font-size: 37px;
	font-weight: bold;
}

#navbar li.page-item-13563 a { font-weight: bold; color: red; }
