/*   
Theme Name: MMCCLA
Theme URI: http://www.mmccla.org/wp-content/themes/mmccla
Description: Basic layout & style for MMCCLA site
Author: Kevin Gamble
Author URI: http://kevingamble.com/
Version: 1.0
.
Created by Kevin Gamble for use by MMCCLA only. Copyright 2006.
.
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	background: #312D24;  /* 32353E */
	}
a:link {
	color: #369;
	}
a:visited {
	color: #39c;
	}
a:hover {
	color: #d60;
	}
hr {
	color: #999;
	}

/* layout */

#outerbox {
	background: #fff;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 790px;
	background: url(images/bg.gif) repeat-y top center;
	}

#header {
	padding: 20px 30px 16px 102px;
	background: url(images/mmccla.gif) no-repeat 27px 6px;
	font-weight: bold;
	font-size: 18px;
	line-height: 105%;
	letter-spacing: -1px;
	color: #A0A4B6;
	}

#leftnav {
	float: left;
/* 	width: 150px; */
/* 	padding: 0 0 0 30px; */
	}

#contenthp {
	float: right;
	width: 560px;
 	padding: 0 30px 20px 0;
	font-size: 95%;
	color: #333;
	line-height: 1.3em;
	}

#content {
	float: right;
	width: 550px;
 	padding: 0 30px 20px 0;
	font-size: 98%;
	color: #333;
	line-height: 1.3em;
	}

#footer {
	clear: both;
	padding: 1px 30px 0 30px;
	margin: 0px 0 0 0;
 	background: url(images/bg_footer.gif) no-repeat top center;
	}

/* navbar */

#navlist li {
	display: inline;
	/* for IE5 and IE6 */
	}

#navlist {
	margin: 0;
	/* to display the list horizontally */
	width: 150px;
	padding: 0 0 0 30px;
	}

#navlist a {
	width: 99.99%;
	/* extend the sensible area to the maximum with IE5 */
	display: block;
	/* background-color: #C3BFB2; */
	background-color: #A0A4B6;
	border-bottom: 2px #fff solid;
	text-decoration: none;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	}

/* #navlist a:hover { background: #32353E url(images/rounded_ul.gif) no-repeat top left; } */
#navlist a:hover { background: #32353E; }
#navlist a:visited { color: #fff; }

/* content */

#hedhr {
	width: 730px;
	}

#contenthp h1, #content h1 {
	margin: 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	line-height: 110%;
	/* color: #6e6048; */
	color: #5b4643;
	font-weight: bold;
	}

#contenthp h2, #content h2 {
	margin: 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 130%;
	/* color: #6e6048; */
	color: #ba7e4a;
	font-weight: bold;
	}

#contenthp p, #content p, #content ul {
	padding-right: 40px;
	}

#namelist td {
	border-bottom: 1px solid #999;
	}

#namelist td.nlheader {
	border: none;
	padding-left: 0;
	padding-top: 0px;
	}

#namelist td.nlheader2 {
	border: none;
	padding-left: 0;
	padding-top: 14px;
	}

#box {
	width: 203px;
	float: right;
	padding: 0 40px 0 20px;
	border-left: 1px solid #999;
	margin-bottom: 15px;
	margin-left: 10px;
	}

#box h2 {
	margin: 0;
	padding: 0;
	/* color: #bd946c; */
	color: #e4b448;
	}

#box p {
	padding: 0px;
	margin-top: 8px;
	color: #888;
	font-size: 90%;
	}

/* footer */

#footer p {
	margin: 0;
	padding: 5px 0 40px;
	font-size: 80%;
	color: #999; 
	}

#footer p a {
	color: #999; 
	}

/*  IE fixes */
#content, #leftnav {
	height: 1%;
	}
/* Hides from IE/Mac \*/
#footer {
	height: 1%;
	}
/* End hide from IE/Mac */


