/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Area
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
} 

html, body {	
	color:#666;
	min-height:101%;
}

html {
	background: #faeee0 url(/images/bg.png) repeat-x;
}

body, select, textarea, input {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

p {	
	margin: 15px 0;
}
		
a:link, a:visited {	
	text-decoration:none;
	color: #025b83; 
	font-weight: bold;
}

a:hover, a:active {	
	color: #3d8bae;
}

*:focus { 
	outline: none 
}




/* ---------- @ Page Structure -----------*/


#content-wrapper {	
	background: url(/images/bg_nav.png) repeat-x;
	padding-bottom:32px;
}

.wrapper {
	margin: 0 auto;
	font-size: 0.8em;
	width: 815px;
	line-height:140%;
   }
	   
#masthead {
	background: url(/images/bg_masthead.jpg) repeat-x;
	height:125px;
	padding-top: 10px;
	color: #add6e7;
}
		
.left {	
	float:left;
}

.right {	
	float:right
}

img.left {	
	margin: 0 10px 10px 0;
}

img.right {	
	margin: 0 0 10px 10px;
}


	

/* ---------- @ Navigation -----------*/


#nav {
	margin-left: 12px;
}

#nav li {
	list-style:none;
	float: left;
}

#nav a {
	display: block;
	height: 26px;
	text-indent: -9000px;
	margin: 6px 1px 0 0;
}

a#back-home {
	background-image: url(/images/nav_home.gif);
	width: 73px;
}

	a#back-home:hover, #home a#back-home {
		background-image: url(/images/nav_home_on.gif);
	}
	
a#about {
	background-image: url(/images/nav_about.gif);
	width: 76px;
}

	a#about:hover, body.about a#about {
		background-image: url(/images/nav_about_on.gif);
	}

a#membership {
	background-image: url(/images/nav_membership.gif);
	width: 129px;
}

	a#membership:hover, body.membership a#membership {
		background-image: url(/images/nav_membership_on.gif);
	}

a#meeting {
	background-image: url(/images/nav_meeting.gif);
	width: 159px;
}

	a#meeting:hover, body.meeting a#meeting {
		background-image: url(/images/nav_meeting_on.gif);
	}

a#news {
	background-image: url(/images/nav_news.gif);
	width: 76px;
}

	a#news:hover, body.news a#news {
		background-image: url(/images/nav_news_on.gif);
	}

a#gallery {
	background-image: url(/images/nav_gallery.gif);
	width: 151px;
}

	a#gallery:hover, body.gallery a#gallery {
		background-image: url(/images/nav_gallery_on.gif);
	}

a#contact {
	background-image: url(/images/nav_contact.gif);
	width: 119px;
}

	a#contact:hover, body.contact a#contact {
		background-image: url(/images/nav_contact_on.gif);
	}


/* Sub Nav */

#subnav {
	width: 200px;
}

#subnav li {
	list-style-type: none;
	background: url(/images/bg_subnav.gif) no-repeat;
	padding: 3px;
	padding-left: 15px;
	border-bottom: 2px solid #fbfbf5;
}

	#subnav li.parent {
		background: none;
		padding-left: 5px;
	}
	
		
/* ---------- @ Headings -----------*/

		   
h1, a#logo {
	width: 573px;
	background: url(/images/logo.png);
	height: 107px;
	display: block;
	text-indent:-9000px;
}

h2 {	
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #323232;
}
	
h3 {	
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #323232;
	margin: 5px 0 -12px 0;
}
	
	#sidebar h3 {
		font-size: 1.6em;
		margin-bottom: -10px;
	}
	
	h3 a:link, h3 a:visited {
		font-weight: normal;
	}
	
h4 {	
	font: bold .75em Verdana, Arial, Helvetica, sans-serif;
	color: #faeee0;
	background: url(/images/bg_header.gif) repeat-x;
	height: 21px;
	width: 480px;
	padding: 3px 0 0 2px
}

	#sidebar h4 {
		margin: 10px 0 -5px 0;
		width: 190px;
	}

