/*
Theme Name: Crossroads Theme
Description: Custom theme for Crossroads Church of Monticello.
Author: Matt Barnes
Author URI: http://hayloftdesign.com/
*/

/* reset */
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* Global Styles */

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

object {
	margin: 20px 0;
	display: block;
	clear: both;
}

/* Basic Containers */

html {
	background: #fff url(images/prayer-group.jpg) no-repeat fixed top center;
}

body {
	background: #FFF;
	border: 3px solid #FFF;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 18px auto 30px;
	width: 939px;
	-moz-box-shadow: 0 0 25px #333;
	-webkit-box-shadow: 0 0 25px #333;
	box-shadow: 0 0 25px #333;
}

/* Header */

#header {
	background-color: #72826d;
	border-bottom: 3px solid #FFF;
	height: 110px;
	position: relative;
}

#banner {
	border-right: 3px solid #FFF;
	padding: 20px;
	width: 420px;
}

#logo {
	background: url("images/logo.png") no-repeat;
	display: block;
	width: 420px;
	height: 67px;
	text-indent: -9999px;
}

.description {
	position: absolute;
	right: 0;
	top: 0;
	background: #475048;
	border-bottom: 3px solid #FFF;
	height: 76px;
	width: 476px;
}

.description p {
	background: url(images/mission.png) no-repeat;
	width: 311px; 
	height: 45px;
	margin: 17px 0 0 22px;
	text-indent: -9999px;
}

.service-times {
	background: #dcab69;
	color: #2b312c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 31px;
	position: absolute;
	right: 0;
	top: 79px;
	width: 476px;
}

.service-times p {
	margin-top: 5px;
	text-indent: 22px;
}

/* Navigation */

a.homepage-link {
	background: url(images/crossroads-logo.png) no-repeat;
	color: #72826d;
	display: block;
	font-size: 9px;
	font-weight: bold;
	height: 15px;
	left: 10px;
	line-height: 9px;
	padding: 64px 0 0 4px;
	position: absolute;
	text-decoration: none;
	top: 15px;
	width: 126px;
}

#nav {
	font-family: Futura, "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	margin: 10px 5px 20px 5px;
}

#nav a,
#nav a:link,
#nav a:visited {
	border-bottom: 1px solid #dadcda;
	color: #475048;
	display: block;
	text-decoration: none;
	padding-top: 10px;
		-moz-transition: text-indent linear .25s;
		-webkit-transition: text-indent linear .25s;
		-o-transition: text-indent linear .25s;
	transition: text-indent linear .25s;
}

#nav a:before {
	content: "";
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	background: #eacda5;
	margin-right: 10px;
	position: relative;
	top: 5px;
		-moz-transition: background linear .25s;
		-webkit-transition: background linear .25s;
		-o-transition: background linear .25s;
	transition: background linear .25s;
}

#nav a:hover,
#nav a:active,
#nav a:focus {
	text-indent: 20px;
}

#nav a:hover:before,
#nav a:active:before,
#nav a:focus:before {
	background: #72826d;
}

/* Main Content */

#main-content {
	border-left: 3px solid #FFF;
	float: right;
	min-height: 540px;
	width: 710px;
	position: relative;
}

.content-wrap {
	padding: 30px;
	width: 650px;
		-moz-box-shadow: inset 2px 2px 8px #CECECE;
		-webkit-box-shadow: inset 2px 2px 8px #CECECE;
	box-shadow: inset 2px 2px 8px #CECECE;
	min-height: 480px;
}

/* slideshow  */ 

.slideshow {
	height: 540px;
}

/* Sub Content */

#sub-content {
	float: left;
	width: 226px;
	height: 540px;
	position: relative;
}

.msg-button {
}

/* Footer */

#footer {
	clear: both;
	color: #FFF;
	background: #72826d;
	border-top: 3px solid #FFF;
	text-align: center;
	padding: 5px 0;
	font-size: 10px;
}

#footer a {
	color: #FFF;
}

#footer p {
	margin: 0;
}

#footer img {
	vertical-align: middle;
}

/* Typography */

a {
	color: #475048;
}

h1, h2 {
	color: #475048;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-bottom: 10px;
}

h3 {
	font-weight: bold;
	color: #475048;
}

p {
	margin-bottom: 18px;
}

.content-wrap ul, ol {
	margin-left: 25px;
	margin-bottom: 18px;
}

ol li {
	list-style: decimal;
}

.content-wrap ul li {
	list-style: disc;
}

/* WordPress utility classes */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	display: inline;
	}

.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
}

.wp-caption {
	border: 1px solid #D8D8D8;
	margin-bottom: 18px;
}

.wp-caption img {
	padding: 5px;
}

.wp-caption-text {
	font-style: italic;
	font-size: 11px;
	color: #888;
	padding: 0 5px 5px 5px;
	margin: 0;
}

/* Messages */

table#messages {
	width: 100%;
	font-size: 10px;
}

.mp3-links {
	text-align: right !important;
}

table#messages tr:nth-child(odd) {
	background-color: #ced3cc;
}

table#messages th {
	font-weight: bold;
	color: #475048;
}

table#messages td,
table#messages th {
	padding: 2px 4px;
	vertical-align: top;
}

/* ST90 styles */

.unavailable {
	color: #AAA;
}

.page-id-543 .content-wrap a {
	color: #000;
}

.st90-button:hover {
	opacity: .75;
}
