/*======================[ GENERAL ]==================*/

* {
	font-family:arial, helvetica, san-serif;
	margin:0;
	padding:0;
	color:#000000;	
	border:0;
	}
	
html, body {
	margin:0;
	padding:0;
	text-align:center;
	background: url(images/background.gif) 0 0 repeat-x;
	background-color:#440000;
	}

.clear {
	clear:both;
	}

.nounderline {
	text-decoration:none;
	}
	
hr {	
	background-color:#fff;
	border-bottom:1px solid #d7d7d7;
	color:#fff;
	height:1px;
	width:100%;
	}

.content hr {	
	background-color:#fff;
	border-bottom:1px solid #d7d7d7;
	color:#fff;
	height:1px;
	width:100%;
	margin:20px 0 20px 0;
	}


	
.content abbr, .content acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}
 
em {
	font-style:italic;
}



.content th, .content td {
	border:1px solid #d7d7d7;
	padding:15px;
	background:#f3f3f3;
	vertical-align:top;
}

.content ul {
	margin-left:50px;
	list-style:disc;
	font-size:11px;
	}

.content li{
	line-height:130%;
	margin-bottom:5px;
	}

ol {
	margin-left:50px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
	font-size:11px;
	}
	
ol li{
	line-height:110%;
	margin-bottom:5px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
	}
	
label {
	clear:both;
	}

.content p,.content table,.content form,.content ol,.content ul,.content dd{
	margin-bottom:10px;
	}
	
.content h1,.content h2,.content h3,.content h4,.content h5{
	padding-bottom:5px;
	}

.content table caption{
	text-align:left;
	color: #000;  
	font-size: 11px;  
	font-weight:900;
	padding-bottom:5px;
	padding-left:5px;
	}


/*======================[ FONTS ]====================*/

p {	
	font-size:11px;
	color:#000000;
	}

h1 {
	font-size:20px;
	color:#00ADEF;
	}

h2 {
	font-size:16px;
	}

h3 {
	font-size:14px;
	}

h4 {
	font-size:13px;
	}

h5, h6 {
	font-size:10px;
	}

hr {
	border:0;
	height:1px;
	background:#a7a7a7;
	width:100%;
	color:#ffffff;
	}



/*======================[ HEADER ]===================*/

#header {
	width:1000px;
	float:left;
	}

/*======================[ LOGO ]=====================*/

#logo {
	width:150px;
	height:150px;
	float:left;
	margin-left:70px;
	margin-top:30px;
	}

/*======================[ NAV ]======================*/

#topnav {
	float:left;
	margin-top:140px;
	margin-left:30px;
	}

#topnav table{
	display:inline;
	border-spacing: 0px;
	border-collapse: collapse;

	}

#topnav td, #topnav tr{
	display:inline;
	float:left;
	}

#topnav td {
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	margin-left:-1px;
	}

#topnav a{
	float:left;
	font-color:#ffffff;
	padding:2px 12px 2px 12px;
	text-decoration:none;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	display:inline;
	margin-top:1px;

	}

#topnav a:hover{	
	margin-top:0px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(images/background_link.gif);
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	}

ul#dropdown {
	border:1px solid #ffffff;
	background:#3d3d3d;
	margin-left:-1px;
	margin-top:-9px;
	padding-top:5px;
	padding-bottom:5px;
	width:150px;
	}

#dropdown li{
	display:block;
	list-style:none;
	/*display:none;
	list-item:none;*/
	}


#dropdown li a{
	display:block;
	color:#ffffff;
	background:none;
	border:0;
	margin:0;
	font-weight:normal;
	clear:both;
	width:98px;
	text-align:left;
	width:135px;
	padding:3px 0 3px 15px;
	text-decoration:none;
	font-size:11px;
	}

#dropdown li a:hover{
	display:block;
	background:#5d5d5d;
	color:#ffffff;
	text-decoration:none;
	}
	


/*======================[ CONTENT ]==================*/

#pageinset {
	background:none;
	background-color:#ffffff;
	height:auto;
	clear:both;
	padding:0;
	margin:0;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;	
	font-size:0;
	}	


#pageinset img{
	padding:0;
	margin:0;	
	}

/*#pageinset {
	margin:0 auto;
	width:700px;
	min-height:300px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:#abcabc;
	clear:both;
	text-align:left;
	background:url(images/missouri.jpg) center center no-repeat;
	position:relative;
	z-index:1;
	width:100%;
	}

#pageinset img.expandable{
	width:50px;
	}*/
	
img.expandable {
	width:100%;
	min-width:1150px;
	}

/*======================[ FLEX 1 ]==================*/

#flex1 .columnleft {
	width:400px;
	margin-left:100px;
	border-right:1px solid #a7a7a7;
	float:left;
	display:block;
	}

