/*******
FBV
*******/
#body {
	margin-top: 10px;
}

#content, #sidebar {
	/*background-image: url(http://www.fincabellavista.com/wordpress/wp-content/uploads/2012/06/blacktrans2.png);*/
	/*border-radius: 6px;*/
	/*box-shadow: 0 0px 15px black;*/
	padding: 1% 1% 3%;
}

#content hr {
	clear: none;
}

#body img {
	border-radius: 6px;
}

#body a:hover img {
	box-shadow: 0 0px 30px white;
}

.alignleft {
	margin-right: 10px;
}

.widgettitle {
	background-color: #586C0B;
	text-align: center;
	border-radius: 6px;
}

.royalSlider .royalSlide, .royalSlider .royalWrapper {
	background: none;
}

.royalSlider .royalCaptionItem {
	border-radius: 6px;
}

.shortcode.box.gray {
	background: #3E3E3E;
	border: none;
	color: white !important;
}

/* form button */
input[type=reset], input[type=submit] {
	background: #333;
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #555;
}

input[type="text"], input[type="password"], textarea, input[type="search"] {
    background-color: #303030;
}

h2 {
    margin: 0;
}

/************************
Slickr Flickr Gallery
*************************/
.slickr-flickr-gallery img.hover {
    background: none !important;
}

.slickr-flickr-gallery ul li {
    overflow: visible !important;
}

/************************
Checkfront customizations
*************************/
#CF_tabs li, #CF_items li {
	background: none !important;
}

#CF #CF_head fieldset {
	color: white !important;
}

/***************
Interactive map
****************/
#interactive-map {
	margin: 0 auto;
	width: 600px;
	height: 776px;
	background-image: url('../../../images/TRAIL_Map_Sept_2011.gif');
}

#interactive-map a:hover img {
	box-shadow: 0 0px 30px black;

}

#interactive-map #mis-ojos {
	top: 506px;
	left: 374px;
	width: 50px;
	height: 50px;
	position: relative;
}

#interactive-map #el-castillo {
	top: 323px;
	left: 390px;
	width: 50px;
	height: 50px;
	position: relative;
}

#interactive-map #fila-tortuga {
	top: 171px;
	left: 308px;
	width: 50px;
	height: 50px;
	position: relative;
}

#interactive-map #cabina-colibri {
	top: 273px;
	left: 440px;
	width: 50px;
	height: 50px;
	position: relative;
}

#interactive-map #casa-mariposa {
	top: 75px;
	left: 206px;
	width: 50px;
	height: 50px;
	position: relative;
}

#interactive-map #casa-del-sol {
	top: 246px;
	left: 17px;
	width: 50px;
	height: 50px;
	position: relative;
}

/***************
Gtranslate
****************/
.GTranslate_widget {
     text-align: center;
}

/**************
Main Navigation
***************/
#main-nav {
	left: 290px;
	bottom: 40px;
	/*font-family: 'Vollkorn', serif;*/
	font-size: 1.2em;
}

/*#main-nav a {
	text-shadow: 6px 6px 6px #AAA;
}*/

#main-nav a:hover {
	text-shadow: 2px 2px 2px #999;
}

.social-widget {
	position: absolute !important;
	top: 10px;
	bottom: 100%;
}

#header #searchform {
	top: 40px !important;
}

/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav li:hover > ul a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}