/*
Theme Name: Albergo Marin
Theme URI: http://www.venezianetsrl.com/
Description: A theme developer for the famous hotel
Author: Venezianet Srl
Version: 1.0
Tags: 
*/

/* =
----------------------------------------------------------------------------- */
html, 
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;	
	color:#303c42;
}

html {
	background:#579bb0 url(images/background_pattern_html.gif) top left repeat;
}

body {
	background:url(images/background_pattern_body.gif) top left repeat-x;
}

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

/* =Text elements 
----------------------------------------------------------------------------- */

p {
/*	margin-bottom: 18px;*/
}
ul {
	list-style: square;
/*	margin: 0 0 18px 1.5em;*/
}
ol {
	list-style: decimal;
/*	margin: 0 0 18px 1.5em;*/
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
/*	margin: 0 0 24px 0;*/
}
dt {
	font-weight: bold;
}
dd {
/*	margin-bottom: 18px;*/
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
/*	margin-bottom: 18px;*/
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
a, a:link, a:visited, a:active{
	text-decoration:none;
	color:#044464;
}
a:hover{
	text-decoration:underline;
}

/* =
----------------------------------------------------------------------------- */
#wrapper {
	width:950px;
	margin:0px auto;
}

/* =
----------------------------------------------------------------------------- */
#header {
	height:40px;
}

#language {
	float:right;
	margin:20px 0px 5px 0px;
	font-weight:bold;
	font-size:8pt;	
	color:#ffffff;	
}

#language a,
#language a:link,
#language a:hover,
#language a:active,
#language a:visited {
	color:#ffffff;	
	text-decoration:none;
}

#language a:hover {
	text-decoration:underline;
}

/* =
----------------------------------------------------------------------------- */
#main {
	background:#ffffff url(images/background_sidebar.gif) top left repeat-y;
}

#container{}

/* =
----------------------------------------------------------------------------- */
#sidebar {
	float:left;
	width:250px;
	color:#044464;	
}

#logo{}

#navigation{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;	
	margin:20px 20px 40px 20px;
}

#navigation ul{
	list-style:none;
	padding:0px;
}
#navigation ul li{
	padding:2px 0px;
	text-transform:uppercase;
}

#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:hover,
#navigation ul li a:active,
#navigation ul li a:visited {
	color:#044464;	
	text-decoration:none;
}

.current-menu-item, 
#navigation ul li a:hover,
#navigation ul li a:active {
	text-decoration:underline;
}

/* =best booking form
----------------------------------------------------------------------------- */
#booking{
	margin:20px;
	padding:20px 0px 40px 0px;
	border-top:1px solid #70b4be;
	border-bottom:1px solid #70b4be;
}

#booking h9{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;	
	padding:2px 0px;
	text-transform:uppercase;
}

.best-booking-form {
	font-size:8pt;
	padding:10px 10px 10px 0px;
}
.best-booking-form input,
.best-booking-form select {
	margin:2px 0px;
	background:#e6f6f8;
	border:1px solid #70b4be;
	font-size:8pt;
	color:#044464;
	width:86px;
}
.best-booking-form select {
	padding:0px;
	width:auto!important;
}

.best-booking-form .best-booking-date {
/*	background-image:url(images/best-booking-date.gif);
	background-repeat:no-repeat;
	background-position:right;
	cursor:default;*/
}

.best-booking-form .best-booking-submit {
	background:#6394b2;
	background-image:url(images/best-booking-submit.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 100%;
	border:none;
	color:#ffffff;
	cursor:default;
	padding:2px 6px;;
	width:auto!important;
}

/* =
----------------------------------------------------------------------------- */
#social{
	margin:15px;
}

/* =
----------------------------------------------------------------------------- */
#content {
	float:right;
	width:670px;
	padding:15px;
}

#slideshow {}

#content-wrapper{
	padding:15px 0px;
	}
	
#post-container {
	float:left;
	width:455px;
	overflow:hidden;
}

