/*
Theme Name: Hotel-Lo
Theme URI: http://neuseed.com/
Description: Theme Wordpress creado para Hotel-Lo
Version: 1
Author: Deryck O&ntilde;ate Espinel
Tags: granate color, fixed width, two columns, widgets
*/

@import "960/reset.css";
@import "960/960.css";
@import "960/text.css";
html { background : url(css/null) fixed no-repeat; }
/* Text */
body {
	color: #333;
	font: normal 87.5%/1.5em Arial, Helvetica, sans-serif;   /* Base 14px */
	background: #fff;
}
p { margin: 0 0 1.286em 0; }
ol, ul {
	margin: 0 0 1.286em 0;
	padding: 0;
}
li {
	list-style: none;
	padding: 0;
	margin: 0 0 6px 0;
}
.features li, .post li, .single-post li, .widget li, .page li {
	background: url(images/bullet-icon.png) no-repeat 0px 6px;
	padding-left: 16px;
}
.widget ul.nobullet li { background: none; }
/* Links */
a {
	color: #85262e;
	text-decoration: none;
}
a:hover { text-decoration: underline; 
}
/* Headings */
h1, h2, h3, h4 { font: bold 1em Arial, Helvetica, sans-serif; }
h1 {
	color: #85262e;  /* Like a link */
	font-size: 2.571em; /* 36px base 14px */
	letter-spacing: -2px;
	margin: 18px 0;
	line-height: 1em;
	font-weight: normal;
}
h2 {
	color: #333;
	font-size: 1.714em; /* 24px */
	letter-spacing: -1px;
	line-height: 1em;
}
h3 {
	color: #333;
	font-size: 1.286em; /* 18px */
}
h4 {
	color: #333;
	margin-bottom: 0px;
}
.widget h2, .features h2, .single-post h2, .single-event h2, .client h2, #footer h2 {
	font-size: 1.286em;
	margin: 10px 0;
}
.single-post h1 { margin-bottom: 0; }
.post h2 {
	color: #85262e;  /* Like a link */
	font-size: 2.571em; /* 36px base 14px */
	letter-spacing: -2px;
	margin: 18px 0 0 0;
	line-height: 1em;
	font-weight: normal;
}
.events-list h2 { margin-bottom: 0; }
.service h2 { margin: 16px 0 6px 0; }
h1 a, h2 a, h3 a, h4 a {
	color: #85262e;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #85262e;
	text-decoration: underline;
}
h1.legend { background-color: #f7f7f7; border: 1px solid #dfdfdf; padding: 8px 14px; color: #333; font-size: 1.286em; letter-spacing: -0.5px; }
/* Images */
img { border: none; }
.widget img, .clients img, .services img { border: 1px solid #e5e5e5; }
.post img, .single-post img, .single-event img {
	background-color: #FFF;
	border: 1px solid #e5e5e5;
	padding: 4px;
}
a img { display: block; }
/* Tables */
table {
	border-collapse: separate;
	width: 620px;
	margin: 0 0 20px 0;
}
th {
	font-weight: bold;
	padding: 10px;
}
td {
	padding: 6px;
	border: none;
}
tr.odd td { background-color: #f0f0f0; }
/* Forms */
label {
	display: block;
	font: bold 0.857em Arial, Helvetica, sans-serif;
}
input, textarea {
	background: url(images/input-tile.png) repeat-x left top;
	border: 1px solid #cbcbcb;
	font: normal 1em Arial, Helvetica, sans-serif;
	padding: 6px;
	width: 258px;
}
textarea {
	height: 100px;
}
input.submit {
	background: #CCC none;
	color: #333;
	width: auto;
}
button {
	/* TUTORIAL: http://cssglobe.com/post/1367/creating-and-styling-resizable-buttons */
	border: none;
	background :none;
	padding: 0;
	margin :0;
	width: auto;
	overflow :visible;
	text-align: center;
	white-space: nowrap;
	height: 34px;
	line-height: 30px;
	position: relative;
	left: -1px;
}
button span, button em {
	display: block;
	height: 32px;
	line-height: 30px;
	margin: 0;
	color: #954b05;
	font-style: normal;
}
button span {
	background: url(images/buttons-start.png) no-repeat left bottom;
	padding: 0px 0px 0px 10px;
}
button em {
	background: url(images/buttons-end.png) no-repeat right bottom;
	padding-right: 20px;
	padding-left: 10px;
	font: bold 1em/30px Arial, Helvetica, sans-serif;
	color: #fff;
}
button:hover span { background-position: 0 -64px; }
button:hover em { background-position: 100% -64px; }
button.reset { margin-left: 10px !important; }
button.reset span { background-position: 0 -32px; }
button.reset em {
	background-position: 100% -32px;
	color: #333;
}
button.reset:hover span { background-position: 0 0; }
button.reset:hover em { background-position: 100% 0; }
input[type="button"], button { cursor: pointer; }
input:focus, textarea:focus { border: 2px solid #5ba3e1; }
.container { margin-bottom: 18px; }
.submit-alt { padding-left: 163px; }
.checkboxes input {
	width: auto;
	display: inline;
	border: none !important;
	padding: 0 !important;
	background: none !important;
}
.checkboxes label {
	margin-bottom: 10px;
}
.required span {
	color: #85262e;
	font-weight: bold;
}
/* Common tags */
small { font-size: 0.857em; }
big {
	font-size: 1.429em;
	color: #686868;
}
big strong { color: #333; }
strong { font-weight: bold; }
blockquote { padding: 10px; }
/* Common classes */
.floatleft { float: left; }
.floatright { float: right; }
.clear {
	clear: both;
	font-size: 0;
	height: 0px;
}
.hiddentext span {
	overflow: hidden;
	text-indent: -999em;
}
.hidden { display: none; }
.noborder { border: none; }
.noborder img {
	border: 0;
	padding: 0;
}
.divider {
	border-top: 1px solid #dfdfdf;
	margin: 18px 0px;
	clear: both;
	font-size: 4px !important;
	height: 4px !important;
}
/* Layout - Blocks */
#header {
	position: relative;
	z-index: 1;
	height: 100px;
}
#logo {
	position: absolute;
	left: 0px;
	top: 20px;
	margin: 0px;
}
#top-nav {
	position: absolute;
	width: 235px;
	left: 710px;
	top: 6px;
}
#top-nav li {
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
	font-size: 0.857em;
}
#search {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 234px;
	height: 38px;
}
#search #s {
	background: url(images/search.png) no-repeat left top;
	border-style: none;
	display: block;
	padding: 10px 10px 10px 30px;
	width: 194px;
	height: 18px;
	font-size: 12px;
}
#main-nav {
	background: url(images/navbar-background.png) no-repeat left bottom;
	width: 940px;
	height: 40px;
	margin-bottom: 0px;
}
#main-nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#main-nav li a {
	display: block;
	padding: 9px 15px 10px 15px;
	font-size: 1.143em;
}
#main-nav .active a, #main-nav .current_page_item a, .current_page_ancestor a {
	background: url(images/navactive-tile.png) repeat-x left top;
	color: #FFF;
}
#main-nav .active a.first, #main-nav .current_page_item a.first {
	background: url(images/navbar-start.png) no-repeat left top;
}
#main-nav li a:hover {
	text-decoration: none;
	background-color: #85262e;
	color: #fff;
}
#brand>object { float: left; }
#footer {
	background: #F0F0F0 url(images/footer-tile.png) repeat-x left top;
	padding: 10px 0px 40px;
}
#footer ul {
	border-top: 1px solid #dedede;
}
#footer li {
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #dedede;
}
#footnote {
	border-top: 1px solid #dfdfdf;
	padding-top: 10px;
	margin-top: 20px;
}
#foot-nav { float: right; }
#content-wrapper {
	background: url(images/navbar-tile.png) repeat-x left top;
	padding-bottom: 40px;
	padding-top: 10px;
}
.suscribe-event-es, .suscribe-event-en {
	background: url(images/suscribe-button-es.png) no-repeat left bottom;
	display: block;
	height: 42px;
	width: 300px;
	margin: 18px 0;
}
.suscribe-event-en {
	background: url(images/suscribe-button-en.png) no-repeat left bottom;
}
.suscribe-event-es span, .suscribe-event-en span {
	display: block;
	width: 300px;
	height: 42px;
	overflow: hidden;
	text-indent: -999em;
}
.suscribe-event-es:hover, .suscribe-event-en:hover {
	background-position: left top;	
	cursor: pointer;
}
/* Specific Forms */
#newsletter-footer input { width: 289px; }
#newsletter-footer .submit-alt { padding-left: 195px; }
#comment-form {
	position: relative;
	margin-bottom: 40px;
}
#comment-form cite {
	position: absolute;
	right: 60px;
	left: 320px;
	padding-top: 16px;
	font-style: normal;
}
#comment-form textarea { width: 540px; }
#contact-form .submit-alt{ padding-left: 132px; }
#suscribe-form h2 {
	clear: both;
	padding: 18px 0 4px 0;
	margin-bottom: 0px;
}
#suscribe-form .submits { padding-top: 20px; }
#suscribe-form .submits button { margin-right: 10px; }

