@charset "UTF-8";

/* body */

body {
	font: 62.5% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0px;
}

#wrap {
	background: #F4F4ED url(../images/wrap_background.gif) repeat-x;
	padding-bottom: 24px;
}

/* header */

#header {
	background-color: #383D44;
	border-bottom: solid #000000 1px;
	padding-top: 12px;
}

#header_inner, #wrap_inner, #footer_inner {
	margin: 0 auto;
	width: 78em;
	text-align: left;
	overflow: hidden;
	font-size: 1.2em;
}
#header_control {
	text-align: right;
	color: #CCCCCC;
}

/* navigation */

#nav ul {
	margin: 0 0 0 11em;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	float: left;
	display: block;
	width: 11em;
	line-height: 1.4em;
	padding: 1em 1em .8em 1em;
	margin: 0;
	text-decoration: none;
	color: #7b828c;
	background: url(../images/nav_background.gif) no-repeat bottom left;
	border: none;
}

#nav ul li a strong {
	display: block;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #e3e3e3;
}

#nav li a:hover {
	background: url(../images/nav_background_hover.gif) repeat-x bottom left;
}

#nav li a.active {
	color: #7b828c;
}

#nav ul li a:hover strong {	
	color: #fff;
}

#nav ul li a.active strong {
	color: #fff;
}

/* main */

#title {
	border-bottom: solid #E6E6DA 1px;
	padding-left: 12em;
}

#title h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 2.0em;
	margin-bottom: 0px;
}

#title h2 {
	color: #999999;
	font-size: 1.0em;
	margin-top: 0px;
}

#main {
	float: left;
	width: 58em;
}

.bump  {
	overflow: hidden;
	border-bottom: solid #E6E6DA 1px;
}

.info {
	float: left;
	width: 11em;
	margin-right: 1em;
	text-align: right;
}

.post {
	float: left;
	width: 46em;
	text-align: justify;
}

.tools  {
	border-top: solid #E6E6DA 1px;
	float: right;
	width: 46em;
	text-align: right;
}

pre  {
	background-color: #FFFFFF;
	border: dashed 2px #E6E6DA;
	font: 1.0em "Courier New", Courier, monospace;
	padding: 8px;
	overflow: auto;
}

p.update {
	color: #999999;
	font-style: italic;
}

/* sidebar */

#sidebar {
	float: right;
	width: 19em;
	font-size: 1.0em;
}

/* footer */

#footer {
	background-color: #E6E6DA;
	padding: 24px 0px 24px 0px;
	margin-bottom: 3em;
}

#footer .post {
	float: left;
	width: 57em;
	text-align: justify;
}