/************************************************
* Resets *
************************************************/
html,body,div,p,span,h1,h2,h3,h4,h5,h6,img,ul,ol,dl,li,dt,dd,blockquote,pre,form,fieldset,label,input,table,th,td,a {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	color: #fff;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}

/************************************************
* General elements *
************************************************/
body {
	background: #0f1f55 url("images/bodybg.jpg") top center no-repeat fixed;
	padding-bottom: 20px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Rockwell,Georgia,Palatino Linotype,Palatino,"Times New Roman",Times,serif;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,blockquote,label,th,td,a {
	text-shadow: 0 0 4px #444;
}
a {
	color: #fffeaa;
	text-decoration: none;
}
a:hover {
	color: #fffc00;
}
a img {
	border: 0;
}
blockquote {
	font-style: italic;
	background: rgba(0,0,0,0.4);
	padding: .4em 1em .7em 1em;
	margin: .7em 0 .3em 0;
}
code {
	font-size: 1.1em;
	font-family: "Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace;
}
kbd,tt {
	font-size: 1.2em;
}
hr {
	border: 1px solid #a8ef9d;
}
pre {
	overflow: auto;
	width: 600px;
	background: rgba(0,0,0,0.5);
	padding: 1em 1.5em;
	margin: 1em 0;
	font-size: 1.2em;
	white-space: pre-wrap;
}
dt {
	font-weight: bold;
}
dd {
	padding-left: 1em;
}
table {
	margin: .5em 0;
}
table th {
	color: #a8ef9d;
}
table td,table th {
	padding: .5em .7em;
}
table th {
	background: rgba(0,0,0,0.4);
	text-transform: uppercase;
	border-bottom: 1px transparent;
}
table td {
	background: rgba(0,0,0,0.5);
	vertical-align: middle;
}
table tr.even td {
	background: rgba(0,0,0,0.3);
}
table tr:hover td {
	background: rgba(0,0,0,0.4);
}
fieldset {
	padding: 1.2em;
	border: 1px dashed #a8ef9d;
}
legend {
	padding: .2em .8em;
	font-size: 1.2em;
	text-transform: capitalize;
}
input,textarea,select {
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	margin: .2em 0;
	color: #222;
	font-size: 1em;
}
input,textarea {
	padding: .3em;
}
form label {
	font-weight: bold;
	display: block;
}

/************************************************
* General *
************************************************/
#wrapper {
	margin: 15px auto 10px auto;
	padding: 0;
	text-align: left;
	width: 980px;
}

/************************************************
* Header *
************************************************/
#top #topmenu {
	float: left;
	width: 640px;
}
#top #topmenu li {
	float: left;
	background: rgba(0,0,0,0.4);
	padding: 0 .8em .2em .8em;
	line-height: 1.5em;
	margin: 0 .4em .4em 0;
}
#top #topmenu li:hover {
	background: rgba(222,222,222,0.222);
}
#top #topmenu li a {
	color: #fff;
	font-size: .75em;
}
#top #topmenu li a:hover {
	color: #f0eb6c;
}
#top, #header {
	overflow: hidden;
	width: 100%;
}
#header {
	padding-bottom: 0;
}
#header #logo {
	float: left;
	width: 480px;
	margin: 15px 0 0 0;
}
#header #logo img {
	float: left;
	width: 80px;
	height: 79px;
	margin: -5px 10px 10px 0;
}
#header #logo h1 a {
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	text-shadow: 0 0 6px #555;
}
#header #logo h1 a:hover {
	color: #a8ef9d;
}
#header #logo #desc {
	font-size: .8em;
	color: #ddd;
	margin-top: .6em;
	line-height: 1.2em;
}

