/* CSS Document */

div#debug-kit-toolbar * {
    color: #444;
}

form {
    margin: 0px;
    padding: 0px;
}

/* Neutralize styling:
Elements with a vertical margin: */
h1, h4, h5, h6, p, pre,
blockquote, dl {
    padding: 0px;
    margin: 0px;
    font: normal 12px Arial, Verdana, helvetica;
}

/* Apply left margin:
Only to the few elements that need it: */
dd, blockquote {
    font: normal 12px Arial, Verdana, helvetica;
    /*margin-left: 1em;*/
    margin: 0px;
}

/* Miscellaneous conveniences: */
form label {
    cursor: pointer;
    font: normal 12px Arial, Verdana, helvetica;
}
fieldset, img {
    border: none;
}

a:active, a:focus{
    outline: none;
}

/* Form field text-scaling */
input, select, textarea {
    font-size: 100%;
    font: normal 12px Arial, Verdana, helvetica;
}

img { border: 0px }

/** Generic classes **/

.left { float: left }

.right { float: right }

.clear {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.bolder, .bold {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.radius5px {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.padding {
    padding: 5px;
}

/** HERE WE GO! **/

* {
    margin: 0;
    padding: 0;
}

body {
    margin-bottom:20px;
    background: /*#1a304c;*/#3F78BC;
}

body, th, td, input, textarea {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

input, textarea {
    font-weight: bold;
}

h1, h2, h3 {
    color: #626456;
}

h1 {
    /*letter-spacing: -.075em;*/
    font-size: 3em;
}

h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #8D8E85;
    font-size:1.1em;
    letter-spacing:-0.05em;
}
/*color: #3C7BCF;*/

h3 {
    font-size: 1em;
}

p, ul, ol {
    margin-top: 0.5em;
    font-size: 1.1em;
}

ul, ol {
    margin-left: 3em;
}

blockquote {
    margin-left: 3em;
    margin-right: 3em;
}

a {
    text-decoration: none;
    color: #3C7BCF;
    /*color:#ff9c00;*/
}

a:hover {
    border: none;
    color:#ff9c00;
}

h1 a, h2 a, h3 a {
    border: none;
    text-decoration: none;
    color: #626456;
}

h1 a:hover, h2 a:hover, h3 a:hover {
    background: none;
    /*color: #3C7BCF;*/
    color:#ff9c00;
}

hr {
    display: none;
}


/* Header */

#header {
    width: 980px;
    height: 55px;
    margin: 0 auto;
}

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

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#menu li {
    float: left;
}

#menu a {
    display: block;
    float: left;
    height: 25px;
    margin-right: 53px;
    padding: 10px 0 0 0;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    color: #FFFFFF;
}

#menu a:hover {
    /*background:  #F3F3F3;
	color: #2C2E22;*/
    text-decoration:none;
    background:url(../img/default/bg_menu_sotto.gif) repeat-x bottom;
}

#menu .current_page_item a {
    background:url(../img/default/bg_menu_sotto.gif) repeat-x bottom;
}

#language {
    float:right;
    height:23px;
    width:100px;
}

.language_cont {
    float:left;
    height:23px;
    position:relative;
    width:100px;
}

#combo_language {
    height:auto;
    left:0;
    padding:0 0 2px;
    position:absolute;
    width:100px;
    z-index:100;
}

#combo_language div#dropdown {
    background:transparent url(../img/default/box_lang.png) no-repeat scroll left bottom;
    border-top:0 none;
    height:17px;
    padding:0 2px 2px 2px;
    width:96px;
}

#combo_language div#dropdown a.link_drop_sel, #combo_language div#dropdown a.link_drop_sel:hover {
    background:transparent url(../img/default/arrow_lang.png) no-repeat scroll 80px center;
    color:#FFFFFF;
    font-weight:bold;
    padding:2px 2px 2px 4px;
    width:90px;
}

#combo_language div#dropdown a {
    background:transparent none repeat scroll 0 0;
    border:medium none;
    clear:both;
    color:#FFFFFF;
    display:block;
    float:left;
    font-weight:normal;
    height:16px;
    line-height:16px;
    margin:0;
    padding:2px 2px 2px 8px;
    text-decoration:none;
    width:86px;
}

#combo_language div#dropdown a:hover {
    /*background-color:#003399;*/
    background-color: #ff9c00;
    color:#FFFFFF;
}

#combo_language div#dropdown a.language_item {
    display: block;
    padding: 2px 2px 2px 8px;
}

#combo_language div#dropdown a.language_item:hover {
    /*background-color:#003399;*/
    background-color:#ff9c00;
    color:#FFFFFF;
    font-weight: bold;
}

div#slideshow {
    width: 978px;
    margin: 0 auto;
    height: 260px;
    border: 20px solid #F3F3F3;
    margin-top: 20px;
    overflow: hidden;
}

/* Logo */

a#logo {
    width: 210px;
    height: 200px;
    background: transparent url(../img/default/logo.gif) 50% 0% no-repeat;
    text-align: center;
    position: relative;
    top: -245px;
    z-index: 1000;
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    line-height: 440px;
}
/* Page */

