@charset "utf-8";

body {
	font-family: Arial,Helvetica,Verdana,'Trebuchet MS',Sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	text-align: center;
}
#wrapperOut {
	margin: 20px auto;
	border: 4px solid #262626;
	width: 740px;
	text-align: left;
}
#wrapperIn {
	border: 1px solid #000000;
	background: #FFFFFF;
	padding: 8px;
}
#headerImg {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 200px;
}
#headerImg a {
	text-decoration: none;
	color: #000000;
}
#headerImg #title {
	font-size: 24px;
	font-weight: bold;
	background-color: #FFFFFF;
	float: left;
	margin-top: 10px;
	padding-right: 2px;
}
#headerImg ul {
	float: right;
	margin-top: 10px; /* 16px */
	padding: 0px;
	clear: none;
}
#headerImg li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	background: #FFFFFF;
	padding: 4px 5px;
	float: left;
	margin-left: 6px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#headerImg h1 {
	background-color: #FFFFFF;
	float: left;
	margin-top: 100px;
	padding-right: 2px;
	clear: left;
}

#footer {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 20px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer p {
	padding: 3px;
	font-size: 10px;
}

#content {
	margin: 30px 20px;
	line-height: 21px;
	text-align: left;
	color: #222222;
	font-size: 12px;
}
h1 {
	font-size: 36px;
	font-weight: bold;
}
h2 {
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h2, h2 a, h3, h3 a {
	color: #464646;
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #000000;
}

#content p {
	font-family: Arial,Helvetica,Verdana,'Trebuchet MS',Sans-serif;
}

.navigation {
	border-bottom: 1px dotted #999999;
	height: 20px;
	font-size: x-small;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}

.postmetadata, .commentmetadata {
	border-top: 1px dotted #999999;
	font-size: x-small;
	font-weight: normal;
	margin: 0 0 40px;
	color: #999999;
}
.postmetadata a, .commentmetadata a, .navigation a, .commentlist a {
	color: #666666 !important;
}
.postmetadata a:hover, .commentmetadata a:hover, .navigation a:hover, .commentlist a:hover {
	color: #333333 !important;
}

.entry a, #footer a {
	color: #003399;
}
.entry a:hover, #footer a:hover {
	color: #003366;
}
textarea#comment {
	width: 100%;
}
#headerImg #searchform {
	float: right;
	margin-top: 20px;
	padding: 0px;
	clear: both;
}
#headerImg #searchform #before_s {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	background: #FFFFFF;
	float: left;
	border: 0px;
	height: 22px;
	padding: 0px;
}
#headerImg #searchform #s {
	float: left;
	padding: 0px;
	font-size: 11px;
	margin: 0px;
	padding: 4px 5px;
	width: 60px;
	border: 0px;
}
#headerImg #searchform #submitlink {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	background: #FFFFFF;
	padding: 4px 5px;
	float: left;
	margin-left: 6px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.wp-caption {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	background-color: #F3F3F3;
	border: 1px solid #DDDDDD;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img.size-medium {
	margin-bottom: 4px;
	border: 1px solid #cccccc;
}
.aligncenter, dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
code {
	background-color:#EDEDED;
}
pre {
	background-color:#EDEDED;
	border-left:3px solid #C4C8CF;
	color:#000000;
	line-height:19px;
	margin-left:20px;
	overflow:auto;
	padding:6px 6px 6px 8px;
	max-height: 420px;
}