body {
	color: #585858;
	font-family: "trebuchet ms",helvetica,sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}

code, div .code {
	background: url(../images/red/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1em "Courier New", sans-serif;
	font-size: 12px;
	margin-bottom: 12px;
	padding: 8px 10px;
	overflow: auto;
	white-space: nowrap;
}

blockquote, cite {
	background: url(../images/red/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1em "Lucida Sans Unicode", serif;
	padding-left: 28px;
	margin-left: 2em;
}

a {
	text-decoration: none;
	color: #D90000;
}
a.external {
	padding-left: 1.3em;
	background: url(../images/external.gif) left no-repeat;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}

label {
	width: 100px;
	float: left;
	margin: 0.25em;
	padding: 0.25em;
}

input[type="text"], textarea {
	border: 1px solid #e8e8e8;
	font-size: 1em;
	padding: 0.25em;
	margin: 0.25em;
}
input[type="text"]:focus, textarea:focus {
	border: 1px solid #ff9933;
}
input[type="button"], input[type="submit"] {
	background: #CC6C0C url(../images/red/n3.gif) repeat-x scroll 0%;
	border: 1px solid #A94B4B;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	height: 2em;
	text-transform: lowercase;
}


h1, h2, h3, h4, h5, h6, h7 {
	text-transform: lowercase;
	font-weight: normal;
	margin: 0.25em 0;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h7 span {
	font-weight: bold;
}
h2, h3, h4 {
	border-bottom: 1px dotted #E1E1E1;
	padding: 0.25em 0;
	margin: 0.25em 0;
}

ul {
	padding-left: 1.5em;
}
li {
	
}

/** container **/
#container {
	
}

/** header **/
#header {
	background: #440000 url(../images/red/n1.gif) repeat-x scroll 0%;
	height: 122px;
	width: 100%;
}

#header .container {
	position: relative;
}

/** header banner **/
#header h1 {
	color: #FFFFFF;
	display: inline;
	font-size: 2.6em;
	float: left;
	position: absolute;
	top: 76px;
	margin: 0;
	padding: 0;
}

#header h1 a {
	color: inherit;
	text-decoration: none;
}

/** header navigation **/
#header ul {
	list-style: none;
	float: right;
	position: absolute;
	right: 0;
	top: 76px;
	margin: 0;
	padding: 0;
}

#header ul li {
	float: left;
}

#header ul li a {
	margin-left: 0.5em;
	display: block;
	padding: 1.1em 1.3em 1.1em 1.4em;
	background: #fff url(../images/red/n4.gif) repeat-x;
	border: solid 1px #fff;
	color: #616161;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: lowercase;
	text-decoration: none;
}
#header ul li a.active, #header ul li a:hover {
	background: #CA2F2F url(../images/red/n3.gif) repeat-x;
	color: #fff;
	border: solid 1px #A94B4B;
}

/** spacer **/
.spacer {
	background: #FFFFFF url(../images/red/n2.gif) repeat-x scroll 0px 1px;
	height: 3.5em;
}

/** inner container **/
.container {
	width: 767px;
	margin-left: auto;
	margin-right: auto;
}

/** sidenav **/
#sidenav {
	width: 15em;
	float: right;
	border-left: 1px dotted #E1E1E1;
	padding-left: 1em;
}

/** content **/
#content {
	margin-right: 16em;
	padding-right: 1em;
}

.entry {
	border: 1px solid #D5D5D5;
	margin: 1em 0;
	padding: 0 1em;
}
.entry1 {
	float: left;
	width: 20.5em;
	margin: 0.5em 0.5em 0.5em 0;
}
.entry2 {
	float: left;
	width: 20.5em;
	margin: 0.5em 0 0.5em 0.5em;
}
.entry img {
	margin: 1em 0;
}
h2 a, h3 a {
	color: #585858;
}
.info {
	font-size: 0.9em;
	list-style: none;
	border-bottom: 1px dotted #E1E1E1;
	margin: 0.25em 0;
	padding: 0.25em 0;
}
.info li {
	padding-left: 1.5em;
	padding-right: 0.2em;
	display: inline;
}
.info .post {
	background: url(../images/document.gif) left no-repeat;
}
.info .author {
	background: url(../images/figure.gif) left no-repeat;
}
.info .comments {
	background: url(../images/speech_bubble.gif) left no-repeat;
}
.info .tags {
	background: url(../images/documents.gif) left no-repeat;
}
.info .permalink {
	background: url(../images/permalink.gif) left no-repeat;
}

/** footer **/
#footer {
	margin: 0 auto;
	text-align: center;
	clear: both;
	border-top: dotted 1px #E1E1E1;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	padding-top: 1.0em;
	text-transform: lowercase;
}
