/* - - - - - - - - - - - - - - - - - - - - -

Title : Hotel Miracorgo Default Stylesheet
Author : Vitor M. Costa
URL : http://novasfera.com/


Created : December 27, 2005
Modified :  

- - - - - - - - - - - - - - - - - - - - - */
@import url(../photos/templates/default/main.css);
/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

*{
	margin: 0;
	padding: 0;
}	
html{
	background: #fff;
}	
body{
	background: #fff;
	color: #af4841;
	font-family: Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* reset body text to 10px */
	text-align: center;
}

/* links  */

a{
	color: #af4841;
}
a:hover{
	color: #704444;
	text-decoration: none;
}
a:visited, a:active, a:focus{
}

/* ------------------------------------------------------------

	page structure

------------------------------------------------------------ */

#container{
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 auto;
	text-align: left;
	width: 703px;
}
#header{	
	background: url(../images/tp-header.gif) repeat-x;
	border-bottom: 4px solid #ad4b42;
	height: 299px;
	position: relative;
}
#content{
	background: url(../images/content-tile.jpg) repeat-x;
	padding-bottom: 30px;
}
#primary-content{
	background: white;
	float: right;
	padding: 10px 20px 10px 20px;
	width: 428px;
}
#secondary-content{
	float: left;
	line-height: 1.4em;
	width: 234px;
}
#footer{
	background: url(../images/footer-bg.gif) repeat-x;
	clear: both;
	color: #af4841;
	font-size: 1.0em;
	height: 42px;
}

/* ------------------------------------------------------------

	header

------------------------------------------------------------ */

/* language selection */

#header p.lang{
	position: absolute;
	right: 50px;
	top: 7px;
}
#header p a.pt, a.eng{
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 20px;
}
#header p a.pt{	
	background: url(../images/pt.gif) no-repeat;
}
#header p a.eng{
	background: url(../images/eng.gif) no-repeat;
}

/* logo */

#header h1{
	background: url(../images/logo.jpg) no-repeat;
	margin: 36px 0 0 0;
	position: absolute;
	width: 270px;
}
#header h1 a {
	display: block;
	float: left;
	height: 63px;
	overflow: hidden;
	text-indent: -9999px;
	width: 270px;
}

/* navigation */

#navigation{	
	font-size: 1.0em;
	position: absolute;
	top: 100px;
}
#navigation li{
	background: #ab4b3d;
	display: block;
	float: left;
	margin: 0 0 0 1px;
}
#navigation li.active{
	background: #2e8e99;
}
#navigation li a{
	border-top: 2px solid #912a21;
	color: #fff;
	display: block;
	line-height: 11px;
	padding: 3px 0 7px 0;
	text-align: center;
	text-decoration: none;
	width: 116px;
}
#navigation li a:hover{
	background: #2e8e99;
}

/* promo block */

#promo-block{	
	background: url(../images/notes.jpg) #eedfc2 no-repeat;
	border-right: 1px solid #fff;
	font-size: 0.9em;
	height: 149px;
	line-height: 1.5em;
	margin-top: 124px;
	padding: 25px 20px 0 20px;
	position: absolute;
	width: 194px;
}
#promo-block h2{	
	border-bottom: 1px solid #c47b48;
	font-size: 1.2em;
	padding-left: 20px;
}
#promo-block p{	
	margin-top: 15px;
}

/* img block */

#img-block{
	background: #F9F3E7 url(../images/main-img.jpg) no-repeat;
	height: 174px;
	margin: 124px 0 0 235px;
	position: absolute;
	width: 467px;
}

/* ------------------------------------------------------------

	primary content

------------------------------------------------------------ */

#primary-content h2{
	border-bottom: 1px solid #ab4b3d;
	font-family: Georgia, Times, serif;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 6px 0 6px 0;
}	
#primary-content h3{
	border-bottom: 1px solid #ab4b3d;
	color: #ab4b3d;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 0 3px 0;
}	
#primary-content p{
	line-height: 1.4em;
	margin: 10px 30px 10px 0;
}	
#primary-content dl.chars, #primary-content dl.chars-r{
	background: #fafafa;
	border: 1px solid #D3B9B6;
	padding: 5px;
	float: left;
	width: 190px;
	margin: 10px 0 0 5px;
}
#primary-content dl.chars dt, #primary-content dl.chars-r dt{
	float: left;
}
#primary-content dl.chars dd, #primary-content dl.chars-r dd{
	font-weight: bold;
	line-height: 2.8em;
	margin: 0 0 0 30px !important;
}
#primary-content ul{
	margin-left: 30px;
}