/* =
----------------------------------------------------------------------------- */

.post-header{
	margin-top:15px;
}

.post-title{
	font-size:10pt;
	font-weight:bold;
	color:#00476d;
}

.post-title a{
	text-decoration:none!important;
	color:#00476d!important;
}

.post-validity{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
	font-style:italic;
}

.post-content{
	margin-top:30px;
	font-size:10pt;
	text-align:justify;
}

.post-content img{
	border:1px solid #c0c0c0;
	margin:0px 20px 20px 0px;
}

/* =Categories
----------------------------------------------------------------------------- */
.category-content {}
.category-header {
	margin-top:15px;
}

.category-title{
	font-size:12pt;
	font-weight:bold;
	color:#c0c0c0;
}

.category-title a{
	text-decoration:none!important;
	color:#00476d!important;
}

.child-post {
	margin:20px 0px 0px 0px;
	border-bottom:1px dotted #c0c0c0;	
}
.child-post img {
	border:1px solid #4c4c4c;
	margin:0px 20px 20px 0px;
}

/* =
----------------------------------------------------------------------------- */

a.inner-post-link,
a.inner-post-link:link,
a.inner-post-link:hover {
	text-decoration:underline;
}

/* =
----------------------------------------------------------------------------- */
.gallery a,
.gallery a:link, 
.gallery a:active,
.gallery a:hover,
.gallery a:visited{
	color:#c0c0c0;
}

.gallery img.attachment-thumbnail{
	border:1px solid #c0c0c0 !important;
}

/* =Contact form
----------------------------------------------------------------------------- */
.contact-form{
	padding:10px;
	border:1px solid #999999;
/*	background: #3c3c3c url(images/form_bg.png) repeat-x;*/
/*	color:#ffffff;*/
}

.contact-form p{
	margin:10px 0px 0px 0px;
}

.contact-form input[type="text"] {
/*	width:180px;*/
}

.contact-form select {
/*	width:182px;*/
}

.contact-form textarea {
	width:100%;
}

.contact-form .contact-form-privacy{
	width:100%;
	height:70px;
	overflow:auto;
	margin:0px 0px 20px 0px;
	border:1px solid #d3d3d3;
	background: #f1f1f1;
	color:#555555;
}
.contact-form .contact-form-date{
	background-image:url(images/calendar_form.gif);
	background-repeat:no-repeat;
	background-position:right;
	cursor:default;
}

.contact-form .error {
	display:none;
}

.contact-form .error p, 
.contact-form .success-message {
	padding:10px;
/*	font-weight:bold;*/
}

.contact-form .error .ui-icon, 
.contact-form .success-message .ui-icon {
	display:inline-block;
}

.contact-form .success-message {
	color:#000000;
	background-color:#f4f4f4;
	border:1px solid #bd9d1e;
}

/* =
----------------------------------------------------------------------------- */
#post-sidebar{
	float:right;
	width:195px;
}

/* =Special offers
----------------------------------------------------------------------------- */
.special-offers-container {
	display:block;
	background: #c5adba;
	padding:15px;
	margin-bottom:15px;		
	overflow:hidden;
	cursor:pointer;
}

.special-offers-container .special-offers-image {}
.special-offers-container .special-offers-image img {
	border:none;
}
.special-offers-container .special-offers-content {
	color:#ffffff;
	padding-bottom:15px;	
	background:url(images/special-offers-arrow.gif) bottom right no-repeat;
}
.special-offers-container .special-offers-content .title{
	font-weight:bold;
	color:#044464;
}
.special-offers-container .special-offers-content .summary{}

/* =
----------------------------------------------------------------------------- */
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;	
	color:#ffffff;
}

#footer a,
#footer a:link,
#footer a:hover,
#footer a:active,
#footer a:visited {
	color:#044464;	
}

/* =
----------------------------------------------------------------------------- */
.left { 
	float:left; 
}
.right { 
	float:right; 
}
.clear {
	clear:both;
}
