
/* ======================================================= */
/* #THEME-TYPOGRAPHY - Font-family, color, and line-height goes here (defaults found in base.css)  */
/* ======================================================= */

body{ 
	font: 13px/19px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #ccc;
	}

a, a:hover{color: #73c9ff; text-decoration: none;}
a:hover{opacity: 0.8;}
.module a:hover{opacity: 1;}


p {
	color: #ccc;
}
			
/* Headline Text */	 
h1, h2, h3, h4, h5, h6 {  
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight: normal; 
	color: #FEFEFE; 
	}	
	 
h5 { 
	font-size: 15px; 
	line-height: 28px;
	margin-top: 10px;
}

h4 a{color: #fefefe !important;}
	
h2.title{ 
    background: url("../images/theme/backgrounds/pattern_diagonal_medium.png") repeat scroll 0 0 transparent;
    font-size: 28px;
    line-height: 49px;
    margin-bottom: 20px;
    padding: 8px 0;
}

h2.title span{background: none transparent;}

h2.title span{  padding: 17px 22px 17px 0;  }

.sidebar h3, .aside h3{
	font-size: 11px;
	text-transform: uppercase;
}

 .accentText {
	 font-weight: bold;
 }

/* Custom Colors */
div.dine, h1.dine, h2.dine, h3.dine, h4.dine, h5.dine, h6.dine, p.dine, .dine .accentText, a.dine {
	color: #f7941e;
}

div.shop, h1.shopping, h2.shopping, h3.shopping, h4.shopping, h5.shopping, h6.shopping, p.shopping, .shopping .accentText, a.shop  {
	color: #ffde00;
}

div.entertainment, h1.entertainment, h2.entertainment, h3.entertainment, h4.entertainment, h5.entertainment, h6.entertainment, p.entertainment, .entertainment .accentText, a.entertainment, .entertainment a {
	color: #ec008c;
}

div.visit, h1.visit, h2.visit, h3.visit, h4.visit, h5.visit, h6.visit, p.visit, .visit .accentText, a.visit, .visit a {
	color: #8dc63f;
}

div.calendar, h1.calendar, h2.calendar, h3.calendar, h4.calendar, h5.calendar, h6.calendar, .calendar .accentText, .calendar a, a.calendar {
	color: #0091d5;
}

div.specials, h1.specials, h2.specials, h3.specials, h4.specials, h5.specials, h6.specials, .specials .accentText, a.specials, .specials a {
	color: #ef4223;
}

div.history, h1.history, h2.history, h3.history, h4.history, h5.history, h6.history, .history .accentText, a.history, .history a {
	color: #00abb5;
}

div.connect h1.connect, h2.connect, h3.connect, h4.connect, h5.connect, h6.connect, .connect .accentText, a.connect, .connect a {
	color: #7962aa;
}



/* Comment Space Font Rules */
.commentlist .comment-body .commentmetadata {
    font-size: 12px;
    font-style: italic;
   }
.vcard a{font-size: 16px; font-weight: bold; color: #222}
.says{color: #999;}

 
 
/* Small Text Classes */
.tags a, #section-tophat, #section-footer span, #section-sub-footer, .date{
	font-size: 11px
}

#section-footer {
	font-size: 12px
}

.portfolio-filters span, .portfolio-view span{
    font-size: 11px;
    font-weight: bold;
    line-height: 21px;
   }

label, legend {
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 2px;
}


/* Specialty classes */

.tabs li a{color: #111;}
.aside{
	background: url("../images/theme/backgrounds/pattern_diagonal_white.png") repeat scroll 0px 2px transparent;
    border-right: 4px solid rgba(155, 155, 155, 0.2);
    font-size: 11px;
    padding: 10px 15px 10px 10px;
    display: block;
}

.superquote{
	clear: both; 
	margin: 40px 0; 
	font-size: 26px; 
	font-style: italic; 
	font-family: Georgia; 
	line-height: 34px; 
	padding-left: 20px; 
}

.supertagline{
	clear: both; 
	margin: 20px 0; 
	font-size: 26px; 
	font-style: italic; 
	font-family: Georgia; 
	line-height: 34px; 
	display: block;
	text-align: center;
}


/* Featured Space (for downloads and stuff) */
.feature {
	background: url("../images/theme/backgrounds/pattern_diagonal_medium.png") repeat scroll 0 0 transparent;
	display: block;
	padding: 30px 20px; 
	font-size: 24px;
	font-style: italic;
	font-family: Georgia; 
	line-height: 34px;
}	

.feature span{
	background: white;
	padding: 10px;
	}

.feature .button{
	float: right;
}

/* Tags Text */
.tags a{ 
	background: none repeat scroll 0 0 #333333;
	color: #EFEFEF; 
	}
.tags a:hover{	
	background: #444444;  
	oolor: #ffffff;
	}




/* Menu Text - Light Skin Colors Below in Main Section*/

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:			3.8em; /* 3.8 with sans stack, match top ul list item height */
}


.sf-menu > li > a { /* Top Level Link */
	font-size: 13px;
	font-weight: bold;	
	color: #333;
	}
	
.sf-menu > li a span{ /* Top Level Sub-text */
	font-size: 9.5px; 
	font-weight: normal; 
	line-height: 9px; 
	color: #777; 
	display: block; /* To ensure that the subtext drops a line */
	}

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

/* Dropdown Links */
.sf-menu ul { 
	font-size: 12px;
	color: #CCC;
	}

.sf-menu ul li:hover a{ color: white; }

/* Light version of dropdown */
.sf-menu.light ul li a { color: #555; }
.sf-menu.light ul li:hover a{ color: #000 ; }
.sf-menu.light ul { color: #333; }

	

/* Tophat and Footer Text */
#section-tophat, #section-tophat a,
#section-footer, #section-footer a, 
#section-sub-footer{ 
	color: #aaa; 
	}

#section-footer h5{ 
	color: #eee; 
	}

#section-footer a{
	text-decoration: none;
	}
	
   
   
/* Light Text Shadow */
h1, h2, h3, h4, h5, h6,
.sf-menu.light ul li a,
.portfolio-filters span, .portfolio-view span {  
	 -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 */
.sf-menu li ul, 
#section-tophat, 
#section-footer, #section-footer h5,
.sf-menu.light li u {  
	 -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;
			}

/* ul.square li{ line-height: 14px; } */
