/* Main Layout Elements */
body {
	color: #000000;
	
	background: #00487d /*url(texture.gif)*/;
	background-repeat:repeat-x;
	background-attachment:fixed;
	padding-left: 30px;
	padding-right:30px;
	font-family: Arial, Helvetica, sans-serif; 
	margin: 10px; 
	font-size: 12px; 


}
#constrain {
	width: 769px;
	margin: 0 auto;
}
#header { 
	height: 161px;
	width: 769px;
	background: url(header.jpg);
	clear: both;
	
}
head {
    font-family: Arial;
    font-size: 22px;
	color: #ffffff;
}

h3{
	font-family: Arial, Helvetica, sans-serif; 
    font-weight:bold;
	color:#0033CC;
}
.p2{
	font-style:italic;
    font-weight:bold;
	color:#990000; 
}
.p3{
	padding: 10px;
	font-style:italic;
    font-weight:bold;
	color:#666666; 
}
 
.posizione{
	padding-top:5px;
	padding-left:15px;
	color:#FF0000;
	font-weight:bold;
	

}
#logo {
	margin-top: 20px;
	margin-left: 10px;	
	float: left;
}

 

#topsearch {
	float: right;
	margin-top: 95px;
	margin-right: 10px;
}
 
#mainc {
	background-color: #ffffff;
	background-image: URL('mbg.jpg');
}
.sidebar-left { 
	float: left; 
	width: 220px; 
}
.page { 
	float: left; 
	width: 548px; 
	overflow: hidden; 
}
.footer { 
	background-image: URL('footer.jpg');
	background-repeat: no-repeat;
	clear: both; 
	margin: 0;
	padding-top: 15px; 
	text-align: center;
	
	
}
.footer a:link { 
	color:#ffffff;
	text-decoration: none;
}

/* General Link Colors */
a {
	color: #aaaaff;
	text-decoration:underline;
}
a:link { 
	color: #003a55; 
	text-decoration: none;
}
a:visited { 
	color: #003a55; 
	text-decoration: none;
}
a:hover { 
	color:#FF0000;
	text-decoration: none;
}
a:active { 
	color: #ff0000; 
	text-decoration: none;
}

/* Navigation Bullets */
li.leaf {
	list-style-type: disc;
	list-style-image: url(leaf.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
li.collapsed {
	list-style-type: disc;
	list-style-image: url(collapsed.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
li.expanded {
	list-style-type: circle;
	list-style-image: url(expanded.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}


 


/* Pages */
.page h2.title {
	font-size: 16px;
	border-bottom: 1px solid #000066;
	margin-bottom: 1px;
}
.mission { 
	padding: 10px; 
}
.page .help {
	color: #333333; 
}
.page .messages { 
	color: #333333; 
	background-color: #ffff00;
	border: 1px dashed #424242;  
	margin-bottom: 5px; 
}
/*.page .error { 
	border-color: #990000; 
}
.breadcrumb {
	font-size: 10px;
	text-align: right;
	margin-right: 10px;
}*/


/* Navigation Blocks */
.block { 
	border: 1px solid #000000;
	margin-bottom: 10px;
	background: #ffffff;
}
.block .title { 
	font-weight: bold; 
	background-color: #000000;
	color: #ffffff;
	padding: 2px; 	
}
.block .content { 
	padding: 3px; 
}


/* Node Specific */
.node { 
	margin-bottom: 10px; 
}
.node h3.title {
	font-size: 16px;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 3px;
}
.node .date {
	font-size: 10px;
	color:#999999;
}
.node .submitted {
	font-size: 10px;
	margin-bottom: 10px; 	
}
.node .links {
	text-align:center;	
}
.node .taxonomy {}


/* Comment Related */
.comment {
	border-bottom: 1px solid #dddddd; 
	border-top: 1px solid #dddddd;
	padding: 2px;
	margin-bottom: 5px;
}
.comment h4.title {
	margin: 0;
}
.comment .date {
	font-size: 10px;
	color: #999999;
}
.comment .author {
	font-size: 10px;
}
.comment .links { 
	clear: left; 
	text-align: center;
	font-size: 10px;
}
.comment .new {
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	float: right;
	color: red;
}
.comment .submitted {
	font-size:10px;
}


/* Login Form */
#user-login-form ul { 
	text-align: left;
	margin-left: -10px;
	margin-top: 5px;
}
#user-login-form input { 
	width: 180px; 
}
.form-item {
	margin: 0;
	padding: 2px;
}


/* Other Stuff */
.footer { 
	margin-left: auto; 
	margin-right: auto; 
	color: #ffffff;
	font-size: 10px;
}
.box h3.title {
	font-size: 16px;
	border-bottom: 1px solid #333333;
}
 
p, ul, ol { 
	margin-top: 5px; 
	margin-bottom: 10px; 
}
table { 
	border-collapse: collapse; 
	border-spacing: 0px;
}
tr.odd {
	background: #ffffff;
}
tr.even {
	background: #eeeeee;
}
thead th {
	border-bottom: 1px solid #999999;
}
form { 
	margin: 0px; 
	padding: 0px; 
}
fieldset { 
	border: 1px solid #ccc;
}
a img { 
	border: 0px; 
}
dd {
	margin-left:20px;
}
body.mceContentBody {
	background: #fff;
	color: #000;
}


/* Topmost Links */
#primarylinks {
	display: inline-block;
	clear: both;
	padding-right: 5px;
	padding-top: 22px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}
 

/* menu */
#bwmenu{
position:relative;
z-index:1;
float:left;
padding-left: 1px;
padding-top: 22px;
clear: both;}
#bwmenu ul{z-index:500;list-style:none;margin:0;padding:0;}
#bwmenu li{position:relative;display:block;float:left;width:100px;color:#ffg;background:#fff;
font:bold 14px arial,helvetica,sans-serif;margin:0;padding:0;line-height:30px;text-align:center;}
#bwmenu a{display:block;width:100%;color:#ffg;background:#fff;text-decoration:none;}


/*change list item colours on hover*/

#bwmenu li:hover{color:#006;background:#fff;}
#bwmenu a:visited{color:#003a55;background:#fff;}
#bwmenu a:hover{color:#FF0000;background:#fff;}
#bwmenu a:active{color:#FF0000;background:#00487d;}

 

/*hide menulevel2*/

#bwmenu ul ul{display:none;}


/*hide menulevel3 when hovering over menulevel1 items*/

#bwmenu ul li:hover ul ul{display:none;}


/*display expanding menulevel2 on hovering over menulevel1 items*/

#bwmenu ul li:hover ul{position:absolute;display:block;top:29px;left:-1px;}


/*display expanding menulevel3 on hovering over menulevel2 items*/


#bwmenu ul ul li:hover ul{position:absolute;display:block;top:-1px;left:100%;}


/*End of Sitemap Horizontal Dropdown Menu CSS for CMSimple*/

/* Pagina rome_cheap_hostel*/
#buttons a{
color: #0033CC;
background-color: #FFFFFF;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 12px solid #879999;
border-bottom: 1px solid #879999;
font: 11px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
margin-top: 1px;
}

#buttons a:hover {border-left: 20px solid #FFFFFF;
background-color: #FFFFFF;
text-decoration: none;
color: #FF0000;}

 
 
#Main {
  padding-bottom: 10px;
  padding-top:10px;
  padding-left:10px;
  padding-right:5px;
  color: dimgray;
  font: bold 11px Verdana, Helvetica, sans-serif;
}



.roomtype{
width: 100%;
background: url(ultimo/images/block_top.jpg);
background-repeat: repeat-x;
color: black;
text-align: center;
}
