/******** Reset  ******************************************/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
margin:0;
padding:0;
}

table{
border-collapse:collapse;
border-spacing:0;
}

fieldset,img{
border:0;
}

address,caption,cite,code,dfn,th,var{
font-style:normal;
font-weight:normal;
}

ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}

h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:bold;
}

q:before,q:after{
content:'';
}

abbr,acronym {
border:0;
}


/****  Fonts *********************************************/

body {
font:13px arial,helvetica,clean,sans-serif;
/*
*font-size:small;*font:x-small;
*/
}
table {
font-size:inherit;
font:100%;
}

select, input, textarea {
font:99% arial,helvetica,clean,sans-serif;
}

pre, code {
}

font:115% monospace;
*font-size:100%;
}


/******  Common Elements *******************************/
body * {
line-height:1.44em;
}

body{
background:#000;
}

p{
margin:1em 0;
}

a {
color:#0057ce;
}


/*****  Definition Lists ********************************/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 100%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	line-height: 2em;
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	line-height: 2em;
	margin-left: 15em;
	margin-top: -2em;
	vertical-align: top;
}


/***** Headings  ***************************************/
h1,h2 {
	font-family:"Times New Roman",Courier,Serif;
	color:#555;
}
h3,h4,h5,h6{
	font-family:arial,helvetica,clean,sans-serif;
	color:#555;
}
h1 {
	font-size:220%
}
h2 {
	font-size:200%;
	margin:0 0 .5em 0;
}
h3 {
	font-size:180%;
}
h4 {
	font-size:150%;
	color:#0943da;
	margin:0 0 .35em 0;
}
h5 {
	font-size:140%
}
h6 {
	
	font-size:115%;
	border-bottom:1px solid #ddd;
	padding:.2em .5em;
	background:#eef
}

/**************************************************************/


/*******************************************************
*
*	STRUCTURAL CLASSES
*
********************************************************/

.container {
width:72em;
margin:auto;
}
#content_background{
background:#fff;
padding:1em 0;
}


/*********** COLUMNS ****************************************/

.colwrap{
	width:56em;
	float:left;
}
.leftcol{
	min-height:500px;
	width:15em;
	float:left;
	background: url(../img/leftcol.png) no-repeat top right;
}
.centercol{
	width:40em;
	float:right;
	overflow:hidden;
}
.rightcol{
	min-height:500px;
	width:15em;
	float:right;
	background:url(../img/rightcol.png) no-repeat top left;
}


/*********** HEADER ************************************/


#header_background{
	width:100%;
	background:url(../img/headerCBG.png) repeat-x top left;
	margin:0;
}
#header{
	height:170px;
	width:960px;
	background:url(../img/headerC.png) no-repeat top left;
	margin:auto;
}
#logo{
	margin:0 .5em 0 .5em;
}



/*********** MAIN MENU ***********************************/


#main_menu{
width:11em;
margin:1.6em 2em 2em 0em;
font-size:120%;
text-align:center;
}
#main_menu a {
font-weight:bold;
text-decoration:none;
width:10.8em;
border: solid 1px #ddd;
margin:.4em 0;
padding:.2em 0;
display:block;
color:#555;
}
#main_menu a:hover {
background-color:#0a3ec4;
color:#fff;
}


/*********** FOOTER *************************************/
#footer_background {
	clear:both;
	background:url(../img/footer.png) repeat-x top left #000;
	
}
#footer{
	width:35em;
	height:35px;
	padding:0;
}


/**** Notices and Errors **********************************/
div.message, p.error, div.error-message {
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 8px 0px;
}
div.error-message {
	clear: both;
}
div.error em {
	font-size: 140%;
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 140%;
	padding: 0.5em;
	margin: 1em 0;
}


/**** Forms **************************************************/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	font-family:"Times New Roman",Courier,Serif;
	font-weight:bold;	
	color:#555;
	font-size:160%;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.optional, form div.input {
	color: #444;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 97%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	font-size: 110%;
	vertical-align: bottom;
}

/**** Paging ******************************************************/
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}


/*******************************************************
*
*	CUSTOM CLASSES
*
********************************************************/

.small{
font-size:90%
}
.small a{
color:#5e97e3;
}
.light {
color:#444;
}
.light a{
color:#5e97e3;
}
.altrow{
background:#f9f9f9;
}
.active{
background:#eef;
}
.rightfloat{
float:right;
}
.leftfloat{
float:left;
}
.underline{
text-decoration:underline;
}
.centeralign{
text-align:center;
}
.rightalign{
text-align:right;
}
.fullmargin{
margin:1em;
}
.rightimg{
margin: 1em 0 1em 1em;
}
.clearer{
clear:both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/**** Boxes ********************************************/
.sidebox {
	width:13em;
	margin:1.5em 0em 2em 1.5em;
	border:1px solid #ddd;
}
.sidebox p {
	margin:.5em;
}

.breaker_box{
border-top:5px solid #ddd;
border-bottom:5px solid #ddd;
padding:1em 0 1em 0;
margin: 0 0 1em 0;
}
.border_box{
border:1px solid #ddd;
margin:0 0 2em 0;
}

.mini_box{
border-bottom:3px solid #ddd;
padding:.5em 0 1em 0;
margin: 0;
}


/**** Links ********************************************/

.audio_button {
background:url(../img/sound.png) no-repeat left center;
padding:.3em .5em .3em 1.5em;
}
.text_button{
background:url(../img/magnifier.png) no-repeat left center;
padding:.3em .5em .3em 1.5em;
}
.link_button{
padding:.3em .5em .3em 1.5em;
background:url(../img/link.png) no-repeat left center;
}


/**** Sorting ********************************************/
.sort{
float:right;

}
.sort li{
float:left;
padding:1.8em 0.2em 0em 0.3em;
}

.sort li a{

}


/**** Other ********************************************/
.vlinklist{
float:right;
}
.comment{
background:#fffde8;
margin:0 0 .5em 0;
border:solid 1px #ddd;
}
.comment p{
margin:1em;
}
.sermons h2{
border-bottom: 3px solid #ddd;
margin:0pt;
padding:0pt 0pt 0.3em;
}
.events h2{
border-bottom: 3px solid #ddd;
margin:0pt;
padding:0pt 0pt 0.3em;
}
.missions h2{
border-bottom: 3px solid #ddd;
margin:0pt;
padding:0pt 0pt 0.3em;
}
.links h2{
border-bottom: 3px solid #ddd;
margin:0pt;
padding:0pt 0pt 0.3em;
}

.sermon_styles h1, h2, h3, h4, h5, h6{
	font-family:arial,helvetica,clean,sans-serif;
	color:#000;
}

.sermon_styles h1{
	font-size:200%;
	font-weight:bold;
}

.sermon_styles h2{
	font-size:175%;
	font-weight:bold;
}

.sermon_styles h3{
	font-size:150%;
	font-weight:bold;
}

.sermon_styles h4{
	font-size:125%;
	font-weight:bold;
}

.sermon_styles h5{
	font-size:115%;
	font-weight:bold;
}

.sermon_styles h6{
	font-size:105%;
	font-weight:bold;
}
.sermon_styles p{
	margin: 1em 0;
}