/* Misc */
#pagination-set {
	height: 2.1em;
	margin: 40px 0;
}
#pagination-set li {
	border:0;
	margin:0;
	padding:0;
	font-size:1em;
	list-style:none;
	background: none;
	float: left;
}
#pagination-set a {
	border:solid 1px #85262e;
	margin-right:2px;
}
#pagination-set .previous-off, #pagination-set .next-off {
	color:#666666;
	display:block;
	font-weight:bold;
	padding:3px 4px;
	margin-right: 2px;
	float: left;
}
#pagination-set .next a, #pagination-set .previous a {
	font-weight:bold;
	border:solid 1px #FFFFFF;
}
#pagination-set .active {
	color:#fff;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
	list-style: none;
	background: #85262e;
	margin-right: 2px;
}
#pagination-set a:link, #pagination-set a:visited {
	color:#85262e;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#pagination-set a:hover {
	border:solid 1px #85262e;
	background-color: #85262e;
	color: #fff;
	zoom: 1;
}
.sitemap {
	background: url(images/sitemap-icon.png) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 2px;
}
.lang-opt {	text-transform: uppercase; }
.es {
	background: url(images/flags.png) no-repeat -85px 0px;
	padding-left: 16px;
}
.en {
	background: url(images/flags.png) no-repeat 0px 0px;
	padding-left: 17px;
}
.es { background-position: -85px 100%; }
.en { background-position: 0 100%; }
.readmore {
	background: url(images/plus-icon.png) no-repeat 0px 3px;
	padding: 0px 0px 0px 14px;
}
.share-page {
	margin: 18px 0px;
	float: right;
}
.social-button {
	margin: 0 5px 0 0;
	float: left;
}
.gotomap {
	background: url(images/hand-icon.png) no-repeat 0px 0px;
	padding: 0px 0px 0px 16px;
}
.tagged-in { margin-left: 10px; }
.widget { margin: 18px 0; }
.widget .widgettitle {
	background: url(images/widget-header.png) no-repeat left bottom;
	padding: 12px 16px;
	display: block;
	margin: 0;
}
.widget .wrapper {
	background: url(images/widget-bottom.png) no-repeat left bottom;
	padding: 0px 0px 40px;
}
.widget .content {
	background: url(images/widget-background.png) no-repeat left top;
	padding: 10px 16px;
}
.widewidget { margin: 40px 0; }
.widewidget .widgettitle {
	background: url(images/related-widget-top.png) no-repeat left bottom;
	padding: 10px 16px;
	display: block;
	margin: 0;
}
.widewidget .wrapper {
	background: url(images/related-widget-bottom.png) no-repeat left bottom;
	padding: 0px 0px 38px;
}
.widewidget .content {
	background: url(images/related-widget-tile.png) no-repeat left top;
	padding: 10px 16px;
}
/* ----------------------- */
.post { margin-bottom: 40px; }
.comments-list { margin-bottom: 40px; }
.comments-list .comment {
	background: url(css/none);
	padding: 0px;
}
.comment .avatar {
	width: 36px;
	float: left;
}
.comment .avatar img {
	border: 1px solid #ededed;
	padding: 2px;
}
.comment .details {
	margin-left: 50px;
	display: block;
	font-style: normal;
	line-height: 1.2em;
}
.comment .content { margin: 8px 0 20px 50px; }
.events-list li {
	margin: 18px 0;
	background: none;
	padding: 0;
	min-height: 20px;
	display: inline;
}
.events-list { margin: 20px 0; }
.widget .events-list { margin-bottom: 0; }
.events-list p { margin-bottom: 8px; }
.events-list .date {
	text-align: center;
	display: block;
	width: 35px;
	line-height: 1.2em;
	float: left;
	margin-top: 4px;
}
.widget .events-list .date {
	margin-top: 0px;
	text-transform: uppercase;
}
.events-list .date big {
	font-size: 1.857em;
	display: block;
	font-weight: bold;
}
.events-list .details {
	margin: 0px 0px 0px 45px;
	padding: 0 0 20px 0;
}
.service {
	width: 302px;
	margin: 20px 0 20px 10px;
	min-height: 250px;
	display: -moz-inline-stack; /* FF2*/
	display: inline-block; 
	vertical-align: top; /* BASELINE CORRECCIÓN*/
	*display: inline; /* IE */
	zoom: 1; /* IE7 (hasLayout)*/
}
.service img, .client img { border: 1px solid #dfdfdf; }
.client {
	float: left;
	width: 218px;
	height: 160px;
	margin: 18px 0 18px 22px;
}
.first  { margin-left: 0; 
}
.team-members {
	margin-bottom: 40px;
}
.team-members dt {
	float: left;
}
.team-members dt img { margin-top: 2px; 
}
.team-members dd {
	display: block;
	margin: 0px 0px 18px 150px;
}
.team-members h2 {
	margin: 0px 0px 4px;
}
.team-members .excerpt {
	margin-bottom: 8px;
}
.error {
	border: 1px solid #ec772c;
	background-color: #fdf1e9;
	padding: 10px;
	line-height: 1.2em;
	margin-bottom: 18px;
}
.notify {
	border: 1px solid #5faae4;
	background-color: #c7dff2;
	padding: 10px;
	line-height: 1.2em;
	margin-bottom: 18px;
}
/* Wordpress Content Editor Classes */

.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}

/* Wordpress Widgets Fixes */

#execphp-2 { margin-left: 10px; }
#newsletter { margin-left: 10px; margin-right: 0; }