/*
Judsons Legacy
Copyright Kemso LLC
Author: George Henderson
Date: 11/1/2009
*/

body {
	width: 965px;
	margin: 0 auto;
	padding: 0;
	background-color: #e3dca3;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center -40px;
	font-family: "Sabon Roman", "Times New Roman", Georgia, serif;
	font-size: 15px;
	line-height: 25px;
	color: #201F1F;
	
}

#body_wrapper {
	width: 100%;
	background-color: #e3dca3;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center -40px;
}
#header {
	position: relative;
}
#header h1 {
	text-indent: -9999px;
	height: 330px;
	margin: 0px;
	/*
margin-left: 320px;
	background-image: url(../images/Logo.png);
	background-repeat: no-repeat;
	width: 309px;
	height: 206px;
*/
}

#jud_happy {
	position: absolute;
	top: 10px;
	left: -2px;
	width: 272px;
	height: 213px;
	background: transparent url(../images/jud-happy.jpg);	
}


h2 {
	margin-top: 0;
	padding-top: 0;
	text-indent: -9999px;
	
}
h3 {
	/*
margin-top: -80px;
	margin-bottom: 80px;
*/
	color: #638B82;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	/*
margin-left: -5px;
	text-indent: -9999px;
*/
	/* background-image:url(../images/title-about.png); */
	/* background-repeat: no-repeat; */
	/*
width: 109px;
	height: 24px;
*/
	
}
h4 {
	color: #638B82;
	text-align: center;
	font-size: 18px;

}
h5 {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	font-size: 14px;
	color: #638B82;
}


h1#page_title {
	display: block;
	position: absolute;
	top: -70px;
	width: 630px;
	height: 25px;
	text-indent: -9999px;
}
h1#page_title.about {
	background: transparent url(../images/title-about.png) no-repeat scroll left top;
}
h1#page_title.speaking_ministry {
	background: transparent url(../images/title-speakingministry.png) no-repeat scroll left top;
}
h1#page_title.hunters-hope {
	background: transparent url(../images/title-huntershope.png) no-repeat scroll left top;
}
h1#page_title.store {
	background: transparent url(../images/title-store.png) no-repeat scroll left top;
}


a {
	text-decoration: none;
	color: #765530;
}
ul {
	/* list-style: none; */
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.clearer {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.float-left {
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}
.float-right {
	display: block;
	float: right;
	margin: 0px 0px 10px 10px;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-none {
	clear: none;
}


.img {
}
.img img {	
	display: block;
	margin: 0px;
	border: 1px solid #638B82;
}
.img .caption {
	display: block;
	/* text-align: center; */
	text-transform: uppercase;
	color: #638B82;
	margin: 4px 0px;
}
.img .caption.center {
	text-align: center;
}

.img .sub-caption {
	display: block;
	color: #000;
	font-size: 14px;
}

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


.justify {
	text-align: justify;
}


blockquote {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-style: italic;
}
blockquote .author {
	display: block;
	margin-top: 10px;
	font-style: normal;
	text-align: right;
}


.serif {
	font-family: "Sabon Roman", "Times New Roman", Georgia, serif;
}
.sans-serif {
	font-family: Helvetica, Verdana, Sans-serif;
}


p {
	text-align: justify;
}


/* Structure */


.section {
	clear: both;
	margin-bottom: 40px;
}

.left {
	width: 272px;
	float: left;
	display: block;
	position: relative;
	z-index: 10;
}
.content {
	position: relative;
	border: 2px solid #765530;
	display: block;
	float: left;
	/* margin-left: 320px;  */
	width: 579px;
	margin-left: 30px;
	padding: 40px 40px;
	
	
}


#page-content {
	background-color: #f6f4e0;
}

/* NAVIGATION */

#navigation ul {
	list-style: none;
}

#storyofjud a {
	display: block;
	background-image: url(../images/nav-storyofjudson.png);
	background-position: left top;
	width: 271px;
	height: 47px;
}
#storyofjud a:hover {
	background-position: left 48px;
	width: 271px;
	height: 47px;
}
#about a {
	display: block;
	background-image: url(../images/nav-about.png);
	background-position: left top;
	width: 271px;
	height: 60px;
	margin-top: -17px;
}
#about a:hover {
	background-position: left 64px;
	width: 271px;
	height: 60px;
}

