body {
	background: #222;
	color: #fff;
}
a, h3 {
	color: #b01515;
}
/* --------------------------------------------------------------
	HEADER 
-------------------------------------------------------------- */
.header{
	padding: 50px 0 0 0;
	border-bottom: 1px solid #444;
	margin: 0 0 20px 0;
}
.logo {
	position:relative;
	top: 1px;
}
.menu {
	float: right;
}
div.menu ul{
	padding: 0;
	margin: 0;
}
.menu li {
	margin: 0 0 0 10px;
	padding: 5px;
	list-style: none;
	width: 100px;
	height: 24px;
	float: right;
	position:relative;
	top: 29px;
	text-align: center;
	background: #313131;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
}
.menu a {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.menu li.active {
	background: none;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	border-left: 1px solid #444;
	border-bottom: 1px solid #222;
}
.menu a.active {
	color: #fff;
	text-shadow: 0px 2px 3px #000;
}

/* --------------------------------------------------------------
	FOOTER 
-------------------------------------------------------------- */
.footer{
	padding: 20px 0;
	border-top: 1px solid #444;
	margin: 0 0 20px 0;
	color: #444;
}

.the_menu {
	padding: 20px 0;
	border-bottom: 1px solid #333;
}

/* --------------------------------------------------------------
	LINK BOXES 
-------------------------------------------------------------- */
.link {
	padding: 0 10px 10px 0;
	margin: 10px 0px;
	border-right: 1px solid #313131;
	border-bottom: 1px solid #313131;
	color: #666;
	overflow: hidden;
}
.link a {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.link a:visited { 
	color: #3f3f3f;
	text-decoration: line-through
}
.link .date{
	font-style: italic;
}
.link .date a {
	font-size: 90%;
	color: #b01515;
	font-weight: normal;
	text-decoration: underline;
}
.link .date a:visited { 
	background: none;
}
.small_box {
	height: 100px;
}
.large_box {
	background:#313131;
	height: 360px;
}
.large_box > .padd_box {
	padding: 40px;
	overflow: hidden;
}
.large_box a {
	line-height: 68px;
	font-size: 7em;
}
.large_box  a:visited { 
	color: #fff;
	text-decoration: none;
}
.large_box .date{
	font-size: 3em;
	line-height: 30px;
}

/* --------------------------------------------------------------
	PAGINATION 
-------------------------------------------------------------- */
.pagination {
	color:#666;
	margin: 10px 0 30px 0;
	padding: 5px 0 0 0;
	position:relative;
	font-weight: bold;
	text-align: right;
}
.pagination strong {
	text-decoration:none;
	padding: 8px 10px;
	margin: 0px 4px;
	font-size: 120%;
	color: #999;
}
.pagination a:link,
.pagination a:visited,
.pagination a:hover,
.pagination a:active {
	text-decoration:none;
	padding: 8px 10px;
	margin: 0px 4px;
	border: 1px solid #313131;
}
.pagination a:hover {
	background:	#b01515;
	color: #fff;
}

/* --------------------------------------------------------------
	CONTENT PAGES 
-------------------------------------------------------------- */
h1 {
	margin: 10px 0px;
	background:#313131;
	padding: 40px;
	line-height: 68px;
	font-size: 7em;
	color: #fff;
	font-weight: bold;
}
.content {
	line-height: 20px;
	padding: 15px 40px 40px 0;
}
.linkcount {
	padding: 20px;
	background: #111;
	border: 1px solid #333;
	color: #444;
	margin: 0 0 20px 0;
}

.linkcount a {
	color: #555;
}

