
/*-----------Block Level Elements--------------*/
* { margin: 0; padding: 0; }

body {
	background: #000 url(images/body_bg.gif) center repeat-y;
	color: #808080;
	font-family: ArialMT, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a { color: #fff; }
a:hover { color: #808080; }

#page {
	width: 700px;
	margin: 0 auto;
}

#header {
	text-align: right;
	padding: 10px 20px;
}

.description {
	margin-right: 40px;
	font-weight: bold;
	font-size: 15px;
}

#menu {
	list-style-type: none;
	font-size: 16px;
	margin: 10px 0;
	padding: 5px 10px;
	border-top: 1px solid #960000;
	border-bottom: 1px solid #960000;
	overflow: hidden;
}

#menu li {
	float: left;
	margin: 0 20px 0 0;
}

#menu a { text-decoration: none; text-transform: lowercase; }

#wrapper {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

#content {
	padding: 20px 0 0 30px;
	float: left;
	width: 40%;
}
#content_page {
	padding: 20px 30px;
}

#sidebar {
	padding:  0 30px 0 0;
	width: 40%;
	margin-left: 55%;
}
#sidebar ul { list-style-type: none; }

#sidebar p {
	margin: 0 0 10px 0;
}

#footer {
	width: 100%;
	clear: both;
}

/*-------------Headings-------------*/

h1 {
	font-size: 36px;
}

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

h2 {
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 20px 0;
}

h2.widgettitle { padding: 20px 0 20px 0; }

h3 {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 10px;
}


/*-------------The Post-------------*/

h2 a, h3 a {
	text-decoration: none;
}

.post {
	padding-bottom: 20px;
}

.post p {
	margin: 0 0 10px 0;
}

.post a {

}

.post ul {
	margin: 10px 0 10px 0;
}

.post li {
	margin: 2px 0 2px 30px; list-style-image: url(images/li_bg.gif);
}

.post img {
	margin: 0 20px 10px 0;
}
.wp-smiley { margin: 0 !important; display: inline; }

.navigation {
	width: 50%;
	height: 30px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

hr {
	display: none;
}

.news_rss a {
	padding-left: 14px;
	background: transparent url(images/feed-icon-10x10.png) no-repeat left center;
}
