/*
Theme Name:		EDH THEME
Description: 	A <em>EDH THEME</em> for WordPress Theme Framework, theme based on WP - FRAMEWORK - By NADA
Author: 		Ptah Dunbar

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
/*@import url( 'library/media/css/reset.css' );*/

/* Apply base theme styles and colors */
/*@import url( 'library/media/css/base.css' );*/

/* Basic 2 Column Layout */
/*@import url( 'library/media/layouts/2col-r.css' );*/

/* Stylistic CSS Styles */
/*@import url( 'library/media/css/screen.css' );*/

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
/* .aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}*/

.inside-hider{
	 display:block;
	 overflow:hidden;
}
.inside-hider span{
	 display:block;
	 padding-top:200px;
}

a, a img{
    outline: none;
    border: none;
}


body {
	 margin: 0px;
	 padding: 0px;
	 font-family: Arial, "Arial Narrow", Verdana;
}

.container{
	 width: 900px;
	 margin: 0px auto;
}

#serv_menu_col2 .nav li ul, #serv_menu_col1 .nav li ul, .header .nav li ul, .footer .nav li ul{display: none;}

#pdet_c2 table td{
    width: 200px;
}

#pdet_c2 table ul{
    width: auto !important;
}


/*------------------------HEADER----------------------------------*/
/*----------------------------------------------------------------*/
.header{
	overflow: auto; 
}

#logo h1{margin: 25px 0px 0px 0px;}

#logo h1 a:link, #logo h1 a:visited{
	 width: 170px;
	 height: 52px;
	 background-image: url('ui/logo_edh.jpg');
	 margin: 10px auto;
	 padding-top:10px;
}

#logo {
        width: 170px;
        height: 52px;
        margin: 0px auto;
	 padding-top:10px;
}

/*-----------------MENU-------------------*/
.header .menu{
	 float: right;
	 clear: both;
	 overflow: auto;
}

.header .menu ul{
	 margin: 0px;
	 padding: 0px;
	 list-style: none;
}

.header .menu ul li{
	 display: inline;
}

.header .menu ul li a{
	 padding: 0px 10px;
	 text-transform: uppercase;
	 text-decoration: none;
	 font-size: 8.5pt;
	 font-weight: bold;
	 color: #ec3232;
}
/*-----------------SERV - MENU ----------------*/

.slide_subh_style{
    position: relative;
    display: block;
    height: 360px;
    width: 900px;
	 background-image: url('ui/markup_header_slide.png');
	 background-repeat: no-repeat;
	 background-position: 0px 0px;
}

.slide_subhead .head_img{
    position: absolute;
    opacity: 0;
}

/*-----------------SERV - MENU ----------------*/
.serv_menu{
	 margin: 5px 0px;
	 height: 63px;
	 border-bottom: 1px solid #e5eaee;
	 background-image: url('ui/serv_menu_bg.gif');
	 background-position: 0px 0px;
	 background-repeat: repeat-x;
	 overflow: auto;
}

#serv_menu_col1{
	float: left;
	width: 245px;
	border-right: 1px solid #fff;
	margin-left: 20px;
	display: inline;
}

#serv_menu_col2{
	 float: right;
	 width: 615px;
	 display: inline;
}

.serv_cols{
	 height: 45px;
	 margin-top: 10px;
}

.serv_cols h1{
         margin: 5px 0px 4px 0px;
         text-transform: uppercase;
         font-size: 10pt;
         color: #004772;
         letter-spacing: 0.5px;
         
}

.serv_cols h3{
	 margin: 5px 0px 4px 0px;
	 text-transform: uppercase;
	 font-size: 10pt;
	 color: #004772;
	 letter-spacing: 0.5px;
	 
}

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

.serv_cols ul li{
	 display: inline;
	 float: left;
	 font-size: 10pt;
	 margin-right: 12px;
}

.serv_cols ul li a{
	 text-decoration: none;
	 color: #427593 !important;
}

/*--------SUBHEADER AREA --------*/

#page_subhader_area{
	padding-bottom: 2px;
}


/*--------CONTENT GENERAL AREA -------------*/
/*--------NORMAL PAGE ----*/
.normal-page{
	padding-top: 1px;
}

