/* typography.css */

.hide {
	text-indent: -9999px;
	position: absolute;
}

/* ==============================================================================
=BODY
================================================================================*/
html { 
	font-family: "Arial", sans-serif;
	font-size: 11px;
	line-height: 14px;
}

body{
}

table {
	font-size: 14px;
	line-height: 18px;
}

h2{
	font-size: 16px;
}

h3{
	font-size: 14px;
	padding: 3px;
	margin-bottom: 10px;
}


a{
	text-decoration: none;
	font-weight: bold;
}


/* ==============================================================================
=BRANDING
================================================================================*/
#header{
}

#storefront{
}

#address{
}

#twitter_feed{
	font-size: 1.2em;
	line-height: 1.2em;
}

/* ==============================================================================
=NAVIGATION & SEARCH
================================================================================*/
#navsearchbar{
}

#navbox{
}

#nav_main{
}
	#nav_main li{
		font-size: 14px;
	}

#search{
}
	#search_input{
	}


/* CONTENT */
#content{
}

.subcontent{
}

.subcontent > p{
	margin-bottom: 10px;
}

/* ==============================================================================
=SUB-CONTENT NEWS & WELCOME
================================================================================*/
#welcome{
}


/* ==============================================================================
=MAIN CONTENT
================================================================================*/
#content_main{
}

.entry{
	margin-left: 10px;
	margin-right: 10px;
}

.entry > p:first-child{
	margin-top: 15px;
}

.entry > p{
	margin-bottom: 10px;
}


/* ==============================================================================
=SUB-CONTENT PROMO, BLOG NAVIGATION
================================================================================*/
#blog_nav{
}

.events_list{
	line-height: 14pt;
}

.events_list li{
	padding-left: 5px;
}

/* ==============================================================================
=FOOTER =SITE INFORMATION =CONTACT =SOCIAL =MAP
================================================================================*/
#footerbar{
}

#footer{
}
	#container4 {
	}
	#container3 {
	}
	#container2 {
	}
	#container1 {
	}
		#site_info {
		}
		#contact {
		}
		#social {
		}
			#social li{
			}
		#footer_map {
		}
