/*
Theme Name: Interlude
Theme URI: http://www.freewpthemes.net/preview/interlude
Description: A multi-column, fixed-width design for 800x600 resolutions. Features Web 2.0 design ideal for 1024x768 resolutions. Widget-ready for WP2.2+
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/


body {
	margin: 0px;
	padding: 0px;
	background: #006EBB url(images/bg.jpg) repeat-x left top;
	font: 12px Georgia, "Times New Roman";
	color: #003082;
}

h1, h2, h3 {
	font: 15px;
	font-weight: bold;
	color: #FF0000;
        text-transform:uppercase;
        letter-spacing:1px;
        text-align:center;
}

p, ol, ul {
	line-height: 19px;
        margin-top:0px;
}

a {
	color: #FF0000;
}

a:hover {
	text-decoration: underline;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 940px;
        height: 90px;
	margin: 0px auto;
        background: #003082;
}

/* Logo */

#top {
	float: left;
        width:277px;
        height:90px;
        background: #003082 url(images/hdbg.jpg) no-repeat left bottom;
}

/* Menu */

#menu {
	float: left;
        border-bottom: 6px solid #FF0000;
        width:663px;
        background: #003082;
}

#menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 55px 20px 10px 20px;
	text-decoration: none;
        font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 13px;
	color: #80AEFF;
}

#menu a:hover, .active a {
        color: #FFFFFF;
        background: url(images/mnbg.jpg) repeat-x left bottom;
}

/* Page */

#wrapper {
        width: 928px;
        height: 400px;
	margin: 0px auto;
	padding: 0;
        overflow:hidden;
        background: #FFFFFF;
        border-right: 6px solid #FF0000;
        border-left: 6px solid #FF0000;
}

#izq {
	float: left;
	width: 280px;
}

#logo {
        float: left;
	width: 280px;
        height: 161px;
        background: url(images/lacasita-logo.jpg) no-repeat center top;
}

/* Content */

#content {
	float: right;
	width: 620px;
        height: 380px;
        padding: 20px 20px 0 0;
}

/* Post */

.post {
	margin-top: 20px;
}

.post .date {
	float: left;
	width: 76px;
	height: 58px;
	margin: 0;
	margin-right: 20px;
	padding-top: 2px;
	background: #514F42;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.post .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 40px;
}

.post .title {
	margin: 0;
	padding: 0px 0 0 0;
	margin-left: 10px;
	padding-left: 50px;
	font-size: 1.8em;
}

.post .title h2 {
	padding: 0;
	margin: 0;
}

.post .hr1 {
}

.post .meta {
	margin: 0 0 30px 20px;
	padding: 0;
	color: #979680;
	line-height:normal;
}

.post .meta a {
	color: #828170;
}

.post .entry {
	margin: 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #666633;
}

.post .title a {
	text-decoration: none;
	color: #514F42;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 244px;
        padding:20px;
        margin-top:7px;
        text-align:justify;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0;
	padding: 0;
}

#sidebar li li {
	margin: 0;
	padding: 0;
}

#sidebar li li a {
}

#sidebar h2 {
	padding: 0 0 10px 0;
	margin: 0;
        text-align:center;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

input {
        width: 145px;
        background: #EBEFFF;
        border: 1px solid #9EB5FF;
}

#lada {
        width: 35px;
        background: #EBEFFF;
        border: 1px solid #9EB5FF;
}

#anio {
        width: 32px;
}

/* Footer */

#wrapper2 {
        background: #CCD8E8 url(images/wrftbg.jpg) repeat-x left top;
}

#footer {
	width: 928px;
	margin: 0 auto;
        background: #FFFFFF url(images/ftbg.jpg) repeat-x left top;
        padding: 0 6px;
        text-align:center;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	margin: 0;
	display: block;
	float: left;
	width: 269px;
        height: 320px;
	padding: 10px 20px;
        background: #FFFFFF;
	list-style: none;
}

#legal {
	clear: both;
	margin: 0;
	padding: 18px 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003082;
}

#legal a {
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
        color:#FF0000;
}

#commentform {
}

#comment {
	width: 600px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 50px;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-bottom: 20px;
}

hr {
	display: none;
}

.hidden {
	display: none;
}   

