* {
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
	border-spacing: 0px;
	border-collapse: collapse;
	font: 12px Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #D5DBD7;
	text-decoration: none;
}

b, strong {
	font-weight: bold;
}

italic, em {
	font-style: italic;
}

underline {
	text-decoration: underline;
}

body {
	background-color:#313632;
}

ul, li {
	display: block;
	list-style-type: none;
	list-style-image: none;
}

.gClear {
	clear: both;
}

#page {
	width: 760px;
	margin: 20px auto;
	background: #313632 url('images/gBGExt.gif') repeat-y;
}

#header {
	width: 760px;
	height: 200px;
	margin-bottom: 20px;
	background: #474D49 url('images/gHeader.jpg') no-repeat bottom center;
	clear: both;
}

#headerText {
	padding: 100px 0px 0px 40px;
}

#headerText a, #headerText a:hover {
	font-size: 3.8em;
	font-weight: 600;
	color: #ffffff;
}

#headerText .description {
	color: #ffffff;
}

#sidebar {
	width: 170px;
	margin-right: 30px;
	padding-left: 40px;
	float: left;
}

#sidebar ul li ul li {
	padding: 3px 0px;
	border-bottom: 1px dotted #858B87;
}

#sidebar ul li ul li:hover, #sidebar ul li ul li:active {
	background-color: #3D433F;
}

#sidebar h2 {
	margin-bottom: 2px;
	font-size: 1.2em;
	font-weight: bold;
	color: #77C241;
}

.widget {
	margin-bottom: 15px;
}

#content {
	width: 480px;
	padding-right: 40px;
	float: left;
}

#footer {
	width: 760px;
	height: 63px;
	margin-top: 10px;
	background-image: url('images/gBGFooter.gif');
}

#footer p {
	padding-top: 15px;
	text-align: center;
}

a, cite a, p a {
	color: #FD7F04;
}

#sidebar a {
	color: #D5DBD7;
}

a:hover, h2 a:hover, h3 a:hover, .postmetadata a:hover, cite a:hover, p a:hover {
	color: #FF9F09;
}

/*##########################################
#########################################*/

h2 {
	margin-bottom: 5px;
	font-size: 1.4em;
	font-weight: bold;
	color: #77C241;
}

h2 a {
	font-size: 1.4em;
	font-weight: bold;
	color: #77C241;
}

h3 {
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #77C241;
}

h3 a {
	font-size: 1.2em;
	font-weight: bold;
	color: #77C241;
}

small, small a {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #858B87;
}

/*##########################################
#########################################*/

.post {
	margin-bottom: 10px;
}

.post p {
	line-height: 1.4em;
	text-align: justify;
}

.postmetadata {
	margin-top: 10px;
	padding: 10px;
	background-color: #525754;
}

.postmetadata a {
	color: #FD7F04;
}

.entry {
	
}

.alt, .commentlist li {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #525754;
}

.navigation {
	margin-bottom: 15px;
}

.navigation .prev, navigation .prev {
	margin-right: 10px;
	float: left;
}

/*##########################################
#########################################*/

textarea {
	width: 458px;
	margin-top: 20px;
	padding: 10px;
	background-color: #3D433F;
	border-top: 1px solid #2C322E;
	border-right: 1px solid #6A706C;
	border-bottom: 1px solid #6A706C;
	border-left: 1px solid #2C322E;
}

#submit {
	margin-top: 10px;
	background: #77C241;
	border-top: 1px solid #87D151;
	border-right: 1px solid #66B131;
	border-bottom: 1px solid #66B131;
	border-left: 1px solid #87D151;
	color: #ffffff;
	font-weight: bold;
}
