/* CSS for Columbia River Chapter - MOAA  Printing Newsletter */

/* Rich's added styles per Chapter 11 Tutorial 
  starts on page 308 */
  
/* Will need to build styles for tables for calendars and other tabular info */

body {
	font-family: "Times New Roman", Times, serif;
	margin: 20px;
	padding: 0;
}


/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	background: #FFFFFF;
	position: relative;
	border: 1px solid #0000FF;
}

/*********************/
/* MAIN NAV */
/*********************/

.nav {
 display: none;
}



#logo {
	/*background: url(../images/moaa_shield_40wide.jpg) no-repeat 97% bottom;*/
	height: 110px;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
}


#logo h1 {
	padding-left: 5px;
	padding-top: 15px;
	margin-bottom: 0;
	font-size: 100%;
	border-top: none;
	}
	
#logo h2 {
	padding-left: 10px;
	margin-top: 0;
	background: none;
	font-size: 90%;
	margin-bottom: 0px;
	}
	
#logo h3 {
	font-size: 90%;
	}
	
#logo h1, #logo h2, #logo h3, #logo p {
	color: #0000FF;
	text-align: right;
	margin-right: 0px;
	}
	
#logo h2, #logo h3 {
	padding-top: 2px;
	}
	
#logo p {
	padding-top: 4px;
	}
	
/*********************/
/* SIDEBAR */
/*********************/

/* sidebar original styles */

.section-nav, #sidebar, #secondary, .sidebar-nav, #banner, #logo {
 display: none;
}

.authortop {
	font-size: 1.0em;
	font-weight: normal;
	margin: 0 0 4px 25px;
	}
	
.authorbottom {
	font-size: 1.0em;
	text-align: right;
	margin-right: 25px;
	margin-top: 0px;
	}

/*********************/
/* MAIN */
/*********************/

/* main original styles */

/* main tutorial styles */

.column1-unit {
	width: 100%; 
	margin-bottom:10px !important /*Non-IE6*/; 
	margin-bottom:5px /*IE6*/;
	}


.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
img.floatRight {
	border: 2px solid #000000;
}

.figurert {
	float: right;
	width: 222px;
	margin: 15px 10px 5px 10px;
	}
	
.figureleft {
	float: left;
	width: 222px;
	margin: 15px 10px 5px 10px;
	}

.figurert img, .figureleft img {
	border: 1px solid #666;
	padding: 10px;
	width: 200px;
	}
	
.figurert p, .figureleft p {
	font: bold 1em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background-color: #E6F3FF;
	border: 1px dashed #666;
	padding: 5px;
	margin: 10px 0 0 0;
	font-size: .90em;
	}



/* Calendar of Events Table styles */

.eventstable caption {
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	font-size: 1.9em;
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 6px;
	background: url(../images/bg/bg_h2.gif) repeat-x left bottom;
	/*border-bottom: 1px solid #0000FF;*/
	}
	
.eventstable td, .eventstable th {
	border-bottom: 1px solid #0000FF;
	vertical-align: top;
	padding-bottom: 6px;
	}
	
.eventstable td p, .eventstable th {
	margin: 4px 5px 0 0;
	font-size: 1.5em;
	}
	
.eventstable th {
	text-align: left;
	font-size: 1.0em;
	padding-top: 4px;
	}
	

	

/*********************/
/* FOOTER */
/*********************/
#footer {
	margin-top: 15px;
	border-top: 1px solid #0000FF;
	padding: 5px 5px 5px 5px;
	background: #FFF;
	clear: both;
	/*position: relative;*/
}

 #footer p {
 	margin: 2px 0 0 0;
	padding: 0;
	font-size: 0.90em;
	float: left;
	}
	
#footer p.update {
	float: right;
	padding: 0 0px 0.50em 0;
	margin: 2px 0 0 0;
	}


