/* Table of Content
==================================================
	#Import Section (load default, untouched files)
	#Site Styles
	#Navigation Styles
	#Image Overlay Styles
	#Page Styles
	#Media Queries
	#Font-Face
	#Plugin Style Mods (placed here so we can keep originals pure)
*/
	
/* ======================================================= */
/* #IMPORT SECTION */
/* ======================================================= */

@import url("../stylesheets/base.css"); 
@import url("../stylesheets/skeleton.css");
@import url("../stylesheets/comments.css");
@import url("../stylesheets/buttons.css"); 
@import url("../stylesheets/superfish.css");  	
@import url("../stylesheets/flexslider.css");
@import url("../stylesheets/typography-sans.css");
@import url("../javascripts/prettyPhoto/css/prettyPhoto.css");



/* ======================================================= */
/* #SITE STYLES : Universal Theme Visual Styles */
/* ======================================================= */


/* Set BG */
body, 
h2.title span, 
ul.tabs li a.active{ 
	background: #fdfdfd;
	background: rgba(55,55,55,1);
	background: #333;
	background: transparent url("../images/theme/backgrounds/noise-grey.jpg") repeat;
	position: relative;
	z-index: 1;
} 

body:after{  
	content: "";
	background: transparent url("../images/theme/backgrounds/pattern_diagonal_medium.png") repeat;
	position:absolute; 
	z-index:99; 
	left:0; 
	bottom:0; 
	right:0;
	height: 100%;
	width: 100%;
	z-index: -1;
	}

ul.tabs li a.active:after{  
	content: "";
	background: transparent url("../images/theme/backgrounds/pattern_diagonal_medium.png") repeat;
	position:absolute; 
	z-index:99; 
	left:0; 
	bottom:0; 
	right:0;
	height: 100%;
	width: 100%;
	z-index: -1;
	}



/* Wrap .container sections with this to create a full width section (for full width BG color stripes) */
.full-width{width: 100%;}

/* HR Divider */
hr{	
	border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; 
	border-bottom: 1px solid #FFF;
	}
	
hr.partial-bottom{margin-bottom: 20px;}



/* Responsive Images - Combined with Sencha.io on the frontend */
.columns img, .column img{max-width: 100%; height: auto;}
.content img{ margin-bottom: 15px;}

/* Basic alignment */
.align-left{float: left;}
.align-center{text-align: center;}
.align-right{float: right}

img.align-left{float: left; margin: 0 15px 12px 0;}
img.align-center{text-align: center; clear: both; margin: 15px auto; display: block;}
img.align-right{float: right; margin: 0 0 12px 15px;}


/* #Global Transitions */
.column, .columns, .row, .module-img img, .sf-menu li, .sf-menu a, a.header-advert img, a.sidebar-advert img {
  	   -moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	}

/* Custom Lists, Buttons, Tags, etc. */
ul.square {padding: 10px;}
a.button{text-align: center;}

/* Form Overrides */
input{ padding: 10px; font-size: 11px !important; }
input.sidebar-search{ width: 90%; min-width: 195px; } 

/* Tags / Categories Styling */
.tags a{
	background: none repeat scroll 0 0 #333333;
	-webkit-border-radius: 3px 3px 3px 3px;
	   -moz-border-radius: 3px 3px 3px 3px;
         -o-border-radius: 3px 3px 3px 3px;
	        border-radius: 3px 3px 3px 3px;
    display: block;
    float: left;
    margin: 2px 2px 0 0;
    padding: 5px 12px;
    text-decoration: none;
}


/* Miscelleneous Classes */
img.tag_icon{
	float: left; 
	border: 0 !important; 
	padding: 5px 13px 0 0;
	margin-bottom: 0;
	}

#entry .tags{margin: -12px 0 -7px;}
.tags .button{margin-bottom: 2px;}

.chzn-container-single .chzn-search input{min-width: 20px;}
 
.excerpt .date{margin-bottom: 20px;}

.my-avatar {
    float: right;
    padding: 5px;
    width: 32px;
    height: 40px;
}

ul.square, ul.circle, ul.disc {
    margin-left: 15px;
    font-size: 13px;
}

/* ======================================================= */
/* #SECTIONS */
/* ======================================================= */

/* Section declarations for BG stripes */
#section-tophat, #section-footer, #section-sub-footer {	position: relative;  z-index: 1;  } /* Setup for :after double bgs below */

