/* GENERAL */

body {
	text-align: center;
	background-color: #fff;
}

.center { text-align: center; }

.alt { background-color: #eee; }

blockquote { margin-left: 1.5em; }

#headerImage { margin:0; padding:0; text-align:center; }

/* NAVIGATION */

#navigation {
	float: left;
	width: 150px;
	margin: 0 10px;
	font-size: 10pt;
	line-height: 1.2em;
	clear: left;
}

#navigation h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
}

#navigation ul {
	background-color: f8f8f8;
}

#navigation ul li {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-bottom: 1.5em;
	list-style-type: none;
	text-align: center;
	background-color: #f0f0f8;
}

#navigation ul li ul li {
	border-top: 1px solid #ddd;
	border-bottom: 0;
	margin: 0;
	text-align: left;
}

#navigation ul li ul li a:link,
#navigation ul li ul li a:visited {
	display: block;
	background-color: #f8f8f8;
	text-decoration: none;
	padding: 2px 4px;
}

#navigation ul li ul li a:hover{
	display: block;
	background-color: #eee;
	text-decoration: none;
}

#navigation ul li ul li a:active {
	display: block;
	background-color: #eee;
	text-decoration: none;
	color: #000;
}

#navigation ul li ul li ul li {
	font-size: 9pt;
	border-top: 0;
	font-style: italic;
}

#navigation ul li ul li ul li a:link,
#navigation ul li ul li ul li a:visited{
	padding-left: 16px;
}

/* HEADER */
#header {
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

#header h2 {
	margin-left: 25px;
}

#header img {
	margin-left: 25px;
	margin-top: 12px;
}

/* CONTENT */

#content {
	float: right;
	width: 600px;
	margin: 0 10px;	
}

#content h3 {
	padding-bottom: 0.5em;
}

/* BLOGPOST */

.blogpost {
	border-bottom: 1px solid #cde;
	margin-bottom: 8px;
}

.blogpost h3 a:link,
.blogpost h3 a:visited {
	color: #666;
}

/* SMALL */

.small,
.small a:link,
.small a:visited {
	color: #999;
	font-size: 8pt;
}

/* WRAPPER */
#wrapper {
	width: 820px;
	margin: auto;
	margin-top: 25px;
	text-align: left;
	border: 0;
	padding-top: 0;
	padding-bottom: 25px;
	overflow: auto;
	background-color: #fcfcfc;
	border-top: 1px solid #666;
	border-bottom: 1px solid #ddd;
}