@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear:both;
}
:focus {
	outline-style: none;
}
body {
	background:url(../images/background.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1 {
}
h2 {
	font-size:28px;
	color:#167fc1;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 2px #999;
}
h3 {
	font-size:15px;
	color:#707070;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	line-height:15px;
}
h4 {
	font-size:20px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	color:#2B79BC;
	text-shadow: 1px 1px 2px #999;
	border-bottom:solid 1px #2B79BC;
	margin-bottom:15px;
}

a { color: #167fc1; text-decoration:underline;}
a:visited { color: #167fc1; }
a:hover { color: #167fc1; }
a img {border:none;}

#header {
	width:962px;
	height:307px;
	background:url(../images/header.png);
	margin: 0 auto 0 auto;
	position:relative;
}
#logo {
	position:relative;
	left:-20px;
	z-index:100;
	width:390px;
}
#submitStory {
	position:absolute;
	z-index:100;
	left:445px;
	top:255px;
	
}
.stationList {
	width:500px;
	height:25px;
	left:50px;
	top:-10px;
	position:relative;
	color:#f8f8f8;
	text-shadow: 1px 1px 3px #999;
	
}
#container {
	width:962px;
	margin: 0 auto 0 auto;
	position:relative;
	background:url(../images/container.png);
	
}
#navigation {
	width:999px;
	height:54px;
	padding: 6px 0px 6px 0px;
	left:-10px;
	position:relative;
}
#home, #about, #onair, #support, #events, #media, #ministry, #contact {
	float:left;
}
#containerBottom {
	width:962px;
	height:84px;
	margin: 0 auto 0 auto;
	background:url(../images/containerBottom.png);
	position:relative;
}

#footer {
	text-align:center;
	font-size:16px;
	margin:0 auto 0 auto;
	margin-bottom:20px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	position:relative;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
/*Left Column*******************************************/
#content {
	width:570px;
	float:left;
	margin-left:60px;
}
#contentHome {
	height: auto;
	padding: 30px 0;
	position: relative;
	float: left;
}
#content p {
	line-height:18px;
	text-align:justify;
	margin-bottom:15px;
}
#promotion {
	width:560px;
	height:175px;
	margin-top:14px;
}
.feature {
	margin-top:20px;
	float:left;
	width:560px;
	line-height:24px;
	text-align:justify;
}
.feature a {
	text-decoration:none;
}
.readMore {
	text-align:right;
}
#content .feature .readMore {
	text-align:right;
}
.readMore a {
	color:#06F;
	text-decoration:underline;
}
.feature img {
	float:left;
	margin: 0px 20px 20px 0px;
}
.articleDate {
	font-style:italic;
}
#sponsors {
	float:left;
	padding-top:30px;
	width:560px;
}
#sponsors img {
	margin-right:10px;
}
.contacts {
	margin-left:50px;
}
.title {
	font-style:italic;
	font-size:14px;
}



