/* @override 
	http://eastsidebaptist.cpmpreview.com/css/styles.css
*/

/*=====
SITE: East Side
FILE: styles.css
CREATED: 1/26/2009
MODIFIED:
AUTHOR: Ben Otero (ben@churchplantmedia.com), Luke Simpson (luke@churchplantmedia.com)

=====*/

/* @group GLOBALS */

* {
	margin: 0;
	padding: 0;
	line-height: 1;
}

#sermon-content {
	height: 100% !important;
}

body {
	background: #472b15 url(/_img/body_bg.jpg) no-repeat center top;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	font-family: Helvetica, arial, verdana, sans-serif;
}

#outer-container {
	padding-bottom: 150px;
}

#container {
	padding-top: 37px;
	margin: 0 auto;
	width: 961px;
}

#mainContent {
	background: url(/_img/maincontent_bg.png) repeat-y;
	width: 961px;
	float: left;
}

.show 				 {
	display: block;
}

.hidden, hr {
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* @end */

/* @group HEADER */

#header {
	position: relative;
	z-index: 1000;
	width: 961px;
	height: 99px;
	background: url(/_img/header_bg.png) no-repeat left top;
}

#header h1,
#header h1 a {
	display: block;
	width: 255px;
	height: 77px;
}

#header h1 {
	margin: 0;
	padding: 0;
	background: url(/_img/logo.png) no-repeat;
	text-indent: -999em;
	position: absolute;
	left: 11px;
	top: 16px;
}

#header h1 a:focus {
	outline: none;
}

#skip {
	position: absolute;
	top: -999em;
}

/* @group FORM */

#header form {
	position: absolute;
	top: 31px;
	right: 45px;
	margin: 0;
	padding: 0;
	width: 273px;
}

#header fieldset {
	border: 0;
	margin: 0;
	position: relative;
	height: 28px;
}

#header input {
	border: 0;
	font-size: 1.3em;
	color: #746c63;
	position: relative;
	width: 174px;
	height: 21px;
	line-height: 1;
	padding: 8px 9px 0;
	background: url(/_img/search_bg.gif) no-repeat;
	font-family: Helvetica, arial, sans-serif;
}

#header form button {
	position: absolute;
	top: -4px;
	right: 0;
	display: block;
	width: 81px;
	height: 38px;
	background: url(/_img/search_btn.png) no-repeat;
	text-indent: -999em;
	border: none;
	cursor: pointer;
}

/* @end */

/* @group SERVICE TIMES */

#service-times {
	position: absolute;
	top: 28px;
	left: 348px;
	width: 250px;
}

#service-times h3 {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	color: #a6c4e7;
}

#service-times p {
	font: italic 1.3em Georgia, "Times New Roman", serif;
	color: #b1b5b9;
	position: relative;
	top: -1px;
	left: 5px;
}

/* @end *

/


/* @end */

/* @group NAVIGATION */

#navigation {
	width: 261px;
	margin-bottom: 23px;
	padding: 17px 0 0;
}

#nav, #nav * {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	cursor: pointer;
	margin-bottom: 3px;
}

#nav li a {
	display: block;
	padding: 18px 28px 17px;
	font-size: 2em;
	color: #e7d8ba;
	text-decoration: none;
	background: url(/_img/bg_nav_li_a.png) no-repeat 0 0;
}

#nav li.current.doubleparent {
	margin-bottom: -20px;
}

#nav li.current a.double,
#nav li.current a.double:hover {
	padding-top: 13px;
}

#nav li:hover a {
	background-position: -271px 0;
	color: #fffcf5;
}

#nav li.current {
	position: relative;
	margin-bottom: -9px;
	left: -11px;
	margin-top: -3px;
}

#nav li.current a:hover,
#nav li.current a {
	border: 0;
	line-height: 1;
	background: url(/_img/bg_nav_li_current_a.png) no-repeat 0 0;
	width: 198px;
	color: #fffcf5;
	font-weight: bold;
	padding: 22px 39px 28px;
}

#nav li ul,
#nav li ul ul,
#nav li.current ul ul {
	display: none;
}

