/************************************************************************* 
	Justin Schroeder Copyright 2008. No Rights Reserved.
	
	Thanks for reading my css, it shows you care. Like what you see?
	Lets Talk. Shoot me a line, you've earned the right:
	justin (at) jpschroeder (dot) com

**************************************************************************/


/* ORGANIC ELEMENTS */

body{
	background: #230908 url(../graphics/background.png) repeat-x;
	margin:  0px;
	padding: 0px;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size:  15px;
	color: #000000;
}

img{
	position:  relative;
}
p{
	text-indent: 0px;
	padding:  0px;
	margin:  0px;
	padding-top: 10px;
}
p a{
	text-decoration: none;
	color:  #000000;
	padding: 2px 4px;
	text-decoration:  underline;
}
p a:hover{
	background-color:  #000000;
	color:  #ffffff;
	border-bottom: 0px;
}

textarea{
	height:  200px;
	width:  400px;
}
h1{
	font-size: 23px;
	padding: 0px;
	margin: 0px;
}

h3{
	background-color:  #000000;
	color:  #ffffff;
	padding:  6px 0px 4px 10px;
}

a h3{
	color: #ffffff;
	line-height:  100%;
	text-decoration:  none;
}
a h3:hover{
	background-color:  #272727;
	color:  #ffffff;
}
h3 a{
	color: #ff7d0c;
	text-decoration: none;
}
h3 a:hover{
	color: #FFA04D;
}

a{
	color:  #000000;
	font-weight: bold;
}

input, textarea{
	padding: 9px 3px;
	font-family: helvetica, verdana, arial, sans-serif;
	border: 1px solid #cccccc;
	font-size: 16px;
	font-weight: bold;
}

input.button{
	background-color: #FFDAA3;
	padding: 5px 3px;
}
/* SYNTETIC ELEMENTS */


/* super globals */

.clear{
	height:  1px;
	clear:  both;
}

.mini{
	font-size:  10px;
	font-color: #000000;
}
.mini a{
	background-color:  #000000;
	color:  #ffffff;
	padding: 0px 4px;
	padding-top: 2px;
	padding-bottom:  1px;
	text-decoration:  none;
}
.mini a:hover{
	background-color:  #272727;
}

.left{
	float:  left;
}
.right{
	float:  right;
}
.no_border{
	border:  0px;
}


/* styling */
.container{
	width: 854px;
	margin:  0 auto;
	background-color:  #000000;
	margin-bottom:  30px;
	border-bottom:  1px solid #333333;
}

.inner_container{
	width:  828px;
	margin:  0 auto;
	padding-top:  13px;
}
.borders{
	border-right:  1px solid #333333;
	border-left: 1px solid #333333;
}
.header{
	height:  356px;
	width:  828px;
	background-image:  url(../graphics/chairs.jpg);
	background-repeat:  no-repeat;
}
.background_body{
	position:  relative;
	left:  -1px;
	background-image: url(../graphics/body_background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
.inner_body{
	background-image: url(../graphics/base_background.jpg);
	background-repeat:  no-repeat;
	background-position: center bottom;
}

.home_elements{
	padding-top:  30px;
}

.left_area{
	width: 374px;
	float: left;
	position: relative;
}
.right_area{
	width: 374px;
	float:  right;
	position: relative;
}

.viewall{
	float: right;
	position: relative;
}
.viewall a{
	padding: 2px 4px;
	background-color:  #000000;
	color:  #ffffff;
	font-family:      "Courier New",Courier,monospace;
	font-size:  11px;
	text-decoration: none;
}
.viewall a:hover{
	background-color: #272727;
}


.text_area{
	padding:  20px;
	line-height:  160%;
}
.bottom_filler{
	height:  200px;
}
.footer{
	background-color:  #000000;
	color:  #999999;
	font-size:  10px;
	padding-top: 20px;
	padding-bottom:  10px;
	text-align:  center;
	font-weight: normal;
}
.footer a{
	color:  #999999;
	font-size:  10px;
	text-decoration: none;
	padding: 0px 5px;
}
.footer a:hover{
	text-decoration: underline;
}

.quote{
	width:  420px;
	height: 161px;
	text-align:  center;
	position:  relative;
}
.sermons{
	width:  304px;
	height: 32px;
	text-align:  center;
	position:  relative;
}

.calendar_event{
	padding: 7px;
	background-color:  #000000;
	color:  #ffffff;
	line-height:  100%;
	margin: 10px 0px;
	font-size:  11px;
	display: block;
}

.calendar_event a{
	text-decoration:  none;
	background-color:  transparent;
	color:  #ffffff;
}
.calendar_event a:hover{
	color:  #FF7F0F;
}

.box{
	border-bottom:  5px solid #000000;
	padding-bottom:  10px;
	padding-top: 20px;
}

.photos{
	text-align: center;
}

.buttons{
	height:  50px;
}

#youth_nav{
	height:  30px;
	background-color: #000000;
	background-image: url(../graphics/youth_nav.gif);
	background-position: left top;
	background-repeat: no-repeat;
}




/* NAVIGATION ELEMENTS */
.navigation ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: inline;
}

