/*******************************************
** Author Info
*******************************************/

/*******************************************
** =Import Styles
*******************************************/
@import "default.css";

* {
	margin: 0;
}

html, body, #wrapper, #wrapperAdmin {
	height: 100%;
}

body {
	/*font-family: Helvetica, Calibri, Arial, sans-serif;*/
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #333;
	margin: 0;
	padding: 0;
	background: #fff;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	padding: 20px 16px 6px 16px;
	font-family: Times, serif;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #688b8f;
}

.secondary h1
{
	padding: 40px 40px 0 40px;	
}

p
{
	padding: 0 16px;	
	font-size: .8em;
	line-height: 1.8em;
    color: #555;
}

.secondary p
{
	padding: 6px 40px;	
}

body.secondary #container
{
	background: #fff url('../img/sidebar_repeat.gif') repeat-y top right !important;
}


/* =p Links
------------------------------------------*/
p a {
	padding: 2px 8px;
	text-decoration: none;
	background: #f1efe0;
	color: #000;
}
p a:link {
}
p a:visited {
}
p a:hover {
	color: #333;
}
p a:active {
	color: #333;
}


/*********
** =IDs
**********/

#wrapper {
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
}


#container {
	margin: 0 auto;
	width: 960px;
}

.main #container
{
	background: #e2dfc0;
}

.secondary #container
{
	background: #fff;
}


/*******************************************
** =Header
*******************************************/

#header {
	height: 103px;
	background-image: url(../img/headerBackground.jpg);
	background-repeat: repeat-x;
}

	#header #logo
	{
		padding: 18px 0 0 20px;
	}

/*******************************************
** =Navigation
*******************************************/

#navigation {
	height: 29px;
	background-image: url(../img/navBackground.jpg);
	background-repeat: repeat-x
}

#navigation ul {
	margin-left: 15px;
	padding-top: 3px;
}

* html #navigation ul li {
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}

#navigation ul li {
	display: inline;
	border-right: 1px solid #9999cc;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}

* html #navigation ul li.last {
	border-right: none;
}

#navigation ul li.last {
	border-right: none;
}

/* =Navigation Links
------------------------------------------*/
#navigation a {
	color: #d3d3d3;
	font-size: .7em;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
#navigation a:link {
}
#navigation a:visited {
}
#navigation a:hover {
	color: #fff;
}
#navigation a:active {
	color: #fff;
}

/* =Navigation Links
** Highligh Current Page Nav

This requires each page to have an unique id on the body tag
and a matching class on the nav li tag
------------------------------------------*/
#home #navigation a.home,
#about #navigation a.about,
#members #navigation a.members,
#gallery #navigation a.gallery,
#calendar #navigation a.calendar,
#news #navigation a.news,
#newsletters #navigation a.newsletters,
#resources #navigation a.resources,
#membership #navigation a.membership,
#officers #navigation a.officers
{
	color: #fff;
}



/*******************************************
** =Content
*******************************************/
#content {
	float: left;
	max-width: 680px;
	min-height: 400px;
	line-height: 0;		/* Removes gap beneath image in FF */
}

.secondary #content
{
	padding-bottom: 30px;
}

#content ul
{
	margin: 10px 0 10px 40px;
	font-size: .9em;
	line-height: 1.2em;
}

#content .section
{
	margin: 10px 0 20px 40px;
}

#content .section h2
{
	margin: 10px 0 2px;
	font-size: 1.1em;
	line-height: 1.2em;
}

#content .section p
{
	margin: 6px 0;
	padding: 0 30px 0 0;
	line-height: 1.2em;
}

#sidebar
{
	float: right;
	width: 269px;
	line-height: 0;		/* Removes gap beneath image in FF */
}

table.gallery
{
	margin-top: 10px;
	margin-left: 40px;
}

table.gallery td
{
	padding: 8px;
	line-height: normal;
	font-size: 8.5pt;
}

table.gallery td img
{
	padding: 4px;
	background: #e3e3e3;
	border: 1px solid #ccc;
}

#newsletters #content ul,
#about #content ul
{
	font-family: Arial, sans-serif;
	font-size: .8em;
	color: #333;
}

#newsletters #content ul li,
#about #content ul li
{
	padding-top: 2px;
}

#officers table
{
	font-family: Arial, sans-serif;
	font-size: .8em;
}

/*******************************************
** =Footer
*******************************************/

#footer {
	clear: both;
	height: 110px;
	
	color: #fff;
	background: #707171;
	text-align: right;
	font-size: .7em;
	line-height: 1.5em;
}

	#footer span
	{
		display: block;
		padding: 18px 30px 0 0;
	}

	#footer img
	{
		float: right;
		margin-left: 10px;
		padding-left: 10px;
		border-left: 1px solid #fff;
	}
