@import url('reset.css');
@import url('typography.css');

body {
	background-color: #d1b290;
	margin: auto;
	width: 100%;
}

/* Header */

div#header {
	background: url('../img/wooden_header.png') repeat center;
	background-color: #80695e;
	border-bottom: 2px ridge #000000;
	height: 250px;
	width: 100%;
}

/* Content */
div#content {
	margin: auto;
	padding-bottom: 50px;
	position: relative;
	width: 800px;
}

div#content-top-shadow {
	background: url('../img/content-top-shadow.png') repeat-x;
	height: 20px;
	width: 100%;
}

div#content-bottom-shadow {	
	background: url('../img/content-bottom-shadow.png') repeat-x;
	clear: both;
	height: 20px;
	width: 100%;
}

/* Page Wrapper */

div#page-wrapper {
	background-color: #ffffff;
	border: 1px solid #80695e;
	clear: both;
	height: 233px;
	margin-top: 75px;
	overflow: hidden;
	padding: 15px;
	width: 768px;
}

/* Slideshow */

div#slideshow {
	border-right: 1px solid #80695e;
	float: left;
	padding-right: 15px;
	width: 375px;
}

div#slides {
	border: 1px solid #80695e;
	height: 200px;
	width: 370px;
}

div#slides a.thumb {
	display:none;
}

div#slides a.default-slide {
	display:block;
}

div#slideshow-commands {
	background: url('../img/commands-bg.png') no-repeat;
	height: 19px;
	left: 15px;
	padding: 3px 25px;
	position: relative;
	width: 290px;	
}

a#previous-slide {
	background: url('../img/commands-previous-slide.png') no-repeat;
	display: block;
	float: left;
	height: 12px;
	margin-top: 2px;
	text-indent: -9000px;
	width: 9px;
}

a#next-slide {
	background: url('../img/commands-next-slide.png') no-repeat;
	display: block;
	float: right;
	height: 12px;
	margin-top: 2px;
	text-indent: -9000px;
	width: 9px;
}

div#slideshow-commands h4
{
	margin-top:1px;
	width:100%;
}

/* Message */

div#message {
	margin-left: 410px;
	width: 350px;
}

div#message h3 {
	margin-bottom: 20px;
}

p#contact-info span {
	display: block;
}

span#phone {
	background: url('../img/phone-icon.png') no-repeat 0px 1px;
	float: left;
	margin-top: 25px;
	padding-left: 35px;
	width: 125px;
}

span#address {
	background:url('../img/address-icon.png') no-repeat 160px 30px;
	padding:5px 0px 0px 195px;
}

/* Tabs */

ul#tabs {
	margin-top: 30px;
	position: absolute;
	right: -16px;
	top: -65px;
	width: 439px;
	height: 37px;
}

ul#tabs li {
	background: url('../img/tabs-sprite.png') no-repeat;
	float: left;
	height: 35px;
	margin-right: 1px;
	width: 75px
}

ul#tabs li a {
	display: block;
	height: 100%;
	text-indent: -9000px;
	width: 100%;
}

ul#tabs li#previous {
	background-position: 0px 0px;
	width: 70px;
}

ul#tabs li#previous:hover {
	background-position: 0px -40px;
}

ul#tabs li#previous.current, ul#tabs li#previous:active {
	background-position: 0px -80px;
}

ul#tabs li#home {
	background-position: -80px 0px;
}

ul#tabs li#home:hover {
	background-position: -80px -40px;
}

ul#tabs li#home.current, ul#tabs li#home:active {
	background-position: -80px -80px;
}

ul#tabs li#ministry {
	background-position: -150px 0px;
}

ul#tabs li#ministry:hover {
	background-position: -150px -40px;
}

ul#tabs li#ministry.current, ul#tabs li#ministry:active {
	background-position: -150px -80px;
}

ul#tabs li#resources {
	background-position: -220px 0px;
}

ul#tabs li#resources:hover {
	background-position: -220px -40px;
}

ul#tabs li#resources.current, ul#tabs li#resources:active {
	background-position: -220px -80px;
}

ul#tabs li#about {
	background-position: -290px 0px;
}

ul#tabs li#about:hover {
	background-position: -290px -40px;
}

ul#tabs li#about.current, ul#tabs li#about:active {
	background-position: -290px -80px;
}

ul#tabs li#next {
	background-position: -360px 0px;
	width: 48px;
}

ul#tabs li#next:hover {
	background-position: -360px -40px;
}

ul#tabs li#next.current, ul#tabs li#next:active {
	background-position: -360px -80px;
}


/* Blog Module */

div#blog {
	float: left;
	margin: 50px 15px 0px 0px;
	width: 385px;
}

div#blog2 {
	float: left;
	margin: 50px 15px 0px 0px;
	width: 450px;
}

div#blog h4.module-header-bar {
	background: url('../img/blog-header-bar.png') no-repeat;
	height: 29px;
	margin-bottom: 15px;
	padding-top: 13px;
	width: 385px;
}

div#blog2 h4.module-header-bar {
	background: url('../img/blog-header-bar.png') no-repeat;
	height: 29px;
	margin-bottom: 15px;
	padding-top: 13px;
	width: 450px;
}

div#blog div.blog-entry {
	margin-left:15px;
}

div#blog div.blog-entry h5 {
	float:left;
	width:200px;
}

div#blog div.blog-entry blockquote {
	clear:both;
	padding:10px 0px 10px 15px;
}

div#blog div.blog-entry p.meta {
	padding-top:4px;
}

p#read-more-wrapper {
	float:right;
	margin-top:10px;
	width:215px;
}

p#read-more-wrapper a {
	background:url('../img/read-more-button.png') no-repeat;
	border:none;
	display:block;
	height:30px;
	text-indent:-9000px;
	width:214px;
}

p#read-more-wrapper a:hover {
	background-position: 0px -30px;
}

p#read-more-wrapper a:active {
	background-position: 0px -60px;
}

/* Twitter Module */

div#twitter {
	margin: 50px 0px 0px 415px;
	width: 375px;
}

div#twitter h4.module-header-bar {
	background:url('../img/podcast_header_bar.png') no-repeat;
	height: 29px;
	margin-bottom: 15px;
	padding-top: 13px;
	width: 385px;
}

div#twitter div.tweet {
	margin: 3px 0px 17px 30px;
}

div#twitter div.tweet img {
	border: 1px solid #80695e;
	float: left;
	height: 29px;
	margin-right: 15px;
	width: 29px;
}

div#twitter div.tweet h5 {
	position: relative;
	top: -3px;
}

p#get-tweets-wrapper {
	float:right;
	margin-top:9px;
	width:30px;
}

p#get-tweets-wrapper a {
	background:url() no-repeat;
	border: none;
	display: block;
	height: 30px;
	text-indent: -9000px;
	width: 30px;
}

/* Footer */

div#footer-image {
	background: url('../img/wooden_footer.png') repeat center #80695e;
	border-top: 2px groove #000000;
	border-bottom:2px ridge #000000;
	height:50px;
	width:100%;
}

p#footer-text {
	background: url('../img/content-top-shadow.png') repeat-x;
	height: 37px;
	padding-top: 13px;
	width: 100%;
}