#section-tophat{  background: #222;	 background: rgba(0,0,0,0.8);  }
#section-header{}
#section-slider{}
#section-portfolio{}
#section-projects{}
#section-sidebar-right{}
#section-project-single{}
#section-footer{  background: #222;	 background: rgba(0,0,0,0.8);	}
#section-sub-footer{  background: #111;	 background: rgba(0,0,0,0.95);   }

.grid-example .column, 
.grid-example .columns{
	background: #ccc; 
	display: block; 
	height: 60px;
	margin-bottom: 20px;
	}


/* Now we'll add some more granular styles to each specific section*/


/* #TOPHAT */ 
#section-tophat{
	border-bottom: 2px solid #ddd;
	background: transparent url("../images/theme/backgrounds/noise-grey.jpg") repeat;
}

#section-tophat:after, #section-footer:after{
	content: "";
	background: transparent url("../images/theme/backgrounds/pattern_diagonal_medium.png") repeat;
	position:absolute; 
	z-index:99; 
	left:0; 
	bottom:0;
	right:0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
#section-tophat{padding: 10px 0;}

#section-tophat span.subscribe{float: left;}
#section-tophat span.tagline{float: right;}



/* #HEADER */
#section-header{}
h1#logo{
	margin-bottom: 10px;
}

/* Header / Sidebar Advertisement */
a.header-advert{
	margin-top: 30px;
	margin-bottom: 20px;
	float: right; 
	}
a.header-advert img, a.sidebar-advert img{ 
	padding: 6px;
	background: #eee; 
	background:rgba(200,200,200,0.05);
	}
a.header-advert:hover img, a.sidebar-advert:hover img{
	background: #ddd; 
	background:rgba(200,200,200,0.3);
}

/* Social Icons Section */
ul.social{
	text-align: right; 
	margin-bottom: 0;
	}
	
ul.social li{
	display: inline-block; 
	width: 24px; 
	height: 24px; 
	padding: 18px 2px 0; 
	margin: 0;
			  -moz-opacity:0.8;
     filter: alpha(opacity=80);
     			   opacity:0.8;
	   -moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
	}
	        
ul.social li:hover{
			   -moz-opacity:1.0 !important;
     filter: alpha(opacity=100) !important;
     			    opacity:1.0 !important;
}	



/* #SLIDER */
#section-slider{}


/* #FOOTER */
#section-footer{
	background: url("../images/theme/backgrounds/footer.jpg") repeat;
	margin-top: 40px;
	padding: 0px 0px 10px;
}

.pipes{
	background: transparent url("../images/theme/backgrounds/pipes.png") repeat-x;
	height: 51px;
	padding-bottom: 10px;
}

#section-footer h5{
	position: relative;
	z-index: 1;
	padding: 2px 10px;
	margin-bottom: 20px;
	}
	
#section-footer h5:after{
	content: "";
	z-index: -1;
	position: absolute;
	background: url("../images/theme/backgrounds/pattern_diagonal_dark.png") repeat transparent;
	left: 0; top: 0; right: 0; bottom: 0;
}
 
#section-footer ul li{
	padding:10px 0;
	margin: 0;
-webkit-border-top: 1px solid rgba(255, 255, 255, 0.05); /* Top/Bottom border for the dropdown links */
   -moz-border-top: 1px solid rgba(255, 255, 255, 0.05);
     -o-border-top: 1px solid rgba(255, 255, 255, 0.05);
		border-top: 1px solid rgba(255, 255, 255, 0.05);
	-webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	   -moz-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	     -o-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
			border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

#section-footer ul li:first-child { 
	border-top: none; 
	padding-top: 0;
	}  
  
#section-footer ul li:last-child { 
	border-bottom: none; 
	} 



/* #SUBFOOTER */
#section-sub-footer{
	background: url("../images/theme/backgrounds/noise-black.jpg") repeat transparent;
}

#section-sub-footer:after {
	content: "";
	background: transparent url("../images/theme/backgrounds/pattern_diagonal_dark.png") repeat;
	position:absolute; 
	z-index:99; 
	left:0; 
	bottom:0; 
	right:0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

#section-sub-footer{ 
	border-top: 2px solid #000;	
	}
#section-sub-footer span{
	padding: 20px 0;
	}

#section-sub-footer span.copyright{float: left;}
#section-sub-footer span.colophon{float: right;}





