/*#############################################################
MMCA website
Anne Wittenberg
3/30/2007

Loosely based on
Name: Coffee N Cream
Date: 2006-08-24
Description: A smooth coffee style template.
Author: Viktor Persson
URL: http://templates.arcsin.se
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	color: #2E261F;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul,td, th {
	font-size: 10pt;
	padding-bottom: 10px;
}

h1,h2,h3 {
	color: #654;
	padding-top: 6px;
}

h1 {
	font-size: 16pt;
	margin-bottom: 4px;
}

h2 {
	font-size: 14pt;
	margin-bottom: 4px;
}

h3 {
	font-size:12pt;
	margin-bottom: 2px;
}

.indent {
	margin-left:10px;
}

.hidden {
	visibility: hidden; 
}

code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	color: #666;
	display: block;
	font: normal 8pt "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}

.postquote,  .postquote a {
	color: #697A8B;
	display: block;
	font: normal 8pt "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	text-align:center;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(images/template/bgcontainer_leftnav2.gif) repeat-y;
	margin: 0 auto;
	width: 100%;
	min-height: 500px;
}

/* header */
.header {
	background-color:#697A8B;
	margin: 0 auto;
	width: 100%;
}

/* title */
.title {
	padding: 28px 130px 28px 10px;
	background : url(images/template/mmsignlogo2_small.gif) no-repeat right;
	margin-right : 50px;
}
.title h1 {
	color: #E4DBCF;
	font: normal 20pt "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* main */
.main {
	clear: both;
	padding: 0 50px 12px 0px;
	min-height:500px;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 178px;
	min-height : 500px;
	position : absolute;
}
.sidenav h1 {
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 8pt;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #CCC3AF;
	color: #3C3228;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}

/* content */
.content {
	float: left;
	width: 82%;
	margin-left : 190px;
	padding : 12px 50px 12px 5px;
}
.content .descr {
	color: #987E57;
	font-size: 8pt;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}

.events {
	font-size: 10pt;
}

.eventname {
	font-size: 14pt;
	margin-top: 25px;
	
}

.eventdescription {
	margin-left: 50px;
	width : 300px;
	min-height: 150px;
	font-size: 10pt;
	
}
.eventphoto {
	float:right;
	font-size: 8pt;
}

/* footer */
.footer {
	background-color: #8B99A7;
	color: #FFD;
	font-size: 8pt;
	line-height: 25px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* top navigation */
.navigation {
	background-color: #8B99A7;
	margin: 0 0 0 0;
	padding: 0 50px 0 0;
	width: 100%;
	font: bold 8pt Verdana,sans-serif;
}
.navigation a {
	color: #543;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
}

.navigation a:hover {
	background: #778899;
	color: #E4DBCF;
}

