/*  
Theme Name: brockbap
Theme URI: http://tomcous.com/
Description: Basic Layout with Drop Shadows
Version: 1.3
Author: Tom Cousins
Author URI: http://tomcous.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* --**** CORE PAGE LAYOUT HERE ****-- */
body {
	margin:0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 90%; /* Resets 1em to 10px */
	background-color:#030;
	background-image:url(http://www.brockportfirstbaptist.com/images/bkd-grad.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	vertical-align: top;
}
#adminSection {
    position: absolute; top: 0; right: 20px;
    z-index: 102;
    width: 100%;
    font-weight: 800;
    text-align: right;
    color: #005;
    font-size: 0.9em;
    font-style: italic;
    opacity: 1;
    filter:alpha(opacity=100);
}
#adminSection li, #adminSection a {
    text-decoration: none;
    color: #005;
}
#adminSection li {
    list-style: none;
    display: inline;
}
#wrapper1 {

}
#wrapper2 {
	
}
#wrapper3 {
	margin: 0 auto;
	width: 820px; 
	min-height: 800px;
	background-image:url(http://brockportfirstbaptist.com/images/basic_page_wrapper.png);
	background-position:center;
	background-repeat:repeat-y;
}
.ie5 #wrapper3, .ie6 #wrapper3 {
	background-image:url(http://brockportfirstbaptist.com/images/basic_page_wrapper.gif);
	height: 800px;
}
#mainFrame {
	width: 780px;
	margin: 0 20px;
	background-image:url(http://brockportfirstbaptist.com/images/mast_brockbap.jpg);
	background-repeat: no-repeat;
}
#mastHeadCell {
	padding: 0; margin: 0;
	position: relative;
	height: 175px;
	text-align: center;
}
#mastPad {
     font-size: 3px;
     height: 12px;
}
#mastTitle {
	text-align: right;
	padding-top: 0; margin-top: 0;
	padding-right: 75px;
}
#topNavCell {
	padding: 3px 0;
	background-color:#003;
	color: #FFF;
	font-weight: 900;
	text-align: center;
	opacity: 0.65;
	filter:alpha(opacity=65);
}
#underLogoPush {
    float: right;
    height: 1px; width: 285px;
}
#sidebar, #sideNavCell {
	width: 180px;
	float: right;
	background-color:#CCC;
	min-height:600px;
}
.ie6 #sidebar, .ie6 #sideNavCell {
	height: 600px;
}
#content {
	width: 600px;
	padding: 0px 12px;
}
.ie #content {
	width: 550px;
}
.entry {
    width: 578px;
}
.ie .entry {
    width: 554px;
} 
#footerCell {
	background-color:#003;
	color: #CCC;
	clear: both;
	text-align: center;
	font-style: italic;
	font-size: 0.85em;
	padding: 4px;
}
#footerCell a {
	color: #999;
	text-decoration: none;
}
#contentSpacer {
	width: 600px;
}
.content h2 {
	padding-top: 1px;
}
h1, h2, h3, b, strong {
	color: #306;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
/********* END OF CORE COMPONENTS ********/


/********* SIDEBAR LAYOUT ITEMS **********/
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0 0 0 8px;
}
#sidebar li a {
	text-decoration: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0 5px;
	padding: 0;
}
#sidebar form {
	margin: 0;
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