#nav li.current ul {
	background: url(/_img/bg_nav_ul.png);
	margin-left: 11px;
	width: 261px;
	margin-top: -9px;
	margin-bottom: 6px;
	padding: 14px 0;
	display: block;
}

#nav li.current li.current ul{
   display: block;
   margin: 0;
   background: none;
   padding-top: 10px;
   padding-bottom: 10px;
}

#nav li.current li a,
#nav li li a,
#nav li:hover li a:hover,
#nav li.current li a:hover,
#nav li li a:hover,
#nav li:hover li a:hover {
	background: none;
	color: #c1b191;
	font-size: 1.6em;
	font-weight: normal;
	padding: 12px 13px;
	display: block;
	margin-left: 14px;
	position: relative;
	border: 0;
	height: 16px;
	width: auto;
}

#nav li.current li a:hover {
	background: none;
	text-decoration: underline;
}

#nav li.current li {
	margin-bottom: 0;
	background: 0;
	height: auto;
}

#nav li.current li.current {
	left: 0;
	width: auto;
	height: auto;
}

#nav li.current li.current a {
	background: url(/_img/bg_nav_li_li_current.png) no-repeat 0 0;
	color: #fffcf5;
	padding-top: 15px;
	margin-left: 10px;
	padding-left: 17px;
	text-decoration: none;
}

#nav li.current li.current li a{
   background: none;
   color: #c1b191;
   font-size: 1.4em;
   padding: 6px 15px 6px 30px;
}

#nav li.current li.current li a:hover{
   text-decoration: underline;
}

#nav li.current li.current li.current a{
   color: #fffcf5;
}

/* @end */

/* @group PRIMARY CONTENT */

#primaryContent {
	float: right;
	position: relative;
	padding: 2px 14px 0;
	width: 653px;
	margin: 0 13px -15px 0;
	background: url(/_img/bg_primaryContent.jpg) no-repeat;
}

#home #primaryContent {
	background: url(/_img/bg_home_primaryContent.jpg) no-repeat;
}

#primaryContent a {
	text-decoration: underline;
	color: #77891b;
}

#primaryContent a:hover {
	text-decoration: none;
}

#primaryContent p,
#primaryContent li,
#primaryContent td {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #342419;
}

#primaryContent p *,
#primaryContent li *,
#primaryContent td * {
	font-size: 1em;
}

#primaryContent td {
	vertical-align: top;
}

#primaryContent ul,
#primaryContent ol {
	margin: 1em;
	padding-left: 2em;
}

img.left-align {
	float: left;
	margin: 10px 10px 10px 0;
}

img.right-align {
	float: right;
	margin: 10px 0 10px 10px;
}

img.no-border,
img.mcms_stats {
	border: 0;
}

/* @group BANNER */

#banner {
	display: block;
	position: relative;
	width: 653px;
	height: 184px;
	overflow: hidden;
}

#banner p {
	position: absolute;
	top: 0;
	left: 0;
	width: 653px;
	height: 184px;
	background: url(/_img/bg_banner.png);
	text-indent: -9999px;
}

/* @end */

/* @group HEADINGS */

h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
	color: #77891b;
}

h2 {
	font-size: 1.6em;
	margin-top: 22px;
	background: url(/_img/bg_content_h2.png) repeat-x left bottom;
	padding-left: 7px;
}

h2 span {
	background: #fff;
	padding-right: 12px;
}

#primaryContent h3 {
	font-size: 1.5em;
	color: #342419;
}

#primaryContent h4 {
	font-size: 1.4em;
	color: #77891b;
}

#primaryContent h5 {
	font-size: 1.3em;
}

#primaryContent h6 {
	font-size: 1.2em;
}

/* @end */

/* @group ARTICLES */

.article {
	border-bottom: 1px solid #e4e5dd;
	padding: 19px 0;
}

.article h4 {
	margin-bottom: 0;
	margin-top: 0;
}

#primaryContent .article h4 a {
	text-decoration: none;
}

#primaryContent .article h4 a:hover {
	text-decoration: underline;
}

#primaryContent .article p.by {
	font-size: 1.1em;
	color: #7b7b76;
	margin-top: 3px;
}

/* @end */

/* @group QUICKLINKS */

