* {
	margin: 0;
	padding: 0;
}

ul { /*list-style: none;*/ }
#sidebar ul,
ul#main-nav {
	list-style: none;
}

img { display: block; vertical-align: top; }

body {
	font-family: 'PT Sans', 'Arial', sans-serif;
	/*background: url('img/background.jpg') fixed top center #010400;*/
	/*background: url('img/background.jpg') repeat #000;*/
	background: #8bcc8e;
	color: #000;
}
.sticky { 
	position: fixed;  
	width: 100%;  
	left: 0;  
	top: 0;  
	z-index: 100;  
	border-top: 0;  
	margin: 0 !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}  

.clear { clear: both; }

.wrapper {
	margin: 0 auto;
	width: 1000px;
	height: auto;	
}

#top {
	margin: 0; /*40px 0 0;*/
	width: 1000px;
	height: 195px;
	background: url('img/top-background.jpg') no-repeat right bottom #41ab07; /*right top #000;*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);

}
#top .logo {
	float: left;
	background: url('img/logo.png') no-repeat;
	width: 461px; /*428px;*/ /*426px;*/
	height: 158px; /*115px;*/ /*87px;*/
	margin: 18px 0 0 40px;
}
#top .banner {
	padding: 10px 0 0 10px;
	margin: 10px 0 0;
	float: right;
	background: url('img/banner-background.png') no-repeat;
	width: 480px;
	height: 70px;
}

#main-nav-container {
	margin: 10px 0 0; /*15px 0 0;*/ /*40px 0 0;*/
	text-transform: uppercase;
	/*font-weight: bold;*/
	text-align: center;

	/* background: #0b2605; */ /*#000;*/
	background: url('img/main-nav-pattern.png') #0b2605 repeat-y; /* Old browsers */
	background: -moz-linear-gradient(top,  #41ab07 0%, #0b2605 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41ab07), color-stop(100%,#0b2605)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #41ab07 0%,#0b2605 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #41ab07 0%,#0b2605 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #41ab07 0%,#0b2605 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #41ab07 0%,#0b2605 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41ab07', endColorstr='#0b2605',GradientType=0 ); /* IE6-9 */
        
        /*
	-webkit-border-radius: 5px;
	border-radius: 5px;
	outline: 1px solid #487149;
	outline-offset: -2px;
        */
	width: 100%;
	height: 61px; /*40px;*/
	line-height: 61px; /*40px;*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
#main-nav {
	display: block;
	margin: 0 auto;
	width: 1000px; /*900px;*/
	height: 61px; /*40px;*/
}
#main-nav a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
}

#main-nav li {
	margin: 0; /*0 17px 0 0;*/
	padding: 0 60px 0 40px; /*0 0 0 28px;*/
	/*background: url('img/romb.png') no-repeat center left;*/
	text-wrap: wrap;
	float: left;
}
#main-nav li:last-child {
	margin: 0;
}
#main-nav li:first-child  {
	background: none;
	/*padding: 0;*/
}

#main-nav li.current a {
	border-bottom: 4px solid #fad214;
	padding-bottom: 1px;
}

#main {
	margin: 10px 0 40px 0; /*15px 0 40px 0;*/
	width: 100%;
	height: auto;
}

#sidebar {
	margin: 0 10px 0 0; /*0 15px 0 0;*/
	float: left;
	width: 270px; /*265px;*/
	height: auto;

	background: #41ab07; /*#000;*/
	background: url('img/main-nav-pattern.png') #41ab07 repeat-y; /* Old browsers */
	background: -moz-linear-gradient(bottom right,  #41ab07 0%, #0b2605 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, right bottom, left top, color-stop(0%,#41ab07), color-stop(100%,#0b2605)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom right,  #41ab07 0%,#0b2605 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom right,  #41ab07 0%,#0b2605 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom right,  #41ab07 0%,#0b2605 100%); /* IE10+ */
	background: linear-gradient(to left top,  #41ab07 0%,#0b2605 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41ab07', endColorstr='#0b2605',GradientType=0 ); /* IE6-9 */
	background: url('img/sidebar-background.jpg') left top no-repeat #41ab07; /*#000;*/
	
	padding-bottom: 15px;
	padding-top: 25px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
#sidebar .category-title {
	margin: 10px 0 0 5px; /*10px 0 0 45px;*/ /*20px 0 0;*/
	font-size: 30px; /*32px;*/
	color: #ffde00;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 30px;
}
#sidebar .category-title a:hover {
	margin: 0;
	padding: 5px 10px;
	background: #ffde00;
	color: #000;
}
#sidebar .category-title a {
	display: block;
	padding: 5px 10px 5px 0;
	text-decoration: none;
	color: #ffde00;
}
#sidebar .form {
	background: #fcfcfa;
	height: auto;
	padding: 10px 20px 0 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}