/************************************************
* Content *
************************************************/
#main {
	padding: 30px 0 20px 0;
}
#content {
	background: rgba(0,0,0,0.5);
	float: left;
	overflow: hidden;
	padding: 10px;
	min-height: 220px;
	width: 620px;
}
.posttop {
	background: rgba(0,0,0,0.5);
	padding: 10px;
}
.posttop h2.posttitle a {
	font-weight: 100;
	letter-spacing: 2px;
	color: #e3ffba;
	font-size: 1.4em;
}
.posttop h2.posttitle a:hover {
	color: #eaef65;
	border-bottom: 3px double #eaef65;
}
.postcontent {
	color: #fff;
	margin: .8em 0;
	font-size: 0.8em;
	line-height: 1.5em;
}
.postcontent h1 {
	padding: .8em 0;
	font-size: 1.5em;
}
.postcontent h2 {
	padding: .8em 0;
	font-size: 1.4em;
}
.postcontent h3 {
	padding: .8em 0;
	font-size: 1.3em;
}
.postcontent h4 {
	padding: .8em 0;
	font-size: 1.2em;
}
.postcontent h5 {
	padding: .8em 0;
	font-size: 1.1em;
}
.postcontent h6 {
	padding: .8em 0;
	font-size: 1em;
}
.postcontent p {
	padding: .6em 0 .2em 0;
}
.postcontent a {
	border-bottom: 1px dashed #a8ef9d;
}
.postcontent a:hover {
	background: rgba(0,0,0,0.5);
}
.postcontent a img {
	background: none;
	border-bottom: 0;
}
.postcontent ul,.postcontent ol {
	padding: .4em 0 .5em 2em;
}
.postcontent ul li {
	list-style: square;
}
.postcontent ol li {
	list-style: decimal;
}
.linkpages {
	clear: both;
	margin: 10px 0;
}
.linkpages p span {
	background: rgba(0,0,0,0.5);
	padding: 5px 7px;
	color: #ddd;
	font-size: 1em;
}
.linkpages p a, .linkpages p a:hover {
	background: none;
	border: 0;
}
.linkpages p a span {
	color: #fff;
}
.linkpages p a:hover span {
	background: rgba(0,0,0,0.3);
	color: #a8ef9d;
}

/************************************************
* Sidebar *
************************************************/
#sidebar {
	float: right;
	overflow: hidden;
	width: 300px;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 30px;
}
#sidebar ul li.boxed {
	background: rgba(0,0,0,0.5);
	overflow: hidden;
	padding: 10px;
	margin-bottom: 15px;
}
#sidebar h3 {
	background: rgba(0,0,0,0.5);
	padding: 5px 10px;
	line-height: 1.3em;
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 10px;
}
#sidebar ul ul li a {
	display: block;
	padding: 3px 5px;
}
#sidebar ul ul li a:hover, #sidebar p a:hover {
	background: rgba(0,0,0,0.5);
}
#sidebar ul ul ul li {
	background: rgba(255,255,255,0.0255);
	line-height: 1.5em;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
#sidebar p {
	color: #eee;
	padding: 0 5px 10px 5px;
}
#sidebar img {
	background: none;
	border: none;
	padding: 0 5px;
}
.widget table {
	width: 100%;
}
.widget_text a {
	display: inline !important;
}
.widget ul {
	width: 100%;
	overflow: hidden;
}

/************************************************
* Footer *
************************************************/
#footer {
	background: rgba(0,0,0,0.5);
	clear: both;
	overflow: hidden;
	width: 100%;
	font-size: 0.8em;
}
#footer .foot1 {
	float: left;
	width: 310px;
	margin: 10px 0 0 10px;
	display: inline;
}
#footer .foot2 {
	float: left;
	width: 310px;
	margin: 10px 15px 0 15px;
}
#footer .foot3 {
	float: left;
	width: 310px;
	margin: 10px 0 0 0;
}
#footer h3 {
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: .4em;
}
#footer h4 {
	font-weight: normal;
	font-size: 1em;
	margin: .8em 0 .2em 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
}
#footer p {
	line-height: 1.5em;
	color: #eee;
	padding: .2em 0 .8em 0;
}
#footer ul li {
	padding: 10px;
	margin-bottom: 5px;
	background: rgba(0,0,0,0.5);
}
#footer ul ul li {
	background: rgba(255,255,255,0.0255);
	line-height: 1.5em;
	padding: 0 0 0 10px;
	margin-bottom: 4px;
}
#footer li a {
	display: block;
	font-weight: normal;
	padding: 2px 5px;
}
#footer a:hover {
	background: rgba(0,0,0,0.5);
}
#credits {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-top: .7em;
	font-size: 0.7em;
	line-height: 1.4em;
}
#credits a {
	color: #ddd;
}
#credits a:hover {
	background: rgba(0,0,0,0.5);
	color: #fff;
}
#credits #creditsleft {
	float: left;
	width: 600px;
	color: #aaa;
}
#credits #creditsright {
	float: right;
	width: 300px;
	text-align: right;
	color: #aaa;
}
