/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size: 13px;
	font-style:normal;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}




/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
	font-weight:normal;
}

h3 {
	font-size: 22px;
	font-weight:normal;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
	font-weight:normal;
	color: #bbb;
}

h6 {
	font-size: 14px;
	font-weight:normal;
	color: #bbb;
}

/* 
----------------------------------------------------------------------------------------------------*/

.sidenav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.footer_content {
	color: #888;
	font-size: 10px;
}

#feature-txt, #subfooter-txt {
	font-size: 12px;	
}
