@charset "utf-8";

/* CSS Document: screen.css
	Styles for First Baptist Church Website
*/


/* ------ GLOBAL RESET ------ */
* {
	margin: 0;
	padding: 0;
	}

/* ------ GLOBAL SETTINGS ------ */

h1,h2,h3,h4,h5,h6,p,blockquote,form,labal,ul,ol,dl,fieldset,address {
	margin: 0.5em 0;
	}

h1 {
	margin-bottom: .5em;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	}

h2 {
	font: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	}

h3 {
	font-size: 1.2em;
	font-style: italic;
	text-decoration: underline;
	}

h4 {
	font-size: 1.2em;
	}

h5 {
	font-size: 1.1em;
	font-style: italic;
	}

h6 {
	font-size: 1em;
	font-weight: bold;
	}

li,dd {
	margin-left: 0.5em;
	}

fieldset {
	padding: 0.5em
	}

a img {
	border: none;
	}

p img {
	margin: 5px;
	}

body {
	color: #000;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	text-align: center;
	}

/* ------ BEGIN PAGE WRAPPER (GENERAL LAYOUT) SETTINGS ------ */
#wrapper {
	background: #ffffff url(images/backgrounds/believefaith.jpg) no-repeat;
	color: #000;
	border: 1px solid #000000;
	min-width: 760px;
	max-width: 960px;
	width: auto !important;	/* ie6 hack */
	width: 960px;			/* ie6 hack */
	margin: .5em auto;
	text-align: left;
	}
/* ------ END PAGE WRAPPER (GENERAL LAYOUT) SETTINGS ------ */

/* ------ BEGIN HEADER (TOP) SETTINGS ------ */

#header {
	padding: 1px 0;
	text-align: center;
	}

#header h1, #header h2 {
	text-align:  center;
	text-decoration: none;
	font-size: 1.75em;
	}

#header h2 {
	font-size: 1.2em;
	font-variant: small-caps;
	}

.menu {
	list-style-type: none;
	margin: 0;
	border-top: 1px solid #000;
	border-bottom: 8px ridge #000;
	padding: 0 0 0 5%;
	height: 2em;
	width: 95%;
	background: inherit;
	float: right;
	}

.menu li {
	cursor: pointer;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	}

.menu li a {
	display: block;
	line-height: 1em;
	padding: .5em 1em .5em .75em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	}

.menu li a:link {
	background: inherit;
	color: #000;
	}

.menu li a:hover {
	background: #005480;
	color: #fff;
	}

.menu2 {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5%;
	width: 95%;
	background: inherit;
	float: right;
	}

.menu2 li {
	cursor: pointer;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
	background: #00FFFF;
	text-align: left;
	}

.menu2 li a {
	display: block;
	line-height: 1em;
	padding: .5em 1em .5em .75em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	}

.menu2 li a:link {
	color: #000;
	}

.menu2 li a:hover {
	background: #005480;
	color: #fff;
	}

/* ------ END HEADER (TOP) SETTINGS ------ */

/* ------ BEGIN LEFT SIDEBAR SETTINGS ------ */
	
#sidebar {
	float: left;
	width:	25%;
	overflow: hidden;
	}

/* ------ END LEFT SIDEBAR SETTINGS ------ */

/* ------ BEGIN MAIN CONTENT SETTINGS ------ */

#content {
	float: left;
	width: 55%;
	overflow: hidden;
	}

/* ------ END MAIN CONTENT SETTINGS ------ */

/* ------ BEGIN PATHWAY (BREADCRUMB) NAVIGATION FORMATTING ------ */

.path {
	font-size: 75%;
	font-weight: bold;
	}

.path span {
	border-bottom: 1px solid #000;
	}

.path span a {
	color: #f30;
	text-decoration: none;
	}

/* ------ END PATHWAY (BREADCRUMB) NAVIGATION FORMATTING ------ */

/* ------ BEGIN RIGHT SIDEBAR SETTINGS ------ */

#sidebar2 {
	float: left;
	width: 20%;
	overflow: hidden;
	}

/* ------ END RIGHT SIDEBAR SETTINGS ------ */

/* ------ BEGIN FOOTER SETTINGS ------ */

#footer {
	clear: both;
	border-top: 1px solid black;
	text-align: center;
	font-size: 0.75em;
	}

/* ------ END FOOTER SETTINGS ------ */

/* ------ BEGIN TEMPLATE-SPECIFIC CLASSES ------ */

.inside {
	padding: 10px;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

.tiny {
	font-size: 50%;
	}

.small, .createdate, .modifydate, .mosimate_caption {
	font: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: italic;
	font-weight: bold;
	}

.caption {
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	}

.menu2 {
	font-size: 90%;
	font-weight: bold;
	}

li.menu2 {
	list-style-type: none;
	margin-bottom: .4em;
	}

a.menu2 {
	text-decoration: none;
	}

a.menu2:hover {
	color: #f30;
	}

.moduletable {
	margin-bottom: 1em;
	padding: 0 10px;	/* padding for inside text */
	border: 1px solid #ccc;
	}
	
.moduletable h3 {
	background: #000;
	color: #fff;
	padding: 0.25em 0;
	text-align: center;
	font-size: 1.1em;
	margin: 0 -10px 0.5em -10px;	/* negative margin pulls h3 back out from .moduletable padding */
	}

.article_column {
	padding: 0 .25em;
	}

.sectiontableentry1 td, .sectiontableentry2 td, .sectiontableheader {
	padding: .5em;
	}

.category {
	border: 1px solid #222;
	padding: .5em 0;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	}

.special {
	font-size: .9em;
	}

.hastip {
	border: 1px solid black;
	background: #fff;
	}

.error {
	color: red;
	}

.boxed {
	border: 1px solid #000;
	padding: .25em;
	}
