
body {
	margin:0; padding:0;
	background: #F5F4F5 url(images/bg-wrapg.png) repeat-x;
}


/* Page Styles */
#wrap {
	position:relative;
	margin:0 auto;
	width:960px;	
}

#wrapSermons {
	position:relative;
	margin:0 auto;
	width:500px;
}

h1 {
	margin:0px;
	padding:0px;
}
h2 {
	color: #6e1304;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0px 0px 0px;
}

h3 {
	color: #000;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0px 0px 0px;
}

p {
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333;
	line-height:20px;
}

blockquote {
	margin: 0 0 1.3em 1em;
	padding: 0 2em 0 1em;
	font-family: Georgia, "Palatino Linotype", "Century Schoolbook", "Times New Roman";
	font-size:11px;
	line-height:16px;
	color: #000;
	border-left: 3px solid #729d1d;
}


#topbar {
	position: relative;
	background: #528C1A url(images/bg-.png) repeat;
	height: 6px;
	margin:0px 0px;
}

#header {
	position: relative;
	background: #1F1610 url(images/bg-content.png) repeat-x;
	height: 101px;
	margin:0px 0px;
	border-bottom:1px solid #C0C0C0;
}


#logo {
	position:relative;
	top:30px;
	left: 30px;
	width: 278px;
	height: 47px;
	background: url(images/logo-solidK.png) no-repeat;
	
}

#logo h1 {
	color: #77552E;
	font-size: 24px;
	font-weight: bold;

}

#logo a {
	position:absolute;
	width:278px;
	height:47px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-indent: -9999px;
}

#play {
    position: absolute;
    float: right;
    top: 40px;
    right: 30px;
    width: 232px;
    height: 49px;
}

#play h1 {
	color: #77552E;
	font-size: 24px;
	font-weight: bold;

}

#play a {
        display: block;
	position:absolute;
	width:230px;
	height:43px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-indent: -9999px;
        background: url(images/btnListen.png) no-repeat;
}

#play a:hover {
    background-position: 0 -49px;
}

#navPages {
	position:absolute;
	display:block;
	width:940px;
	top:77px;
	right:0px;
	height:20px;
	text-align:right;
	padding: 10px 20px 0 0;
}

#navPages .navTxt {
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 14px;
	letter-spacing:.07em;

}

#navPages ul{
	margin:0;
	padding:0;
	list-style:none;
}
#navPages li{
	display:inline;
	margin:0;
	padding:0;
}
#navPages li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333; /* e1d9d4 */
	padding: 10px 10px;
	text-decoration:none;
	font-weight:bold;
}
#navPages li a:hover {
	color: #729d1d;
	text-decoration: none;
}


#content {
	position:relative;
	background: #F5F4F5 url(images/bg-contentx.png) repeat-x;
	margin: 0 auto 0 auto;
	overflow:hidden;
	background-color: #FFF;
}

#content a, .item a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#729d1d;
    border:0px;
}

#content img a {
    border:0px;
}

#content a:hover, .item a:hover {
	color: #729d1d;
	text-decoration: none;
}

a img {
    border:0px;
}

#title {
	position:absolute;
	top: 30px;
	left: 90px;
	font-size:30px;
	color:#e1d9d4;
}

#bboard {
	position:relative;
	display:block;
	width:870px;
	height:509px;
	/*background: url(images/bb-s-jonah.jpg) no-repeat;*/
	margin: 33px auto 0 auto;
	/*margin:20px auto 10px auto;
	padding: 10px 10px; */
}

#bboard a {
    border:0px;
}

#bgallery{
	background:#000;
}

#featureImg {
	width: 870px;
	height: 509px;
	padding: 0;
        margin:  0;
	z-index:1;
}

#featureImg img {
	display:block;
	width: 870px;
	height: 509px;
	top:0;
	left:0;
}

#featureImg a {
	display:block;
	width: 870px;
	height: 509px;
	top:0;
	left:0;
        border:0px;
}

#videoBtn {
	position:relative;
	width:123px;
	height:82px;
	left:13px;
	top:387px;

}

#videoBtn a {
	position:absolute;
	width:123px;
	height:82px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-indent: -9999px;
}

#vboard {
	position:absolute;
	display:block;
	width:520px;
	height:300px;
	left:375px;
	top: 70px;
}

#vboard p {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#e1d9d4;
}

#vboard a {
	border:0;
	color:#000;
	text-decoration:none;
}

#main {
	position:relative;
	background: #FFF url(images/bg-contentx.png) repeat-x;
	width:870px;
	overflow:hidden;
	margin: 20px auto 20px auto;
	
}

/* Sermons Page Layout */
#headerSermons {
	position: relative;
	background: #1F1610 url(images/bg-content.png) repeat-x;
	height: 80px;
	margin:0px 0px;
	border-bottom:1px solid #C0C0C0;
}

#logoSermons {
	position:relative;
	top:20px;
	left: 0px;
	width: 278px;
	height: 47px;

}

#logoSermons h1 {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color:#999;
	padding: 10px;
}

.series {
    float: left;
    width: 500px;
}

.series p, .series td {
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333;
	line-height:14px;
}

.series td.tdHeader {
    font-weight: bold;
}

.leftSermons {
    position: relative;
    float:left;
    width:170px;
    margin: 5px 5px;
    padding: 0;
}

.rightSermons {
    position:relative;
    float:right;
    width:310px;
    margin:5px 5px;
    padding: 0;
}

/* Page Layout */
#colA {
	position:relative;
	float:left;
	width:270px;
	height:175px;
}

