@import url(/css/base.css);
@import url(/css/sub_double.css);


#midheader {
  background: url(/images/header_prayersection.jpg) no-repeat;
}

#left {
  background: url(/images/header_leftprayer.jpg) top no-repeat;
  padding-top: 55px;
}

#right {
  background: url(/images/header_rightprayer.jpg) top no-repeat;
  padding-top: 275px;
}


/*about page sub nav */

#midheader li {
  float: left;  
  height: 48px;
}
	
#midheader li a {
  display: block;
  text-indent: -5000px;
  overflow: hidden;
  background-position: top;
  height: 48px;
}

#midheader li a:hover {
  background-position: bottom;
}
	
#sub_nav {
  position: absolute;
  left: 104px;
  top: 11px;
  list-style: none;	
}

#audiodownloads_sublink {
  width: 145px;
  background: url(/images/subnav_prayeraudio.jpg) no-repeat;
}

#testimonies_sublink {
  width: 108px;
  background: url(/images/subnav_testimonies.jpg) no-repeat;
}

#requests_sublink {
  width: 81px;
  background: url(/images/subnav_requests.jpg) no-repeat;
}

 




/* Profiles ============== */

.profile {
  margin: 20px 0px 0px 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

.profile h4{
  padding-top: 3px;
  margin: 0px 0px 10px 0px;
  color: #000;
}
 

/* Media Items */

.month_header {
  padding: 2px 4px 2px 4px;
  font-size: 14px;
  color: #eee;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #555;
  margin: 0px 0px 2px 0px;
}

.month_header .media_month{
  float: left; 
}

.month_header .media_year {
float: right;
}

.media_item {
  margin: 5px 0px 15px 0px;
  padding: 2px;
  font: 11px Verdana;
  background-color: #eaeaea;
  border: 1px solid #d9d9d9;
}

.media_item span.title{
  font-size: 12px;
  padding-left: 5px;
}

.media_item span.author{
  padding-left: 5px;
}

.media_item span.audio{
  width: 70px;
  background: url(/images/audiobutton.jpg) no-repeat;
  padding:5px;
  padding-left: 72px;
}

.media_item span.video{
  width: 70px;
  background: url(/images/videobutton.jpg) no-repeat;
  margin-left: 0px;
  padding:5px;
  padding-left: 72px;
}

#left .content .media_item p{
  background-color: #cccccc;
  border-top: 1px solid #666666;
  margin:  4px 0px 0px 0px;
  padding-top:8px;
  padding-bottom:0px;
 
}

#left .content .media_item a{
  font-weight: normal;  
  font-size: 12px;
 

}

#left .content .media_item a:hover{
  color: #000;
  border-bottom: 1px dashed #666666;
}
