@charset "utf-8";

body {
	background: #141207 url('../images/background.jpg') center 45px no-repeat;
	font-size: 14px;
	font-family: 'Segoe UI', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin-top: 48px;
}

div#main a {
	color: #6AC;
}

div#top {
	margin: 0 auto;
	width: 960px;
	height: 320px;
}

a#hh_homelink {
	display: block;
	width: 300px;
	height: 200px;
	border: solid 0px #fff;
	position: absolute;
	margin-top: 52px;
	margin-left: 92px;
}

div#main {
	width: 844px;
	padding: 20px 35px 20px 35px;
	min-height: 350px;
	margin: 0 auto;
	background: url('../images/main_dark.png');
	border: solid #131207 3px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #d3d3d3;
	line-height: 1.25em;
}

div#main h1, div#main h2, div#main h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	letter-spacing: -0.05em;
	padding: 10px 0 0px 0;
	text-shadow: 1px 3px 9px #000;
	color: #eee;	
}

div#main h1 {
	font-size: 2em;
	padding-bottom: 20px;
}

div#main h2 {
	font-size: 1.5em;
}

div#main h3 {
	font-size: 1.10em;
}

div#main p {
	padding: 0 0 15px 0;	
}

div#menu {
	position: fixed;
	background: url('../images/menu-bg.png') bottom center no-repeat;
	width: 100%;
	height: 48px;
	top: 0;
	line-height: 60px;
	text-align: center;
	text-shadow: 0px 2px 8px #000;
}

div#menu ul {
	width: 1050px;
	margin: 0 auto;
}

div#menu ul li {
	width: 12.5%;
	float: left;
}

div#menu ul li a {
	line-height: 46px;
	display: block;
	color: #bbc;
	text-decoration: none;
}

div#menu ul li a.active {
	color: #fff;	
}

div#menu ul li a:hover {
	color: #fff;
	text-shadow: 0px 1px 22px #fff;
}

div#sermons {
	position: absolute;
	margin: 40px 0 0 708px;
	background: url('../images/sermon-title.png') top left no-repeat;
	width: 240px;
	min-height: 260px;
	padding: 34px 0 0 36px;
}

div#sermons a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 3px 0;
	text-shadow: 1px 2px 6px #368;
}

div#sermons a.message {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0px 0;
	margin-top: 0px;
	margin-bottom: 12px;
	text-shadow: 1px 2px 6px #368;
}

div#sermons a h4 {
	font-size: 1em;
	letter-spacing: -0.08em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

div#sermons a p {
	font-size: 0.9em;
	font-style: italic;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.05em;
	padding: 3px 0 0 0;
}

div#sermons div.tooltip a:hover {
	color: #F90;
}

div.tooltip { 
    background-color:#000; 
    border:2px solid #fff; 
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
	-moz-border-radius: 4px;
	-moz-box-shadow: 2px 4px 16px rgba(0,15,25,0.7);
}

/* STYLES FOR SOAP LIST */
table.soap {
	border: 1px solid black;
}

table.soap tr th {
	background-color: #292318;
	border-bottom: 1px solid black;
	text-align: left;
	padding: 0px 15px;
}

table.soap tr td {
	background-image:url('../images/cell-background.png');
	background-repeat: repeat-x;
	padding:10px 15px;
	text-align:left;
}

.storytitle {
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 0px;
}

.meta, .meta a {
	color: #979797;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 0 15px 0;
}

div.item-list {
  display: block;
  width:100%;
}

#main div.item-list .pager {
  float: right;
}

#main div.item-list li {
  float: left;
  padding: 0 5px;
}

/* STYLES FOR TEMPLATE USERS TO ENJOY */

.floatRight {
	float: right;
	margin: 2px 0 8px 25px;
	-moz-box-shadow: 0px 3px 12px #000;
}

.floatLeft {
	float: left;
	margin: 2px 25px 8px 0;
	-moz-box-shadow: 0px 3px 12px #000;
}

#footer ul.menu li {
float: left;
padding: 4px;

}

