/*
Theme Name: Tourism and More Custom Theme
Author: Leo Pardo, LP Web Branding
Description: Custom Theme for Tourism and More created by Leo Pardo of LP Web Branding
*//****************************************
 * GLOBAL
 ****************************************/

body,html{
    background: #033347;
}

body{
    background:url(images/bkgd-top.jpg) repeat-x;
    height: 100%;	
    margin:0; 
    padding:0; 	
}

html{
    background:url(images/bkgd-rest.jpg)
}

.clear{
    clear:both
}

label{
    display:block
}

strong{
    font-weight:bold
}

.wp-post-image{
    border:1px solid #cccccc;
    padding:4px;
}

hr{
    border: 0;
    width: 100%;   
    color: #f00;
    background-color: #d5d5d5;
    height: 1px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/****************************************
 * STRUCTURE
 ****************************************/

#container{
    width:1000px;
    margin:0px auto;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;
}

#header{
    padding-top:20px;
	padding-bottom:10px;	
    clear:both;
	overflow:auto
}

#nav{	
    background: url(images/content-top-bkgd.png) repeat-x;
}

#content_wrapper{
    background: url(images/content-bkgd.png);
    padding:0px 10px 0px 10px;
    overflow:auto;
    position:relative
}

.content_wrapper_home{
    background: url(images/content-bkgd-home.png) !important;
}

#footer{
    background:url(images/content-bottom-bkgd.png) no-repeat top;
    height:300px;
    padding-top:40px;
}

.footer_home{
    background: url(images/content-bottom-bkgd-home.png) no-repeat top !important;
}

#page_headerimage{
    height: 240px;
    background:#ffffff;
    position: relative;

}
#page_headerimage h2{
    color:#ffffff !important;
    margin:0px !important;
    padding:0px !important;
}

#page_leftarea{
    width:630px;
    padding:10px 20px;	
    float:left;
    background:#ffffff
}

#page_rightbar{
    width:270px;
    float:right;

    padding:10px 20px;
    height:100%;
    position:relative

}

h2,h3,h4{
    font-family: 'Dosis', sans-serif;
    color:#003366
}

em{
    font-style: italic;
}

h3{
    font-size:1.5em;
    margin:10px 0px;
}

h4{
    font-size:1.2em;
    margin:10px 0px;
}

#page_rightbar h4{
    font-size:1.4em;
    margin:10px 0px;
}

#page_rightbar ul{
    margin:0px 0px 40px 0px;
    padding:0px !important;    
}

#page_rightbar ul li{
    padding:6px 0px !important;
    border-bottom: 1px dashed #CCCCCC;    
    list-style: none !important;
}

#page_rightbar ul li:last-child{
    border:none;
}

#page_rightbar ul li a{
    color:#006699;
    text-decoration:none
}

#page_rightbar ul li a:hover{
    text-decoration:underline
}


/****************************************
 * HEADER
 ****************************************/

.sitetitle{
	display:block
}

.sitetitle img{
    float:left;
    margin-right:10px;
}

#header h1,#header h1 a{
    font-size:50px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
    margin-left:10px;
    width:800px;
	margin-top:20px;
    float:left;
    text-decoration: none;
}

#header-languages{
    text-align:right;
    color:#999999;
}

#header-languages a{
	padding:5px;
	background: #0379a8;
	color:#FFFFFF;
	margin-bottom:20px;
	border:1px solid #045274;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
	font-size:.9em;
}

#header-languages a:hover{
	text-decoration:underline;
	background:#038cc3
}

/****************************************
 * Navigation Bar
 ****************************************/

/* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */
/*------------------------------------*\
        NAV
\*------------------------------------*/
#nav{
    display:block;               
    margin:10px 10px 0px 10px;   
}

#menu-top-horizontal-menu{
    list-style:none;        
    /* Clear floats */
    float:left;
    width:100%;        
    z-index: 100;
    /* Bring the nav above everything else--uncomment if needed.
    position:relative;
    z-index:5;
    */
    background: url(images/nav-bkgd.jpg) repeat-x;    
}

#menu-top-horizontal-menu li{
    position:relative;
    float:left;	
    font-size:.9em;
    font-family: 'Dosis', sans-serif;
    color:#FFFFFF        
}

#menu-top-horizontal-menu a{    
    display:block;
    padding:16px 12px;	
    color:#FFFFFF;
    text-decoration:none;
    text-transform:uppercase;
    text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);	
    border-right: 1px solid #003366        

}

#menu-top-horizontal-menu a:hover{
    color:#fff;
    background: url(images/nav-bkgd-hover.jpg) repeat-x;
    text-decoration:underline;
}

/*--- DROPDOWN ---*/
#menu-top-horizontal-menu ul{
    background:#009cdb;
    /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    list-style:none;
    position:absolute;
    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
    z-index: 100;
}
#menu-top-horizontal-menu ul li{
    padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float:none;
    
}
#menu-top-horizontal-menu ul a{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */

}
#menu-top-horizontal-menu li:hover ul{ /* Display the dropdown on hover */
    left:0; /* Bring back on-screen when needed */
}
#menu-top-horizontal-menu li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background: url(images/nav-bkgd-hover.jpg) repeat-x;    
    text-decoration:underline;
}
#menu-top-horizontal-menu li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
    background: url(images/nav-bkgd.jpg) repeat-x;	
}
#menu-top-horizontal-menu li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background: url(images/nav-bkgd-hover.jpg) repeat-x;	
}



/****************************************
 * Content Area
 ****************************************/
#content_wrapper h2{
    font-size:1.5em;
    font-weight:bold;
    margin-bottom:10px;
}