#flex1 .columnright {
	width:200px;
	border-left:1px solid #a7a7a7;
	margin-left:-1px;
	float:left;
	display:block;
	background:url(images/background_lightgray.gif) 0 0 repeat-x;
	border-right:1px solid #a7a7a7;	
	}

/*======================[ FLEX 2 ]==================*/

#flex2 .columnleft {
	width:300px;
	margin-left:100px;
	border-right:1px solid #a7a7a7;
	float:left;
	display:block;
	}

#flex2 .columnright {
	width:300px;
	border-left:1px solid #a7a7a7;
	border-right:1px solid #a7a7a7;
	margin-left:-1px;
	float:left;
	display:block;
	background:url(images/background_lightgray.gif) 0 0 repeat-x;
	}

.content {
	padding:40px;
	text-align:left;
	font-size:10px;
	}

.content hr {
	border:0;
	height:1px;
	background:#a7a7a7;
	width:100%;
	color:#ffffff;
	margin-top:15px;
	margin-bottom:15px;
	}


/*======================[ FOOTER ]===================*/

#footer {
	height:20px;
	margin:0 0 0 200px;
	color:#ee0000;
	text-align:left;
	padding-top:40px;
	font-size:11px;
	width:500px;
	}
	
/*=================[ FORMS ]==============================*/

form {
	width: 768px;
	font-size: 11px;
	color: #f7f7f7;
	}

form p{
	margin:10px 0 10px 0;
	}

input, textarea, select {
	margin: 0;
	font-size: 11px !important;;
	margin-left:20px;
	padding: 3px;
	font-size: 100%;
	font-family: inherit;
	border: 1px solid #d7d7d7;
	font:Arial, Helvetica, sans-serif;
	}
	
select { 
	padding: 0; 
	}

	
fieldset { 
	margin-top:20px; 
	margin-bottom:20px;
	border: none;
	border-top 1px solid #d7d7d7;
	background-color:#f7f7f7;
	}
	
legend {
	padding: 0 2px;
	font-weight: bold;
	padding-left: 0;
	color: #333;
	}
	
label {
	float:left;
	line-height: 1.8;
	vertical-align: top;
	color: #333;
	min-width: 180px; 
	font-size: 11px;
	}
	
fieldset ol {
	margin: 0;
	padding: 0;
	}
	
fieldset li {
	list-style: none;
	margin: 0;
	padding: 8px 10px 7px;
	border-bottom:1px solid #d7d7d7;
	}
	
fieldset fieldset {
	border: none;
	margin: 0;
	background: none;
	}
	
fieldset fieldset label {
	width: auto;
	clear:left;
	}
	
fieldset fieldset legend {
	padding-bottom: 5px;
	font-weight: 100;
	}
	
fieldset fieldset input {
	clear:both;
	margin-left:120px;
	font-size: 11px;
	}
	
.noborder input{
	border:0;
	font-size: 11px;	
	}
	
	
/*Typo 3 Related Form Fixes*/
	
.csc-mailform-submit {
	letter-spacing:1px;
	font-size:11px;
	font-weight:400;
	padding:2px 2px 0px 2px;
	background-color:#f7f7f7;
	color:#878787;
	}

.csc-mailform-submit:hover{
	letter-spacing:1px;
	font-size:11px;
	font-weight:400;
	padding:2px 2px 0px 2px;
	background-color:#bb0000;
	color:#fff;
	border-color:#fff;
	}	

.csc-mailform-radio legend {
	visibility:hidden;
	}

.csc-mailform-label {
	line-height: 1.8;
	vertical-align: top;
	color: #333;
	}

.csc-mailform-radio {
	float:left;
	display:block;
	}

.csc-mailform-radio fieldset{
	clear:both;
	}
	
.csc-mailform-radio input{
	margin-left:0;
	}
	
.csc-mailform-radio label {
	float:none;
	}
	
.csc-mailform-field, .csc-mailform-label {
	display:block;
	clear:left;
	border-top:1px solid #d7d7d7;
	list-style: none;
	margin: 0;
	padding: 8px 10px 8px 10px;
	}


.csc-mailform {  
	border-top: 0;
	border-bottom: 1px solid #d7d7d7;
	}
	
.csc-mailform h1,.csc-mailform h2,.csc-mailform h3,.csc-mailform h3 {  
	margin-top:5px;
	margin-bottom:-10px;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #nav table table { display: inline; }
}

	
/*=============[ PHAROS MARK ]=====================*/

	
#footermark {
	height:20px;
	margin:0px 0 0 200px;
	color:#ee0000;
	height:20px;
	text-align:left;
	padding-top:9px;
	padding-bottom:3px;
	font-size:9px;
	text-transform:uppercase;
	border-top:1px dotted #ee0000;
	border-bottom:1px dotted #ee0000;
	width:410px;
	padding-left:8px;
	clear:both;
	float:left;
	}

