/* 
Theme Name: Inquire Within
Theme URL: http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/
Description: Site theme based on the whiteboard wordpress theme framework developed by Brian Purkiss
Author: Rick Rigdon modified; base created by Brian Purkiss
Author URI: http://mysticalbear.com
Version: 1.0

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
  	font-family:inherit;
  	vertical-align:baseline;
  	margin:0;
  	padding:0;
  	border:0;
  	outline:0;
  	font-weight:inherit;
  	font-style:inherit;
}

caption, th, td {
	z-index:text-align:left;
	font-weight:normal;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

#post{}
#postmeta{}
#postnavigation{}
#searchform{}


/* ******************  end of Whiteboard styles ********************************** */

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

li.clearfix {
	display: list-item;
}

/* End hide from IE-mac */
	
body {
	background-image: url(images/bg_pattern.jpg);
	background-repeat: repeat;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #222;
	text-align: center;
	line-height: 1.33em;
}

/* ********************* Background ******************* 
                                                   
   Used to hold background image of door and framework  */

#bg {
	background: url(images/bg_main.jpg) no-repeat top center;
}

/* ***************** Container - Holds columns ************ */

#container {
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* ************ Branding *************************** */

#branding {
	width: 100%;
	margin: 0 auto;
	background-image: url(images/bg_logo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 130px;
	text-align: left;
}

/* ******************** Navigation ****************** */

#nav {
	text-align: left;
	color: white;
	height: 35px;
}

#nav ul {
	margin: 4px 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#nav li {
	float: left;
	width: 120px;
}
#nav ul a {
	font-weight:bold;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-10000px;
	overflow:hidden;
	height:25px;
	margin:0;
	float:left;
	display:block;
	width: 120px;
}

#nav ul li#home a	{
	background-image:url(images/nav_home.gif);
}

#nav ul li#about a	{
	background-image:url(images/nav_about.gif);
}

#nav ul li#events a	{
	background-image:url(images/nav_events.gif);
}

#nav ul li#news a	{
	background-image:url(images/nav_news.gif);
}

#nav ul li#blog a	{
	background-image:url(images/nav_blog.gif);
}

#nav ul li#resources a	{
	background-image:url(images/nav_resources.gif);
}

#nav ul li#photos a	{
	background-image:url(images/nav_photos.gif);
}

#nav ul li#contact a	{
	background-image:url(images/nav_contact.gif);
}

#nav ul li a:hover, #nav ul li a.active	{
	color:#c10501;
	background-position: bottom left;
}

/* ******************** Footer *********************** */

#footer {
	/*height: 200px;*/
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 100px;
	padding-bottom: 30px;
	padding-left: 360px;
}

/* ********************** Sidebar ******************** */

#sidebar {
	width: 339px;
	margin-top: 490px;
	margin-left: 10px;
	text-align: left;
}


#sb_addhourblock {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#sb_hours, #sb_address {
	width: 153px;
	background-color: #ead8b4;
	color: #f1e7d0;
	color: #610000;
	border: 1px solid #b7A47a;
	padding: 5px;
	margin-bottom: 10px;
}
#sb_hours h3, #sb_address h3 {
	font-size: .9em;
	font-weight: bold;
	color: #610000;
	text-decoration:underline;
	/*margin-bottom: .5em;*/
}

#sb_hours p, #sb_address p {
	font-size: .75em;
	line-height: 1.3em;
	margin-top: .75em;
}

#sb_hours {
	float: right;
}

#sb_address {
	float: left;
}

.sb_full_width {
	width: 326px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ead8b4;
	color: #f1e7d0;
	color: #610000;
	border: 1px solid #b7A47a;
	padding: 5px;
	margin-bottom: 10px;	
}

.sb_full_width h3 {
	font-size: .9em;
	font-weight: bold;
	color: #610000;
	text-decoration:underline;
}

.sb_full_width p {
	font-size: .8em;
	line-height: 1.3em;
	margin-top: 10px;
}

.sb_full_width cite {
	margin-top: 10px;
}

#sidebar .bg_top {
	height: 12px;
	background-image: url(images/bg_sidebar_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#sidebar .sbcontent {
	background-image: url(images/bg_sidebar_side.jpg);
	background-repeat: repeat-y;
	padding: 10px 10px 10px 10px;
}

#sidebar .bg_bottom {
	height: 11px;
	background-image: url(images/bg_sidebar_bottom.jpg);
	background-position: bottom center;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}

#sidebar li {
	list-style:none;
}

#maincontent_top {
 	/* Used to close the bottom box */
	margin: 20px 0 0px 360px; 
	padding: 0;
	width: 622px; 
	height: 12px;
	background-image: url(images/bg_content_top.jpg);
	background-position: top center;
}


/* *********************** Main Content Area **********************/

#maincontent {
	width: 622px;
	background-image: url(images/bg_content_side.jpg);
	background-position: top center;
	margin: 0 0 0 360px;
	background-repeat: repeat-y;
	padding: 5px 0;
	text-align: left;
	min-height: 600px;
}

#maincontent p {
	margin-bottom: 1em;
}

#maincontent .full {
	width: 572px;
	margin: 0 25px;
}

#maincontent .half {
	width: 265px;
}

#maincontent_bottom {
 	/* Used to close the bottom box */
	margin:0 0 20px 360px; 
	padding:0;
	width:622px; 
	height:14px;
	background:url(images/bg_content_bottom.jpg) bottom;
}

#maincontent h1, #maincontent h2, {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px 5px 5px 0px;
	color: #610000;
	}

