
{
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #000000;
	font: normal x-small Verdana;
	color: #FFFFFF;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #A6A5A5;
}

h2 {
}

h3 {
	font-weight: bold;
}

p, ul, ol {
}

p {
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {	text-decoration: none;
	color: #A6A5A5;
}

a:hover {
	text-decoration: underline;
	color: #A6A5A5;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #000000;
	border: 1px solid #645656;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #000000;
}

/* Post */

.post {
	padding: 1px 20px 0 20px;
	background: #000000;
}

.post .title {
	margin-bottom: 0px;
	padding: 1px 0 5px 0;
	background: #000000;
	border-bottom: 2px solid #645656;
	font-size: 2em;
}

.post .date {
	float: left;
	padding: 1px 5px;
	font-size: small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding	: 1px 5px;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	text-align:justify;
	clear: both;
	padding: 5px 0px;
}

.post .story p, .post .story ul, .post .story ol {
	line-height: 150%;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: #645656;
	border: 10px solid #645656;
}

/* Logo */

#logo {
	height: 200px;
	background: url(../img/style/img02.jpg);
}

#logo h1 {
	padding: 155px 0 0 640px;
	letter-spacing: -1px;
	font-size: 2.4em;
}

#logo h2 {
	margin-top: -20px;
	padding: 0 0 0 695px;
	font-size: 1.3em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
}

#extra {
}

/* Content > Main */

#main {
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
}

#sidebar a {
}

/* Content > Menu */

#menu {
	height: 50px;
	background: #645656;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:small; font-family:Arial, Helvetica, sans-serif

}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 20px 0 2px 0;
	border-bottom: 4px solid #645656;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom-color: #FFFFFF;
}

#menu .active a {
	border-bottom-color: #FFFFFF;
}

#menu .first a {
}

/* Footer */

#footer {
	clear: both;
	padding: 5px;
	text-align:center;
	background: #000000;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #OOOOOO;
}

#footer a {
	color: #645656;
}


/* Footer > Links */

#links {
}