/* ======================================================= */
/* #NAVIGATION STYLES  */
/* ======================================================= */
header .navigation{margin-top: 0;}
footer .navigation{margin-top: 0;}

.sf-menu > li {
	border-left: 1px solid rgba(255, 255, 255, 0);
    border-right: 1px solid #222;
}
.sf-menu > li > a {
	color: #FEFEFE;
	padding:17px 15px 17px;
	background: transparent;
	margin-bottom: 0; /* Adjust for padding below our list */
}

.sf-menu > li > a:hover {
	color: #FEFEFE;
}

.sf-menu > li:hover span {color: #ccc !important;}
	
.sf-menu > li > a, .sf-menu > li {
	   -moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;	
			}

.sf-menu > li:hover {
	background: #fefefe; 
	background: rgba(0,0,0,0.5); 
  -webkit-box-shadow:inset 0 -3px 2px rgba(0,0,0,0.1);
	 -moz-box-shadow:inset 0 -3px 2px rgba(0,0,0,0.1);
	   -o-box-shadow:inset 0 -3px 2px rgba(0,0,0,0.1);
		  box-shadow:inset 0 -3px 2px rgba(0,0,0,0.1);
}

.sf-menu li li a, .sf-menu li li a:hover, .sf-menu li li a:focus {
	padding:8px 10 8px 11px !important; 
	background: transparent; margin: 0;
}

/* MAIN SKIN FOR DROPDOWN */
.sf-menu li ul {
	background: url("../images/theme/uparrow.png") no-repeat scroll 35px 5px transparent !important;
	 -webkit-text-shadow: 1px 0 1px #000;
		-moz-text-shadow: 1px 0 1px #000;
		  -o-text-shadow: 1px 0 1px #000;
			 text-shadow: 1px 0 1px #000;
}

.sf-menu li {
	position: relative;
}

.sf-menu li span {
	position: absolute;
	height: 4px;
	width: 100%;
	bottom: 0px;
}

.sf-menu li.home:hover span {
	background: #fff;
}

.sf-menu li.dine:hover span {
	background: #f7941e;
}

.sf-menu li.shop:hover span {
	background: #ffde00;
}

.sf-menu li.entertainment:hover span {
	background: #ec008c;
}

.sf-menu li.visit:hover span {
	background: #8dc63f;
}

.sf-menu li.calendar:hover span {
	background: #0091d5;
}

.sf-menu li.history:hover span {
	background: #00abb5;
}

.sf-menu li.connect:hover span {
	background: #7962aa;
}

.sf-menu li li {
	margin:0;
	background: rgb(0,0,0);  /* BG Color for the dropdown */
	background: rgba(50,50,50,1);
	padding:3px 0;
-webkit-border-top: 1px solid rgba(255, 255, 255, 0.05); /* Top/Bottom border for the dropdown links */
   -moz-border-top: 1px solid rgba(255, 255, 255, 0.05);
     -o-border-top: 1px solid rgba(255, 255, 255, 0.05);
     		border-top: 1px solid rgba(255, 255, 255, 0.05);
	-webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.9);
	   -moz-border-bottom: 1px solid rgba(0, 0, 0, 0.9);
	     -o-border-bottom: 1px solid rgba(0, 0, 0, 0.9);
	     		border-bottom: 1px solid rgba(0, 0, 0, 0.9);
	  -webkit-border-left: 1px solid rgba(0, 0, 0, 0.9); /* Left/Right border for visibility */
	     -moz-border-left: 1px solid rgba(0, 0, 0, 0.9);
	  	   -o-border-left: 1px solid rgba(0, 0, 0, 0.9);
	  	   		border-left: 1px solid rgba(0, 0, 0, 0.9);
	 -webkit-border-right: 1px solid rgba(0, 0, 0, 0.9);
	    -moz-border-right: 1px solid rgba(0, 0, 0, 0.9);
	      -o-border-right: 1px solid rgba(0, 0, 0, 0.9);
	      	 border-right: 1px solid rgba(0, 0, 0, 0.9);
}

.sf-menu li li:first-child {  
}  
  
.sf-menu li li:last-child {  
} 


/* ======================================================= */
/* Responsive Nav Queries - Swaps normal Nav with a dropdown menu with the #responsive-nav ID */
/* ======================================================= */

