* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background: #fff;
background-image: url(/images/bg.jpg);
background-position: top;
background-repeat: repeat;
}

a {
	color: #000;
	outline: none;
	text-decoration: underlain;
}
a:hover {
	text-decoration: none;
}





img {
	border: none;
}



input {vertical-align: middle}
#wrapper {
	width: 950px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #FFF;
border-left: 1px solid #000;
border-right: 1px solid #000;
}



/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 80px;
	background: #33520e;
	margin-bottom: 20px;
	margin-top: 0px;

}

#header h1{
	color: #ff9900;
font-weight: bold;
font-size: 35px ;
line-height: 30px;
	padding-top: 10px;
}
#header h1 a{
	color: #fff;
	border-bottom: 2px #fff solid;
}


#header h1 a:hover{
	color: #ff9900;
	border-bottom: 2px #ff9900 solid;
}


#site-name {
	color: #ff9900;
	margin-top: 0px;
	margin-left: 20px;
}

#header p {
	color: #fff;
	margin-left: 20px;
}

/* content 
-----------------------------------------------------------------------------*/


#container {
	width: 100%;
	float: left;
	overflow: hidden;
background-color: #FFF;

}
#content {
	width: 380px;
	padding: 0 20px 0 10px;
	margin-top: -30px;
	float: left;

}

#content-archive {
	width: 680px;
	padding: 0 20px 0 10px;
	margin-top: -30px;
	float: left;
}

#content ul, li, p {
	margin: 0 0 0 10px;
}

#content-archive ul, li, p {
	margin: 0 0 0 10px;
}

#content-archive p {
	margin: 0 0 10px 10px;
}




/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 280px;
	position: relative;
	padding-right: 20px;
	margin-top: -30px;
}

.sl img {
	float: left;
	margin: 5px 10px 0 0 ;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: right;
	margin-right: 20px;
	width: 220px;
	position: relative;

}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 950px;
	margin: -1px auto 0;
border-left: 1px solid #000;
border-right: 1px solid #000;
	padding: 5px 0 0 0;
	background: #93c652;
	text-align: center;



}

#footer p{

}

.nav {
	background: #95c653;
border-top: 5px solid #33520e;
border-bottom: 5px solid #33520e;
}



.nav ul {
list-style-type:none;padding:10px 0 20px 0 ; margin: 0 0 0 20px ;
list-style-image: url('/images/10.png');
font-weight: bold;
font-size: 14px ;
line-height: 20px;
}

.nav ul a, .nav li a{
	border-bottom: 0;
	color: #000;
}

.nav ul a:hover, .nav li a:hover {
	border-bottom: 2px #fff solid;
	color: #fff;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
	border-bottom: 2px #000 solid;
	color: #000;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	border-bottom: 2px #FF781D solid;
	color: #FF781D;
}


p a, ul a, li a {
	text-decoration: none;
	border-bottom: 1px #000 solid;
	color: #000;
}

p a:hover, ul a:hover, li a:hover {
	border-bottom: 2px #FF781D solid;
	color: #FF781D;
}




H1, H2, H3, H4, H5 {margin: 10px 0 10px 10px; }


H1 {
font-size: 22px ;
line-height: 26px;
}

H2 {
font-size: 18px ;
line-height: 22px;
}
H3 {
font-size: 15px ;
line-height: 18px;
}


#block ul a, li a {
	border-bottom: 1px #333 solid;
	color: #333;
	text-decoration: none;
}


#block ul a:hover, li a:hover {
	border-bottom: 1px #666 solid;
	color: #666;
	text-decoration: none;
}

#search_input {
	margin-top: -50px;
	margin-right: 20px;
	color: #fff;
	float: right;
}

#return{
	padding: 34px 0 0 0px;
	float: left;
	font-size: 12px ;

}
#return a {
	text-decoration: none;
	border-bottom: 0;
	color: #666;
}
#big {
	font-size: 45px;
	font-weight: bold;
	padding: 30px 0 0px 5px;
	float: left;
}
#big a{
	text-decoration: none;
	border-bottom: 0;
	color: #666;
}

/* clearing
----------------------------------------------- */

.clearing {
	height: 0;
	clear: both;
}

.clearing-10 {
	height: 0;
	clear: both;
	padding-top: 10px;
}

.clearing-20 {
	height: 0;
	clear: both;
	padding-top: 20px;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
	border: 1px #F0F0F0 solid;
      padding: 2px 5px 2px 2px;
	margin: 2px 2px 20px 0;
background-color: #F0F0F0;
}

.side-comments {
	padding-top: 10px;

	margin: 50px 2px 10px 10px;
}

.comments {
	padding-top: 10px;

	margin: 5px 0px 20px 0px;
}

td {
	padding: 5px;
}

.headline {
	padding-top: 20px;
}

.right {float: right; position: relative; margin: 0.2em 0.5em 0.5em 1.5em}
.left {float: left; position: relative; margin: 0.5em 1.5em 0.5em 0.5em}