#sidebar .form .form-title {
	display: block;
	text-align: center;
	font-size: 28px;
	color: #8ca325;
	font-weight: bold;
}
#sidebar .form .form-subtitle {
	display: block;
	margin: 0px auto 0 auto;
	font-weight: bold;
	text-align: center;
}

#sidebar .category-nav {
	padding: 10px 0;
}

#sidebar .category-nav li {
	font-size: 18px; /*16px;*/
	/*font-weight: bold;*/
	height: 24px;

}
#sidebar .category-nav a:hover {
	/*margin: 0;*/
	padding: 5px 10px;
	background: #ffde00;
	color: #000;
	text-decoration: none;
}
#sidebar .category-nav a {
	margin-left: 5px; /*45px;*/
	display: block;
	padding: 5px 10px 5px 0;
	color: #fff;
}
#sidebar #buttons {
	margin: 20px 0;
}
#sidebar #buttons li {	margin: 0 0 10px 0; }
#sidebar #buttons li:last-child { margin: 0; }

#content {
	float: left;
	width: 720px;
	height: auto;
}

#content .top-ads {
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
#content .top-ads img {
	/*
	-webkit-border-radius: 5px;
	border-radius: 5px;
        */
}
#content .page {
	margin: 10px 0 0; /*15px 0 0;*/
	background: #fff; /*#ededed;*/
	padding: 40px 60px 10px 60px; /*20px 20px 10px 20px;*/
        /*
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:  -1px 3px 5px 1px rgba(0, 0, 0, .25);
	box-shadow:  -1px 3px 5px 1px rgba(0, 0, 0, .25);
        */
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
#content .big-socials { margin: 15px 0; width: 248px; height: 36px; }
#content .socials {
	margin: 7px 0 5px 10px;
	width: 142px;
	height: 20px;
	float: right;

}

#content .page-title {
	text-align: left;
	line-height: 30px; /*28px;*/
	color: #000; /*#CC3300;*/
	text-transform: uppercase;
	font-size: 30px;
}

#content hr {
	margin: 10px 0 20px;
	display: block;
	width: 100%;
	height: 2px; /*5px;*/
	border: 0;
        /*
	/* background: #698136; /* Old browsers */
	/* background: -moz-linear-gradient(left,  #698136 0%, #355c45 50%, #202b50 100%); /* FF3.6+ */
	/* background: -webkit-gradient(linear, left top, right top, color-stop(0%,#698136), color-stop(50%,#355c45), color-stop(100%,#202b50)); /* Chrome,Safari4+ */
	/* background: -webkit-linear-gradient(left,  #698136 0%,#355c45 50%,#202b50 100%); /* Chrome10+,Safari5.1+ */
	/* background: -o-linear-gradient(left,  #698136 0%,#355c45 50%,#202b50 100%); /* Opera 11.10+ */
	/* background: -ms-linear-gradient(left,  #698136 0%,#355c45 50%,#202b50 100%); /* IE10+ */
	/* background: linear-gradient(to right,  #698136 0%,#355c45 50%,#202b50 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#698136', endColorstr='#202b50',GradientType=1 ); /* IE6-9 */
        */
        ; /* A bag in the CSS parser of Chrome */
	background: #000;
}

#content h2, 
#content h3, 
#content h4 {
	margin-top: 10px;
}
#content .text ol, 
#content .text ul {
	margin-left: 20px;
}
#content .text p {
	text-align: justify;
	font-size: 18px; /*16px;*/
	margin: 0 0 10px 0;
}
#content .text a {
	padding: 3px;
	color: #000;
	text-decoration: underline;
}
#content .text a:hover {
	color: #000;
	background: #ffde00;
	text-decoration: none;
}
#content .text p:last-child { margin: 0; }
#content .page .comments {
	margin: 15px 0 0;
}

#footer {
	text-align: right;
	margin: 10px 0 15px 0;
	font-size: 11px;
	width: 100%;
	color: #fff;
}
#footer .mail a {
	padding: 2px 5px;
	background: #ffde00;
	color: #000;
	text-decoration: none;
}
#footer .mail a:hover {
	background: #000;
	color: #ffde00;
}
#footer .mail {
	margin: 5px 0 0;
	display: block;
	width: 100%;
}
.dsq-brlink { color: #000; text-decoration: none; }