/* style.css*/

body {
	margin: 0;
	padding: 0;
	background: #000000;
	text-align: justify;
	font: 12px "HG‘n‰pŠpÎß¯Ìß‘Ì", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #CF3822;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
	text-align: center;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

a {
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;}

a:hover {
	text-decoration: none;
	color: #FF5134;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 10px 0px 0px;
	border: 0px solid #434343; 
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
	background: #151515
}

/* Content */

#content {
	float: left;
	margin-left: 20px;
	width: 430px;
}

.post {
	margin-bottom: 10px;
	border-bottom: 1px #A90000 dashed;
}

.post .title {
}

.post .title h2 {
	font-size: 1.4em;
	color: #9acd32;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #dddddd;
}

.post .title p a {
	color: #0000ff;
}

.post .entry {
	padding-top: 10px;
	color: #ffffff;
}

.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.html) no-repeat;
}

.post .links .comments {
	background: url(images/img08.html) no-repeat;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 420px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding: 5px 20px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 0.8em;
	background: url(images/img04.html) repeat-x left bottom;
	color: #e0e0e0;
}

#sidebar h2 {
	width: 370px;
	height: 15px;
	padding: 5px 0 0 30px;
	background: url(../../images/097.gif) no-repeat left 60%;
	border-bottom: 1px #A90000 dashed;
	letter-spacing: -1px;
	font-size: 1.0em;
	text-align: bottom;
	color: #778899;
}

#sidebar a:hover {

}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 2px solid #2B2B2B;
	background: #151515;
	text-align: center;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

