@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Arma International Tidewater Chapter
Version:	1.1
Last change:	08/10/08
Assigned to:	Ty Dennis
Primary use:	Layout and Content
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
Website Layout
-------------------------------------------------------------------*/

* { margin: 0; padding: 0; }

body { 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 65.7%;
	background-color: #e1e1c6; 
}
	
#container{ 
	margin: 25px auto;
	 /* controls the height of the entire layout */
	width: 960px;
	text-align: left;
	border: 4px solid #003366;
	background-color: #FFF; 
}
#header{ 
	float: left;
	height: 96px;
	width: 960px;
	border-bottom: 1px solid #003366; 
	background: #fff url(../images/headerbg.png) no-repeat right; 
}
#navigation{
	float: left;
	height: 41px;
	width: 648px;
	padding: 10px 15px;
	background: url(../images/navbg.gif) no-repeat;
	
}

#mainContent{
	float: left;
	height: auto;
	width: 668px;
	margin: 0 0 30px 0; 
}
	
#sidebar{
	float: right;
	height: auto;
	width: 240px;
	margin: 25px 0 25px 0;
	padding: 0 0 0 20px;
	border-left: 1px dotted #003366;
}
div.clearlayout { clear: both; }	
#footer{
	clear: both;
	height: 40px;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	font-size: 0.90em; 
}

/*------------------------------------------------------------------
Global Styles
-------------------------------------------------------------------*/
a { color: #0066CC; }
a:hover { color: #931834; }
h1, h2, h3, h4, h5, h6, p { margin: 10px 0; }
h1 { font-size: 2.4em; }
h2 { font-size: 1.9em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.3em }
p,ul{ font-size: 1.1em; }
em.boldfont { font-weight: bold; font-style: normal; }
	
/*------------------------------------------------------------------
Header Section
-------------------------------------------------------------------*/
.headerlogo {
	float: left;
	background: transparent url("../images/armalogo.png") no-repeat 0 0;
	display: block;
	width: 125px;
	height: 79px;
	margin: 5px 35px 5px 8px;
	overflow: hidden;
	line-height: 1000px; }
#header h2 { margin: 20px 0 0 0; color: #931834; }
#header h4 { margin: 0; }

/*------------------------------------------------------------------
Main Navigation Section
-------------------------------------------------------------------*/
#navigation ul {
	list-style-type: none;
	font-size: 1.3em;
	font-family: arial; }
#navigation ul li { display: inline; margin-right:20px; }
#navigation ul a  { color: #FFF; text-decoration: none; }
#navigation ul a:hover { color: #d5d5ac; }

/*------------------------------------------------------------------
Content Wrapper Section inside the Main Content
-------------------------------------------------------------------*/
#contentWrapper { padding: 10px 10px 10px 15px; }

/*------------------------------------------------------------------
Sidebar Section
-------------------------------------------------------------------*/
.sidebarlogo { margin: 0 20px 10px 20px; }
#sidebar h3 {
	width: 200px;
	margin: 10px 0 5px 0;
	font-variant: small-caps;
	color: #003366;
	border-bottom: 1px solid #ECEFF4; }
#sidebar ul { 
	list-style-image: url(../images/0150_bullet.png);
	width: 180px;
	margin: 0 0 5px 20px; }
#sidebar ul li {
	margin: 5px 0;
	border-bottom: 1px dotted #003366;
	line-height: 1.2em;
}
#sidebar ul li a { color: #336699; text-decoration: none; }
#sidebar ul li a:hover { color: #931834; text-decoration: none; }

/*------------------------------------------------------------------
Footer Section
-------------------------------------------------------------------*/
#footer p { float: left; margin: 0; }
#footer ul { list-style-type: none; margin: 0; padding: 0;  float: right;  }
#footer ul li { display: inline; margin-right: 10px; }
#footer ul li a { color: #000; }
#footer ul li a:hover{ color: #931834; text-decoration: none; }
.footerlast ul li { margin-right: 0; }


/*------------------------------------------------------------------
Home Page
-------------------------------------------------------------------*/
img.president {
	float: left;
	margin: 0 8px 3px 0;
	padding: 2px;
	border: 2px solid #CAE8EA; }
div#showpresident { display: none; } /*-- hides the last two paragraphs from the president --*/

div.meetingbox { 
	border: 2px solid #e1e1c6; 
	padding: 0 10px;
	margin-bottom: 20px;
	background: #fff url(../images/meetingbox_bg.png); }
div.meetingbox h2 { color: #931834; }
address.meetingbox {
	margin: 0 0 10px 0;
	font-style: normal; }
ul.meetingbox { 
	margin: 3px 0 10px 20px;
	list-style: decimal;  }
ul.meetingbox li { margin: 3px 0 3px 10px; }
p.rsvp { 
	width: 300px;
	height: 50px;
	padding: 10px 0;
	text-align: center;
	background: url(../images/rsvp_bg.png) no-repeat;  }
p.contributions { 
	border: 2px solid #931834; 
	margin: 15px 0 20px;
	padding: 4px; }

/*------------------------------------------------------------------
Events Page
-------------------------------------------------------------------*/
p.events1, p.events2 { 
	padding: 5px; 
	border: 1px solid #CCC; 
	letter-spacing: 0.05em; }
p.events1 { background-color: #CAE8EA; }
p.events2 { background-color: #EEE; }

/*------------------------------------------------------------------
Newsletter Archieve Page
-------------------------------------------------------------------*/
div.floatleft { float: left; width: 50%; }
div.floatright { float: right; width: 50%; }
ul.newsletter { margin: 5px 0 5px 25px; list-style: square; }
ul.newsletter li { margin: 3px 0; }

/*------------------------------------------------------------------
Photo Gallery Page
-------------------------------------------------------------------*/
div.photogallery ul { list-style-type: none; margin: 25px 0; }
div.photogallery ul li { 
	margin: 0 15px;
	border: 1px solid #CCC;
	padding: 4px; }
