@charset "utf-8";
/* CSS Document */

#PodcastLinks {
	font-size:11px;
	margin-top:-20px;
	margin-left:10px;
	
}
.sermonNav .h1 {
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	color:#81552c;
}
.sermonNav li {
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	margin-left:-20px;
	list-style: none;
	list-style-type:none;
	display: block;
}
.sermonNav li:hover {
	background-color:#DDD0B3;
}

.sermonNav a {
	color:#81552c;
	text-decoration:none;

}
.sermonNav a:hover {
	color:#503D27;
}
.sermonHeader {
	font-size: 22px;
	font-weight:bold;
}
.sermonHeader .results{
	font-size: 16px;
	font-weight:normal;
}

table.SermonList {
	width:100%;
	border-collapse: separate;
	border-spacing: 0;
	clear: both;
	margin: 0;
	background-color:none;
}
#SermonListDiv {
	width:100%;
	border:1px solid #81552c;
	background-color:#E2DCC0;
	color:#000;
}
table.SermonList td {
	padding:3px;
	border-bottom: 3px solid white;
	vertical-align: top;
}
.SermonList th {
	width: 80px;
	text-align:left;
	vertical-align:bottom;
	border-bottom: 3px solid white;
	color:#81552c;
	padding-left: 5px;
}
.SermonList tr.header .sortText {
	font-size: 10px;
	color:#705E38;
	font-weight:normal;
}


table.SermonList tr.row, table.SermonList tr.row td {
	background-color:#E2DCC0;
	height:65px!important;
}
table.SermonList tr.row:Hover {
	background-color:#EFEBE2;
	height:65px;
}
.SermonList td.hidden {
	font-size:0px;
	font:#E2DCC0;
	color:#E2DCC0;
}
.SermonList .SermonListItem {
	position:absolute;
	margin-left:-40px;
	z-index:20;
	width:600px;
	height:60px!important;
	border: none;
	overflow:visible;
}
	
p.sermon-date{
  background: #fff;
  width: 38px;
  height: 38px;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  float: left;
  line-height: 100%;
  background: #fff url(../images/date-bg.png) no-repeat left bottom;
  border: 1px solid #fff;
}

p.sermon-date span.month{
  background: #2d7bbf;
  border-bottom: 1px solid #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 85%;
  padding: 2px 0;
  text-transform: uppercase;
}

p.sermon-date span.day{
  bottom: 1px;
  padding: 3px 0;
  left: 0;
  width: 100%;
  position: absolute;
  font-weight:bold;
}
.SermonList .sermonTitle {
	font-size:22px;
}
.SermonList .sermonTitle a {
	color:#81552c;
}
.SermonList .sermonTitle a:hover{
	color:#503D27;
}

.SermonList .sermonDetails {
	font-size:12px;
	line-height:12px;
	margin-left:10px;
}
/* box */

.box{
  background: transparent url(../images/box-shadow.png) no-repeat bottom right;
  padding: 8px 12px;
  margin: 0em 0 0em;
}

.box .titlewrap{
  background: transparent url(../images/box-title-left.png) no-repeat top left;
  padding-left: 35px;
}


.box .titlewrap h4{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-weight: normal;
  letter-spacing: -0.04em;
  background: transparent url(../images/box-title-bg.png) no-repeat top right;
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 130%;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.box .titlewrap h4 a{
  color: #fff;
  text-decoration: none;
}

.box.titlewrap h4 a{
  color: #ffc000;
  text-decoration: none;
}

.box .titlewrap span{
  padding: 6px 0;
  display: block;
}


.box .wrapleft{ background: #fff url(../images/box-left-bg.png) repeat-y top left; }
.box .wrapright{ background: transparent url(../images/box-right-bg.png) repeat-y top right; }

.box .bl{ background: transparent url(../images/box-bl.png) no-repeat bottom left; }
.box .tl{ background: transparent url(../images/box-tl.png) no-repeat top left; }
.box .br{ background: transparent url(../images/box-br.png) no-repeat bottom right; }
.box .tr{ background: transparent url(../images/box-tr.png) no-repeat top right; }

.box .the-content{
  padding: .4em 1em .6em 1em;
  min-height:92px;
  height:auto !important;
  height:64px;            /* ie 6 fix */
  min-width: 64px;
}	

/* search */
.search-block{
  background: transparent url(../images/search-bg.png) no-repeat left top;
}

.search-block .searchform-wrap{
  background: transparent url(../images/search-go.png) no-repeat right top;
  margin-left:-75px;
  width: 146px;
  height: 30px;
}

.search-block input{
  background: none;
  border: 0;
  color: #FFF;
  float: left;
  width: 100px;
  padding: 0;
  margin: 0;
}

.search-block input.searchfield{
  margin: 8px 0 0 8px;
}

.search-block fieldset{
  border: 0;
  padding: 0;
}

.search-block input.go{
	margin-top:-25px;
  width: 36px;
  height: 30px;
  text-transform: uppercase;
  text-align: center;
  float: right;
  color: #fff;
}