#speakingministry a {
	display: block;
	background-image: url(../images/nav-speaking.png);
	background-position: left top;
	width: 271px;
	height: 60px;
	margin-top: -15px;
}
#speakingministry a:hover {
	background-position: left 64px;
	width: 271px;
	height: 60px;
}

#huntershope a {
	display: block;
	background-image: url(../images/nav-hunters.png);
	background-position: left top;
	width: 271px;
	height: 60px;
	margin-top: -15px;
}
#huntershope a:hover {
	background-position: left 64px;
	width: 271px;
	height: 60px;
}
#store a {
	display: block;
	background-image: url(../images/nav-store.png);
	background-position: left top;
	width: 271px;
	height: 60px;
	margin-top: -15px;

}
#store a:hover {
	background-position: left 64px;
	width: 271px;
	height: 60px;

}

.selected a {
	background-position: left 64px !important;
	width: 304px !important;
	height: 60px !important;
}
.selected a:hover {
	background-position: left 64px !important;
	width: 304px !important;
	height: 60px !important;
}


/* Elements */

#verse p {
	text-align: center;
	color: #7B5730;
	font-style: italic;
}
#verse strong {
	font-style: normal;
}
/*
#about-content p {
	text-align: center;
	padding: 15px;
}
*/

.content p {
	
}
.body-verse {
	font-style: italic;
	color: #638B82;
	text-align: center;
}
p.body-verse {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.body-verse .source {
	display: block;
	font-style: normal;
}

p.intro {
	font-size: 17px;
	text-align: center;
	line-height: 40px;
	margin-top: 0px;
}

#top-left {
	float: left;
	display: block;
	/*
background-image: url(../images/TopLeft.jpg);
	background-repeat: no-repeat;
	width: 121px;
	height: 174px;
*/
}
#top-middle {
	float: left;
	/*
background-image: url(../images/TopMiddle.jpg);
	background-repeat: no-repeat;
	width: 243px;
	height: 174px;
*/
}
#top-right {
	float: left;
	margin-top: 36px;
	/*
background-image: url(../images/TopRight.jpg);
	background-repeat: no-repeat;
	width: 104px;
	height: 174px;
	background-position: bottom center;
*/
}
#bottom-left {
	float: left;
	/*
background-image: url(../images/BottomLeft.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 121px;
	background-position: top center;
*/
	margin-left: 90px;
}
#bottom-right {
	float: left;
	/*
background-image: url(../images/BottomRight.jpg);
	background-repeat: no-repeat;
	width: 243px;
	height: 156px;
*/
}


.cloud .img {
	display: block;
	margin-left: 15px;
	margin-bottom: 15px;
}

/* footer */
#footer {
	clear: both;
	background-image: url(../images/judson-footer-image.png);
	background-repeat: no-repeat;
	width: 236px;
	height: 190px;
	/* float: left; */
	margin-left: 525px;
	padding-top: 40px;
	border: none;
	background-position: center center;
}
#footer a#contact {
	display: block;
	margin: 0px auto;
	text-align: center;
	color: #638B82;
}
#footer a#contact:hover {
	color: #765530;
}
/* Speaking */
.col1 {
	float: left;
	width: 250px;
}
.col2 {
	float: right;
	margin-top: 175px;

}
.col1 span {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	
}
.col2 span {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


a#booking {
	display: block;
	width: 105px;
	height: 77px;
	background-image: url(../images/booking.png);
	background-position: left top;
	text-indent: -9999px;
	
	margin-bottom: 60px;
}
a#booking:hover {
	background-position: left -77px;
}
/*
#christina {
	background: url(../images/christina.png);
	background-repeat: no-repeat;
	width: 142px;
	height: 185px;
	background-position: top left;
	border: 1px solid #638B82;
}
*/
/*
#drake {
	background: url(../images/drake.png);
	background-repeat: no-repeat;
	width: 142px;
	height: 185px;
	background-position: top left;
	border: 1px solid #638B82;
}
*/
/*
#together {
	background: url(../images/drakeandchristina.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 196px;
	background-position: top left;
	border: 1px solid #638B82;
}
*/
/*
#drakescol {
	margin-top: -70px;
	width: auto;
}
*/