#boxLeft {
	position:relative;
	display:block;
	width:270px;
	height:175px;
	background: url(images/boxLeftv.png) no-repeat;
}

#boxLeft h1 {
	color: #77552E;
	font-size: 24px;
	font-weight: bold;

}

#boxLeft a {
	position:absolute;
	width:270px;
	height:175px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-indent: -9999px;
}

#colB {
	position:relative;
	float:left;
	width:270px;
	height:175px;
	margin:0 0 0 30px;
}

#boxCenter {
	position:relative;
	display:block;
	width:270px;
	height:175px;
	background: url(images/boxCenter.png) no-repeat;
}

#boxCenter ul{
	float:right;
	margin:20px 10px 20px 30px;
	padding:0;
	list-style:none;
	width:125px;
}
#boxCenter li{
	margin:0;
	margin-bottom:30px;
	text-align:right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#a2a2a2;
}


#boxCenter li a {	
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#729d1d;
	
}

#boxCenter li a:hover {
	text-decoration: none;
}

/* Right Column / Box */

#colC {
	position:relative;
	float:right;
	width:270px;
	height:175px;
	background:#F5F4F5;
}

#boxRight {
	position:relative;
	display:block;
	width:270px;
	height:175px;
	background: url(images/boxRight.png) no-repeat;
}

#boxRight ul{
	float:right;
	margin:20px 10px 20px 30px;
	padding:0;
	list-style:none;
	width:160px;
}
#boxRight li{
	margin:0;
	margin-bottom:45px;
	text-align:left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#a2a2a2;
}


#boxRight li a {	
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#729d1d;
	
}
#boxRight li a:hover {
	text-decoration: none;
}

/* Right Column / Box end */

#leftCol {
	float:left;
	width:165px;
	margin:0px 0px 0px 30px;
	padding: 10px 10px;
}

#leftCol h1 {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 48px;
	font-weight:bold;
	text-align:right;
	color:#729d1d;
	padding: 35px 0 0 0;
}

#leftCol ul{
	margin:0;
	padding:0;
	list-style:none;
}
#leftCol li{
	margin:0;
	padding:10px 0 0 0;
	text-align:right;
}
#leftCol li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #666;
	padding: 10px 0 0 4px;
	text-decoration:none;
	
}
#leftCol li a:hover {
	color: #729d1d;
	text-decoration: none;
}

#centerCol {
	float:left;
	width:50px;
	margin: 0 0 0 30px;
	padding: 10px 10px;

}

#rightCol {
	float:right;
	width:470px;
	margin:0px 30px 0px 0px;
	padding: 10px 10px;
}

#rightCol .listValue ul{
	margin:0;
	padding:0;
	list-style:none;
}
#rightCol .listValue li {
	margin:0;
	padding:10px 10px 20px 10px;
	display:inline;
}
#rightCol .listValue li a {
	color: #000;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding: 10px 0 0 4px;
	text-decoration:none;
	
}
#rightCol .listValue li a:hover {
	color: #729d1d;
	text-decoration: none;
}

#rightCol .listOutline ul, #rightCol .listBullet ul {
	margin:0;
	padding:0;
	list-style:none;
	background:#F5F4F5;
}
#rightCol .listOutline li, .listBullet li {
	color: #666;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin:0;
	padding: 8px 20px;
	line-height:16px;
	
}

#rightCol .listBullet li {
	list-style-type: square;
	list-style-position: inside;

}

.tableA {
	
	padding: 20px 0 0 0;
}

.tableA img {
	padding: 0px 5px 0px 5px;
}

.tableAtitle {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 56px;
	font-weight:bold;
	color:#729d1d;
	padding: 40px 0 0 0;
}

.tableAsep {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 122px;
	font-weight:bold;
	color:#bababa;
}

.center1
	{ 
	margin-left: auto;
	margin-right: auto;
	}
 
.center2
	{ 
	text-align: center;
	}

#topnav {
	position: absolute;
	float: right;
	top: 10px;
	right: 28px;
	padding:5px;
}
#topnav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#topnav li{
	display:inline;
	margin:0;
	padding:0;
}
#topnav li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #6e1304;
	padding: 10px 10px;
	font-weight: bold;
}
#topnav li a:hover {
	color: #000;
	text-decoration: none;
}

#footer {
	width:960px;
	height:60px;
	margin:0 auto 0 auto;
	position:relative;
	border-top:1px solid #C0C0C0;
}

#footer p, #footerSermons p {
	color:#C0C0C0;
	font-size:10px;
	padding: 5px 5px;
}

#footerSermons {
	width:500px;
	height:60px;
	margin:0 auto 0 auto;
	position:relative;
	border-top:1px solid #C0C0C0;
}

/* Sermon List */
.sermonWrap {
	position: relative;
	width: 700px;
	height:550px;
}

.sermonImg {
	position:relative;
	display:block;
	width: 300px;
	padding: 2px 2px;
}

.sermonInfo {
	position:absolute;
	float: right;
	top:0;
	right:0;
}

.sermonImg h1 {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#729d1d;
}

table.sermonTable td {
	padding:6px;
}

.sermonInfo h1 {
	font-size:16px;
	padding: 0;
	margin: 0;
}

#main a.jonahTitle,  {
	color:#5A2812;
	font-size:12px;
}

#main a.miscTitle {
	font-size:12px;
}

.sermonInfo a:hover {
	text-decoration:underline;
}

.sermonInfo p {
	padding:0;
	margin:0;
}