#responsive-nav{display: none; float: right;}
#responsive-nav li{clear: both;} 

/* @media only screen 
and (max-width: 960) {
  .navigation ul.sf-menu  { display: none; }
  #responsive-nav, .chzn-container, .chzn-container div { display: inline-block !important; }
} */

@media only screen and (max-width: 767px) {
	
  .navigation ul.sf-menu { display: none;} 
  
  #section-tophat span.subscribe, #section-tophat span.tagline,
  ##section-sub-footer span.copyright, #section-sub-footer span.colophon,
  {float: none; text-align: center;}
  
  header .navigation{margin-top: 10px;}
  
  .flex-direction-nav{display: none;}
  
  #responsive-nav { display: inline-block !important; width: 100% !important; margin-top: 5px;}
  
  #responsive-nav .mobileNav{width: 100% !important;}
    
  #logo, #tagline p, ul.social, ul.social li{text-align: center;}
  
  #tagline p{font-size: 24px; line-height: 28px; padding: 0 10 22px 11px;}
  
  ul.social{margin-bottom: 18px !important;}
  
  a.button.pagination{width: 90% !important;}
  
  ul.social li{
  	float: none; display: inline; 
			   -moz-opacity:1.0 !important;	    		  
     filter: alpha(opacity=100) !important;
     			    opacity:1.0 !important;
	}	 
	
  .flex-control-nav { /* default opacity */
			  -moz-opacity:0;
     filter: alpha(opacity=0);
     			   opacity:0;     
     			  }
     			  
}


/* ======================================================= */
/* #Image Overlay Styles */
/* ======================================================= */
.module, .module-img{position: relative; overflow: hidden;}
.module{margin-bottom: 7px;}
.module-meta {display: inline;} 
.module-img{text-align: center;}

/* The lightbox and full post link styles */
.module-img .thumbLink, .module-img .lightboxLink{
    background: url("../images/theme/post_link.png") no-repeat scroll 0 0 transparent;
    height: 20px !important;
    width: 20px !important;
    z-index: 9 !important;  
    margin-top: -26px; /* Nudge up a bit */
    position: absolute; 
    right: 0;
}

.module-img .lightboxLink{
	background: url("../images/theme/pop_link.png") no-repeat scroll 0 0 transparent;
    right: 21px;
}

/* Our transitions for the thumbnails */
.module-img .thumbLink, .module-img .lightboxLink{ 
			  -moz-opacity:0.0;
      filter: alpha(opacity=0);
     			   opacity:0.0;
     			   text-indent: -9999px;
	   -moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	     -o-transition: opacity .3s ease-in-out;
	        transition: opacity .3s ease-in-out;
}

.module:hover .thumbLink, .module:hover .lightboxLink{
			   -moz-opacity:1.0 !important;	    		  
     filter: alpha(opacity=100) !important;
     			    opacity:1.0 !important;
}

.thumbLink:hover , .lightboxLink:hover { 
			  -moz-opacity:0.8 !important;	    		  
     filter: alpha(opacity=80) !important;
     			   opacity:0.8 !important;
}

/* Make the entire space clickable */
.popLink{display: block; height: 20px;}


/* Styling for centered overlay */
.module-img img{
	border: medium none;
    margin: 0;
    outline: medium none;
    position: relative;
    text-decoration: none;
    background: black;
    z-index: 2;}
    
.module-img:hover img{opacity: 0.09;}

.module-img span{
	background: url("../images/theme/img-bg-pat.png") repeat scroll center center;
    height: 100%;
    left: 0;
    position: absolute;
    top: -6px; /* Removes auto height of the HTML5 span element */
    width: 100%;
    z-index: 1;
}




/* ======================================================= */
/* #PAGE STYLES SECTION */
/* ======================================================= */
h1.block {
	font-size: 30px;
	line-height: 30px;
	background-color: #000;
	padding: 15px;
	border-bottom: solid 6px;
	margin: 0px;
	color: #fff !important;
}

h1.block.plus10 {
	margin-bottom: 10px;
}

.contentBox {
	background: rgb(15,15,15);  /* BG Color for the dropdown */
	background: rgba(0,0,0,0.4);
	margin-bottom: 20px;
}

.contentBox h1 {
	background: #0f0f0f;
	padding: 10px;
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
	border-bottom: solid 4px;
}

.contentBox.dine h1, h1.block.dine {
	border-color: #f7941e;
}