#footermark a:link {color: #ee0000}
#footermark a:visited {color: #ee0000}
#footermark a:hover {color: #ee0000}
#footermark a:active {color: #ee0000}

#pharosmark {
	height:20px;
	margin:0px 0 0 200px;
	color:#ee0000;
	height:20px;
	text-align:left;
	padding-top:8px;
	padding-bottom:3px;
	font-size:11px;
	border-top:1px dotted #ee0000;
	padding-bottom:20px;
	width:410px;
	clear:both;
	float:left;
	}

#pharosmark a:link {color: #ee0000}
#pharosmark a:visited {color: #ee0000}
#pharosmark a:hover {color: #ee0000}
#pharosmark a:active {color: #ee0000}


div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin:0;
		}
.home {
	padding:10px 0 10px 0;
	text-align:left;	
	margin-left:70px;
	width:700px;
	}

.home h1 {
	font-size:11px;
	color:#bb0000;
	font-weight:bold;
	border-left:1px dotted #bb0000;
	border-right:1px dotted #bb0000;
	padding-left:8px;
	padding-right:8px;
	display:inline;
	}
#player_wrapper {
	background:none repeat scroll 0 0 #000000;
	float:left;
	height:225px;
	overflow:hidden;
	width:300px;
}

#playlist_warpper {
	border-color:#222222 #222222 #222222;
	border-style:solid solid solid none;
	border-width:1px 1px 1px 0;
	float:left;
	height:223px;
	overflow-x:hidden;
	overflow-y:scroll;
	width:526px;
}

table.tablesorter {
	background-color:#CDCDCD;
	font-family:arial;
	font-size:8pt;
	margin:10px 0 15px;
	text-align:left;
	width:100%;
}	

/*================================================================*/
/*==========[ TABLE SORTER ]======================================*/
/*================================================================*/

#sermon_list {
	clear: both;
	overflow: hidden;
	background: #ffffff;
}
#player_wrapper {
	width: 255px;
	float: left;
	background: #000000;
	height: 225px;
	overflow: hidden;
}
#playlist_warpper {
	width: 626px;
	float: left;
	height: 223px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #222222;
	border-left: 0;
}

table.tablesorter td, table.tablesorter thead tr th, table.tablesorter tfoot tr th{
	border: 1px solid #222222;
}
table.tablesorter tr th {
	padding-top:5px;
	padding-bottom:5px;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}

table.tablesorter {
	margin-top: 0;
	margin-bottom: 0;
	border-collapse: collapse;
}
table.tablesorter tbody tr td {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	padding: 15px 9px;
	background: #ffffff;
}
table.tablesorter tbody tr.odd td {
	background: -webkit-gradient(linear, left top, left 40, from(#ffffff), color-stop(49%, #eeeeee), color-stop(50%, #dfdfdf), to(#ffffff));  
    	background: -moz-linear-gradient(top, #FFFFFF, #eeeeee 20px, #dfdfdf 21px, #ffffff 40px);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
}
table.tablesorter tbody tr.current td {
	background: -webkit-gradient(linear, left top, left 40, from(#999999), color-stop(4%, #555555), color-stop(54%, #444444), color-stop(55%, #333333), to(#222222));  
    	background: -moz-linear-gradient(top, #999999, #555555 1px, #444444 15px, #333333 16px, #222222 25px);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333');
	color: #ffffff!important;
}
table.tablesorter tbody tr.current td a{
	color: #ffffff!important;
}
table.tablesorter th.play, table.tablesorter th.download {
	text-indent: -9999px;
}
table.tablesorter td.title, table.tablesorter th.title{
	border-left: 0;
	border-right: 1px dotted #222222;
}
table.tablesorter td.date, table.tablesorter th.date {
	border-right: 1px dotted #222222;
	border-left: 0;
}
table.tablesorter td.download, table.tablesorter th.download {
	border-left: 0;
	border-right: 0;
	padding-right: 0;
}
table.tablesorter td.play, table.tablesorter th.play {
	border-left: 0;
	padding-left: 0;
	border-right: 0;
}
table.tablesorter tr td.download a {
	color: #222222;
	text-decoration: none;
	border-bottom: 0 !important;
	padding-left: 20px;
}
table.tablesorter tr td.play a {
	color: #222222;
	text-decoration: none;
	border-bottom: 0 !important;
	padding-left: 18px;
}
table.tablesorter tr td.play a {
	background: url(images/control.png) 0 center no-repeat;
	margin-left: 10px;
}
table.tablesorter tr td.download a {
	background: url(images/control-270.png) 0 center no-repeat;
	margin-left: 10px;
}
table.tablesorter thead tr th {
	border-top: 0;
	background-color: #ffffff;
	padding-left: 20px;
}
table.tablesorter thead tr th.headerSortDown, table.tablesorter thead tr th.headerSortUp {
	background-color: #eeeeee;
}

.align-center {
	text-align: center;
}	

