* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 122px;
	color: #999999;
	background-color: #000000;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#input-textarea
{
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #333;
	border-color: #1b1564;
	background-color: #FFF;
	}

h1, h2, h3 {
	color: #FFFFFF;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #989898;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	color: #CCC;
	font-weight: bold;
	text-decoration: underline;
}
h5 {
	font-size: 9px;
	color: #FFF;
}
h6 {
	font-size: 14px;
	color: #FFF;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #989898;
}


blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

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

a:hover {
	text-decoration: underline;
}

img {
	border: 5px solid #000000;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	margin: 0;
	padding: 5px 0;
	background: url(../images/img07.gif) repeat-x left bottom;
	font-size: 1em;
}

.boxed .content {
	padding: 15px;
}

/* Header */

#header {
	height: 61px;
	background: url(../images/img02.gif) repeat-x;
}

#lctext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #989898;
}
/* Header > Logo */

#logo {
	width: 900px;
	height: 19px;
	margin: 0 auto;
	padding: 6px 0 0 0;
}

#logo h1, #logo h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

#logo h1 {
	float: left;
}

#logo h2 {
	float: right;
}

#logo a {
}

/* Header > Menu */

#menu {
	width: 950px;
	height: 27px;
	margin: 0 auto;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 2px 18px 0 20px;
	background: url(../images/img03.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(../images/img05.gif);
	text-decoration: none;
}

#menu .active a {
	background-image: url(../images/img05.gif);
}

/* Wrapper */

#wrapper {
	background-color: #000;
	background-image: url(../images/img06.gi);
	background-repeat: repeat-x;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Content > Main */

#main {
	float: right;
	width: 660px;
}

/* Content > Main > Welcome */

#welcome {
	padding-top: 5px;
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}


/* Footer */

#footer {
	clear: both;
	padding: 10px 10px;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #989898;
	text-decoration: none;
	border-top-width: 5px;
	border-top-style: ridge;
	border-top-color: #515A70;
}

/* Post */

.post {
}

.post .title {
	padding: 10px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: 1.6em;
	font-weight: normal;
}

.post .date {
	padding-top: 5px;
	font-size: .8em;
	font-weight: normal;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding-bottom: 10px;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: .8em;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .story {
	padding: 2px;
}
.reduced {
	color: #F00;
}

#java {
	color: #F00;
}
jh2 {
	font-size: 14px;
	color: #F00;
	font-weight: bold;
	font-style: italic;
}