h5 {
	color: #5e6321;
	font-size: .85em;
	padding-bottom: 5px;
	margin: 10px 0;
	width: 475px;
}

	h5.date {
		font: .85em Verdana, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #a49078;
		margin: 20px 5px -5px 0;
		padding: 2px 0 4px 18px;
		background: url(/images/calendar.gif) no-repeat;
		border-bottom: 1px solid #d4c7b7;
	}


/* ---------- @ Content Area -----------*/

#content {
	width: 500px;
	float:left;
	margin:20px 0 45px 0;
	padding: 0 26px 0 26px;
	}
	
#sidebar {	
	width: 210px;
	height: 435px;
	margin:20px 0 45px 0;
	padding: 0 24px 50px 24px;
	background: url(/images/bg_sidebar.gif) no-repeat;
	float:left;
	}

html>body #sidebar {
	height: auto;
	min-height: 435px;
}

#masthead a:link, #masthead a:visited {
	color: #d9b488;
}

#loginform {
	width: 145px;
	font-size: .75em;
	margin: 20px 0 0 0;
}

#content li {	
	margin: 15px 0 15px 15px;
}

#sidebar li {
	list-style-type: none;
	margin: 0;
	padding: 15px 0 0 0;
	height: auto;
	line-height: 100%;
}

a.pdf, a.word, a.excel {
	display: block;
	height: auto;
	line-height: 1.1em;
	padding: 5px 0 7px 35px;
}

a.pdf {
	background: url(/images/icon_pdf.gif) no-repeat;
}

a.word {
	background: url(/images/icon_word.gif) no-repeat;
}

a.excel {
	background: url(/images/icon_excel.gif) no-repeat;
}



/*Home*/

#home span.date {
	font-size: .75em;
	border: none;
}

a#join, a#register, a#member-list {
	display: block;
	width: 161px;
	text-indent: -9000px;
}

a#join {
	height: 75px;
	background: url(/images/button_join.gif);
	margin: 5px 0 20px 0;
}

a#member-list {
	height: 75px;
	background: url(/images/button_members.gif);
	margin: 20px 0 60px 0;
}

a#register {
	height: 75px;
	background: url(/images/button_register.gif);
	margin-top: 5px;
}

.intro {
	margin-bottom: 100px;
}


/*Interior*/


.bullets {
	padding:15px 15px 15px 30px;
	}

.bullets li {	
	background:url(/images/bullet.gif) no-repeat;
	list-style:none;
	padding-left: 11px;
	margin-bottom: 5px;
	}

.separated li {
	float: left;
	list-style-type: none;
	border-left: 1px solid #666;
	height: 1.075em;
	width: auto;
	padding: 0 0 2px 10px;
	margin: 0;
	margin-right: 10px;
}

.separated li.first {
	border: none;
	padding-left: 0;
}

a.category, a.link, a.gallery {
	display: block;
	margin-top: 10px;
	padding: 4px 4px 4px 20px;
	font-size: .85em;
	height: auto;
}

body.meeting a.link {
	font-size: 1em;
}

a.category {
	background: url(/images/icon_category.gif) left 4px no-repeat;
}

a.link {
	background: url(/images/icon_link.gif) left 4px no-repeat;
}

a.gallery {
	background: url(/images/icon_photo.gif) left 4px no-repeat;
}

a.galleries {
	display: block;
	padding-left: 20px;
	background: url(/images/icon_photos.gif) no-repeat;
	font-size: .85em;
	height: 1em;
}

.gallery-category {
	width: 225px;
	height: 225px;
}

.gallery-category .category-image {
	width: 195px;
	height: 150px;
	display: block;
	padding: 10px 0 0 0;
	background: #fff;
	border: 2px solid #c7beb3;
	text-align: center;
	margin-bottom: -10px;
}

.gallery-category a.gallery {
	width: 166px;
	border: 2px solid #c7beb3;
	background-color: #e0d6ca;
	border-top: none;
	padding-left: 25px;
	background-position: 4px 4px;
}

.gallery-image {
	width: 225px;
	height: 160px;
	padding-top: 15px;
}

.gallery-image a {
	display: block;
	width: 175px;
	height: 130px;
	background: #fff;
	border: 2px solid #e0d6ca;
	padding: 10px;
	text-align: center;
}