.contentBox.shop h1, h1.block.shop {
	border-color: #ffde00;
}

.contentBox.entertainment h1, h1.block.entertainment {
	border-color: #ec008c;
}

.contentBox.calendar h1, h1.block.calendar {
	border-color: #0091d5;
}

.contentBox.visit h1, h1.block.visit {
	border-color: #8dc63f;
}

.contentBox.history h1, h1.block.history {
	border-color: #00abb5;
}

.contentBox.connect h1, h1.block.connect{
	border-color: #7962aa;
}

.contentBoxImage {
	height: auto;
}

.contentBoxImage img {
	width: 100%;
}

ul.eventsList {
	padding: 0px;
	margin: 0px;
}

ul.eventsList li {
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #404040;
}

.eventEntry a, .contentBoxContent {
	padding: 10px;
	display: block;
	margin: 0px;
	position: relative;
}

.rolloverText {
	position: absolute;
	top: 10px;
	right: 10px;
	visibility: hidden;
}

.eventEntry a:hover {
	background-color: #101010;
}

.eventEntry .accentText, .contentBoxContent .accentText {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 2px;
	margin: 0px;
}

.eventEntry h2, .contentBoxContent h2 {
	padding: 0px 0px 4px;
	font-size: 16px;
	line-height: 18px;
	margin: 0px;
}

.eventEntry p.eventPreview {
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
}

.contentBoxContent p {
	margin: 0px;
}

#contentBoxForm {
	
}

#contentBoxForm label {
	
}

#contentBoxForm .shortInput {
 	float: left;
	width: 45%;
	display: block;
	margin-right: 5%;
}

#contentBoxForm .shortInput.last {
	margin-right: 0%;
}

#contentBoxForm .shortInput input {
	width: 90% !important;
}

#contentBoxForm .longInput {
	float: left;
	width: 100%;
}

#contentBoxForm .longInput input {
	width: 90% !important;
}

#fullWidthForm {
	padding: 0px;
}

#fullWidthForm label {
	padding: 8px 5px 0px 0px;
	float: left;
}

#fullWidthForm .shortInput {
	float: left;
	width: 25%;
	display: block;
	margin-right: 1%;
}

#fullWidthForm .shortInput input {
	color: #ddd;
	width: 75% !important;
}

#fullWidthForm .longInput {
	float: left;
	width: 40%;
}

#fullWidthForm .longInput input {
	color: #ddd;
	width: 80% !important;
}


.imageRight {
	float: right;
	margin-left: 15px;
}

.imageLeft {
	float: Left;
	margin-right: 15px;
}


/* Diretory Pages and Listings */
/* ======================================================= */
.listingSort {
	
}

.listingSort p {
	font-weight: bold;
	color: #fff;
	float: left;
	padding-right: 10px;
}

.sortingNav {
	display: inline-block;
}

.sortingNav li {
	float: left;
}

.sortingNav li a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #000;
	padding: 5px 10px;
	color: #ccc;
	margin-right: 5px;
}

.sortingNav li a:hover {
	background-color: #ccc;
	color: #000;
}

.listing {
	width: 300px;
	padding-top: 5px;
	padding-right: 20px;
	float: left;
}

.listingImage {
	width: 85px;
	float: left;
	margin-right: 10px;
}

.listingText {
	width: 205px;
	float: left;
	padding: 0px 0px 5px;
}

.listingText h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 0px 0px 4px;
	margin: 0px;
	
}

.listingText p {
	font-size: 11px;
	line-height: 14px;
	padding: 0px 0px 10px;
	margin: 0px;
	
}



	
/* ======================================================= */
/* #FONT-FACE TEMPLATE */
/* ======================================================= */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/



/* ======================================================= */
/* #PLUGIN MODS SECTION (continues until end of document) */
/* ======================================================= */


/* ======================================================= */
/* #FILTERABLE */
/* ======================================================= */

#portfolio-list{
	   -moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	     -o-transition: all 1s ease-in-out;
	        transition: all 1s ease-in-out;
}

#portfolio-list .module-meta{display: none;}

#portfolio-list .module-meta.visible{display: inline;}

span.list_btn:hover, span.grid_btn:hover, span.hybrid_btn:hover{cursor: pointer;}

.portfolio-filters{float: left;}

.portfolio-view{float: right;}

.portfolio-filters span, .portfolio-view span{margin-right: 10px;}

