/*******************
 *	=Global
 *******************/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #E5DFCB;
	font-family: "Helvetica Nueue", Helvetica, Arial, sans-serif;
	font-size: 0.74em; /* 1.0em now equals 10px by default */
}

/*******************
 *	=Structure
 *******************/

div#header {
	width: 100%;
	height: 110px;
	background-color: #650000;
	border-bottom: 12px solid #520005;
}

div#mainContainer {
	width: 800px;
	min-height: 300px;
	margin: 0 auto;
	margin-top: -40px;
}

ul#navigation {
	overflow: hidden;
	width: 120px;
	min-height: 60px;
	float: left;
	margin-top: 50px;
	list-style: none;
	text-align: right;
}

div#content {
	width: auto;
	min-height: 300px;
	margin-left: 120px;
	background-color: #fff;
	border: 1px solid #bab7aa;
	padding: 2em;
}

div#footer {
	overflow: hidden;
	font-size: 0.9em;
	color: #444;
	text-align: center;
	margin: 1em 2em;
}

/*******************
 *	=Navigation
 *******************/

ul#navigation li {
	display: block;
	padding: 0.5em 1em;
	font-family: "Optima", "Georgia", "Garamond", serif;
	font-size: 1.1em;
	border-bottom: 1px solid #bab7aa;
	border-top: 1px solid #f0ebdf;
}

ul#navigation li.first {
	border-top: none;
}

ul#navigation li.last {
	border-bottom: none;
}

ul#navigation li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #650000;
	text-decoration: none;
	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

ul#navigation li#current a,
ul#navigation li a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

/*******************
 *	=Headers
 *******************/

h1 {
    background: url("../images/logo.png") right bottom no-repeat;
    width: 372px;
    height: 44px;
	display: block;
	margin: 0 auto;
	padding-top: 20px;
    text-indent:-30000px;	/* Hide the text, display the image */
}

h2 {
	color: #650000;
	font-family: "Optima", "Georgia", "Garamond", serif;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0.4em;
}

h3 {
	color: #111;
	font-family: "Optima", "Georgia", "Garamond", serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 1.3em;
}

/*******************
 *	=Content
 *******************/

#content p {
	line-height: 1.6em;
	margin-bottom: 1.0em;
	margin-top: 0.5em;
	overflow: hidden;
}

#content a {
	color: #00477f;
	text-decoration: underline;
}

#content a:hover {
	color: #4c88be;
}

#content hr {
	border-top: 0;
	border-bottom: 1px solid #ccc;
	background: none;
}

/* -------------------------------------*/
/* ---------->>>> =Lists  <<<<----------*/
/* -------------------------------------*/

#content ul {
	margin: 0.5em 2em 2em 2em;
}

#content ul li {
	margin-bottom: 0.5em;
}

/* -------------------------------------*/
/* --->>>> =MicroFormats =hCard <<<<----*/
/* -------------------------------------*/

dl.vcard {
	border: 1px solid #cccccc;
	width: 28em;
	margin: 10px auto;
	}

dl.vcard dt {
	width: 6em;
	margin: 0 1em 0 0;
	float: left;
	padding: 0 1em 0 .5em;
	text-align: right;
	line-height: 1.5em;
	font-weight: bold;
	color: #333333;
	}
	
dl.vcard dt.location {
	height: 3em;
	}

dl.vcard dd {
	margin: 0;
	line-height: 1.5em;
	border-left: 1px solid #ccc;
	margin-left: 7.5em;
	padding-left: 1em;
	padding-bottom: 0.2em;
	}