#quicklinks {
	width: 653px;
	float: left;
	margin: 0;
}

#quicklinks .quicklink {
	float: left;
	display: block;
	width: 207px;
	text-decoration: none;
	margin-right: 15px;
	position: relative;
}

#quicklinks .quicklink.last {
	margin: 0;
}

#quicklinks img {
	border: 0;
	margin: 0;
	float: left;
}

#primaryContent #quicklinks p {
	font-size: 1.4em;
	margin: 0;
}

#quicklinks p a {
	color: #f1e0ca;
	text-decoration: none;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}

#quicklinks p a strong {
	display: block;
	position: absolute;
	width: 187px;
	background: url(/_img/bg_quicklink_strong.png) repeat-x;
	bottom: 12px;
	left: 0;
	text-align: right;
	padding: 6px 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#quicklinks a:hover {
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group SECONDARY CONTENT */

#secondaryContent {
	float: left;
	position: relative;
	width: 261px;
	padding-left: 5px;
}

#home #secondaryContent {
	background: url(/_img/bg_home_secondaryContent.png) no-repeat bottom 5px;
	padding-bottom: 17px;
	min-height: 546px;
}

#secondaryContent h3 {
	font-size: 1.7em;
	height: 33px;
	padding: 18px 22px 0;
	background: url(/_img/bg_secondaryContent_h3.png) repeat-x;
	margin-bottom: 12px;
	position: relative;
	z-index: 1;
}

#secondaryContent #latest-message h3 object {
	width: 140px;
}

#secondaryContent img {
	border: 0;
}

#latest-message {
	position: relative;
	clear: left;
}

#latest-message p.listen {
	position: absolute;
	width: 79px;
	height: 27px;
	background: url(/_img/bg_home_listen.png);
	text-indent: -9999px;
	top: 14px;
	right: 14px;
	z-index: 99999;
	margin: 0;
}

#latest-message p.listen a {
	display: block;
	height: 27px;
	position: relative;
	z-index: 999999;
	cursor: pointer;
}

#latest-message p,
#latest-message h4 {
	margin: 0 18px .5em 22px;
}

#latest-message p.date {
	color: #c0a784;
	text-transform: uppercase;
	margin-bottom: 0;
}

#latest-message h4 {
	font-size: 1.5em;
}

#latest-message h4 a {
	color: #faf6eb;
	text-decoration: none;
}

#latest-message h4 a:hover {
	text-decoration: underline;
}

#latest-message p {
	color: #e9e0c6;
	line-height: 1.8;
	font-size: 1.2em;
}

/* @group MAP DIRECTIONS */

#map-directions {
	width: 216px;
	margin-left: 7px;
	margin-bottom: 3px;
	padding-top: 10px;
	height: 49px;
}

#map-directions img {
	position: relative;
	left: -7px;
}

/* @end */

/* @group UPCOMING EVENTS */

#upcoming-events {
	width: 261px;
	clear: both;
	position: relative;
}

#upcoming-events h3 {
	font: normal italic 1.7em Georgia, "Times New Roman", serif;
	color: #fff;
	text-transform: lowercase;
	text-align: right;
	padding-top: 10px;
	height: 34px;
	margin: 0 0 8px;
	padding-right: 19px;
	letter-spacing: -.06em;
}

#cal {
	display: block;
	width: 21px;
	height: 21px;
	background: url(/_img/cal_icon.gif) no-repeat;
	text-indent: -999em;
	position: absolute;
	top: 12px;
	left: 53px;
}

#cal:focus {
	outline: none;
}

.event {
	padding: 8px 13px 9px 0;
	text-align: right;
	clear: both;
	background: url(/_img/event_bg.gif) no-repeat right bottom;
}

.last {
	background: none;
	border: 0;
}

.event h4 {
	font-size: 1.1em;
	margin: 0 0 5px;
	text-transform: uppercase;
	font-weight: normal;
	color: #faa743;
}

.event p {
	font-size: 1.2em;
	color: #fff;
}

.event p a {
	color: #fff;
	text-decoration: none;
}

.event p a:hover {
	text-decoration: underline;
}

/* @end */

/*

@end */

/* @group FOOTER */