#primary-content ul li{
	list-style: square;
}

/* comments */

#primary-content .comments{
	background: #FDFCFA;
	border-left: 5px solid #EEDFC2;
	margin: 15px auto;
	padding: 5px 10px;
}

 /* someforms */

#primary-content form{
	margin-top: 10px;
	width: 95%;
}
#primary-content fieldset {
	border: 1px solid #eee;
	padding: 10px;
}
#primary-content fieldset legend{
	font-weight: bold;
}
#primary-content textarea.text { 
	background: #fff; 
	border: 1px solid #ccc; 
	color: #000;
	height: 150px; 
	padding: 3px;
	width: 100%; 
}
#primary-content input.field { 
	background-color: #FFFFFF; 
	border: 1px solid #ccc; 
	color: #000;
	padding: 3px;
	width: 100%; 
}
#primary-content input.text { 
	background-color: #FFFFFF; 
	border: 1px solid #ccc; 
	color: #000;
	padding: 3px;
	width: 100%; 
}
	
/* ------------------------------------------------------------

	secondary content

------------------------------------------------------------ */

#secondary-content-copy{
	padding: 0 20px 10px 20px;
}
#secondary-content-copy h3{
	border-bottom: 1px solid #ab4b3d;
	font-size: 1.0em;
	font-weight: bold;
	padding: 18px 0 3px 0;
}
#secondary-content-copy p{
	line-height: 1.4em;
	margin: 10px 30px 10px 0;
}
#secondary-content-copy a:hover{
	color: #2e8e99;
}		
#secondary-content-copy ul{
}
#secondary-content-copy ul li{
}
#secondary-content-copy dl{
}
#secondary-content-copy dl dt{
}
#secondary-content-copy dl dd{
}

/* admin styles only */

#secondary-content-copy .menu_items{
	margin-bottom: 10px;
}

/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */

#footer p{
	float: left;
	margin: 17px 0 0 20px;
}
#footer p a{
}
#footer p a:hover{
}

/* ------------------------------------------------------------

	misc.

------------------------------------------------------------ */

a img{
	border: none;
}
hr, .hide{
	display: none;
}
acronym{
	cursor: help;
}
li{
	list-style: none;
}

/* ------------------------------------------------------------

	tables.

------------------------------------------------------------ */

#mytable {
	font-size: 10px;
	border: 1px solid #000;
	padding: 0;
}
#mytable th {
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #2E8E99;
}
#mytable th.nobg {
	color: #fff;
	border: 1px solid #fff;
	background: #2E8E99;
}
#mytable td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 6px 6px 6px 12px;
	background: #EEDFC2;
	color: #AB4B3D;
	text-align: center;
}
#mytable td.alt {
	background: #EEDFC2;
	color: #AB4B3D;
	text-align: center;
}
#mytable th.spec {
	border-left: 1px solid #fff;
	background: #AB4B3D;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
#mytable th.specalt {
	border-left: 1px solid #fff;
	border-top: 0;
	background: #AB4B3D;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

/* ------------------------------------------------------------

	promoções & fotos pages.

------------------------------------------------------------ */

#photos #primary-content{
	float: none;
	margin: 0 auto;
	text-align: center;
	width: 665px;
}	
#photos #primary-content h2{
	text-align: left;
}	
#photos #primary-content .list h2{
	border-bottom: none;
	font-family: Georgia, Times, serif;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 6px 0 6px 0;
}	
#promotions #primary-content h2, #photos #primary-content h2{
	border-bottom: 1px solid #ab4b3d;
	font-family: Georgia, Times, serif;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 6px 0 6px 0;
}	
#promotions h2 a, #photos h2 a{
	text-decoration: none;
}
#promotions #primary-content .image, #services #primary-content .image{
	overflow: hidden;
	background: #fafafa;
	border: 1px solid #ccc;
	float: left;
	padding: 3px 3px 1px 3px;
	margin: 15px 7px 10px 0;
}	
#primary-content ul.list li{
	list-style: none;
}
#primary-content img.food{
	position: absolute;
	margin-left: 140px;
}	
#photos #secondary-content{
	display: none;
}

/* ------------------------------------------------------------

	browser fixes

------------------------------------------------------------ */

/* clearing floats */
/*.floatclear {
overflow:hidden;
}
* html .floatclear { height:1%; }*/

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

.floatclear {display: inline-table;}

/* Hides from IE-mac \*/
* html .floatclear {height: 1%;}
.floatclear {display: block;}
/* End hide from IE-mac */
/* clearing floats end here */
