/*——————————————————————————————
#####  CSS DOCUMENT INDEX  #####
________________________________

	STILL A MESS
	RE-ORGANIZATION IN PROGRESS
	CSS BEING REWRITTEN
	
	1. GLOBAL
		a. LISTS
		b. HEADINGS
		c. HORIZONTAL RULES
		d. TABLES
		e. FORMS
		f. IMAGES
		g. BOXES/ASIDES
	2. SITE SEARCH
	3. SUBNAV SIDEBAR
	4. EXTRA CONTENT SIDEBAR
	5. HOMEPAGE
	6. IN THE NEWS
	7. SUPPORT US
	8. HACKS
	9. PRESENTATIONAL CLASS NAMES — FIX!
	10. UNSORTED
	
_______________________________*/


/*

	##################
	##### GLOBAL #####
	##################
	
*/

/*
	##### LISTS #####
	_________________
*/

li {
	padding: 2px 0;
	list-style-position: outside;
	margin-bottom: 1em;
}
.inside {
	list-style-position: inside;   /* FIX THIS LATER! */
}

/*
	##### HEADINGS #####
	____________________
*/

h1, h2, h3 {
	font-family: 'Mrs Eaves', Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
}
h1 {
	color: #406080;
	font-size: 24px;
	letter-spacing: 1px;
	margin-top: 0;
}
h2 {
	color: #666;
	font-size: 18px;
}
h3 {
	color: #666;
	font-size: 14px;
}

/*
	##### HORIZONTAL RULES #####
	____________________________
*/

hr	{
	border: 0;
	background-color: #CCC;
	color: #CCC;
	height: 1px;
	clear: both;
}

/*
	##### TABLES #####
	__________________
*/

.tablewrapper {
	width: 100%;
	overflow: auto;
}
table {
	border-collapse:collapse;
}
.nogrid {
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
}
.nogrid th {
	background-color: #CAD0C4;
}
table.border {
	border: 1px #CCC solid;
}
.tableborder {
	border: 1px solid #D7E7D0;
}
tr.white {
	color: #FFF;
	font-weight: bold;
}
th {
	text-align: left;
	font-size: 12px;
	padding: 10px;
}
td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 10px;
}
.stripe, .striped tbody tr.even td {
	background-color: #F0F3EE;
	font-weight: 400;
}

/*
	##### FORMS #####
	_________________
*/

form {
	margin: 0;
}
fieldset {
	border: 0;
}

/*
	##### IMAGES #####
	__________________
*/

.imageleft,.left {
	float: left;
	margin: 0 1em 1em 0;
}

.imageright,.right {
	float: right;
	margin: 0 0 1em 1em;
}
img {
	border: 1px #CCC solid;
}
.noborder, .borderless {
	border: 0;
}
img.icon {
	margin-right: 7px;
}
.caption {
	font-size: .8em;
}

/*
	##### BOXES/ASIDES #####
	________________________
*/

.textbox { 
	background-color:#F0F3EE;
	border: 1px #CCC solid;
	padding: .5em 1.5em;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	clear: both;
}
.textbox h1, .textbox h2, .textbox h3 {
	margin-top: .5em;
}
.alert {
	color: red;
	font-weight: 700;
	font-size: 1.2em;
	text-align: center;
}

/*

	#######################
	##### SITE SEARCH #####
	#######################
	
*/

#site_search {
	text-align: right;
}
#site_search .button {
	background-color: #999;
	border: 1px #CCC solid;
	color: #FFF;
	font-family: 'Mrs Eaves', Georgia, 'Times New Roman', Times, serif;
	font-weight: 700;
}

/*

	##########################
	##### SUBNAV SIDEBAR #####
	##########################
	
*/

.site_nav {
	font-family: 'Mrs Eaves', Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0;
	color: #FFF;
}

/*

	#################################
	##### EXTRA CONTENT SIDEBAR #####
	#################################
	
*/

#extra_content {
	text-align: center;
}
	
.sidebar_box {
	border: 1px #CCC solid;
	margin-bottom: 15px;
	padding: 5px;
	text-align: center;
	font-size: .8em;
	width: 100%;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.sidebar_title {
	color: #406080;
	font-family: 'Mrs Eaves', Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.sidebar_event {
	padding: 10px;
}
.sidebar_alt {
	background-color: #F0F3EE;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
}

/*

	#####################
	##### HOME PAGE #####
	#####################
	
*/


#features tr td img {
	float: right;
	margin: 0 0 10px 10px;
}
#features tr td img.borderless,.noborder {
	border: 0;
}
#features tr.even td {
	background-color: #F0F3EE;
	color: #000;
}
.feature {
	padding: 15px;
	clear: both;
}
.feature_alt {
	background-color: #F0F3EE;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
}
.feature img {
	float: right;
	margin: 0 0 10px 10px;
}
	

/*

	#######################
	##### IN THE NEWS #####
	#######################
	
*/

#inthenews {
	width: 100%;
}

#inthenews tr td {
	padding: 10px;
}

/*

	######################
	##### SUPPORT US #####
	######################
	
*/

table#membershiplevels td {
	padding: 10px;
	text-align: center;
}
#membershiplevels {
	border-bottom: 1px #CCC solid;
	border-top: 1px #CCC solid;
}


/*

	#################
	##### HACKS #####
	#################
	
*/

div.spacer {
	clear: both;
}

/*

	#############################################
	##### PRESENTATIONAL CLASS NAMES — FIX! #####
	#############################################
	
*/

.bold {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0;
	text-decoration: none;
}
.norm {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.small {
	font-size: 10px;
}
.smallblack {
	color: #000;
	font-size: 10px;
}
.white {
	color:#FFF;
}

/*

	####################
	##### UNSORTED #####
	####################
	
*/

.column_label {
	font-size: 12px;
}
.event_title {
	color: #5B3715;
	font-size: 16px;
	font-weight: 700;
}
.widget {
	background-color: #406080;
	padding: 5px;
	text-align: center;
	width: 100%;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.program_event {
	padding: 10px 30px;
	background-color: #F9FCF7;
}
.program_alt {
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
}

.urgent {
	color: red;
}

/*

	##########################
	##### ADVERTISEMENTS #####
	##########################
	
*/

.advertisements {
	clear: both;
	text-align: center;
}
.advertisements h6 {
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 1px #CCC solid;
	margin-top: 0;
	padding-top: 0;
}
.advertisement {
	margin-bottom: 15px;
}
.advertisement img {
	border: 1px #CCC solid;
}
