/* CSS Document */

body, html {
	font-size:12px;
	background-color:#cfcfcf;
	margin:0; padding:0;
	font-family:Verdana, Geneva, sans-serif;
}
a {
	text-decoration:none;
	color:#438c16;
}
@font-face {
	font-family: 'heavy heap';
	src: url('fonts/heavyhea2.ttf');
}
@font-face {
	font-family: 'hombre';
	src: url('fonts/Hombre__.ttf');
}
@font-face {
	font-family: 'november';
	src: url('fonts/Novem___.ttf');
}
@font-face {
	font-family: 'jokerman';
	src: url('fonts/jokerman.ttf');
}
@font-face {
	font-family: 'krabougja';
	src: url('fonts/Krabougja.ttf');
}

@font-face {
	font-family: 'autmn';
	src: url('fonts/Autumn__.ttf');
}

#menu {
	width:709px;
	height:54px;
	background-image:url('images/menu-bg.png');
	margin:0 auto;
	padding-left: 280px;
	padding-top: 25px;
}
#body {
	width:969px;
	margin:10px auto 0;
	background-color:#ffffff !important;
	padding:10px;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius: 0;
}
.hotline {
	color:#2C2C2C !important;
	font-weight:bold;
	text-align:right;
	font-size:13px !important;
}
.hotline span {
	color:#418D13 !important;
	font-size:22px;
	font-weight:normal;
	font-family:"Comic Sans MS", cursive
}

#sidebar1 {
	background-color:#e7e7e7;
	width:212px;
	padding: 5px 5px 5px 10px;
	float:left;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-right:10px;
}
#sidebar1 h1, #sidebar2 h1, #sidebar1 h2, #sidebar2 h2, #sidebar1 h3, #sidebar2 h3, #sidebar1 h4, #sidebar2 h4 {
	font-family:'hobo';
	padding:5px;
}
#sidebar1 h1, #sidebar1 h2, #sidebar1 h3, #sidebar1 h4 {
	background-color:#2e2e2e;
	color:#FFFFFF;	
}
#sidebar1 ul {
	list-style:url('images/list2.png');
	padding:0px;
	
}
#sidebar1 ul li{
	padding: 10px 0;
	border-top: 2px solid #c9c9c9;
}
#sidebar1 ul li a{
	color:#000000;
	display:block;
}
#sidebar1 ul li a:hover{
	color:#11A5B3;
}
#sidebar2 h1, #sidebar2 h2, #sidebar2 h3, #sidebar2 h4 {
	color:#438c16;
}
#sidebar2 {
	width:210px;
	padding: 1px;
	float:right;
	border-right:0px #000000 solid;
}
#sidebar2 ul {
	list-style:url('images/list2.png');
	padding:0px;
	list-style-position:inside;
}
#sidebar2 ul li{
	padding: 10px 0;
	border-top: 1px solid #c9c9c9;
}
#sidebar2 ul li a{
	color:#000000;
}
#sidebar2 ul li a:hover{
	color:#11A5B3;
}


.clear {
	clear:both;
}

#body1 {
	width:70%;
	float:left;
	margin: 0 0 0 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 5px;
	line-height:20px;
}
#body1 h1, #body1 h2, #body1 h3, #body1 h4,
#body1 h1 a, #body1 h2 a, #body1 h3 a, #body1 h4 a{
	color:#2E2E2E;
	font-family:"hobo";
}
article {
	padding:0 5px 5px 5px;
	margin:5px 0;
	border:1px solid #438c16;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color:#9C9C9C;
}
article .link-2 {
	margin: 10px;
	display:block;
	text-align:right;
	color:#11A5B3;
	font-weight:bold;
	text-decoration:underline;
}
.entry-header h3 {
	color:#438c16;
	font-size:25px;
	margin: 10px 0;
}
.post-meta .fleft {
	line-height:25px;
	display:block;
}
.post-meta .fright {
	display:block;
	margin: 0 0 5px 0;
}
.post-content .excerpt {
	line-height:20px;
}

#footer {
	width:969px;
	margin:0 auto 20px;
	padding:10px;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 6px;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius: 0;
	background-color: #E7E7E7 !important;
}
#footer img {
	alignment-adjust:middle;
	border:0;
}
#footer .copy {
	width:150px;
	padding:5px;
	float:left;
}
#footer .social {
	width:150px;
	padding:5px;
	color:#9c9c9c;
	font-weight:bold;
	font-size:15px;
	line-height:30px;
	float:left;
}
#footer .social a {
	color:#9c9c9c;
	text-decoration:none;
}
#footer .cat {
	float:left;
	padding: 0 10px 0 0;
	max-width:200px;
}
#footer .cat h1 {
	color:#9d9d9d;
	font-family: hobo;
	margin: 3px 0;
}
#footer .cat ul {
	list-style-image:url('images/list1.png');
	list-style-position:inside;
	padding: 1px 0 0 0;
	line-height:20px;
}
#footer .cat ul a {
	color:#2e2e2e;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
#footer .copy a:hover{
	color:#11A5B3;
}