body
{
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: Sans-Serif;
	font-size: 0.9em;
}


/******* post meta  **************************************/
.gray_roundbox
{
	background-color: #dde;
	padding: 0px 0px;
	margin: 0px 0px;
	font-weight: 0.5em;
}

#postmetainfo
{
	float: right;
}

.postmetainfo
{
	font-weight: bold;
	font-size: 0.8em;
	padding: 0px 10px;
	margin: 0px 0px;
}


	
	
/****** BASE POST/BLOG DECORATIONS ***********************************************************/	


#rally_month
{
	margin-top: 15px;
}

#rally_month .gray_roundbox
{
	background-color: #fe8;
}

#rally_month h2
{
	margin: 0px 0px 0px 0px;
	padding: 0px 20px;
	border: 0px;
	font-size: 1.0em;
}

#rally_month td, tr
{
	font-size: 0.9em;
}


#simplepost
{
	margin: 0px 20px;
	padding: 0 0;
}

#simplepost h2
{
	padding: 0px 0px;
	margin: 20px 0px 0px 0px;
	font-size: 1.1em;
	border-bottom: 1px solid #99c;
}

#simplepost a 
{
	text-decoration: none;
	color: #005;
}

#simplepost > p
{
	padding: 0px 0px;
	margin: 10px 0px 2px 0px;
}



#comment 
{
  width: 100%;
}


.post h2
{
	font-size: 1.1em;
	border-bottom: 1px solid #99c;
}


/****** END< BASE POST/BLOG DECORATIONS ***********************************************************/	

/****** SIDEBAR *************************/
#sidebar
{
	border: 0px solid;
	float: right;
	display: inline;
	width: 200px;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	ackground-color: #ccc;
}


.sidebar_widget
{
	padding: 0;
	margin: 0;
}

.sidebar_widget h3
{
	font-size: 1.1em;
	margin: 3px;
	padding: 3px;
	border-left: 5px solid #da1;
	border-bottom: 1px solid #da1;
}


.sidebar_widget ul
{
	margin-left: 20px;
	padding: 0;
}


/****** END SIDEBAR *************************/


/*** Table ***/

.prettytable
{
	border: 0px solid;
	width: 100%;
}

.prettytable th
{
	text-align: left;
	border-bottom: 1px solid #da1;
	border-left: 3px solid #da1;
	background-color: #fffdf0;
}

.prettytable td
{
	border-bottom: 1px dashed #da1;
	border-left: 1px solid #da1;
	padding: 2px 5px;
}


/****** BASE LAYOUT ***********/

#page 
{
	background-color: #fff;
	margin: auto;
	width: 800px;
	border: 0px solid;
}

#content
{
	background: url(images/logo.png) no-repeat top center;
	border: 0px solid;
}

#pagecontent 
{
	margin: 25px 0px 0px 0px;
	display: inline;
   	border: 0px solid;
   	float: left;
	width: 510px;
	clear: left;
	display: inline;
	
}

#bottomcontent
{
	background: url(images/bottom_logo4.png) no-repeat bottom center;
}
	
#logo
{
	padding-top: 152px;
	padding-left: 155px;
	border: 0px solid #ccc;
}	

#maincontent
{
	background: url(images/top_pleckas.png) no-repeat top left;
	margin: 0px 20px 250px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ccc;
}	
	
#leftcontent
{
	background: url(images/left_v_side.png) repeat-y top left;
	padding-left: 40px;
	clear: both;
}	

#rightcontent
{
	background: url(images/right_v_side.png) repeat-y top right;
	padding-right: 20px;
	clear: both;
}	

#footer
{
	color: #fff;
	margin: auto;
	width: 800px;
	text-align: center;
	padding: 20px;
}

/**** HELPERS ******************************************/

.clear 
{
	clear:both;
}

.clearfloat:after 
{
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}

.clearfloat 
{
	display:inline-block;
}	

.clearfloat 
{
	display:block;
}
	