#maincontent h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 5px 5px 0px;
	color: #aa4f1b;	
	color: #610000;
	
}

#maincontent h4, h5, h6 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 5px 5px 0px;
}

#maincontent h4 {
	color: #610000;
}

#maincontent h5 {
	color: #D0851e;
}

#maincontent h5 {
	color: #D0851e;
}


#abouthead, #newshead, #eventshead, #bloghead, #resourceshead, #photoshead, #contacthead, #confirmhead, #prayerhead, #searchhead {
	/*set the indent way back so it can't possibly display; text readers will still 
	see it though so the headings will still be read */
	text-indent: -10000px;
	background-position: top left;
	background-repeat: no-repeat;
	/*margin-left: 5px;*/
	margin-left: -5px;
	margin-bottom: 5px;
	height: 55px;	
}

#abouthead {
	background-image: url(images/hd_about.jpg);
}

#newshead {
	background-image: url(images/hd_news.jpg);
}

#eventshead {
	background-image: url(images/hd_events.jpg);
}

#bloghead {
	background-image: url(images/hd_blog.jpg);
}

#resourceshead {
	background-image: url(images/hd_resources.jpg);
}

#photoshead {
	background-image: url(images/hd_photos.jpg);
}

#contacthead {
	background-image: url(images/hd_contact.jpg);
}

#confirmhead {
	background-image: url(images/hd_confirm.jpg);
}

#prayerhead {
	background-image: url(images/hd_prayer.jpg);
}

#searchhead {
	background-image: url(images/hd_search.jpg);
}


.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear{
	clear: both;
}

.add_right_margin {
	margin-right: 5px;
}

.add_left_margin {
	margin-left: 5px;
}

p {
	padding: 0 0px;
}

h2, h3, h4, h5, h6 {
	/*padding: 0px 10px 0 10px;*/
}

img.rightalign {
        margin-top: 10px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 5px;
	border: 7px solid #943533;
	padding: 2px;
}

img.fullsize {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 7px solid #943533;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
}

.fullhead {
		width: 580px;
}

.halfhead {
		width: 272px;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img.center {
	margin-left: auto;
	margin-right: auto;
}

.front_cal {
	width:60%;
	margin-left: auto;
	margin-right: auto;
	/*border: #aa4f1b double 3px;*/
	/*border-style:double;*/
	/*background-color:#AA4F1B;*/
	padding: 1px;
}

.front_event_list {
	/*margin-left: 10px;*/
	margin-top: 10px;
}

.front_event_list ul {
	list-style:none;
	margin-left: 0px;
}

.front_event_list li {
	margin-left: 10px;
}

.front_event_list ul li ul {
	margin-left: 20px;
	margin-bottom: 5px;
}

#maincontent a{
	color: #D0851e;
	color: #aa4f1b;
	text-decoration: none;
	/*color: #bd071d;*/
}

#maincontent a:visited{
	color: #D0851e;
	color: #aa4f1b;
	text-decoration: none;
	}


#maincontent a:hover, #maincontent a:active, #maincontent a:focus {
	color: #83201e;
	text-decoration: underline;
	}

.right-align {
	text-align: right;
}

#footer a {
	color: #D0851e;
	color: #610000;
	text-decoration: none;
	font-weight: bold;
	/*color: #bd071d;*/
}

#footer a:visited{
	color: #D0851e;
	color: #610000;
	}


#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
	}
	
form input.button {
	border: 1px solid;
	background-color: #FFEAD1;
}

.right_align {
	text-align: right;
}

.center_text {
	text-align: center;
}

form #cforms2form {
	width: 550px;
}

#maincontent ul {
	margin-left: 20px;
	margin-bottom: 1.25em;
}
#maincontent li {
	margin-bottom: 1.25em;
}

#maincontent div.eventsched {
	width: 80%;
	border: 1px solid #610000;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e3cf9f;
}

#maincontent table.eventsched {
	width: 225px;
	border: 1px solid #610000;
	margin-left: auto;
	margin-right: auto;
	background-color: #f1e7d0;
	float: right;
	font-size: .8em;
}

#maincontent table.eventsched th {
	background-color: #610000;
	color: #e3cf9f;
	border: 1px solid #610000;
	text-align: center;
	font-weight: bold;
}

#maincontent table.eventsched td {
	border: 1px solid #610000;
	padding: 2px 2px 2px 5px;
}

#maincontent p.metadata {
	font-size: .8em;
	font-style:italic;
}

#maincontent p.readmore {
	font-size: .8em;
	font-style: italic;
	text-align: right;
}
	
#maincontent ul.catlist, #maincontent ul.catlist ul {
	list-style: none;
	margin-left: 40px;
	margin-bottom: 1.5em;
}

#maincontent ul.catlist li {
	margin-bottom: 0;
}

.divider {
	text-align: center;
}

.breadcrumbs {
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
}

#addressblock {
	width: 150px;
	background-color: #610000;
	color: #f1e7d0;
	font-size: .7em;
	float: right;
	border: 1px solid black;
	padding: 5px;
	margin-left: 10px;
}

.iconfront {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	border: 1px solid #610000;
}

#commentform input, #commentform textarea {
	border: 1px solid #610000;
	padding: 3px;
}

#commentlist {
	margin-left: 40px;
}

.bold {
	font-weight: bold;
}

textarea {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}

.iw_form {
	margin-left: auto;
	margin-right: auto;
}

 input, textarea {
	border: 1px solid;
}


