
/*  NAVIGATIONS  */
.nav-main,
.nav-supp,
.nav-breadcrumb,
.nav-sub,
.search-block,
.nav-destinations,

/* IMAGES */
.fallback .bg-img,
.fallback .dest,
.slideshow-block,

/* BLOCKS content navigation */
.acc-block,
.slide-block,
.scroll-block,
.button,
.teaser,
.link-block,


/* related to EDITOR */
.meta,
.bookmark-dropdown li,
.comment-form,
.comment-block h2,
.comment-block p,
.comment-block a,

/* related to google mini */
.search-area,
.search-results,
.search-sort,
.n {display:none;}

 
/* SIZES & STYLES
-----------------------------------------*/
/* COLS */
.col-16,
.col-13,
.col-12,
.col-8,
.col-6,
.col-4,
.col-3,
.col-2 {width:100%;}

/* BILLBOARD */
.billboard {height:50px;}


		
/* LAYOUT ---------------------------------------------------------------------------------------------------------------------*/

body {
	background: #c0d1dc;
	font:normal 12px/1.5 "Lucida Sans Unicode", "Lucida Grande", Tahoma, Sans-serif;
	color:#444;
}

/* header, logo
-------------------------------------------------- */
.header {
	background:url(images/shaddow-bg-header.png) no-repeat 50% 8px;	
	}
	.header .wrapper	{background:;}
	.logo {
		position: absolute;
		top: 20px;
		left: 0;
	}
		.logo img{
			border:none !important;
		}

	
/* Billboard
--------------------------------------------------	*/
.billboard {
	background:url(images/shaddow-bg-repeaty.png) repeat-y 50% 0;
	float:left;
	width:100%;
	overflow: hidden;
}	
	.billboard .wrapper	{
		background:#fff;
		padding: 0; 
		width: 980px;
		height: 341px;
	}
		.billboard.subpage {	
			margin-bottom:10px;
		}	
			.billboard.subpage .wrapper {	
				height:78px;
			}		
	.billboard  embed {
		float:left;
		clear:both;
		}					


/* EDITOR ----------------------------------------------------------------------------------------------------   */

.editor h1,
.editor h2,
.editor h3{
	letter-spacing:0.03em;
	font:bold 16px/1.5 "Lucida Sans", "Lucida Grande", Tahoma, Sans-serif;
	color:#222;
}

.editor h1 {
	font-size: 28px;
	margin-bottom:20px;
	text-transform:uppercase;
}
.editor h2 {
	font-size: 18px;
}
.editor h3 {
	font-size: 16px;
}
.editor p {
	font-size:13px;
	margin-bottom:15px;
}
.editor p strong{
	font-weight: bold;
	font-size: 80%;
	text-transform:uppercase;
}
.editor p.intro {
	font-size:16px;
	line-height:1.3;
}

/* Link 
---------------------------------------------------*/	
a, a:visited,
.editor a, .editor a:visited {
	text-decoration:underline;
	color:#006EAB;
	}
	a:hover,
	.editor a:hover {
		text-decoration:none;
	}
	
/* Lists 
---------------------------------------------------*/	
.editor ul,
.editor ol {
	margin-bottom:10px;
	font:normal 13px/1.5 "Lucida Sans Unicode", "Lucida Grande", Tahoma, Sans-serif;
}
	.editor ul li,
	.editor ol li {
		list-style-type: disc;
		padding-left: 0;
		list-style-position:inside;
	}
	 .editor ol li{
		list-style-type: decimal;
	}
	
/* Tabels 
---------------------------------------------------*/
.editor table {
	font:normal 13px/1.5 "Lucida Sans Unicode", "Lucida Grande", Tahoma, Sans-serif;
	border:none;
	margin:3px 0 10px;		
	}
	.editor table th {
		font-weight: bold;
		padding:3px 5px;
		}
	.editor table td {
		padding:0 5px;
	}
	
/* table with borders */
.editor table.border {
	border:1px solid #E7EDEF ;
	}
	.editor table.border th {}
	.editor table.border td {
		border:1px solid #E7EDEF ;
	}
	
/* Images
-------------------------------------------------- */	
.editor img {}
.editor img.imgleft {
	float: left;
	margin: 0 10px 10px 0;	
}
.editor img.imgright {
	float: right;
	margin: 0 0 10px 10px;	
}
/* border */
.editor img.border {
	border:1px solid #eee;	
}
	



		

