/* HOTEL DOMUS */

/* @group Typo */

body {
	font-size: 10px;
	font-family: Arial, Arial Black, Gadget, sans-serif;
	margin: 0;
	color: #AE7675;
	line-height: 1.4em;
	background: #400000 url(../images/bg.png) repeat-x;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



a.more {
	color: #861410;
	text-decoration: none;
	padding-left: 20px;
	background: transparent url(../images/main-menu-arrow.png) no-repeat 0 5px;
}

a.more:hover {
	color: #000;
}

a.bf-link {
	color: #861410;
	text-decoration: none;
}

a.bf-link:hover {
	color: #000;
}

#main a {
	color: #861410;
}

#main a.booknow, #main a.booknow:hover, #main a.booknow:focus, #main a.booknow:active, #main a.booknow:visited {
	color:white;
	display: block;
	float:right;
	/*margin: 0 auto;*/
	margin-top:10px;
	background-color: #7E130F;
	padding:3px;
	width: 60px;
	text-align:center;	
}


h4 {
	font-family: "Georgia", "Garamond", "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif;
	font-size: 2em;
	margin: 0 0 1em 0;
	line-height:1em;
	font-weight: normal;
}

h4.highlight {
	font-size: 2em;	
	font-family: "Georgia", "Garamond", "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif;
	line-height:1em;
	color: #861410;
	font-weight: normal;
}

h5.highlight {
	color: #861410;
	font-size: 1em;
	font-weight: bold;
	margin: 0.5em 0;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 0.5em 0;
}

h6 {
	display: inline;
	font-weight: bold;
}

p {
	margin-bottom: 15px;
	line-height: 130%;
}

img.padme {
	padding: 10px;
	background-color: #DBDBDB;
}

img.thumb_offevent {
	padding: 5px;
	background-color: #DBDBDB;
}

img.logo {
	float: left;
	margin-top: 1px;
	margin-right: 12px;
	/*width:170px;*/
	width:150px;
}

img.thum {
	padding: 10px;
	background-color: #DBDBDB;
}

/* @end */

/* @group Structure */

div.float-container {
	overflow: hidden;
}

div.f-left {
	float: left;
}

div.f-right {
	float: right;
}

.hide {
	display: none;
}

/* @end */

/* @group Service */

#service {
	margin: 0 auto;
	width: 840px;
	height: 30px;
}

#service .col-1 {
	margin: 10px 0;
	width: 400px;
}

#service .col-2 {
	margin: 10px 0;
	width: 325px;
}

#service .col-3 {
	margin: 10px 0;
	width: 115px;
}

/* @end */

/* @group Wrapper */

#wrapper {
	margin: 0 auto;
	width: 800px;
	height: auto;
	background-color: #C0C0C0;
	padding: 20px;
}

/* @end */

/* @group Header  */

#header {
	position: relative;
	padding-top: 80px;
}

#logo h2, #logo h3 {
	display: none;
}

#logo {
	position: absolute;
	top: -5px;
	left: -8px;
	width: 220px;
	height: 160px;
	background: url(../images/logo.png) no-repeat scroll left top;
}

#booking {
	position: absolute;
	top: 0;
	right: 0;
	width: 560px;
	height: 80px;
	background-color: transparent;
}

#presentation {
	width: 780px;
	padding: 10px;
	height: 340px;
	background: white url(../images/bg-leftcolumn.png) repeat-y scroll left top;
}

/* @end */

/* @group Main */

#main {
	color: #2D2C2A;
	padding-left: 10px;
	padding-bottom: 10px;
	background: white url(../images/bg-leftcolumn.png) repeat-y scroll left top;
}

#sidebar {
	width: 190px;
	padding: 10px 0;
}

#content {
	width: 580px;
	padding: 20px 0 0 10px;
	font-size: 1.2em;
}

#content .col-1 {
	width: 360px;
	padding-right: 30px;
}

#content .col-2 {
	width: 190px;
}


/* @end */

/* @group Articles */

.article-teaser {
	margin-bottom: 2em;	
}
.article-teaser.last {
	margin-bottom: 0em;	
}

.article{
	overflow:hidden;
	padding-bottom:5px;
	border-bottom:solid 1px #C0C0C0;
}

.thumb{
	float:left;
	width:60px;
}



.article-detail {
float:left;
margin-left:15px;
width:115px;
}



#content li{line-height:2.0em;list-style:disc;margin:0 0 0 15px;}


/* lista di eventi / offerte visibili/nascosti */
#view_all {color:#554B35; font-size:1.1em; float:right;margin:5px 5px 0 0;}
#view_all:hover {color:#333; text-decoration:underline;}
.featured {border:0px solid red; overflow:hidden;}
.all_hidden {overflow:hidden; display:none;}

/* @end */

/* @group Footer */

#footer {
	margin: 0 auto;
	width: 820px;
	padding: 10px 20px;
	text-align: center;
	color: white;
}

/* @end */

/* @group LinkExchange */

#link_exchange_link {
	width: 200px;
	height: 10px;
}

/* @end */



#debug_wrapper {
	background: url(../images/mask.png) no-repeat scroll -230px -25px;
}

.Clearer{clear:both;}