body{
	background: #72675f url("images/bg_standard.png") repeat;
	font-family: "Century Gothic", century, sans-serif;
	font-size: 0.8em;
}

div, h1, h2, h3, h4, p, form, input, select{
	margin: 0;
	padding: 0;
}

a{
	color: #662d91;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#wrapper{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 840px;
	overflow: hidde;
}

#header{
	position: relative;
	clear: both;
	width: 100%;
}

#header h1{
	width: 100%;
	height: 100px;
	background: transparent url("images/lgo_creuna.png") no-repeat left 40px;	
}

#header h1 a{
	display: block;
	float: left;
	width: 114px;
	height: 30px;
	margin-top: 40px;
	
}

#access{
	display: none;
}

#continer{
	margin: 0;
	padding: 0;
}

#content{
	position: relative;
	float: left;
	width: 570px;
	padding: 40px;
	background-color: #eeede9;
}

div.post{
	position: relative;
	clear: both;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px #c3c1b9 dotted;
	width: 570px;
}

	div.post div.entry-date{
		position: absolute;
		left: -130px;
		top: 0;
		width: 128px;
		height: 122px;
		background-color: transparent;
	}
	
		div.entry-date div.daymonth{
			position: absolute;
			right: 38px;
			top: 0;
			background-color: #000;
			color: #fff;
			padding-bottom: 6px;
			width: 40px;
			font-size: 85%;
			text-align: center;
			text-transform: lowercase;
		}
			div.entry-date div.daymonth span.day{
				display: block;
				padding: 4px 0 2px 0;
				font-size: 165%;	
			}
		
		div.entry-date div.year{
			position: absolute;
			right: 3px;
			top: 0;
			padding: 27px 0 4px 0;
			width: 35px;
			background-color: #998877;
			color: #fff;
			text-align: center;
		}

div.post h2{
	padding-bottom: 5px;
	color: #787466;
	font-size: 125%;
}

	div.post h2 a{
		color: #787466;
	}


div.post div.entry-meta{
	margin: 0;
	padding-top: 10px;
	font-size: 85%;
	color: #998877;
}


div.sidebar{
	position: relative;
	float: right;
	width: 176px;
	background-color: #eeede9;
	border-left: 1px #918883 solid;
	border-right: 1px #918883 solid;
}

div.sidebar ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.sidebar ul li{
	padding: 20px 10px 20px 10px;
}

div.sidebar ul li ul li{
	padding: 0;
}


div.sidebar ul li h3{
	font-size: 165%;
	font-weight: normal;
	text-transform: uppercase;

}

#categories, #archives, #rss-links{
	background-color: #b8b2ae;
}

#categories h3, #archives h3, #rss-links h3{
	color: #fff;
}

.entry-content p
{
	margin-bottom: 1em;
}

img.alignleft {
	display:inline;
	float:left;
	margin:8px;
}












