/* $Id: base-weblog.css 14515 2005-07-12 00:01:26Z mpaschal $ */

/* basic elements */

a img { border: 0; }

#beta { 
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	width: 600px;
	padding-bottom: 20px;
}

/* content */

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,
{
	position: static;
	overflow: hidden;
	clear: both;
	
	margin-bottom: 20px;
}

div.entry {
 overflow-x: auto !important;
 overflow-y: hidden !important;
/* border-top: 1px solid black;*/
 margin-top: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 240px;
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

.comments-open-header
{
    clear: both;
}

#comment-post
{
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}


.entry-header
{
	margin: 0;
	padding: 10px 10px 0px 10px;
}
.entry-content 
{
	margin: 0;
	padding: 5px 10px 10px 10px;
}


/* for the footer on journal entries */
div.row { 
				clear: both; 
				margin; 0px; 
 				padding: 0px;
}
div.row span.linkbar { 
 float: left; 
 font-size: 8pt; 
 padding: 0px; 
 margin: 0px; 
 font-weight: normal; 

}
div.row span.commentlinks {
 float: right; 
 font-size: 8pt; 
 padding: 0px; 
 margin: 0px; 
 font-weight: normal;

}

.content-nav { margin-top: 10px; background-color: #330000;}


	/* BEGIN CUSTOM CSS */
	

h2.module-header {
font-family: Verdana;
color: white;
}

h3.entry-header {
background-color: #330000;
color: white;
 font-family: Verdana;
 font-size: 10pt;
 font-weight: normal;
 padding-top: 3px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-left: 5px;
 height: 17px;
}

div.entry div.entry-userpic {
 padding-top: 3px;
 padding-right: 3px;
 padding-bottom: 5px;
 padding-left: 3px;
 margin-right: 10px;
}

.entry-userpic a:hover {
 text-decoration: underline;
 font-weight: normal;
 color: white;
 font-size: 8pt;
}

div.entry-userpic span.ljuser a, div.entry-userpic span.ljuser a:visited {
 color: white;
 font-size: 8pt;
}

div.entry-userpic span.ljuser a img {
 display: none;
}

p.entry-footer {
 margin-bottom: 0px;
 padding-bottom: 0px;
}

div.metadata, div.metadata2, div.ljtags {
 font-size: 8pt;
}	

.new-time{
float: right;
font-size: 8pt;
padding-top: 0px;
}

#lj_controlstrip
{ display: none !important; }

p.poster {
 font-size: 8pt;
}

/* BEGIN LJ EXTRAS CSS */
.comment .comment-replies {
    margin-left: 30px;
}
.comment .comment-header {
    margin-left: 10px;
    margin-right: 10px;
}
.comment .comment-userpic, .entry .entry-userpic {
    float: right;
    margin: 5px;
    text-align: right;
}
.entry-userpic {
    z-index: 1;
}
.comment .comment-content, .entry .entry-content, .entry .entry-body {
    clear: none;
}
.comment .comment-content {
    padding-top: 20px;
}
.metadata {
    margin-bottom: 10px;
}
.ljtags {
/*    margin-top: 10px;
    margin-bottom: 10px;*/
    display: none;
}
.poster {
    text-align: center;
    margin: 2px 0 0 0;
    padding: 0;
}
#ad-5linkunit {
    clear: both;
}
#ad-leaderboard {
    margin-bottom: 10px;
}
#commenttext, #subject {
    width: 90%;
}

/* show userpics */

.entry-userpic,
.comment-userpic,
div.entry-userpic,
div.comment-userpic,
div.entry-userpic img,
div.comment-userpic img,
.layout-two-column-right .entry-userpic,
.layout-two-column-right .comment-userpic,
.entry-userpic img,
.comment-userpic img {
    display: inline;
    position: static;
    top: 0;
    left: 0;
    visibility: visible;
}

.ljuser img {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

body.layout-three-column #beta img,
body.layout-two-column-left #beta img,
body.layout-one-column #alpha img,
body.layout-two-column-right #alpha img {
    margin: 0;
    padding: 0;
    border: none;
    float: none;
    background: none;
}
/* END LJ EXTRAS CSS */

div.entry-body {
 padding-bottom: 20px;
}

#main_container
	{
	overflow: hidden;* /* This hides the excess padding in non-IE browsers */
	}		
	
p.content-nav {
 padding-left: 5px;
}

div.row {
 background-color: #4E0000;
 padding-top: 3px !important;
 padding-right: 3px !important;
 padding-bottom: 3px !important;
 padding-left: 3px !important;
 height: 10px !important;
}