/*-----------------------------------------------------------------------------
WholeTraditions Stylesheet

author:		Sara Tung & Todd Crames
website:	http://www.wholetraditions.com/
notice:		Copyright 2008 Sara Tung & Todd Crames.  All rights reserved.
-----------------------------------------------------------------------------*/

/* =Test Code
-----------------------------------------------------------------------------*/
#widthTest
	{
	background: #9f9;
	width: 224px;
	height: 2px;
	}


/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
*
	{
	margin: 0;
	padding: 0;
	}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul
	{
	margin: 1em 0;
	}

/* Class for clearing floats */
.clear
	{
	clear:both;
	}

/* Class for hiding elements */
.hidden
	{
	display: none;
	}

/* Remove border around linked images */
img
	{
	border: 0;
	}

ul, ol
	{
	margin: 1em 0 0 3.0em;
	}



/* =Typography
-----------------------------------------------------------------------------*/

body
	{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000; /* #595959; */
	background: url(/images/padding_background.gif);
	}

a:link, a:visited, a:active
	{
	color: #064b9f; /* #0000dd; */
	}
a:hover
	{
	color:#064b9f;
	}

/* =Headings
-----------------------------------------------------------------------------*/
p, ul
	{
	line-height: 140%;
	}


h1
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: .06em;
	color: #8a2504;
	text-align: left;
	margin: .4em 0 .2em 0;
	}

h2
	{
	font-size: 1.3em;
	font-weight: bold;
	color: #655645;
	text-align: left;
	margin: .4em 0 0 0;
	}

h3
	{
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	margin-top: .2em;
	margin-bottom: .2em;
	}

h4
	{
	font-size: 1.0em;
	font-style: italic;
	font-weight: normal;
	color: #655645;
	}

h5
	{
	font-size: .9em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #4e5e97; /* #586aaa; */
	text-transform: uppercase;
	}
	
h6
	{
	font-size: .9em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #4e5e97;
	}


/* =Page Structure
-----------------------------------------------------------------------------*/
html, body
	{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	}

#wrapper
	{
	margin: 0 auto;
	height: 100%;
	width: 980px;
	text-align: left;
	background: #fff;
	border-left: 2px solid #25435b;
	border-right: 2px solid #25435b;
	}

#wrapper td
	{
	vertical-align: top;
	}
	
#header
	{
	}
	
#content
	{
	margin: 0 15px;
	}

#mainContent
	{
	width: 765px;
	float: left;
	}

#secondaryContent
	{
	width: 160px;
	float: right;
	}

#completeContent
	{
	width: 925px;
	float: left;
	}


#footer
	{
	clear: both;
	width: 100%;
	padding: 25px 0 0 0;
	}



/* =Links
-----------------------------------------------------------------------------*/


/* =Branding
-----------------------------------------------------------------------------*/
#siteBanner
	{
	text-align: center;
	background: url(/images/sunrise_banner.jpg) no-repeat;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #cdc6bd;
	position: relative;
	}

#siteBanner img
	{
	padding: 0 40px;
	margin: 0;
	}
	
#linkToHome
	{
	position: absolute;
	top: 40px;
	left: 657px;
	font-size: .9em;
	}

#linkToHome a
	{
	text-decoration: none;
	color: #555;
	}

/* =Branding
-----------------------------------------------------------------------------*/


/* =Main Navigation
-----------------------------------------------------------------------------*/
#mainNavigation
	{
	margin: 0 0 10px 0;
	border-bottom: 3px double #cdc6bd;
	}

#mainNavigation table
	{
	margin: 0;
	width: 100%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	letter-spacing: 1px;
	}

#mainNavigation td
	{
	text-align: center;
	border-left: 1px dotted #e6ded4;
	vertical-align: middle;
/*	background: #bec8d8 url(../images/main_navigation_background.gif) repeat-x;
	border-left: 1px solid #a4abb7;
*/
	}

#mainNavigation form
	{
	margin: 0;
	padding: 0;
	}
	
#mainNavigation td a
	{
	line-height: 2.4;
	width: 100%;
	color: #655645;
	text-decoration: none;
	display: block;
	font-weight: bold;
	}

#mainNavigation .selected a
	{
	color: #fff;
	}

#mainNavigation td.first
	{
	border-left: none; 
	}

#mainNavigation td.selected
	{
	background: #586889;
/*	background: #586889 url(../images/main_navigation_background_selected.gif) repeat-x; */
	}

#mainNavigation td a:hover
	{
	color: #000;
	background: #ced9e9;
	}

#mainNavigation td.selected a:hover
	{
	color: #fff;
	background: #586889;
/*	background: #586889 url(../images/main_navigation_background_selected.gif) repeat-x; */
	}