/* ! About Page  */
/* --------------------------------------------------------------------------------- 
 */




/* ! Speaking Ministry Page  */
/* --------------------------------------------------------------------------------- 
 */
#topics, #venues {
	width: 279px;
	float: left;
}

#topics {
	width: 310px;
	margin-right: 40px;
}
#topics ul {
	list-style: none;
	padding: 10px;
	background-color: #fff;
	border: 2px solid #638B82;
	
	text-transform: uppercase;
	color: #638B82;
	font-size: 15px;
	font-family: Helvetica, Verdana, sans-serif;
}

#topics ul li {
	margin: 10px 0px;
	text-align: center;
}

#topics h3 {
	display: block;
	width: 120px;
	padding: 4px 0px;
	margin: 0px auto;
	text-align: center;
	background-color: #638B82;
	color: #fff;
}

#venues {
	width: 220px;
	margin-top: 50px;
}
#venues ul {
	list-style: none;
}
#venues li {
	font-size: 15px;
	margin: 10px 0px;
}


/* ! Hunter's Hope  */
/* --------------------------------------------------------------------------------- 
 */
 
#page-content.huntershope {
} 
 
.huntershope .img .caption {
	font-size: 14px;
	text-transform: none;
	text-align: center;
}

#huntershope-logo {
	display: block;
	text-indent: -9999px;
	width: 141px;
	height: 113px;
	background: transparent url(../images/hunters-hope-logo.png) no-repeat scroll left top;
	
	margin-bottom: 20px;
}
#huntershope-logo:hover {
	background-position: left -113px;
}

a.donate {
	clear: right;
	display: block;
	text-indent: -9999px;
	width: 141px;
	height: 79px;
	background: transparent url(../images/donate.png) no-repeat scroll center top;
}
a.donate:hover {
	background-position: center -79px;
}

#hunters-audio {
	display: block;
	float: left;
	margin-left: 360px;
	margin-top: -170px;
}
#hunters-audio span {
	color: #638B82;
	font-size: 14px;
	width: 200px;
	display: block;
	text-align: center;
}
.left {
	float: left;
}





/* ! Store  */
/* --------------------------------------------------------------------------------- 
 */
a.cart {
	display: block;
	width: 132px;
	height: 55px;
	text-indent: -9999px;
	background: transparent url(../images/button-cart.png) no-repeat scroll center top;
	margin-bottom: 10px;
}
a.cart:hover {
	background-position: center -55px;
}

#cart-info {
	color: #7b5730;
	font-weight: bold;
	line-height: 55px;
	font-size: 18px;
}


.store .img .caption {
	font-size: 14px;
	text-transform: none;
	text-align: center;
}


.store .item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #765530;
}

.store .item h3 {
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
}

.store .item .price {
	background-color: #b5c8c3;
	color: #f6f4e0;
	padding: 2px 8px;
	font-family: Helvetica, Verdana, sans-serif;
}

.store .item a.add-to-cart {
	border: 2px solid #7b5730;
	background-color: #7b5730;
	padding: 3px 8px;
	color: #fff;
	text-transform: uppercase;
	font-family: Helvetica, Verdana, sans-serif;
}
.store .item a.add-to-cart:hover {
	background-color: #FFFFFF;
	color: #7b5730;
}
.store .empty-cart {
	display: none;
	border: 2px solid #7b5730;
	background-color: #7b5730;
	padding: 3px 8px;
	color: #fff;
	text-transform: uppercase;
	font-family: Helvetica, Verdana, sans-serif;
}
.store a.empty-cart:hover {
	background-color: #FFFFFF;
	color: #7b5730;
}
.store input.quantity {

	width: 15px;	
}