/*********************************/
/** woodcrestbaptistacademy.org **/
/**          - by -             **/
/** chris : christophersmit.com **/
/*********************************/

/******   HTML tag styles   ******/
/*********************************/

body{
	font: .8em arial, verdana, helvetica, sans-serif;
	color: #000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ddd url('../images/bkgrnd.gif');
}


/****** hyperlink and anchor tag styles ******/

a{
	color: #00c;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	color: #900;
	text-decoration: none;
}

/****** header tags ******/

h1{
	font: bold 135% Arial,sans-serif;
	color: #555;
	background: transparent;
	margin: 0px;
	margin-bottom: 1em;
}

h2{
	font: bold 110% Arial,sans-serif;
	color: #222;
	background: transparent;
	margin: 0px;
	padding: 0px;
}

/****** layout divs ******/

#header{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 75px;
	clear: both;
	padding: .25em;
	text-align: center;
	background-color: #ccc;
	z-index: 100;
}

#header img{
	vertical-align: top;
	padding: .33em;
}

#shell{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #fff; /* url('../images/shell_bg.jpg') top right;*/
	background-repeat: repeat-y;
	border: 1px solid #888;
}


#menu{
	color: #fff;
	width: 156px;
	height: 380px;
	float: left;
	padding: 1em .5em .5em;
	margin: .5em;
	background: #833030 url('../images/menu.jpg') top left;
	background-repeat: no-repeat;
}

#menu li{
	padding: .5em 0em;
}

#menu .current{
	font-weight: bold;
	color: #bbb;
}

#menu a{
	color: #fff;
	text-decoration: none;
	padding: .5em 0em;
}

#menu a:hover{
	color: #bbb;
}


#content{
	padding: 1em .66em;
	margin: 0em;
	float: left;
	width: 595px;
	font-size: 95%;
	line-height: 1.2;
}


.sidebar{
	width: 180px;
	float: right;
	clear: right;
	font-weight: bold;
	margin: .75em 0em .75em .75em;
	padding: 2.5em 1em 1em;
	border: 1px solid #bababb;
	background: #f6f4f4 url('../images/sidebar_bg.jpg') top left;
	background-repeat: repeat-x;
}

.sidebar img{
	padding-bottom: .5em;
}

.sidebar ul{
	padding: 0em 1em;
	margin: 0em;
}


#verse{
	clear: both;
	font: bold 90% verdana, arial;
	color: #400;
	text-align: center;
	padding: 1em;
}


#footer{
	clear: both;
	font-size: .9em;
	color: #666;
	text-align: center;
	padding: 5px 0px;
}

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

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


/****** misc ******/

.news_item{
	padding: 1em;
	margin: 1em;
}

.news_item h2{
	background: #ddd url('../images/h2_bg.jpg') top left;
	background-repeat: repeat-x;
	padding: .33em 1em;
}

.error{
	color: #d22;
}

.float_l{
	float: left;
	margin: .5em;
}

.float_r{
	float: right;
	margin: .5em;
}

.center{
	text-align: center;
}

ul{
	list-style-type: square;
}

table#form td{
	font-weight: bold;
}

.label{
	display: block;
	font-weight: bold;
	font-size: .85em;
}

.button{
	display: block;
	margin: 1em 0em;
}

p.download_link img{
	vertical-align: middle;
	padding: 0em .5em;
}