.navigation li{
	display: inline;
}


#navbar{
height: 43px;
position: relative;
overflow: hidden;
}

#navbar ul li a{
	background-image: url(../graphics/navbar.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
	margin: 0px;
	display: inline;
	height: 43px;
}

#navbar ul li#about a{
	width:  102px;
	background-position: 0px 0px;
}

#navbar ul li#youth a{
	width:  85px;
	background-position: -102px 0px;
}

#navbar ul li#sermons a{
	width:  107px;
	background-position: -187px 0px;
}

#navbar ul li#photos a{
	width:  94px;
	background-position: -294px 0px;
}

#navbar ul li#calendars a{
	width:  112px;
	background-position: -388px 0px;
}
#navbar ul li#children a{
	width:  108px;
	background-position: -500px 0px;
}
#navbar ul li#ministries a{
	width:  115px;
	background-position: -608px 0px;
}
#navbar ul li#contact a{
	width:  104px;
	background-position: -723px 0px;
}

/* hovers here*/

#navbar ul li#about a:hover{
	background-position: 0px -43px;
}

#navbar ul li#youth a:hover{
	background-position: -102px -43px;
}

#navbar ul li#sermons a:hover{
	background-position: -187px -43px;
}
#navbar ul li#photos a:hover{
	background-position: -294px -43px;
}
#navbar ul li#calendars a:hover{
	background-position: -388px -43px;
}
#navbar ul li#children a:hover{
	background-position: -500px -43px;
}
#navbar ul li#ministries a:hover{
	background-position: -608px -43px;
}
#navbar ul li#contact a:hover{
	background-position: -723px -43px;
}

#youth_container{
	position: relative;
	top: 8px;
	left: 10px;
	color: #ffffff;
}
#youth_container ul{
	padding: 0px;
	margin: 0px;
}
#youth_container ul li{
	padding-left: 20px;
}
#youth_container ul li a{
	color: #A3A29E;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
#youth_container ul li a:hover{
	color: #FFE49C;
}
.render_div{
	padding: 5px;
	background-color: #000000;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 20px;
}
.ministry_blog{
	width: 500px;
}
.ministries{
	width: 250px;
	background-color: #000000;
	float: right;
	border: 1px solid #333333;
	padding: 5px;
	color: #ffffff;
	font-size: 12px;
}
.ministries a{
	color: #FF7F0F;
	text-decoration: none;
}
.ministries a:hover{
	text-decoration: underline;
}
.contact{
	width: 390px;
}
.contact td{
	text-align: left;
}
.contact input{
	width: 360px;
}
.contact textarea{
	width: 360px;
	height: 90px;
}
.address{
	font-size: 30px;
	font-family: georgia;
	font-color: #232323;
	line-height: 130%;
}
.person{
	/*background-color: #BD9B68;
	border: 1px solid #86764D;
	*/padding: 5px;
	margin-top: 20px;
}
.about{
	width: 300px;
	background-color: #000000;
	float: right;
	border: 1px solid #333333;
	padding: 5px;
	color: #ffffff;
	font-size: 10px;
}
.about a{
	color: #FF7F0F;
}
.about ul{
	padding-left: 15px;
	text-indent: 0px;
	list-style-type: square;
}
.people{
	float: left;
	width: 460px;
}
.person h4{
	font-size: 19px;
	color: #232323;
	padding: 0px;
	margin: 0px;
}
.person_content{
	float: right;
	width: 340px;
}
.position{
	font-style: italic;
	font-size: 14px;
	font-color: #1a1a1a;
}
.email{
	padding-top: 13px;
}
.join{
	width: 300px;
	position: relative;
	top: 30px;
}