/* BUZZMON THEME V1.0 */

body {
	margin: 0;
	padding: 0px 20px 20px 20px;
	text-align: center;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #515151;
}

#container {
	margin: 0 auto;
	width: 863px;
	text-align: left;
}

#header {
	text-align: left;
	height: 96px;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 96px;
}
#header #logo h1 {
	display: none;
}
#header #date {
	text-align: left;
	position: absolute;
	top: 18px;
	left: 680px;
	height: 96px;	
}
#header #date h2 {
	font-size: 19px; 
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
}
#header #date h3 {
	font-size: 16px;
	font-weight: normal;
	color: #efefef;
	margin: 0;
	padding: 0;
}
#navigator {
	width: 100%;
	height: 27px;
	text-align: center;
}
#navigator .naviblock {
	float: left;
	padding: 0px 10px 0px 10px;
	height: 27px;
}
#navigator .current {
	background-image: url(img/navpoint.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#navigator a {
	display: block;
	float: left;
	padding-top: 2px;
	text-decoration: none;
}
#navigator #navistart {
  float: left;
  color: #bbb;
  padding-top: 2px;
}
#navigator .naviblock a:link, #navigator .naviblock a:active, #navigator .naviblock a:visited {
	color: #ccc;
	font-weight: bold;
}
#navigator .current a:link, #navigator .current a:visited, #navigator .current a:active {
	color: #8be8ff;
	font-weight: bold;
}
#navigator .current a:hover, #navigator .naviblock a:hover {
	color: #fff;
}
#navigator .split {
	float: left;
	height: 27px;
	width: 3px;
	background-image: url(img/navisplit.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#content {
	float: left;
	margin-top: 6px;
}
#content .contentrow {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #333;
}

.module {
	float: left;
	width: 281px;
	margin-right: 10px;
}
.module .mhead {
	width: 281px;
	height: 28px;
	background-image: url(img/modulehead.gif);
	background-repeat: no-repeat;
}
.module .mhead h2 {
	margin: 0px 0px 0px 24px;
	padding: 3px 0px 0px 0px;
	font-size: 17px;
}
.module .mhead a:link, .module .mhead a:visited, .module .mhead a:active, .module .mhead a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.module .mhead a:hover {
	color: #beeaf5;
}
.module .mbody {
    height: auto !important;
    height: 1%;
    min-height: 1%;
	background-image: url(img/modulefoot.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 4px 10px 4px;
}
.module ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.module li {
	margin-bottom: 0px;
}
.module .mbody a:link, .module .mbody a:visited, .module .mbody a:active, .module .mbody a:hover {
	color: #254d5a;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 3px 4px 3px 4px;
}
.module .mbody a:visited {
	color: #777;
}
.module .mbody a:hover {
	color: #273a40;
	background-color: #e1f2f8;
	background-image: url(img/linkbg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
.module .mbody a.toplink {
	font-weight: bold;
}
.lastmodule {
	margin-right: 0;
}
.imgfeeditem {
	display: inline;
	position: relative;

	width: 106px;

	float: left;

	border: 1px solid #bbb;

	background-color: #efefef;

	padding: 1px;

	text-align: center;

	margin-left: 15px;

	margin-bottom: 3px;

}

.imgfeedname {

	width: 100%;

	float: left;

	background-color: #ddd;

	padding: 0;

}
.imgtype1 {

	clear: left;

}


.clearer {

	width: 100%;

	height: 1px;

	clear: both;

}
#footer {
	padding-top: 8px;
	color: #aaa;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: #bbb;
	font-weight: bold;
}
#footer a:hover {
	color: #eee;
}
#footer #northcore {
	float: right;
}