#content_wrapper p,#content_wrapper li{
    color:#333333;
    font-size:.9em;
    padding-bottom:15px;
    line-height:1.4em;    
}

#content_wrapper ul,#content_wrapper ol{
    padding:10px 30px;
}

#content_wrapper ul li,#content_wrapper ol li{
    list-style:outside; 
    padding-bottom:10px;
}

#content_wrapper ol li{
    list-style: decimal
}

#page_leftarea a,#page_rightarea a{
    color:#006699;
}

/*** TABLE ***/

table{
    width: 100%;
    line-height:1.4em; 
    font-size:.9em;
    border:1px solid #e7e7e7
}

table thead{
    background: #cccccc;    
    border: 1px solid #cccccc;    
}

table thead tr th{
    font-weight: bold;
}

table tr{
    border-bottom: 1px solid #e7e7e7
}

table tr.odd{
    background: #f5f5f5;   
}

table td,table th{
    color:#333333;
    font-size:.9em;
    padding:6px;
    line-height:1.4em;
    vertical-align: top;
}

/****************************************
 * HOME SLIDER
 ****************************************/
#home-slider{
    height:400px;
    background:#999999;
    position:relative;
    padding:0px;
    margin:0px;
}

#slide-navigation{
    position:absolute;
    top:150px;
    height:50px;
    width:100%;
    z-index:2;
}

.prev-slide{
    height:50px;
    width:50px;
    display:block;
    background:url(images/slider-nav-arrows.png) -25px 0px;
    float:left;
    cursor:pointer	
}

.prev-slide:hover{
    background-position: -25px -50px;
}

.prev-slide:active{
    background-position: -25px -100px;
}

.next-slide{
    height:50px;
    width:50px;
    display:block;
    background:url(images/slider-nav-arrows.png) -125px 0px;
    float:right;
    cursor:pointer
}

.next-slide:hover{
    background-position: -125px -50px;
}

.next-slide:active{
    background-position: -125px -100px;
}

.slide-image{
    position:absolute;
    z-index:1
}

.slider-overlay{
    position:absolute;
    bottom:0;
    background:url(images/transparent-black-square.png);
    display:block;
    width:940px;
    padding:10px 20px;
    z-index:2
}

p.slider-title{
    font-size: 1.6em !important;
    font-family: 'Dosis', sans-serif;
    padding-bottom: 5px;
    color:#FFFFFF !important
}

p.slider-text{
    font-size:.9em;
    color: #FFFFFF !important
}

p.slider-text a{
    color: #66FFFF !important;
}

/****************************************
 * HOME DESCRIPTION
 ****************************************/

#home-description{
    padding:0px 20px 10px 170px;
    background: url(images/globe-image.jpg) 20px 0px no-repeat;
    display:block;
    margin:40px 0px;
}

#home-description p{
    font-size:1.1em;
}

/****************************************
 * HOME COLUMNS
 ****************************************/

#columns-container{
    overflow:auto;
    padding:0px 20px;
}

.column{
    width: 300px;
    float:left;
    margin-right:20px;
}

.last{
    width: 300px;
    float:left;
    margin:0px;
}

#columns-container .column ul{
    margin:0px;
    padding:0px;

}

#columns-container .column ul li{
    padding:6px 0px !important;
    border-bottom: 1px dashed #CCCCCC;    
    list-style: none;
}

.column ul li a{
    color:#006699;
    text-decoration:none
}

.column ul li a:hover{
    text-decoration:underline
}

.eventdatetime{
    display:block;
    font-size:.9em;
}

.twitter{
	background: url(images/twitter-icon.png) no-repeat 0px 15px;
	overflow:auto;
	padding-left: 40px;
	margin:30px 10px 0px 10px;
}

.tweet{
	overflow:auto;
	display:block;
}

.tweet li{
	width:850px;
	border-bottom:none !important;
}

.twitter-follow-button{
	margin-left:30px;
	font-size:.9em;
}
/****************************************
 * FOOTER
 ****************************************/

#footer h2{
    color:#FFFFFF;
    font-size:1.4em;
    margin-bottom:10px;
}

#footer-columns-container{
    padding:30px;
}

.footer-column{
    width: 300px;
    float:left;
    margin-right:20px;
}

.footer-column-last{
    width: 300px;
    float:left;
}

#footer p{
    padding-bottom:10px;
}

#footer p, #footer label{
    font-size:.8em;
    color:#FFFFFF
}

#footer label{
    margin-top:10px;
    padding-bottom:5px;
}

#footer a{
    color:#66FFFF
}

#footer form{
    margin:10px 0px;
}

#footer input[type=text], #footer select{
    padding:4px;
    font-size:.8em;
}

#footer input[type=submit]{
    background:#006699;
    padding:5px;
    font-size:.8em;	
    border:none;
    color:#FFFFFF;
    text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);		
    margin:15px 0px;
}


/****************************************
 * jQuery UI CSS
 ****************************************/

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    zoom: 1;
    padding:5px 0px 5px 30px;
    border-top: 1px solid #e7e7e7;  
}

.ui-accordion .ui-accordion-header:last-child{
    border-bottom: 1px solid #e7e7e7;    
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}
.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;  
}
.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: .5em;
}
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a {
    zoom: 1;
}
.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-content {
    padding: 5px 0px 5px 30px;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;  
}
.ui-accordion .ui-accordion-content-active {
    display: block;
}

.defaultIcon
{
    background-image: url(images/accordion-open.png) !important;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 15px;
    margin-top: -8px;
}
.selectedIcon
{
    background-image: url(images/accordion-close.png) !important;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 15px;
    margin-top: -8px;
}