.gallery-image a img {
	border: none;
	margin: 0;
}

.member_listing table {
	margin: 20px 0;
	border-collapse: collapse;
}

.member_listing table caption {
	text-indent: -9000px;
	height: 1px;
}

.member_listing td {
	font-size: .85em;
	padding: 8px 4px 8px 4px;
	border: 1px solid #c7beb3;
	vertical-align: top;
}

.member_listing th {
	background: #e7a551;
	color: #fff;
	padding: 5px 4px 4px 4px;
	text-align: left;
	font-size: .85em;
	border: 1px solid #c68d45;
}

body.meeting img.left, body.meeting img.right, body.meeting img.above {
	border: 2px solid #e7a551;
	padding: 2px;
}
		
	
	
/* ---------- @ Forms -----------*/


.button {	
	background: #003c67 ! important;
	color: #c2d8e2;
	border: 1px solid #196e94;
	border-top: none;
	border-left: none;
	font: bold 0.9em 'Trebuchet MS',Arial,Verdana;
	cursor: pointer;
	padding: 3px;
	margin: 0 0 1px 3px;
}

.button:focus {	
	background: #c2d8e2 ! important;
}
		
.button:hover {	
	background: #196e94 ! important;
}

#loginform fieldset {
	border: none;
}

#loginform legend {
	padding: 2px 5px 0 0;
	font-weight: bold;
	color: #add6e7;
}

#loginform label {  
	width: 1px; 
	height: 1px;
	display: block; 
	float: left; 
	text-indent: -9000px;
	clear: both;
}
	
#loginform fieldset input {
	margin: 0 0 2px 4px;
	padding: 2px;
	width: 124px;
	font-size: 1.15em;
	background: #3d8bae;
	border: none;
}

#loginform #loginbutton, #insertbutton {
	padding: 0 0 0 2px;
	margin: 2px 10px 0 0;
	width: 32px;
	height: 22px;
	background: #003c67;
	color: #c2d8e2;
	border: 1px solid #196e94;
	border-top: none;
	border-left: none;
	text-transform: uppercase;
	font: 600 1.35em 'Trebuchet MS',Arial,Verdana;
	cursor: pointer;
}

#insertbutton {
	font: 600 1em 'Trebuchet MS',Arial,Verdana;
	width: 5em;
	height: 2em;
}

#content .fieldrow {
	width: 99%; /* 1% allowance for padding */
	padding: 5px;
} 

#content .fieldinput, #content .checkboxgrouprow {
	width: 71%; /* (fieldrow + padding) - (fieldlabel + padding) */
}

#content table.datatable {
   width: 99%; /* 1% allowance for padding */
   padding: 2px;
}

#content span.required {
	font-weight: bold;
}

#content .fieldlabel {
	width: 25%; /* 3% allowance as pseudo-padding */
	text-align: right;
	margin: 0 7px 7px 0;
}

#content .fieldinput {
	float: right;  
	text-align: left;
	margin-bottom: 7px;
}

#content .fieldrow, #content .fieldlabel, #content .checkboxgrouprow, #content .checkboxgroup {
	float: left;
}

#content .checkboxgroup input, #content .radiogroup input {
	border: none;
	margin-right: 3px;
}

#content .checkboxgroupitem {
	display: block;
}

#content textarea {
	width: 300px;
}

#content form {   
	margin: 5px;
	padding: 0;
	font: 100% verdana,arial,sans-serif;
}

#content fieldset {
	border: none;
	margin-bottom: 5px;
	padding: 8px;
}

#content legend {
	border: solid 1px #E7E7E7;
	color: #B8634A;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

#content input {
	padding: 2px;
}


/*Clear*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
/* End hide from IE-mac */




/* ---------- @ Footer -----------*/


#footer {
	color:#dbd3c9;
	height:159px;
	background:url(/images/bg_footer.png) repeat-x;
	padding-top:10px;
	text-align: left;
	font-size: 0.85em;
}

#footer a {
	color: #d9b488;
}

a#cat4 {
	display:block;
	width:30px;
	height:24px;
	float:right;
	background-image:url(/images/cat4.gif);
	text-indent:-9000px;
	margin: 8px 15px 0 0;
}


