@charset "UTF-8";
/* CSS Document */

html{
}

html, body{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body{
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	color: #3C3C3C;
}

a{
	color: #01a2e3;
	text-decoration: none;
}

a:hover{
	color: #5c5c5c;
}

.wrapper{
	width: 900px;
	height: 800px;
	margin: auto;
}

/* --- HEADER -------------------------------------------------------------------------------------------------------------------- */

.header{
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -2px;
	padding: 16px 40px 16px 40px;
	overflow: auto;
}

.header a{
	text-decoration: none;
	color: #3b3b3b;
}

/* --- NAVIGATION -------------------------------------------------------------------------------------------------------------------- */

.navigation{
	position: relative;
	width: 400px;
	float: right;
	font-size: 16px;
	font-weight: 500;
}

.navigation a{
	float: right;
	display: block;
	padding: 5px 2px 2px 0px;
	margin: 0 8px 0 8px;
	color: #6f6f6f;
	}
	
.navigation a:hover{
	border-bottom: solid;
	border-bottom-width: 5px;
}

.nav_visited{
	border-bottom: solid;
	border-bottom-width: 5px;
	border-color: #01a2e3;
}

.secondary_nav{
	text-decoration: none;
	list-style: none;
	width: 820px;
	float: left;
}

.secondary_nav li{
	float: left;
	margin: 5px 5px 0 0;
}

.secondary_nav2{
	text-decoration: none;
	list-style: none;
	width: 820px;
	float: left;
}

.secondary_nav2 li{
	float: left;
	margin-right: 20px;
}

.series_title{
	display: block;
	width: 249px;
	padding: 10px;
	background-color: #fff;
	font-weight: normal;
	margin: 2px;
	float: left;
}

.series_title:hover{
	background-color: #01a2e3;
	color: #fff;
}

/* --- IMAGE -------------------------------------------------------------------------------------------------------------------- */

.slideshow{
	height: 215px;
	padding: 0 40px 0 40px;
}

.slideshow2{
	height: 425px;
	padding: 0 40px 0 40px;
}


.image{
	border: solid;
	border-width: 10px;
	border-color:#b3b3b3;
	background-color:#b3b3b3;
}

.content{
	margin: auto;
	margin-top: 20px;
	width: 820px;
	}
	
.content_thumb{
	padding: 10px 0px 10px 0px;
	overflow: auto;
	border-top: solid;
	border-bottom: solid;
	border-width: 2px;	
	border-color: #B3B3B3;
	width: 820px;
	margin: 0 auto 10px auto;
	float: left;
}

.column{
	width: 245px;
	float: left;
	margin: 0 8px 0 8px;
}

.pagination{
	margin-top: 10px;	
		float: left;
}

.column1{
	width: 235px;
	float: left;
	margin: 0 8px 0 8px;
	background-color: #3b3b3b;
	border-top: solid;
	border-top-width: 5px;
	border-top-color: #5a5a5a;
	color: #b3b3b3;
	padding: 10px 15px 20px 15px;
	font-size: 11px;
	background-image: url(../img/bottom_shape.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.column1 h1{
	font-size: 16px;
	margin-top: 0px;
}

.thumb {
	border: solid;
	border-width: 5px;
	border-color: #b3b3b3;
	cursor: pointer;
}

.thumb:hover {
	border-color: #01a2e3;
}

.song_list{
	display: block;
	border-bottom: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #989898;
	padding: 3px;
}

.column h1{
	margin: 0 0 5px 0;
	color: #787878;
	font-size: 16px;
}

.content_thumb img{
	border: solid;
	border-color: #b3b3b3;
	border-width: 3px;
	margin: 1px;
	cursor: pointer;
}

.content_thumb img:hover{
	border-color: #01a2e3;
}



.table_heading{
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}

.table_heading td{
	padding: 5px;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #666666;;
}


.downloads td{
       height: 10px;
	padding: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	font-size: 10px;
	color: #666666;
}

.downloads span{
	width: 100%;
	height: 100%;
	border-left: dotted;
	border-left-width: 2px;
	border-left-color: #CCCCCC;
    padding-left: 5px;
}	

.special{
	padding: 0 20px 0 25px;
		border-left: dotted;
	border-left-width: 2px;
	border-left-color: #CCCCCC;
	
}

.downloads span em{
	font-size: 9px;	
}

.downloads img{
	padding: 0px;
        margin: 0px;
        border: 0px;
}


.selected td{
       height: 10px;
	padding: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	font-size: 10px;
	color: #01a2e3;
	font-weight: bold;
}

.selected span{
	width: 100%;
	height: 100%;
	border-left: dotted;
	border-left-width: 2px;
	border-left-color: #CCCCCC;
        padding-left: 5px;
}	

.selected img{
	padding: 0px;
        margin: 0px;
        border: 0px;
}



.archive a{
	color: #5500b6; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.archive a:hover{
	text-decoration: underline;
}

.archive td{
	padding-top: 10px;
}

.play{
	float: left;
	border: solid;
	border-width: 10px;
	border-color:#b3b3b3;
		
}

h4{
	font-size: 24px;
	color: #01a2e3;
	margin: 2px 0 2px 0;	
}

.sermon_dates{
	color: #919191;	
}

.commenting_button{
	background-color: #B3B3B3;
	background-image: url(../img/comment.png);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	float: left;
	margin: 0 0 0 40px;
	width: 755px;
	padding: 15px 10px 15px 55px;
	color: #fff;
	font-weight: bold;
}

.commenting_button:hover{
	color: #fff;
	background-color: #01a2e3;	
}