.portfolio-view span{float: left; margin-top: 6px;}

span.grid_btn, span.list_btn, span.hybrid_btn {margin-right: 3px; margin-top: 0px;}

.portfolio-nav{margin-bottom: 10px;}

.portfolio-nav a.button{margin-bottom: 4px; background: white;}

.portfolio-nav a.button:hover{background: #fafafa;}

.portfolio-nav p{margin-bottom: 0;} 



/* ======================================================= */
/* Tipsy */
/* ======================================================= */
.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/theme/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }




/* ======================================================= */
/* #FLEX SLIDER MODS */
/* ======================================================= */

.flexslider {
	background: transparent; 
	border: 0 solid #fff;
	-webkit-border-radius: 0; 
	   -moz-border-radius: 0; 
		 -o-border-radius: 0; 
			border-radius: 0;
			}
.flexslider-container {
	overflow: hidden;
	margin-bottom: 20px;
}

.slider-shadow:after {
	content:"\00a0";
	background: url("../images/theme/slide-shadow.png") bottom center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	overflow: visible;
	display: block; 
	position: absolute;
	margin-top: -24px;
    height: 62px;  /* Same as your image height */  
    width: 100%;  /* Same as your image width */  
}

ul.slides li.dine {
	border-bottom: solid 4px #f7941e;
}

ul.slides li.shop {
	border-bottom: solid 4px #ffde00;
}

ul.slides li.entertainment {
	border-bottom: solid 4px #ec008c;
}

ul.slides li.visit {
	border-bottom: solid 4px #8dc63f;
}

ul.slides li.calendar {
	border-bottom: solid 4px #0091d5;
}

ul.slides li.specials {
	border-bottom: solid 4px #ef4223;
}



/* Caption style 
*********************************/ 
.flex-caption {width: 100%; padding: 22px; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 15px; line-height: 21px; margin-bottom: 0;}

/* Next/Previous Buttons 
*********************************/ 
.flex-direction-nav{overflow: hidden; margin: 0;}
.flex-direction-nav li{margin-bottom: 0;}
.flex-direction-nav li a {width: 45px; height: 38px; margin: -13px 0 0; display: block; background: url("../images/theme/flexslider_direction_nav.png") no-repeat 0 0; position: absolute; top: 49%; cursor: pointer; text-indent: -9999px;} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */

.flex-direction-nav li a.next {background-position: -38px 0; right: -150; text-indent: -9999px;} /* default position */
.flex-direction-nav li a.prev {background-position: 0 0; left: -150; text-indent: -9999px;} /* default position */

.flex-direction-nav li a.next, .flex-direction-nav li a.prev, .flex-control-nav { /* default opacity */
			  -moz-opacity:0.0; 
     filter: alpha(opacity=00);
     			   opacity:0.0;     	  
	   -moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
.flexslider-container:hover li a.next,.flexslider-container:hover li a.prev{  /* hover opacity */
			   -moz-opacity:0.7 !important;	    		  
      filter: alpha(opacity=70) !important;
     			    opacity:0.7 !important;
}
.flex-direction-nav li a.next:hover,.flex-direction-nav li a.prev:hover{  /* hover opacity */
			   -moz-opacity:1.0 !important;	    		  
     filter: alpha(opacity=100) !important;
     			    opacity:1.0 !important;
}
.flexslider-container:hover li a.next {right: 15px;} /* hover position */
.flexslider-container:hover li a.prev {left: 15px;} /* hover position */

/* Control Nav 
*********************************/ 
.flex-control-nav {
	background: white;
	background: rgba(255,255,255,0.02);
	margin: 0 0 0 0;
	position: absolute; 
	bottom: 25px;	
	left: 50%;
	margin-left: -45px; /* This may need to be adjusted with lots of slides or less */
	/* left: inherit;
	right: 18px; */	
	padding: 8px;
	list-style: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid white;
	border: 1px solid rgba(255,255,255,0.02);
			  -moz-opacity:0.0;
     filter: alpha(opacity=00);
     			   opacity:0.0;
}
.flexslider-container:hover .flex-control-nav{
			  -moz-opacity:1;
  filter: alpha(opacity=100);
     			   opacity:1;
}
.flex-control-nav li {margin: 0 0 0 5px; float: left;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url("../images/theme/flexslider_control_nav.png") no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}




/* Isotope Filtering */
/* ======================================================= */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}