#footer {
	position: relative;
	width: 961px;
	padding-top: 36px;
	height: 30px;
	z-index: 1;
	clear: left;
	background: url(/_img/bg_footer.png) no-repeat right top;
}

#home #footer {
	background-image: url(/_img/bg_home_footer.png);
	padding-top: 30px;
}

#foot-primary {
	float: left;
	margin-left: 277px;
	display: inline;
	width: 300px;
}

#foot-secondary {
	float: right;
	display: inline;
	margin-right: 30px;
}

#footer p {
	color: #977f62;
	font-size: 1.2em;
	margin-bottom: 8px;
}

#footer a {
	color: #b2987a;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* @end */

/* @group SERMONS */

#filter {
	margin-bottom: 53px;
}

#filter select {
	width: 300px;
	margin-left: 10px;
}

#filter a {
	margin-left: 45px;
}

#primaryContent h4 {
	clear: both;
}

#primaryContent .sermonlist h4 {
	margin: 0;
	padding: 10px 0;
}

.sermonbox {
	position: relative;
	padding: 10px 0;
	border-top: 1px solid #e4e5dd;
}

.sermonbox a {
	text-decoration: underline;
}

.sermonbox a:hover {
	text-decoration: none;
}

#primaryContent .sermonbox h5 {
	margin: 0 0 8px;
}

#primaryContent .sermonbox h5 span {
	font-size: 10px;
	margin-left: 10px;
	color: #2a2b28;
}

#primaryContent .sermonbox p {
	margin: 0;
}

.sermonbox ul {
	position: absolute;
	top: 20px;
	right: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sermonbox li {
	float: left;
	display: inline;
	margin-right: 5px;
}

.sermonbox li a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -999em;
}

.sermonbox li.sl_listen a {
	background: url(/_img/play_icon.gif) no-repeat;
}

.sermonbox li.sl_download a {
	background: url(/_img/download_icon.gif) no-repeat;
}

.sermonbox li.sl_notes a {
	background: url(/_img/notes_icon.gif) no-repeat;
}

.sermonbox li.sl_video a {
	background: url(/_img/video_icon.gif) no-repeat;
}

.sermonbox li a:focus {
	outline: none;
}

/* @group MEDIA BOX */

#text {
	clear: both;
	padding: 0 7px 20px;
	position: relative;
}

#primaryContent #byline {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	clear: both;
}

#byline li {
	margin-right: 7px;
	display: inline;
	float: left;
}

#primaryContent #mediabox {
	padding: 10px;
	margin: 5px 0 20px 0;
	list-style: none;
	border: 1px solid #e8dfc8;
	height: 18px;
	clear: both;
}

#mediabox li {
	padding: 2px 5px 0px 20px;
	float: left;
	display: inline;
	font-size: 1.1em;
	line-height: 20px;
}

#mediabox li#mb_links {
	background: #e8dfc8;
	color: #654730;
	margin: -10px 10px -10px -10px;
	padding: 10px;
	font-size: 1.2em;
}

#mediabox li#mb_jukebox {
	background: url(/_img/play_icon.gif) no-repeat left 2px;
}

#mediabox li#mb_download {
	background: url(/_img/download_icon.gif) no-repeat left 2px;
}

#mediabox li#mb_notes {
	background: url(/_img/notes_icon.gif) no-repeat left 2px;
}

#mediabox li#mb_video {
	background: url(/_img/video_icon.gif) no-repeat left 2px;
}

#mediabox li#mb_podcast {
	background: url(/_img/feed_icon.gif) no-repeat left 2px;
}

/* @end */

/* @group HOW IT WORKS */

ul#how-it-works {
	margin: 1em 0 2em;
	padding: 5px 0;
	list-style: none;
	height: 25px;
	border: 3px solid #e8dfc8;
}

#how-it-works li {
	padding-left: 20px;
	margin: 0 1em 1.5em;
	font-size: 1.1em;
	display: block;
	float: left;
	line-height: 25px;
}

#how-it-works li#how {
	font-weight: bold;
	margin-left: 0;
}

#how-it-works li#play {
	background: url(/_img/play_icon.gif) no-repeat left center;
}

#how-it-works li#notes {
	background: url(/_img/notes_icon.gif) no-repeat left center;
}

