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

body {
	font: 11px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

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

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

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

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 8px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 5px;
}

.list_header a { color: #333 !important; text-decoration: none !important;}
.list_content a { color: #333 !important; text-decoration: none !important;}
.list_header a:hover { color: #979797 !important;}
.list_content a:hover { color: #979797 !important;}
.read_more{
	text-decoration: none;
	color: #979797;
	font-weight: bold;
}

.footer-text{
	font-size: 11px;		
	color: #444;
	text-decoration: none;
}

.footer-text a{
	color: #444;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}
.full_black{color:#000;}
.item_title { padding: 0; margin: 0 0 5px 0; line-height: 1;}
.box_header_link {text-decoration: none; color: #000; font-weight: bold;}
.date_gray{ color: #979797; }
