/* SET MARGIN AND PADDING TO 0 FOR ALL ELEMENTS */
* {
margin: 0; padding: 0;
}

/* SET BASE FONT ATTRUBUTES */
html, body {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: #FFF;
}

img#header_img
{
  float: right;
}

table
{
  border-collapse: collapse;
}

td
{
  vertical-align: top;
}

td#clside
{
  background-color:#303030;
}

td#clmain
{
  background-color:#626262;
}

/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre
{margin: 0; padding: 0;}

/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5 {font-weight: bold;}

h1 {font-size: 2em;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */

a:link
{                         
    text-decoration:underline;
    color: #B0B0B0;
}

a:visited
{
    text-decoration:underline;
    color: #D0D0D0;
}

a:hover
{
    text-decoration: underline;
    color: #C0C0C0;
}

a:active
{
    text-decoration:underline;
    color: #909090;
}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl
{margin-top: 0; margin-bottom: 0;}

/* HARMONISE LIST-BULLET TYPE */
ul, ol, dl {list-style-type: disc;}

body {
    background-color: #000000;
}

body, input, textarea, select {
	margin: 0px auto;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol, form {
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
        padding-bottom: 8px;
	font-style: italic;
}

ul {
	list-style-type: square;
}


/* Wrapper */

#wrapper {
	width: 754px;
	margin: 0px auto;
	background: #000000;
padding-top: 0px;
padding-bottom: 0px;
}

/* Header */

#header {
	height: 125px;
	width: 754px;
	background-color: #2B2B2B;// url('images/header.gif') no-repeat;
	margin: 0px auto;
padding-top: 0px;
color: #fff;
font-weight: bold
}


#header a {
color: #fff;
text-decoration: none;
font-weight: bold;
}

#header h1 {
margin-bottom: 0px;
padding-top: 40px;
padding-left: 35px;
}

.description {
padding-left: 35px;
}

/* Content */

#content {
	background: #000;
	margin: 0px auto
}

/* Blog */

#blog {
	float: right;
	width: 528px;
padding-right: 0px;
	margin: 0px auto;
}

/* Post */

.post {
	padding-bottom: 20px;
}

.separator
{
  text-align: center;
  font-size: 8px;
  font-weight: bold;
  padding: 24px;
}

.post .title {
	font-weight: bold;
	padding: 10px 10px 5px 10px;
font-size: 22px;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	padding: 5px;
}

.post .entry {
	padding: 5px 20px 20px 20px;
	line-height: 1.6em;
margin-top: -10px;
}

.post p {
	text-align: justify;
padding-bottom: 1em;
}

.post .meta {
	padding: 0 15px;
font-size: 11px;
border-top: 1px solid #303030;
margin-top: -15px;
}

.entry h1, .entry h2, .entry h3 {
}

/* Sidebar */

#sidebar {
	float: left;
	width: 226px;
	padding-top: 24px;
	margin: 0px auto;
}

#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0 20px;
}

#sidebar li {
	margin-bottom: 35px;
}

#sidebar li ul {
	line-height: 1.5em;
	list-style-type: none;
	padding: 5px 0px 0px 0px;
}

#sidebar li li {
	margin: 6px;
}

#sidebar h2 {
	font-weight: bold;
	margin: 0px;
font-size: 12px;
text-transform: uppercase;
}

#sidebar a {
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Search */

#search {
}

#search h2 {
}

#search form {
}

#search #inputtext1 {
}

#search #inputsubmit1 {
}

/* Comments */

h3#comments, h3#reply {
font-weight: normal;
font-size: 10px;
font-weight: bold;
text-decoration: underline;
}

.commentname
{
  font-style: italic;
}

ol.commentlist
{
  width: 90%;
  margin: 0 auto;

}

ol.commentlist li
{
  margin-bottom: 1.5em;
  padding: 5px;
list-style-type: none;
}

ol.commentlist li.alt
{

}

ol.commentlist a
{

}

small.commentmetadata
{
  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;

}

/* Archives */

#archives {
}

/* Categories */

#categories {
}

/* Blogroll */

#blogroll {
}

/* Meta */

#meta {
}

/* Footer */

#footer {
	width: 754px;
	height: 32px;
	margin: 0px auto;
	background: #000000;
        text-align: center;
}

.nextprev {
	width: 100%;
	clear: both;
	text-align: center;
}