.normal-page .entry-title{
    font-size: 10pt;
}

.category-news{
    padding-bottom: 5px;
}

.normal-page p{
   font-size: 10pt !important;
}

.normal-page h1, .normal-page h2, .normal-page h3, .normal-page h4{
    color: #014E7C;
}

.nav-previous{
    float: right;
}

.nav-next{
    float: left;
}

.page-navigation{
    margin: 10px 20px;
    
}

/*--------CONTENT ----*/
#content{
	overflow: auto;
}

.primary{
	overflow: auto;
}

.home-template .content-col{
	width: 580px;
	float: left;
	padding-top: 1px;
}

.destinations-template .content-col{
	padding-left: 25px;
	width: 470px;
	float: left;
	padding-top: 15px;
}

.destinations-template #this_page_subpages{
	width: 145px;
	float: left;
   margin-top: 35px;
	padding-top: 1px;
	border-right: 1px solid #9cbcca;
}

.sidebar_area{
	float: right;
	width: 200px;
	background-image: url('ui/h_sidebar_bg.jpg');
	background-repeat: no-repeat;
	background-color: #ff9130;
}

.entry-content, .entry-summary{
	color: #444444;
}

.entry-content ul, .article ul, .entry-summary ul{
	font-size: 10pt;
}

.entry-meta{
	font-size: 9pt;
	color: #969696;
}

.entry-content h3, .entry-content h1{
	margin: 15px 0px 0px 0px;
	color: #004772;
	text-transform: uppercase;
	font-size: 11.5pt;
}

.entry-content h1{
	margin: 15px 0px 0px 0px;
	color: #004772;
	text-transform: uppercase;
	font-size: 10pt;
}

.entry-content h2{
	margin: 15px 0px 0px 0px;
	color: #004772;
	font-size: 10pt;
}

.page_main_content{
	padding-bottom: 15px;
}

.entry-content p, .entry-summary p{
	padding: 0px 0px 0px 0px ;
	font-size: 10pt;
	line-height: 15pt;
	/*margin: 0px;*/
}

.page_main_content h3{
	margin: 15px 0px 10px;
	font-size: 10pt;
}



.home .entry-content p, .home .entry-summary p{
	padding: 0px 0px 0px 0px !important;
}

.destinations-template p{
	padding: 18px 0px 0px 0px;
	font-size: 10pt;
	margin: 0px;
}

.category-news .entry-title{
	margin: 20px 0px 5px 0px;
	font-size: 10pt;
}

.single .category-news .entry-title{
	margin: 15px 0px 15px 0px;
	font-size: 10pt;
}

.category-news .more-link{
	font-weight: bold;
}

/*---- SIDEBARS -----*/
/*---- -------- -----*/

#destinations_sidebar_area{
    padding-top: 10px;
}

#destinations_sidebar_area .aside{
    padding: 0px 20px;

}

#destinations_sidebar_area .widget-title{
    color: #fff;
    font-size: 10pt;
    margin: 15px 0px;
}

#destinations_sidebar_area ul{
    list-style-image: url('ui/normal_side_bullet.gif');
    line-height: 14pt;
    padding-left: 15px;
	 margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

#proerty_general_area ul {}

#destinations_sidebar_area ul li a{
    font-size: 10pt;
    text-decoration: none;
    color: #fff !important;
}

#properties_sidebar_area ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#properties_sidebar_area ul li{
    margin: 15px 0px;
}

.bottom_w_line{
    border-bottom: 1px solid #fff;
}

#properties_sidebar_area{
    padding-top: 18px;
    float: right;
    width: 200px;
}

.prp_side_li a{
    display: block; 
    height: 52px;
    width: 200px;
}

#prop_s_1 a{background-image: url('ui/prop_s_1_bg.gif');}
#prop_s_2 a{background-image: url('ui/prop_s_2_bg.gif');}
#prop_s_3 a{background-image: url('ui/prop_s_3_bg.gif');}
#prop_s_4 a{background-image: url('ui/prop_s_4_bg.gif');}

