@import url("../taglib/css/reset.css");

/* TYPOGRPHY & BASIC STYLES */

body {
	background-color: #d7e3e8;
	font: 13px/1.6 "verdana", "arial", sans-serif;	
	color: #444;
}

a {
	color: #527a88;
	outline: none;
}

#copy h1 {
	font-size: 26px;
	line-height: .8em;
	font-family: arial, verdana, sans-serif;
	margin: 0em 0 1.6em 0;
	font-weight: normal;	
	color: #9f4167;
	letter-spacing: -1px;
}

#copy h1 a {
	font-size: 11px;
	letter-spacing: 0;
	font-weight: bold;
}

#copy h1 span {
	display: block;
}

#copy h2 {
	font-size: 15px;
	margin: 2.773em 0 1.387em;
	line-height: 1.387em;
	font-family: arial;
	color: #555;
}

#copy h3 {
	font-size: 1em;
	font-weight: bold;
	font-family: arial;
	line-height: 1.6em;
	margin: 1.6em 0 -1.6em;	
	color: #555;
}

#copy p {
	margin: 1.6em 0;
}

#copy ul {
	margin: 1.6em 0 1.6em 3em;
	list-style: circle;
}

#copy ol {
	margin: 1.6em 0 1.6em 3em;
	list-style: decimal;
}


/* LAYOUT */	

#container {
	width: 600px;
	margin: 1.6em auto 0;
	background-color: #fff;
}

#header {
	height: 127px;
	background: url("../images/main/bg-header.png") no-repeat center top;
	padding: 1px 45px;
	
	border-top: 1px solid #b0c7cf;
	border-left: 1px solid #b0c7cf;
	border-right: 1px solid #b0c7cf;
}

#header #logo {
	margin-top: 27px;
	float: left;
}

#content {
	padding: 1px 45px 2.4em;
	border-left: 1px solid #b0c7cf;
	border-right: 1px solid #b0c7cf;	
}

#copy {	
}

#copy-body {
	margin: 3.2em 0 0em;
	padding: 1px 0;	
}

#footer {
	padding: 25px 45px;
	clear: both;
	text-align: center;
	font-size: 10px; 
	background: #d7e3e8 url("../images/main/bg-footer.png") no-repeat center -25px;
	color: #674d58;
}

#footer p {
	margin: 0 0 0.886em 0;
}

#footer a {
	color: #b193a0;
}

#footer #link-tag {
	text-decoration: none;
	color: #674d58;  
}


/* HOME */

#copy #photo {
	margin: -0.4em 0 0;
	width: 200px;
	float: right;
	margin-left: 1em;
}

#meetings,
#downloads,
#leader {
	clear: both;
}

#copy #meetings ul {
	margin-left: 0;
	list-style: none;
	border-top: 3px dotted #ccc;
}


#copy #meetings ul h3 {
	margin: 1.223em 0 -.611em;
	line-height: 1.223em;
	/*font-style: italic;*/
	color: #9f4167;
	font-size: 17px;
}

#meetings .when,
#meetings .where {
	font-style: italic;
	font-family: arial;
	color: #666;
}

#meetings ul li {
	border-bottom: 3px dotted #ccc;
	padding: 1.6em 2em;
}

#leader p {
	margin-left: 3em;
}

