/*
Company:		Spiritual Times
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/*<group=Global Browser Reset>*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, fieldset, address { margin:20px 0; }

blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/*</group>*/

/*<group=HTML, Body>*/
body {
	text-align: center;
	font-size: 12pt;
	font-family: Times, serif;
	color: #666666;
}
/*</group>*/

/*<group=Layout>*/
div#outerWrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 805px;
	margin-top: 40px;
}
div#logoBox {
	border-top: 3px solid #bbb;
	border-left: 3px solid #bbb;
	border-bottom: 3px solid #bbb;
	width: 492px;
	float: left;
	height: 145px;
	/*overflow: hidden;*/
}
div#logoBox img, div#leftCol img {
	margin-bottom: -3px;
	}
div#frontLogoBox {
	border-top: 3px solid #bbb;
	border-left: 3px solid #bbb;
	border-bottom: 3px solid #bbb;
	width: 492px;
	float: left;
	height: 500px;
	overflow: hidden;
}
div#mainContent {
	border-right: 3px solid #bbb;
	border-left: 3px solid #bbb;
	border-bottom: 3px solid #bbb;
	float: left;
	width: 799px;
	background: url("../images/rightColBorder.gif") repeat-y;
}
div#mainContentAdmin {
	border-right: 3px solid #bbb;
	border-left: 3px solid #bbb;
	border-bottom: 3px solid #bbb;
	float: left;
	width: 749px;
	padding: 25px;
}
div#content {
	width: 326px;
	float: left;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	display: inline;
}
div#contentWide {
	width: 576px;
	float: left;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	display: inline;
}
div#frontContent {
	margin-top: 15px;
}
div#leftCol {
	float: left;
	/*margin-right: 20px;*/
	width: 256px;
}

div#leftCol img {
	border-right: 1px solid #bbb;
	}

div#rightCol {
	width: 151px;
	float: right;
	margin-top: 20px;
	padding-right: 10px;
}
div#footer {
	clear: both;
	padding: 10px 0;
}
/*</group>*/

/*<group=Nav>*/
div#navBox {
	font-size: 14px;
	float: right;
	width: 304px;
	border: 3px solid #bbb;
	height: 145px;
}
div#frontNavBox {
	float: right;
	width: 304px;
	border: 3px solid #bbb;
	height: 500px;
}
div#frontNavBox ul.nav, div#navBox ul.nav {
	list-style-type: none;
	color: #ccc;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-top: 10px;
}

div#rightCol ul.nav {
	list-style-type: none;
	color: #ccc;
	margin-left: 0;
}
div#rightCol ul.nav li {
	margin-bottom: 15px;
}
/*</group>*/

/*<group=Headings>*/
h1 {
	color: #000;
	font-size: 175%;
	font-weight: bold;
	margin: 1em 0 .5em;
	font-family: Arial, sans-serif;
}
h2 {
	color: #000;
	font-size: 133%;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin: 1em 0 .5em;
}
h3 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .5em;
	font-family: Arial, sans-serif;
}
h4 {
	color: #999;
	font-size: 135%;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	font-family: Arial, sans-serif;
}
h5 {
	color: #999;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	font-family: Arial, sans-serif;
}
h6 {
	font-size: 100%;
	color: #000;
	font-weight: normal;
}
/*</group>*/

/*<group=Text Styles>*/
div#footer {
	text-align: right;
	text-transform: uppercase;
	color: #ccc;
	font-size: 78%;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
div#mainContent {
	line-height: 145%;
}
ul.nav {
	font-family: Arial, sans-serif;
	font-size: 85%;
	font-weight: bold;
}
div#contentWide {
	color: #666666;
}

.donationElement a.button {
	color: #ff3300;
	font-weight: bold;
	
	}
	


/*</group>*/

/*<group=Lists>*/
div#outerWrapper ul {
	margin-left: 20px;
}
div#outerWrapper ol {
	margin-left: 27px;
}
/*</group>*/

/*<group=Forms>*/
	
/*</group>*/

/*<group=Links - link visited hover active>*/
a:link, a:visited {
	color: #ccc;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff3300;
}

/* Nav Links */
ul.nav a:link, ul.nav a:visited {
	color: #bbb;
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active {
	color: #ff3300;
	text-decoration: none;
}
ul.nav li.selectedPage a:link, ul.nav li.selectedPage a:visited, ul.nav li.selectedPageRoot a:link, ul.nav li.selectedPageRoot a:visited, ul.nav li.selectedPageParent a:link, ul.nav li.selectedPageParent a:visited {
	color: #ff3300;
}
/*</group>*/

/*<group=Misc>*/
.clear {
	clear: both;
}

/*</group>*/

/* Clearing
--------------------------------------- */

#frontNavBox:after, #frontContent:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#frontNavBox, #frontContent {display: inline-block;}

/* Hides from IE-mac \*/
* html #frontNavBox, * html #frontContent {height: 1%;}
#frontNavBox, #frontContent {display: block;}
/* End hide from IE-mac */\