* {
	font-size: 12px;
	font-family: Arial;
	margin: 0px;
}

body {
	width: 800px;
	padding: 0px;
	background-color: #000000;
}

img {
	border = 0px;
	vertical-align: absmiddle;
}

a {
	text-decoration: none;
	border = 0px;
}

/**************************************/
/*              BODY                  */
/**************************************/
#body {
	clear: both;
	min-height: 370px;
	background: #ededed;
	background: url('images/content-bg.png');
}

#body:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}

/**************************************/
/*             TAGLINE				  */
/**************************************/
#tagline {
	font-size: 12px;
	font-style: italic;
	padding: 3px;
	text-align: center;
	background: #ededed;
	border: 1px solid #000000;
	margin: 5px;
}

/**************************************/
/*             TWITTER 				  */
/**************************************/
#twitter {
	font-size: 12px;
	font-style: italic;
	padding: 3px;
	text-align: left;
	background: #ededed;
	border: 1px solid #000000;
	margin: 5px;

}

#twitter h2 {
	text-align: center;
}
#twitter ul {
	list-style: none;	
	margin: 0px;
	padding: 0px;
}

/**************************************/
/*             CONTENT 				  */
/**************************************/
#content {
	float: left;
	border: 1px color #cccccc;
	width: 600px;
	min-height: 370px;
	border-right: 1px solid #000000;
}

/**************************************/
/*             POST				      */
/**************************************/

div.post {
	clear: both;
	margin: 15px;
	font-family: Tahoma;
}

div.post p {
	text-align: justify;
	margin-bottom: 12px;
}

div.post img {
	float: left;
	margin-right: 12px;
}

div.post h1 {
	font-size: 14px;
	color: #ffffff;
	background-color: #971C1B;
	border-bottom: 1px solid #6E0909;
	padding: 3px;
	text-align: left;
}

div.post h1 a {
	font-size: 14px;
	color: #ffffff;
}

div.post h2 {
	font-size: 10px;
	padding-left: 3px;
	padding-bottom: 3px;
	color: #ffffff;
	background-color: #971C1B;
	text-align: right;
}

div.post-header {
	border: 1px solid #6E0909;
	text-align: center;
	color: #ffffff;
	background-color: #971C1B;
}

div.post-header a {
	color: #FFFFFF;
	font-size: 10px;
}

div.post-content {
	clear: both;
	padding: 5px;
	padding-top: 5px;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
}

div.post-content p {
	clear: left;
}

div.post-content img, div.post-content object {
	float: left;
	border: 0px;
	margin-right: 25px;
}


div.post-inf {
	border-bottom: 1px solid;
	text-align: left;
	background-color: #971C1B;
	color: #ffffff;
	border: 1px solid #6E0909;
	font-size: 10px;
	padding-left: 5px;
}

span.post-inf-comment {
	font-size: 12px;
	padding-left: 15px;
	background: url("images/icon-comment.gif");
	background-repeat: no-repeat;
	color: yellow;
}

span.post-inf-comment a {
	font-size: 12px;
	color: yellow;
}

span.post-inf-view, span.post-inf-rattings, span.post-inf-rattings div {
	color: yellow;
	font-size: 10px;
}

/**************************************/
/*             COMMENT				  */
/**************************************/
div.comment-post {
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	padding: 5px;
	padding-top: 5px;
	background-color: #d6d6d6;
}

div.comment-post h3 {
	background-color: #971C1B;
	color: #ffffff;
	padding: 5px;
	margin-top: -5px;
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 15px;
}

div.comment-post input, textarea {
	vertical-align: middle;
	border: 1px solid;
	padding-left: 18px;
	background-color: #FFFFFF;
}

div.comment-post input.author {
	background: url("images/author.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

div.comment-post input.email {
	background: url("images/icon-email.gif");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

div.comment-post input.url {
	background: url("images/icon-world.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

div.comment-post input.submit {
	background: url("images/icon-add-comment.gif");
	background-y: 1px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

div.comment-post input:focus {
	background-color: #cccccc;
}

div.comment-post textarea:focus {
	padding-left: 3px;
}

div.comment-post-odd {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid;
	background-color: #ededed;
}

div.comment-post-odd span {
	text-align: right;
}

span.comment-author {
	text-align: right;
}

span.comment-author a {
	
}

/**************************************/
/*             SIDEBAR                */
/**************************************/
#sidebar {
	float: right;
	width: 199px;
	color: #ffffff;
	padding-top: 5px;
}

#sidebar ul {
	list-style: none;	
	list-style-image: url('images/sidebar-arrow.png');
	padding-left: 25px;
}

#sidebar li a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#sidebar li a:hover {
	color: yellow;
}

#sidebar li:hover {
	list-style-image: url('images/sidebar-arrow-hover.png');
}

#sidebar2 {
	background: url('images/info.png');
	padding-top: 60px;
	padding-bottom: 5px;
	padding-left: 27px;
	font-size: 10px;
	color: yellow;
}

/**************************************/
/*              PAGEBAR				  */
/**************************************/
#pagebar {
	background-color: #971C1B;
	margin: 15px;
	text-align: center;
	padding: 10px;
	border: 1px solid;
	border-color: #cecece;
}

#pagebar ul {
	list-style-type: none;
	margin: 0px;
}

#pagebar li {
	display: inline;
	border: 1px solid;
	padding: 3px;
	margin: 0px;
	background-color: #FFFFFF;
}

#pagebar li:hover {
	background-color: yellow;
}

/**************************************/
/*              FOOTER                */
/**************************************/
#footer {
	clear: both;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	text-align: center;
	font-size: 10px;
	background-color: #d6d6d6;
}

#footer a {
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	color: #EA0000;
	background-color: #d6d6d6;
}

/**************************************/
/*              GOOGLEBAR			  */
/**************************************/

#googlebar {
	margin-top: 5px;
	text-align: center;

}

div.googleads {
	text-align: center;	
	margin: 5px;
	background-color: #ededed;
	border: 1px solid #444444;
}

div.googleads-sidebar {
	text-align: center;
	margin-top: 5px;
}