#how-it-works li#video {
	background: url(/_img/video_icon.gif) no-repeat left center;
}

#how-it-works li#save {
	background: url(/_img/download_icon.gif) no-repeat left center;
}

#how-it-works li#subscribe {
	background: url(/_img/feed_icon.gif) no-repeat left center;
}

/* @end */

/* @group SORTING */

#sorting {
	clear: both;
	padding-bottom: 15px;
}

#sorting h3 {
	
}

#sorting label,
	#sorting select,
	#sorting a {
	display: block;
	width: 80%;
	margin: 0 auto;
}

#sorting label {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: .5em;
	color: #fff;
}

#sorting select {
	margin-bottom: 1.5em;
}

#sorting a {
	font-size: 1.2em;
	color: #342419;
}

#sorting a:hover {
	text-decoration: none;
}

/* @end */

/* @end */

/* @group CALENDAR e4e5dd be531d */

#primaryContent table.calendar {
	width: 98%;
	margin-bottom: 25px;
	border: 1px solid #e4e5dd;
	border-right: 0;
	border-bottom: 0;
	border-collapse: collapse;
}

#primaryContent table.calendar caption {
	padding-bottom: 10px;
	color: #77891b;
	font-size: 1.4em;
}

#primaryContent table.calendar th {
	padding: 6px 0;
	background: #ded4b9;
	color: #2a2b28;
	font-size: 1.3em;
	font-weight: normal;
}

#primaryContent table.calendar td {
	width: 68px;
	height: 68px;
	padding: 2px;
	border: 1px solid #ded4b9;
	border-left: 0;
	border-top: 0;
	background: #f4e9cb;
	color: #2a2b28;
	font-size: 1em;
	vertical-align: top;
}

#primaryContent table.calendar td a {
	text-decoration: none;
}

#primaryContent table.calendar td ul {
	margin: .5em 0 0 .5em;
	padding: 0;
	font-size: 100%;
	list-style: none;
}

#primaryContent table.calendar td li {
	margin-bottom: .75em;
	font-size: 1.1em;
	line-height: 1.2;
}

#primaryContent table.calendar td li a {
	text-decoration: underline;
}

#primaryContent table.calendar td li a:hover {
	text-decoration: none;
}

/* @end */

/* @group SEARCH RESULTS */

#primaryContent form {
	margin-bottom: 25px;
}

#primaryContent fieldset {
	border: 0;
	padding: 0;
}

#primaryContent input {
	padding: 5px;
	width: 75%;
}

#primaryContent input#search-btn {
	padding: 0;
	width: auto;
}

/* @end SEARCH RESULTS */

/* @group Rotator */

#rotator {
	width: 653px;
	height: 407px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

#rotator p {
	margin: 0;
}

#rotator img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	border: none;
}

#rotator #caption {
	position: absolute;
	z-index: 1000;
	width: 653px;
	height: 407px;
	background: url(/_img/bg_rotator_caption.png);
	text-indent: -9999px;
}

/* @end  */

/* @group ROTATOR CONTROLS */

#controls {
	height: 30px;
	width: 85px;
	background: url(/_img/bg_controls.png) no-repeat left top;
	position: absolute;
	bottom: 25px;
	z-index: 2000;
}

#controller {
	background: url(/_images/controls_bg.png) no-repeat right top;
	padding-right: 3px;
}

#controls ul {
	margin: 0;
	list-style: none;
	position: relative;
}

#controls li {
	position: absolute;
}

#controls li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
}

#controls li#controls-previous {
	left: 0;
	top: 0;
	width: 31px;
}

#controls li#controls-previous a {
	background: url(/_img/bg_controls_prev.png);
}

#controls li#controls-pause {
	left: 31px;
	top: 0;
	width: 22px;
}

#controls li#controls-pause a {
	background: url(/_img/bg_controls_play.png) 0 0;
}

#controls li#controls-pause a.paused {
	background-position: 0 -30px;
}

#controls li#controls-next {
	right: 0;
	width: 32px;
}

#controls li#controls-next a {
	background: url(/_img/bg_controls_next.png);
}

#controls li a:focus {
	outline: none;
}

/* @end */