/*

Hostal Atlanta - Global Stylesheet
http://www.hostal-atlanta.eu/
Handwritten by Oliver Coningham

*/

																					/* ------------ Toolbox ------------ */

.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
.normal { font-weight: normal; }

#content .remove-top { padding-top: 0; margin-top: 0; }
#content .remove-bottom { padding-bottom: 0; margin-bottom: 0; }
#content .remove { padding: 0; margin: 0; }

hr { display: none; }
strong { font-weight: bold; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

																					/* ------------ Defaults ------------ */
																					
body {
	background: #730c02 url('../images/body-bg.gif') repeat-x 0 0;
	color: #730c02;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	}
	
#container {
	background: url('../images/container-bg.png') repeat-y top right;
	margin: auto;
	position: relative;
	width: 1001px;
	}
	
#container-inner {
	background: url('../images/container-inner-bg.gif') no-repeat top right;
	width: 1001px;
	}

#container-inner-inner {
	background: url('../images/content-bg.jpg') no-repeat bottom right;
	width: 1001px;
	}
	
																					/* ------------ Sidebar ------------ */
																					
#sidebar {
	color: #ffffcc;
	float: left;
	margin-top: 80px;
	position: fixed;
	width: 342px;
	}

#sidebar h1 a {
	background: url('../images/h1-bg.png') no-repeat 0 0;
	display: block;
	height: 44px;
	margin-bottom: 20px;
	text-indent: -25000px;
	width: 322px;
	}
	
#sidebar p {
	margin-bottom: 1.25em;
	}

#sidebar a {
	color: #ffffcc;
	text-decoration: underline;	
	}
#sidebar a:hover {
	color: #cf9768;
	text-decoration: underline;	
	}
			
#sidebar #address {
	margin-right: 20px;
	text-align: right;
	}

																					/* ------------ Navigation ------------ */
																					
#nav {
	float: right;
	height: 230px;
	margin-bottom: 20px;
	text-indent: -25000px;
	width: 199px;
	}

#nav li {
	height: 30px;
	margin-bottom: 1px;
	width: 199px;
	}
	
#nav a {
	display: block;
	height: 30px;
	width: 199px;
	}

#nav-welcome a { background: url('../images/nav-welcome.gif') no-repeat 0 0; }
#nav-accommodation a { background: url('../images/nav-accommodation.gif') no-repeat 0 0; }
#nav-prices a { background: url('../images/nav-prices.gif') no-repeat 0 0; }
#nav-activities a { background: url('../images/nav-activities.gif') no-repeat 0 0; }
#nav-contact a { background: url('../images/nav-contact.gif') no-repeat 0 0; }
#nav-location a { background: url('../images/nav-location.gif') no-repeat 0 0; }
#nav-cata a { background: url('../images/nav-cata.gif') no-repeat 0 0; }
#nav-guest a { background: url('../images/nav-guest.gif') no-repeat 0 0; }
#nav a:hover,
#nav a.selected {
	background-position: 0 -30px;
	}	
	
#jms-flag {
	width: 100px;
	float:left;
}
	
																					/* ------------ Content ------------ */
																					
#content {
	float: right;
	padding: 60px 62px 0 30px;
	position: relative;
	width: 567px;
	}

#content p, #content ul {
	margin-bottom: 1.25em;
	}	

#content ul {
	list-style: inside disc;
	margin-left: 30px;
	}
		
#welcome, #accommodation, #prices, #activities, #contact {
	background: url('../images/line.gif') no-repeat bottom left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	}

																					/* ------------ Welcome ------------ */
																					
#welcome h2 {
	background: url('../images/h2-welcome-bg.gif') no-repeat 0 0;
	height: 52px;
	margin-bottom: 20px;
	text-indent: -25000px;
	width: 330px;
	}
	
#welcome p.short {
	width: 320px;
	}

#welcome #flash {
	background: url('../images/flash-bg.jpg') no-repeat 0 0;
	height: 234px;
	position: absolute;
	top: 4px;
	right: 1px;
	width: 300px;
	}	
	
																					/* ------------ Accommodation ------------ */
																					
#accommodation h3 {
	background: url('../images/h3-accommodation-bg.gif') no-repeat 0 0;
	height: 40px;
	margin-bottom: 20px;
	text-indent: -25000px;
	width: 192px;
	}
	
																					/* ------------ Prices ------------ */
																					
#prices h3 {
	background: url('../images/h3-prices-bg.gif') no-repeat 0 0;
	height: 59px;
	margin-bottom: 20px;
	text-indent: -25000px;
	width: 250px;
	}
	
																					/* ------------ Activities ------------ */
																					
#activities h3 {
	background: url('../images/h3-activities-bg.gif') no-repeat 0 0;
	height: 60px;
	margin: 0 0 20px 266px;
	text-indent: -25000px;
	width: 178px;
	}

#activities img {
	float: left;
	margin-right: 20px;
	}	

																					/* ------------ Contact ------------ */
																					
#contact {
	background: none;
	margin: 0;
	padding-bottom: 0px;
	}
	
#contact h3 {
	background: url('../images/h3-contact-bg.gif') no-repeat 0 0;
	height: 47px;
	margin-bottom: 20px;
	text-indent: -25000px;
	width: 250px;
	}

#contact form {
	float: left;
	margin: 4px 0 20px 0;
	width: 252px;
	}
	
#contact form div {
	clear: both;
	}
	
#contact form label {
	display: block;
	float: left;
	font-size: 90%;
	width: 70px;
	}
	
#contact form input {
	background: url('../images/input-bg.gif') no-repeat 0 0;
	border: none;
	color: #730c02;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 26px;
	margin-bottom: 5px;
	padding: 7px 0 0 10px;
	width: 168px;
	}

#contact form textarea {
	background: #fff url('../images/textarea-bg.gif') no-repeat 0 0;
	border: none;
	color: #730c02;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 103px;
	margin-bottom: 5px;
	padding: 7px 0 0 10px;
	width: 242px;
	}
	
#contact form p {
	margin-bottom: 0;
	}
	
#contact form #submit {
	height: 33px;
	padding: 0;
	width: 88px;
	}
				
#contact #map {
	background: url('../images/map-bg.gif') no-repeat 0 0;
	float: right;
	height: 276px;
	padding: 5px;
	width: 289px;
	}
	
#contact #map #map-content {
	height: 276px;
	width: 289px;
	}
	
																					/* ------------ Footer ------------ */
																					
#footer {
	color: #ffffcc;
	font-size: 90%;
	margin: 60px 0 35px 0;
	text-align: center;
	}

#footer p {
	margin-bottom: 5px;
	}
		
#footer a {
	color: #ffffcc;
	text-decoration: underline;	
	}
#footer a:hover {
	color: #cf9768;
	text-decoration: underline;	
	}
#cata{
	padding-bottom:300px;
	margin:0;
	height:515px;
}
#cata a:hover {
	text-decoration: underline;
}
#cata-left {
	float:left;
	width:250px;
}
#cata h3 {
	background: url('../images/h2-catalina-bg2.gif') no-repeat 0 0;
	height: 52px;
	margin-bottom: 20px;
	text-indent: -25000px;
	width: 250px;
	}
#cata-right {
	float: right;
    height: 409px;
    padding: 5px;
    width: 289px;
}	
#overlay{
	display:none !important;
}
#jms-gal {
    position: relative;
    top: 0;
}
#jms-gal ul {
    list-style: none outside none;
    margin: 0;
}
#jms-gal li{
	text-align:center;
}
#jms-gal li:first-child{}
#jms-gal li img {
    width: 122px !important;
}