*{
	margin:0;
	padding:0;
}
body{
	background:#e5ddc2 url(images/background.gif) repeat-x;
	font-size:12pt;
	font-family:Arial, sans-serif;
}
#header{
	width:806px;
	height:154px;
	margin:40px auto 0;
	background:#000 url(images/header.gif) no-repeat;
}
#header #name_wrap{
	margin-top:50px;
	padding-left:150px;
	width:250px;
	float:left;
	cursor:default;
}
	/* For company name, i.e. Cascade Farm */
	#header #company{
		color:#fff;
		font-family:"Lucida Sans", sans-serif;
		font-size:1.7em;
		float:left;
		clear:right;
		text-decoration:none;
	}
	#header #company a{
		text-decoration:none;
		color:#fff;
	}
	/* For line underneath name, can be a slogan */
	#header #company_cont{
		color:#d5d6d7;
		font-family:"Lucida Sans", sans-serif;
		font-size:.8em;
		letter-spacing:.3em;
		text-indent:3em;
		float:left;
	}
	
	/* Start the top navigation here. List styles follow.*/
	#menu{
		float:left;
		width:380px;
		margin-top:50px;
		margin-left:10px;
		font-family:Verdana, sans-serif;
		font-size:.8em;
		text-align:center;
	}
	
	#menu ul{
		list-style-type:none;		
	}
	#menu ul li{
		display:inline;
		margin:0 .6em;	
	}
	#menu a{
		color:#9f9f9f;
		text-decoration:none;
	}
	#menu a:hover{
		color:#cdcdcd;
	}
	
#page{
	width:806px;
	margin:0 auto;
	overflow:auto;
	background:#fff url(images/pagebg.gif) repeat-y;
}
#page-image{
	width:450px;
	height:150px;
	margin-top:15px;
	background:url(images/fotos/photo.jpg) no-repeat;
	border:15px solid #e5ddc2;
}


	#content{
		float:left;
		padding-left:30px;
		width:450px;
	}
	#content a img{
		border:3px solid #e5ddc2;
	}
	#sidebar{
		float:left;
		width:250px;
		margin-left:49px !important;
		margin-left:20px;
		background:url(images/sidebar.gif) repeat-y;
	}
	#sidebar_bottom{
		height:25px;
		background:url(images/sidebar_bottom.gif);	
	}
	#sidebar *{
		list-style-type:none;
	}

		#recent-posts{
			height:159px;
			width:232px;
			margin:0 auto;
			margin-bottom:10px;
			display:block;
			background:url(images/updates.gif) no-repeat;
		}
		#recent-posts .widgettitle{
			display:none;
		}

		#recent-posts li a{
			color:#def4df;
			margin-left:15px;
			line-height:2em;
			font-size:.8em;
			border-bottom:1px dotted #def4df;
			text-decoration:none;
		}
		.widgettitle{
			margin:7px 0 7px 20px;
			font-weight:normal;
			font-size:1.3em;
		}
		.widget ul li a{
			margin-left:25px;
			color:#666;
			font-size:.9em;
			text-decoration:none;
		}
		
		.textwidget{
			width:200px;
			margin:0 auto;
			font-size:.8em;
		}

#footer{
	width:806px;
	height:100px;
	padding-top:30px;
	text-align:right;
	margin:0 auto;
	background:url(images/footer.gif) no-repeat;
}

	#footer p{
		font-size:.7em;
		color:#c6b98d;
	}
	
	#footer a{
		color:#c6b98d;
		text-decoration:none;
		border-bottom:1px dotted #c6b98d;
	}





/** Wordpress Styles **/

/* Post Title */
.title h2{
	height:32px;
	margin-top:10px;
}
.title h2 a{
	display:block;
	width:465px;
	background:url(images/title_bg.gif) repeat-x;
	text-decoration:none;
	color:#ccc;
	font-family:Georgia, serif;
	font-weight:normal;
	font-size:.7em;
	padding:5px;
	padding-right:10px;
}
.title h2 a:hover{
	color:#ddd;
}

/* Date formatting */
.date{
	width:450px;
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:-10px;
	font-family:Tahoma;
	font-size:.7em;
	color:#aaa;
	letter-spacing:.1em;
}

.entry{
	margin:-5px 0 5px 10px;
	width:400px;
	font-size:.8em;
	line-height:1.4em;
}
.entry p{
	margin:.8em 0;
}

/* post-info buttons */
.links{
	width:400px;
	margin-bottom:25px;
	text-align:right;
	border-top:1px solid #ccc;
	list-style-type:none;
	padding-top:5px;
}
.links li{
	display:inline;
	margin:0 1em 0 0;
}
.links a{
	color:#71ad75;
	text-decoration:none;
	border-bottom:1px dashed #ccc;
}
.links a:hover{
	color:#333;
}