.prop_sd_real_content{
    height: 52px;
    width: 200px;
    background-image: url('ui/prop_normal_content.gif');
}

.prop_sd_real_content a{
    display: block;
    font-size: 10pt;
    color: #fff !important;
    text-decoration: none;
}

.prop_sd_real_content a span{
    padding: 10px 0px 0px 25px;
    display: block;
}
   


/*------- SUBPAGES THUMBS ----*/
#properties_thumbs_area{
    margin: 0px 0px 10px 0px;
	 overflow: auto;
}

#properties_thumbs_area h3{
        margin: 15px 0px 0px 0px;
        color: #004772;
         text-transform: uppercase;
        font-size: 10pt;
}

.prop_thumb_area{
    float: left;
    display: inline;
    background-image: url('ui/prop_thumb_bg.gif');
    background-repeat: no-repeat;
    margin: 0px 0px 10px 0px;
    padding-top: 1px;
    padding-left: 1px;
    width: 155px;
    height: 154px;
}

.prop_thumb_imgholder a{
    width: 120px;
    height: 120px;
    overflow: hidden;
    padding: 12px 0px 0px 12px;
    display: inline;
}

.prop_thumb_imgholder a{
    display: block;
}

/*-------- PROPERTY EXTRA INFO FILE ---------*/
#proerty_general_area{
    margin-top: 20px;
    color: #444444;
    font-size: 9pt;
    letter-spacing: 0.2px;
    line-height: 14pt;
}

/* EXTRA INFO NAV */
/*----------------*/
#prop_desc_nav{
    margin-bottom: 10px;
}

#prop_desc_nav ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: auto;
    background-image: url('ui/propt_descript_nav.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    height: 40px;
}

#prop_desc_nav ul li{
    float: left;
    display: inline;
    cursor: pointer;
    font-size: 9pt;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    color: #014e7c;
    margin-top: 14px;
    padding: 0px 15px 0px 15px;
    border-right: 1px solid #fff;
    letter-spacing: 0.7px;
}

#prop_desc_nav ul .pdet_active{
    color: #004772;
}

#prop_desc_nav ul .pdet_last{
    border: none !important;
}

/* EXTRA INFO CCONTENT */
/*----------------*/

.pdn_cont{
    overflow: hidden;
}

#proerty_general_area .pdn_cont ul{
    padding-left: 15px;
    width: 380px;
    margin-top: 0px;
	 margin-left: 0px;
}

#proerty_general_area .pdn_cont td{
	vertical-align: top;
}

#proerty_general_area .pdn_cont ul li{
    padding: 3px 0px;
}

#proerty_general_area .pdn_cont h3{
    margin-bottom: 2px;
    font-size: 10pt;
}

#proerty_general_area .pdn_cont h5{
    margin-bottom: 2px;
    font-size: 10pt;
	color: #ef4223;
}

#proerty_general_area .pdn_cont p{
    padding-top: 0px;
}

#proerty_general_area h1, #proerty_general_area h2, #proerty_general_area h3, #proerty_general_area h4, #proerty_general_area h5 {
    color: #014e7c;   
}

.pdcontent_cols_area{
    overflow:auto;
}

.pdn_cont .pdcontent_col1{
    float: left;
    width: 220px;
}

.pdn_cont .pdcontent_col2{
    float: right;
    width: 220px;
}

.pdn_cont .pdcontent_col2 ul, .pdn_cont .pdcontent_col1 ul{
    width: 200px !important;
}

#content a:link, #content a:visited{
  color: #014e7c;
  text-decoration: none;
}

#proerty_general_area .pdn_cont{
    display: none;
}

.pdn_cont_active{
    display: block !important;
}

.pdn_cont table{
    width: 450px;
    margin: 15px 0px;
    text-align: left;
}

.pdn_cont table th{
    font-size: 11pt;
    text-align: left;
}

/*-------- SUBPAGES MENU ---------*/
#this_page_subpages .menu .nav li a{
	display: none;
}

#this_page_subpages .menu .nav{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#this_page_subpages .menu .nav li ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#this_page_subpages .menu .nav li ul li{
	padding-bottom: 15px;
}