#page {
    width: 978px;
    margin: 0 auto;
    padding: 20px 0px 0 0px;
    background: #FFFFFF;
    border: 20px solid #F3F3F3;
    border-top: none;
}

/* Content */

#content {
    float: left;
    width: 490px;
    padding: 0px 20px 0px 20px;
}

.post h2{
    font-size:16px;
    color:#666666;
}

#calculate_price {
    clear:both;
    border-style:solid;
    border-width:1px;
    border-color:#cb1524 #866 #866 #cb1524;
    color:#cb1524;
    display: block;
    padding: 20px 30px 20px 30px;
    background-color: #ff9c00;
    margin-bottom: 20px;
}

#calculate_price h2 {
    color: #cb1524;
}

#calculate_price form {
}

#calculate_price form input{
    border:1px solid #cb1524;
}

#calculate_price ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#calculate_price li {
    padding:0 0 8px;
    text-align:left;
}

.send_calculate{
    border-style:solid;
    border-width:1px;
    border-color:#cb1524 #ffffff #ffffff #cb1524;
    color:#ffffff;
    padding:2px 15px 3px;
    text-align:center;
    background-color:#f40200;
    float: right;
}

.box {
    /*background:transparent url(../img/default/sfumatura_box_home.png) no-repeat scroll center bottom;*/
    background-color:#f3f3f3;
    display: block;
    padding: 20px 30px;
    /*padding:5px;*/
}

/* Recent Posts */

#recent-posts,
.right_menu {
}

#recent-posts h2,
.right_menu h2 {
    margin: 0;
    background: url(../img/default/img13.gif) no-repeat left top;
    padding: 15px 0  0 15px;
    height: 30px;
}

#recent-posts h3,
.right_menu h3 {
    margin: 0;
    font-size: 13px;
    padding: 15px 0  0 15px;
    background: url(../img/default/img04.gif) repeat-x left bottom;
}

#recent-posts p,
.right_menu p {
    margin: 0;
    padding: 0 15px;
    line-height: 22px;
    font-size: 13px;
}

/* Sidebars */

.sidebar {
    float: left;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar li {
    margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
    margin: 0;
}

.sidebar li h2 {
    margin: 0 0 1em 0;
}

#sidebar1 {
    width: 230px;
    padding: 0px 20px 0px 0;
}

#sidebar1 li .current_page_item a{
    color:#FF9C00;
}

#sidebar2 {
    width: 169px;
    padding: 0px 0px 0px 20px;
}

#sidebar2 li h2 {
    margin: 0 0 1em 0;
    background: url(../img/default/img20.gif) no-repeat left top;
    padding: 15px 0  0 15px;
    height: 30px;
}

#sidebar2 .current_page_item h2 a{
    color:#FF9C00;
}

#sidebar2 .current_page_item h2{
    color:#FF9C00;
}

#sidebar2 li ul {
    line-height: normal;
    background: url(../img/default/img04.gif) repeat-x;
}

#sidebar2 li li {
    padding: 5px;
    background: url(../img/default/img04.gif) repeat-x left bottom;
    font-size: .8em;
}

#sidebar2 li a {
    border: none;
}

#sidebar2 li a:hover {
    border: none;
    padding-left: 10px;
}

#sidebar2 li .current_page a{
    color:#FF9C00;
    padding-left:10px;
}

#sidebar2 li .current_page_item a{
    background-image:url(../img/default/current.png);
    background-repeat:no-repeat;
    color:#FF9C00;
    margin:0 15px;
    padding-left:20px;
    text-decoration:none;
}

/* Footer */

#footer {
    text-align: center;
    font-size: 9px;
    color:#fff;
}

#address {
    font-size: 12px;
    color:#fff;
}

#address a {
    font-size: 12px;
    color:#fff;
    text-decoration:underline;
}

#address a:hover {
    font-size: 12px;
    color:#ff9c00;
}

form label {
    display:block;
    float:left;
    font-size:12px;
    padding:3px 0;
    width:100px;
}

form input {
    border:1px solid #666666;
    font-size:12px;
    padding:3px;
}

form textarea {
    border:1px solid #666666;
    font-size:12px;
    padding:3px;
}

.error-message {
    color:red;
    padding-left:100px;
}

.submit {
    padding-left:100px;
}

.input text {
    padding-bottom:10px;
}

#gallery {
    margin:10px 0 0;
    width:430px;
}

.paging {
    border: 0px solid #f00;
    margin: 5px 0px;
    background: #f3f3f3;
    display: block;
    text-align: center;
    padding: 5px 0px;
}

.paging * {
    display: inline;
    text-transform: uppercase;
}

.paging .disabled {
    color: #ccc;
}

div.room {
    border-bottom: 1px solid #bbb;
    padding: 20px 0px;
}

a.room_picture_preview,
a.tiny_recipe_preview,
a.thumb_recipe_preview {
    width: 100px;
    height: 100px;
    float: right;
    border: 2px solid #bbb;
}

