/* Page */

#page {
	width: 900px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 630px;
}

.post {
	background: url(images/img05.jpg) repeat-y left top;
}

.post-bgtop {
	background: url(images/img04.jpg) no-repeat left top;
}

.post-bgbtm {
	background: url(images/img06.jpg) no-repeat left bottom;
	padding: 50px 40px 30px 40px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #232F01;
}

.post .title a {
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #3A3D40;
}

.post .entry {
}

.post img {
	float: left;
	padding: 15px 0px;
}

.post .meta {
}

.post .more {
	display: block;
	width: 115px;
	height: 32px;
	padding: 8px 0px 0px 0px;
	background: url(images/img12.jpg) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.post .byline {
	font-size: 11px;
	font-style: italic;
}

/* Sidebar */

.sidebar {
	width: 180px;
	background: url(images/img08.jpg) repeat-y left top;
	font-size: 11px;
}

.sidebar-bgtop {
	background: url(images/img07.jpg) no-repeat left top;
}

.sidebar-bgbtm {
	background: url(images/img09.jpg) no-repeat left bottom;
	padding: 25px 8px 0px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
	margin-bottom: 1px;
}

.sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

.sidebar li li {
	margin: 0;
	padding: 7px 0px;
	border: none;
	background: url(images/img10.jpg) repeat-x left bottom;
	font-family: Tahoma, Geneva, sans-serif;
}

.sidebar li li a {
	background: url(images/img11.jpg) no-repeat left 3px;
	padding-left: 20px;
}

.sidebar h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
	color: #454E55;
}

.sidebar h3 {
	font-size: 77%;
	color: #454E55;
}

.sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

.sidebar a {
	border: none;
	text-decoration: none;
	color: #757E82;
}

.sidebar a:hover {
	text-decoration: underline;
	color: #363636;
}


/* Sidebar Blanca */

.sidebarb {
	width: 780px;
	background: url(images/img08b.jpg) repeat-y left top;
	font-size: 11px;
}

.sidebar-bgtopb {
	background: url(images/img07b.jpg) no-repeat left top;
}

.sidebar-bgbtmb {
	background: url(images/img09b.jpg) no-repeat left bottom;
	padding: 25px 8px 0px;
}

.sidebarb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebarb li {
	margin-bottom: 1px;
}

.sidebarb li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

.sidebarb li li {
	margin: 0;
	padding: 7px 0px;
	border: none;
	background: url(images/img10.jpg) repeat-x left bottom;
	font-family: Tahoma, Geneva, sans-serif;
}

.sidebarb li li a {
	background: url(images/img11.jpg) no-repeat left 3px;
	padding-left: 20px;
}

.sidebarb h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
	color: #454E55;
}

.sidebarb h3 {
	font-size: 77%;
	color: #454E55;
}

.sidebarb p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

.sidebarb a {
	border: none;
	text-decoration: none;
	color: #757E82;
}

.sidebarb a:hover {
	text-decoration: underline;
	color: #363636;
}



