/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/
body
{
	font: 14px/1.5 Arial,"lucida grande", Helvetica, Tahoma, Verdana,'Liberation Sans', FreeSans, sans-serif;
	/*font: 12px/18px "lucida grande",Tahoma,Arial, Verdana, sans-serif,  'Liberation Sans';*/
	letter-spacing:normal;
	color:#000;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #000;
	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;
	padding:10px 0;
	color:#000;
}

h1
{
	font-size: 25px;
	line-height:25px;
}
h2
{
	font-size: 22px;
	line-height:22px;
}
h3
{
	font-size: 18px;
	line-height:18px;
}

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 ------------------*/
.menu li li{
	font-size:13px;
}
#sidebar{
	font-size:13px;
	color:#777;
}
/* */
.bold{
	font-weight:bold;
}
a{
	font-style:normal;
	text-decoration:none;
	color:#666;
}
a:hover{
	font-style:normal;
	text-decoration:none;
	color:#333 !important;
}
label{
	font-weight:bold;
}
.number,blockquote{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#666;
}
.number em{
	font-size:24px;
	line-height:15px;
}
#footer{
	font-size:12px;
}
#footer ul li li{
	font-size:12px;
}
.pagination{
	font-size:12px;
}