/* ======================================================= */
/* #MEDIA QUERIES SECTION */
/* ======================================================= */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		a.sidebar-advert img { width: 43%; }
		.slider-shadow:after {
			background: url("../images/slide-shadow.png") bottom center;
			-webkit-background-size: contain;
			-moz-background-size: contain;
			-o-background-size: contain;
			background-size: contain;
			margin-top: -45px !important;
		}
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		  a.header-advert{margin-top: 0; text-align: center;}
  
  		  a.header-advert img{width: 410px;}
  		  
  		  .commentlist .comment-body {padding: 30px !important;}
  		  
  		  h2.title span:after{  
			content: "";
			background: transparent;
			}
		
		  #section-tophat{text-align: center;}
		  .subscribe, .tagline{float: none !important;} 
		  .subscribe:after{  
			content: " | ";
			}
			
		  .aside{ 
		  	padding: 0;
		  	border-right: 0px solid rgba(155, 155, 155, 0.2); 
		  	}
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480) and (max-width: 767px) {
		.flex-control-nav {bottom: 29px;}
		.slider-shadow:after {background: none transparent;}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		a.header-advert img{width: 290px;}
		.flex-control-nav {bottom: 29px;}
		.slider-shadow:after {background: none transparent;} 
		
	}
	


/* ======================================================= */
/* Dark Skin Styles */
/* ======================================================= */

a, a:hover{color: #73c9ff;}

hr{	
	border: solid #222; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; 
	border-bottom: 1px solid #444;
	}

/* NAVIGATION */

.sf-menu > li:hover{
	border-left: 1px solid rgba(255, 255, 255, 0);
	border-right: 1px solid #222;
}



/* MISC CLASSES */    	
.vcard a{color: #EEE}
.says{color: #999;}
strong{color: white;}
.tabs li a{color: #111;}
.aside{
	background: url("../images/theme/backgrounds/pattern_diagonal_dark.png") repeat scroll 0px 2px transparent;
    border-right: 4px solid rgba(155, 155, 155, 0.1);
   }
 
.commentlist .comment-body {
    background: none repeat scroll 0 0 #222;
    border: 1px solid #444;  
   }
  
.content img {
    border: 1px solid #111;
   }
   
.comment-reply-link {
    background: none repeat scroll 0 0 #333;
    border-right: 1px solid #111;
    border-top: 1px solid #111;
   }
   

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: none repeat scroll 0 0 #222;
    border: 1px solid #444;
    border-radius: 2px 2px 2px 2px;
    color: #ccc;
   }

ul.tabs li a.active,
ul.tabs li a.active:after{
	background: white;
	}
label span, legend span {
    color: #CCC;
   }

.feature span {
    background: none repeat scroll 0 0 #222;
   }
   
   
   
/* Light Text Shadow */
.sf-menu.light ul li a, .sf-menu.light li u
{  
	 -webkit-text-shadow: 1px 0 1px #fff;
		-moz-text-shadow: 1px 0 1px #fff;
		  -o-text-shadow: 1px 0 1px #fff;
			 text-shadow: 1px 0 1px #fff;
			}

/* Dark Text Shadow */
.portfolio-filters span, .portfolio-view span,
.sf-menu li ul, 
#section-tophat, 
#section-footer, #section-footer h5,
h1, h2, h3, h4, h5, h6,
#section-tophat .subscribe, #section-tophat .tagline{  
	 -webkit-text-shadow: 1px 0 1px #000;
		-moz-text-shadow: 1px 0 1px #000;
		  -o-text-shadow: 1px 0 1px #000;
			 text-shadow: 1px 0 1px #000;
			}
			
    
    
	
/* TOPHAT */
#section-tophat{
	border-bottom: 2px solid #111;
	background: transparent url("../images/theme/backgrounds/linen-black.jpg") repeat;
}

#section-tophat:after, #section-footer:after{
	content: "";
	background: transparent url("../images/theme/backgrounds/pattern_diagonal_dark.png") repeat !important;
}

/* FOOTER */
#section-footer{
	background: transparent url("../images/theme/backgrounds/footer.jpg") repeat;
}


/* SUBFOOTER */
#section-sub-footer{
	background: #000 !important;
	border-top: 2px solid #1b1b1b;
}

#section-sub-footer:after {
	content: "";
	background: #000;