a.room_picture_preview:hover,
a.tiny_recipe_preview:hover,
a.thumb_recipe_preview:hover {
    border: 2px solid #FF9C00;
}

a.download_pdf {
    padding: 2px 30px;
    background: transparent url(../img/attachment.png) 0% 50% no-repeat;
}

a.tiny_recipe_preview {
    width: 70px;
    height: 70px;
}

a.thumb_recipe_preview {
    width: 120px;
    height: 120px;
}

div.comment {
    border: 1px solid #eaeaea;
    margin: 10px 0px;
    padding: 10px;
    background: #eee;
}

div.comment pre {
    margin: 0px;
    padding: 10px 0px;
    border-top: 1px dotted #aaa;
}

form.new_comment {
    margin: 0px;
    padding: 0px;
}

form.new_comment div.input {
    padding: 5px 0px;
}

form.new_comment div.input div.error-message {
    display: none;
}

form.new_comment div.error label {
    color: #f00;
}

form.new_comment div#flashMessage {
    font-weight: bold;
    padding: 5px 10px;
    margin: 10px 0px;
    border: 1px solid #f00;
    color: #f00;
    background: #fed
}

div#flashMessage {
    font-weight: bold;
    padding: 5px 10px;
    margin: 10px 0px;
    border: 1px solid #f00;
    color: #f00;
    background: #fed
}

div.divisor {
    margin: 10px 0px;
    padding: 3px;
    background: #eee;
    border: 1px solid #eaeaea;
}

form.new_comment h2 {
    margin: 5px 0px;
}

div.submit {
    padding-top: 5px;
}



div.gallery_element {
    float: left;
}

.image {
    background: #ff0;
    margin: 5px;
    padding: 0px;
    width: 128px;
    height: 128px;
    text-align: center;
    vertical-align: middle;
    line-height: 130px;
    font-weight: bold;
    border: 2px solid #626456;
    display: block;
}

div.gallery_element:hover .image {
    border: 2px solid #FF9C00;
}

.image h3 {
    margin:0 0 5px;
    width:165px;
}

a.text_gallery {
    width: 132px;
    margin: 0px 5px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #626456;
}

div.gallery_element:hover a.text_gallery {
    color: #ff9c00;
}

div#contact_mailer_form {
    margin: 0px;
    padding: 10px 0px;
}

div#contact_mailer_form label {
    width: 80px;
}

div#contact_mailer_form div.error label  {
    color: #f00;
}

div#contact_mailer_form div.input input {
    width: 120px;
}

div#contact_mailer_form textarea {
    width: 422px;
    height: 150px;
}

div#contact_mailer_form div.error input,
div#contact_mailer_form div.error textarea {
    border-color: #f00;
}

div#contact_mailer_form div.input {
    border: 0px solid #f00;
    padding: 5px 0px;
}

div#contact_mailer_form div.text_privacy {
    padding: 10px 0px;
}

div#contact_mailer_form div.submit {
    float: right;
}

div.box h1 {
    border-bottom: 1px dotted #626456;
}

div .line {
    float: left;
}

div .line ul {
    line-height:normal;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}

div .line li {
    float:left;
}

div .line a {
    display:block;
    float:left;
    margin-right:53px;
    padding:10px 0 0;
    text-decoration:none;
}

div#map_canvas {
    border: 1px solid #888888;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 430px;
}

select#QuotationFormRoomsNumber {
    border: 1px solid #666666;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    padding: 0px 0px 0px 10px;
}

select#QuotationFormRoomsNumber option {
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    color: #666666;
    font-size: 14px;
}

div.grouper {
    border-bottom: 1px dotted #626456;
    padding: 5px 0px;
}

div#rooms h4 {
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
    font-style: italic;
    color: #3C7BCF;
}

div#rooms label {
    width: 140px;
    color: #3C7BCF;
}

select {
    border: 1px solid #666666;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    padding: 0px 0px;
}

select option {
    font-weight: bold;
    padding: 0px 4px ;
    color: #666666;
    font-size: 12px;
}

div.grouper label {
    color: #3C7BCF;
}

div.error_date {
    color: #f00;
    text-align: center;
}

fieldset.extra_service {
    border: 1px solid #DDDDDD;
    padding: 5px 10px;
    margin: 5px 0px;
}

fieldset.extra_service div {
    width: 180px;
}

label.extra_service {
    display: block;
    float: left;
    padding: 0px 10px;
}
fieldset.extra_service input {
    float: left;
}

div.room_prices {
    padding-top: 40px;
}

div.room_prices a {
    display: block;
    background: #ddd;
    color: #fff;
    margin: 0px 4px;
    padding: 4px;
    font-weight: bold;
}

div.room_prices a:hover {
    display: block;
    background: #c6c6c6;
    margin: 0px 4px;
    color: #3C7BCF;
}
div.room_prices a.current {
    display: block;
    background: #bbb;
    margin: 0px 4px;
    color: #3C7BCF;
}

div.details {
    display: block;
    background: #bbb;
    color: #444;
    margin: 0px 4px;
    padding: 10px 15px;
    min-height: 60px;
}