/* ======================================================= */
/* #THEME-TYPOGRAPHY - Font-family, color, and line-height goes here (defaults found in base.css)  */
/* ======================================================= */

body{
	color: #555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	}

a {
	color: #407BB1;
	text-decoration: none;
}
a:hover{
	color: #9F0000;
}
.module a:hover{opacity: 1;}

			
/* Headline Text */	 
h1, h2, h3, h4, h5, h6 {  
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #5E521E; 
	font-weight: normal; 
	}	
	 


/* 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;}

label, legend {
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 6px;
}


/* Specialty classes */

.tabs li a{color: #111;}


	

/* 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-weight: normal;
	color: #545739;
	text-shadow: 1px 1px 0px #fff;
	}
.sf-menu > li > a.current { /* Top Level Link Selected */
	font-weight: bold;
	color: #9F0000;
	text-shadow: 1px 1px 0px #fff;
	background-image: url(../images/theme/current-nav-arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
.sf-menu > li a span{ /* Top Level Sub-text */
	font-weight: normal; 
	line-height: 9px; 
	color: #777; 
	display: block; /* To ensure that the subtext drops a line */
	}

.sf-menu > li:hover a {
	color: #417CB1;
}
.sf-menu > li:hover a span{ color: #444; }

/* Dropdown Links */
.sf-menu ul { 
	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; } */
