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

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/
body
{
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	letter-spacing:normal;
	color:#000;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
blockquote{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
}
/* =Headings
--------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:1px;
}
.cufon{
	letter-spacing:-0.5px;
}
h1
{
	font-size: 20px;
	line-height:20px;
}
h2
{
	font-size: 18px;
	line-height:18px;
}
h3
{
	font-size: 16px;
	line-height:16px;
}

h4
{
	font-size: 14px;
	line-height:14px;
}
h5
{
	font-size: 12px;
}
h6
{
	font-size: 11px;
}
/* =Spacing
--------------------------------------------------------------------------------*/
ol
{
	list-style: decimal;
}
ul
{
	list-style: square;
}
li
{
	margin-left: 30px;
}
/*------------- skins ------------------*/
a{
	font-style:normal;
	text-decoration:none;
	color:#333333;
}
a:hover{
	font-style:normal;
	text-decoration:none;
	color:#666 !important;
}
/* header */
#header{
	line-height:12px;
}
#header h1{
	line-height:30px;
}
#textsearch{
	color:#666666;	
}
textarea{
	letter-spacing:normal;
	color:#666666;
}
.thumbnail-wrap h3,.meta-short h3{
	font-size:14px;
}
/* navigation */
#navigation{
	text-transform:capitalize;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
#navigation a{
	color:#FFFFFF;
}
#navigation a:hover{
	color:#e1e1e1 !important;
}
.menu li li{
	text-transform:none; 
}
.nav-selected{
	font-weight:bold;
}

/* end of header*/

/* page */
.nav-selected li{
	font-weight:normal;
}
.page h1{
	font-size:24px;
	line-height:24px;
}
.meta{
	font-size:10px;
	color:#666666;
	vertical-align:middle;
}
/* footer */
#footer-navigation a{
	color:#999 !important;
}
#footer-navigation a:hover{
	color:#666 !important;
}
/* */
.bold{
	font-weight:bold;
}
label{
	font-weight:bold;
}