#this_page_subpages .menu .nav li ul li ul li{
	margin: 6px 0px;
	padding: 0px;
}

#this_page_subpages .menu .nav li ul li a{
	display: block;
	text-transform: uppercase;
	text-decoration: underline;
	color: #ef4223;
	font-size: 10pt;
	font-weight: bold;
}

#this_page_subpages .menu .nav li ul .current_page_item a,
#this_page_subpages .menu .nav li ul .current_page_parent a
{
	color: #004772;	
}

.serv_cols .menu .nav .current_page_item a, .serv_cols .menu .nav .current_page_parent a, .serv_cols .menu .nav .current_page_ancestor a, .serv_cols .menu .nav li a:hover{
	color: #004772 !important;	
}

#tell_us_link{
	font-size: 10pt;
	font-weight: bold;
	color: #427593 !important;
	line-height: 13pt;
	display: block;
}

#this_page_subpages .menu .nav li ul li ul {
	list-style-image: url('ui/subp_bullet.gif');
	margin-left: 20px;
}

#this_page_subpages .menu .nav li ul li ul li a{
	text-transform: none;
	color: #427593 !important;
}

#this_page_subpages .menu .nav li ul .current_page_parent ul .current_page_item a{
	color: #004772 !important;
}

/*-*/
#this_page_subpages .menu .nav li ul li ul{
	display: none;
}

#this_page_subpages .menu .nav li ul .current_page_item ul, #this_page_subpages .menu .nav li ul .current_page_parent ul{
	display: block !important;
}



/*--------------------FOOTER---------------------*/
.footer{
	margin: 65px 0px 0px 0px;
	padding-top: 15px;
	padding-left: 20px;
	height: 25px;
	background-image: url('ui/footer_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
	overflow: auto;
	color: #8b9aa3;
	font-size: 9pt;
	font-weight: bold;
}

#copyright{
	float: left;
	padding-right: 15px;
}

#foot_menu{
	float: left;
}

#foot_menu .menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#foot_menu .menu ul li{
	float: left;
	display: inline;
	border-left: 1px solid #8b9aa3;
}

#foot_menu .menu ul li a{
	font-size: 8pt;
	text-decoration: none;
	color: #8b9aa3;
	text-transform: uppercase;
	padding: 0px 15px 0px 15px;
}

/*-----MW SLIDER -- MW SLIDER ------*/
#slider_content {
	display: block;
	position: relative;
	width: 900px;
	height: 360px;
	overflow: hidden;
}

.slider_img_list {
	display: block;
	position: absolute;
	top:0px;
	left:0px;
	height: 360px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #33A0AC;
}

.slider_img_list li {
	border: none;
	display: inline;
	float: left;
	list-style: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.slider_img_list li img {
	border-right: 7px solid #334956;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}

#slider_holder{
    position: relative;
    top: 0px;
    left: 0px;
    width: 900px;
    height: 360px;
}

#s_controls_holder{
    background-image: url('ui/markup_header_slide.png');
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top:0px;
    width: 900px;
    height: 360px;
}

.slider_controls{
    margin: 0px;
    padding: 24px 0px 0px 0px;
    list-style: none;
    overflow: auto;
}

#sc_bak_li{
    height: 332px;
    width: 60px;
    float: left;
    background-image: url("ui/slide_left_barcamp.png");
    background-repeat: no-repeat;
}

#sc_nxt_li{
    height: 332px;
    width: 60px;
    float: right;
    background-image: url("ui/slide_right_barcamp.png");
    background-repeat: no-repeat;
}

.wide-property-sidebar{
    width:165px !important;
}

.wide-property-sidebar u li{
    width:165px !important;
}

.slider_controls #sc_bak_li a, .slider_controls #sc_nxt_li a{
    height: 332px;
    display: block;
    overflow: hidden;
}

.slider_controls #sc_bak_li a span, .slider_controls #sc_nxt_li a span{
    padding-top: 500px;
    display: block;
}

.wide-property-sidebar ul .prp_side_li a{
	 background-position: -20px 0px !important;
}

.wide-property-sidebar ul li a{
	 width: 165px !important;
}

.content-wide-col{
	 width: 550px !important;
}