/*
-----------------------------------------------
Original CSS Designer: Jeffrey Zeldman
Original Author:      www.zeldman.com
Modified by :tristones
Website: http://tristones.viaspeip.com
Date:     23 Feb 2004
----------------------------------------------- */


	/* Primary layout */

body	{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	color: #555;
	background: #D9EDCD url(images/bg_slim.gif) repeat-y top center;
	font: normal small tahoma, lucida, helvetica, sans-serif;
	}

img		{
	border: 0;
	}


	/* Wrapper */

#wrapper	{
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 690px;
	text-align: left;
	background: repeat-y top right;
	font-size:90%;
	}
	/* Header */

#blog-header	
{
	color: #fef;
                background: #D9EDCD url(images/bg_slim.gif) no-repeat top center;
                background-image: url(images/headerBG.jpg);
	margin: 0 0 0 1px ;
	padding: 0 15px 0px 15px;
	border: 0;
	height: 131px;
	}
#blog-headerSub {
 padding: 0 15px 0px 15px;
}	

#blog-header h1 {
	font-size: 24px;
	text-align: left;
	padding: 15px 20px 0 20px;
	margin: 0;
	color: #FFF;
	}
	
#blog-header p	{
	font-size: 110%;
	text-align: left;
	padding: 3px 20px 10px 20px;
	margin: 0;
	line-height:140%;
	}

	
	/* Inner layout */

#content	{
	padding: 0 20px;
	}
	
#main	{
	width: 400px;
	float: left;
	}

#sidebar	{
	width: 226px;
  float: right;
	}
	
	/* Bottom layout */


#footer	{
	clear: left;
	margin: 0;
	padding: 0 20px;
	border: 0;
	text-align: left;
	border-top: 1px solid #f9f9f9;
	background-color: #fdfdfd;
	}
	
#footer p	{
	text-align: left;
	margin: 0;
	padding: 10px 0;
	font-size: x-small;
	background-color: transparent;
	color: #999;
	}


	/* Default links 	*/
.headr a:link, a:visited {
	color: #FFF;
}


a:link, a:visited {
	text-decoration : none;
	color: #c28;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #E5308B;
	background: transparent; 
	}

a:active {
	text-decoration : none;
	color: #c28;
	background: transparent;  
	}

	
	/* Typography */
	
#main p, #sidebar p {
	line-height: 140%;
	margin-top: 5px;
	margin-bottom: 1em;
	}

h2, h3, h4, h5	{
	margin: 25px 0 0 0;
	padding: 0;
	}
h1	{
	font-size: large;
	color: #FFFFFF;
	}
h2	{
	font-size: large;
	}

h3.post-title {
	margin-top: 5px;
	font-size: medium;
	}

ul	{
	margin: 0 0 25px 0;
	}


li	{
	line-height: 150%;
	}
#sidebar ul 	{
	padding-left: 10px;
	padding-top: 3px;
	}

#sidebar ul li {
	list-style: disc inside;
	vertical-align: top;
	padding: 0;
	margin: 0;
	}
	
dl.profile-datablock	{
	margin: 3px 0 5px 0;
	}
dl.profile-datablock dd {
  line-height: 140%;
  }
	
.profile-img {display:inline;}

.profile-img img {
	float:left;
	margin:0 10px 5px 0;
	border:4px solid #AFE28D;
	}
		
#comments	{
	border: 0;
	border-top: 1px dashed #eed;
	margin: 10px 0 0 0;
	padding: 0;
	}

#comments h3	{
	margin-top: 10px;
	margin-bottom: -10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	}	

#comments dl dt 	{
	font-weight: bold;
	margin-top: 35px;
	padding: 1px 0 0 18px;
	background: transparent no-repeat top left;
	color: #aaa;
	}

#comments dl dd	{
	padding: 0;
	margin: 0;
	}
.deleted-comment {
  color:gray;
  }
#combustible
{
padding:				0 0 15px 0;
margin:					0 0 20px 0;
}
img.old_articles
{
border:					#CCC solid 1px;
width:					50px;
height:					50px;
margin:					0 5px 0 0;
padding:				3px;
background-color:		#FFF;
}
H2.date-header { font-size: 9pt; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