/*Right Column*******************************************/
#rightColumn {
	width:275px;
	float:right;
	margin-right:20px;
}
#nowPlaying {
	background:url(../images/nowPlaying.png);
	width:268px;
	height:107px;
}
#onthego {
        margin-bottom:20px;
}
.songTitle {
	position:relative;
	top:43px;
	left:9px;
	color:#f8f8f8;
	font-size:20px;
}
.artist {
	position:relative;
	left:25px;
	top:41px;
	color:#f8f8f8;
	font-size:16px;
}
#onAirNow {
	background:url(../images/onairbg.png);
	width:240px;
	height:240px;
	margin-bottom:15px;
}
#onAirNow img {
	margin: 10px 10px 3px 10px;
}
.onAirHost {
	color:#f8f8f8;
	font-size:20px;
	margin-left:10px;
}
.onAirSchedule {
	color:#f8f8f8;
	font-size:14px;
	margin-left:10px;
	position:relative;
	z-index:30;
}
#mic {
	z-index:10;
	position:relative;
	top:-140px;
	left:170px;
}
#calendarEvent {
	margin-right:33px;
	width:240px;
	margin-right:20px;
}
.calendarTitle {
	float:left;
	padding-top: 12px;
	width:150px;
}
.calendarDate {
	float:right;
	padding-top: 12px;
	width:90px;
	height:16px;
	text-align:right;
	color:#167fc1;
}
.calendarDescription {
	float:left;
	padding-bottom: 5px;
	color:#000000;
	text-align:justify;
}
#dailyDevotion {
	margin-top:15px;
	float:left;
	background:url(../images/dailyDevotion.png);
	background-repeat:no-repeat;
	width: 240px;
	height: 177px;
}
.devotionTitle a {
	color:#fda414;
	top:61px;
	left:42px;
	position:relative;
	font-weight:bold;
}
.devotionDescription{
	width:200px;
	color:#FFFFFF;
	text-decoration:none;
	top:68px;
	left:24px;
	position:relative;
	text-align:justify;
}
.devotionDescription a {
	
}
#devotionReadMore a {
	text-align:right;
	top:72px;
	left:135px;
	position:relative;
	color:#FFFFFF;
	position:relative;
}
.hide {display: none;}

#facebook {
	background:#FFFFFF;
	float:right;
	margin-top:-100px;
	margin-right:34px;
	width:120px;
	font-size:11px;
	margin-bottom:15px;
	position:relative;
}
#blog {
	float:left;
	top:10px;
	left:-18px;
	position:relative;
}
/***fromTheHeart******************************************************/
	#fromTheHeart{
	width: 402px; /* Defines the size of the visible part of the carousel / effected by item padding*/
	overflow:hidden;
	position:relative;
	top:-140px;
	left:417px;
}
#fromTheHeart ul{
	position: relative; /* Enables positionning of elements inside fromTheHeart */
	padding: 0; /* Resets default - User Agent - style */
}
#fromTheHeart li{
	width: 352px; /* Defines the size of inner element */
	height: 120px;
	float: left; /* Places list items side by side*/
	list-style: none; /* Resets default - User Agent - style */
	padding: 0px 30px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:20px;
	text-shadow: 1px 1px 3px #999;

}
#simplePrevious, #simpleNext{
	margin:0px 10px;
	cursor: pointer;
	position:relative;
	left:300px;
	top:-8px;
}

.name, .city {
	color:#1580c1;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:15px;
	font-weight:bold;
	font-style:italic;
	text-align:right;
}
.city {
	font-size:11px;
}
.center {
	text-align:center;
}
img.right {
	padding:0px 0px 20px 30px;
	float:right;
}

/**Blue Container***********************************/
#content .blueContainer {
	background-color:#C2E0FB;
	border:1px solid #DDDDDD;
	margin-bottom:20px;
}
#content .blueContainer img,#content .blueContainer p {
	margin:15px;
}
#content .blueContainer img {
	border:1px solid #666666;
}
/**About**************************************************/
#coverage ul {
	list-style:none;
	margin-left:270px;
}
#bethesda {
	margin:20px 0px 0px 290px;
}
#history img {
	margin-left:30px;
}
.question {
	font-size:22px;
	text-align:center;
	color:#167fc1;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 2px #999;
}
/**Ministry***************************************************/
#content .ministry {
	background-color:#C2E0FB;
	margin-bottom:20px;
}
#content .ministry img,#content .ministry p {
	margin:15px;
}
.ministry h2 a {
	text-decoration:none;
}

/**On-Air**************************************************/
#content .personality {
	float:left;
	padding:20px 10px 0px 0px;
	margin:0px 35px 0px 0px;
	width:240px;
	height:280px;
}
#content .personality img,#content .personality p {
	text-align:center;
}
img.center {
	display:block;
	margin:0 auto;
	border:1px solid #666666;
	
}
/**Media***************************************************/
table tr {
	height:25px;
}

