@charset "utf-8";
/* CSS Document */

body
{
	margin: 0 0;
	background: black url(images/cityscape.png) 0 0 repeat-x;
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
}
#header
{
	margin-left: 0 auto;
	margin-top: 20px;
	text-align: center;
}
a
{
color: #cc4411;
text-decoration: none;
}
a:hover
{
color: #eebb33;
}
h1,h2,h3,h4
{
color: white;
}
h2 a
{
color: white;
text-decoration: none;
}

h4
{
margin-top: 10px;
margin-bottom: 5px;
}
.navigation h4
{
display: inline;
}
fieldset
{
border: none;
margin: 0px;
padding: 0px;
}
img
{
	border: none;
}
/* =Horizontal Menu */
#hmenu
{
	margin: 0 auto;
	width: 450px;
	display: table;
}
#hmenu span
{
	display: none;
}
#hmenu a
{
	display: block;
	width: 120px;
	height: 28px;
	float: left ;
	padding-right: 20px;
}
#hmenu a:hover
{
	background-position: 0 -28px;
}
#home
{
	background: url(images/home.png) 0 0 no-repeat; 
}
#feedback
{
	background: url(images/feedback.png) 0 0 no-repeat; 
}
#latest
{
	background: url(images/latest.png) 0 0 no-repeat; 
}
/* content */
#wpbody
{
	padding-bottom: 45px;
}
#wrapper
{
margin-left: 30px;
width: 800px;
text-align: center;
margin: 0 auto;
margin-top: 20px;
display: table;
}
#content
{
float: left;
width:  550px;
border: 1px solid #2b2b2b;
background: #121212 url(images/splatter.png) 0 0 no-repeat;
text-align: left;
padding: 10px;
}
#sidebar
{
float: left;
margin-left: 5px;
width: 200px;

}
.sidebox
{
	border: 1px solid #2b2b2b;
	padding: 5px;
	text-align: left;
	background: #121212;
	margin-bottom: 5px;
}
.sidebox li
{
list-style-type: none;
}	

.toc li
{
margin-left: -20px;
}
.content-header{
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
h5 {
	font-family: arial, helvetic, sans-serif;
	font-size: .8em;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;

	}
	
/* =Page elements */
.postmetadata
{
text-align: center;
font-size: .9em;
}
.navigation
{
text-align: center;
padding-bottom: 15px;
font-size: 1.2em;
}
.navigation a
{
text-decoration: none;
}
#search
{
	display: block;
	width: 145px;
	height: 33px;
	background: url(images/search.png) 0 0 no-repeat;
	border: none;
}
#search:hover
{	
	background-position: 0 -30px;
}
table#wp-calendar
{
	width: 100%;
}
.centered
{
text-align: center;
}
.sidebar a
{
text-decoration: none;
}
.sidebox ul
{
list-style-type: none;
padding-left: 18px;
}
.rss p
{
font-size: .9em;
}
.rss
{
padding: 8px;
}
#twitter{
	float: right;
	}
#tellfriend
{
	width: 148px;
	height: 32px;
	background: url(images/tellfriend.png) 0 0 no-repeat;
	display: block;
	margin: 0 auto;
	text-align: center;
}
#tellfriend span
{
	display: none;
}
#tellfriend:hover
{
	background-position: 0 -32px;
}
.share{
	width: 285px;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	}
.share table{
	border: 1px solid #2b2b2b;
	background: white;
	}
.share td{
	padding: 5px;
	vertical-align: top;
	}
/* =Footer */
#footer
{
	background: #121212 url(images/hands.png) 0 0 repeat-x;
	border-top: 1px solid #2b2b2b;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	font-size: .8em;
	position: relative;

}
