body {
	margin: 0;
	padding: 0;
	background: #151515 url(images/img01.jpg) repeat-x left top;
	text-align: justify;
	color: #999966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 150%;
}


h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #00cc00;
}

h1 {
	letter-spacing: normal;
	font-size: 2.6em;
}

h2 {
	letter-spacing: normal;
	font-size: 2em;
	font-color: #CF3822;
}

h3 {
	letter-spacing: normal;
	font-size: 2em;
	line-height: 150%;
}

.btext   {
	letter-spacing: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-color: #999966;
	line-height: 150%;
	
}

.ctext {
	letter-spacing: normal;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-color: #CF3822;
	line-height: 150%;
	}
	

p, ol, ul {
	margin: 0 0 2em 0;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #00cc00;
	text-decoration: none;
	font-size: 13px;

}

a:hover {
	text-decoration: none;
	color: #ffcc00;
	font-size: 13px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;
	border: 2px groove #434343;
}


#wrapper {
}

#header {
	width: 900px;
	height: 131px;
	margin: 0 auto;

}

#logo h1, #logo p {
	float: left;
	color: #AAFF00;
}

#logo h1 {
	height: 88px;
	padding: 20px 90px 0 0;
	font-size: 4em;
}

#logo p {
	margin: 0 0 0 -80px;
	padding: 55px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#logo p a {
	color: #FF5134;
}

#search {
	float: right;
	width: 200px;
	height: 25px;
	background: #FFFFFF;
}

#search #x {
	display: none;
}


#menu {
	width: 895px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	text-transform: none;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 10;
	padding-left: 10px;
}

#menu a:hover {
	color: #999966;
	font-size: 13px;


}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #FFFFFF;
	
}


#page {
	width: 890px;
	margin: 0 auto;
	padding: 30px 0;
}



#content {
	float: left;
	width: 630px;
}

.post {
	margin-bottom: 20px;
	border-bottom: 1px #A90000 dashed;
}

.post .title {
}

.post .title h2 {
	font-size: 1.8em;
	color: #CF3822;
    line-height: 130%;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: ##CF3822;
}

.post .title p a {
	color: #880A0B;
}

.post .entry {
	padding-top: 30px;
}

.post .links {
	width: 410px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
	color: #CF3822;
}

.post .links a:hover {
	text-decoration: underline;
	color: #CF3822;
}

.post .links .more {
	background: url(images/img07.gif) no-repeat;
}

.post .links .comments {
	background: url(images/img08.gif) no-repeat;
}


#sidebar {
	float: right;
	width: 210px;
	padding-left: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 150%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	padding-bottom: 5px;

}

#sidebar h2 {
	width: 180px;
	height: 20px;
	letter-spacing: normal;
	font-size: 1.4em;
	color: #00CC00;
	background-repeat: no-repeat;
	background-position: left 60%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;
}

#sidebar a:hover {

}


#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	border-top: 2px solid #2B2B2B;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