#mainNavigation img
	{
	}

#mainNavigation img.logo
	{
	margin: 8px 0;
	}
	

/* =Sub Nav
-----------------------------------------------------------------------------*/



/* =Main Content
-----------------------------------------------------------------------------*/

#notice
	{
	padding: 10px;
	margin-bottom: 2em;
	background-color: #fff6e1;
	border: 1px solid #891723;
	color: #000;
	}

#notice h4
	{
	color: #891723;
	margin-top: 0px;
	}


/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
#footer
	{
	padding: 30px 0 15px 0;
	}

#ancillaryNavigation
	{
	margin: 0 15px;
	width: auto;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	}

#ancillaryNavigation p
	{
	text-align: center;
	margin: .5em 0;
	}

#ancillaryNavigation a
	{
	padding: 0 2em;
	text-decoration: none;
	/* border-left: 1px solid #cdc6bd; */
	}

#ancillaryNavigation .first a
	{
	border-left: none;
	}

#ancillaryNavigation a:hover
	{
	text-decoration: underline;
	}

.copyright
	{
	margin: 10px 0 5px 0;
	text-align: center;
	font-size: .9em;
	color: #5c5c5c;
	}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

/* =Admin
-----------------------------------------------------------------------------*/

.admin
	{
	float: right;
	padding-left: 10px;
	}

.admin .button
	{
	width:19px;
	height:19px;
	text-decoration: none;
	background-color: #666;
	margin: 0 2px;
	}

.admin .inactive.button
	{
	background-color: #cbcbcb;
	}

.new:hover
	{
	background: url(/images/admin-icon-new-over-bg.gif) repeat-x;
	}

.edit:hover
	{
	background: url(/images/admin-icon-edit-over-bg.gif) repeat-x;
	}
	
.delete:hover
	{
	background: url(/images/admin-icon-delete-over-bg.gif) repeat-x;
	}

.admin .inactive.button:hover 
	{
	background-color: #cbcbcb;
	background-image: none;
	}



/* =Donate Button
-----------------------------------------------------------------------------*/
#donate
	{
	margin-top: 1em;
	text-align: center;
	}
	
#donate .label
	{
	font-size: 1.1em;
	font-weight: bold;
	}

#donate form
	{
	margin: 5px 0;
	}


/* =Pagination
-----------------------------------------------------------------------------*/
.pagination
	{
	text-align: center;
	padding: .3em; 
	}
.pagination a, .pagination span
	{
	padding: .2em .5em;
	}
.pagination span.disabled
	{
	color: #AAA; 
	}
.pagination span.current 
	{
	font-weight: bold;
	color: #d83500; /* #FF0084; */
	}
.pagination a
	{
	border: 1px solid #DDDDDD;
	color: #064b9f; /* #0063DC; */
	text-decoration: none;
	}
.pagination a:hover, .pagination a:focus
	{
	border-color: #003366;
	background: #064b9f; /* #0063DC; */
	color: white;
	}
.pagination .page_info
	{
	color: #aaa;
	padding-top: .8em;
	}
.pagination .prev_page, .pagination .next_page
	{
	border-width: 2px;
	}
.pagination .prev_page
	{
	margin-right: 1em;
	}
.pagination .next_page
	{
	margin-left: 1em; 
	}


/* =Admin Forms
-----------------------------------------------------------------------------*/
form
	{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	}
	
form .secondaryFields
	{
	margin: 1em 0;
	padding: .5em 1.2em 1em 1.2em;
	background: #ebf0f8;
	}

form .twoColumns
	{
	width: 100%;
	margin: 0;
	}

form .twoColumns td:first-child
	{
	width: 50%;
	padding-right: 1em;
	}


form fieldset
	{
	margin: .7em 0 0 0;
	}

form label
	{
	font-weight: bold;
	}
	
form fieldset label
	{
	margin: 0 2px 0 12px;
	}
	
form fieldset label:first-child
	{
	margin: 0 2px 0 0;
	}
	
form textarea
	{
	width: 100%; 
	}

form .visibleField
	{
	float: right;
	}
	


/* =Misc 1
-----------------------------------------------------------------------------*/
.fiftyPercentColumn
	{
	margin: 1em 0;
	float: left;
	width: 50%;
	}


/* =Misc 2
-----------------------------------------------------------------------------*/
.helpThisSite {
/*	background-color: #eee; */
	margin: 15px 64px 20px 64px;
	padding: 12px 16px;
	line-height: 150%;
	border: 2px solid #064b9f; /* #e0e0e0; */
}

.notVisible
	{
	background: #f8f5e9;
	}
