﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #000 url(images/img01.jpg) repeat-x left top;
	font-size: 17px;line-height:22px;
	text-align: none;
	color: #efefef;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #559106;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 20px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: left;
}

a:link {
	color: #A5E543;
}

a:hover, a:active {
	text-decoration: none;
	color: #A5E543;
}

a:visited {
	color: #A5E543;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	margin: 0;
	padding: 0;
	height: 400px;
	background: url(images/img02.jpg) repeat-x left top /100% 110% transparent;}
/* Header */

#header {
	width: 810px;
	margin: 0 auto;
	height: 75px;
}

/* Menu */

#nav {
    background: #000 none repeat scroll 0 0;
    border: 5px solid #fff;
    border-radius: 0 0 20px 20px;
    float: left;
    height: auto;
    width: 810px;
}

ul#nav {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	line-height: normal;
}

#nav li {
	display: block;
	float: left;
	background: url(images/img06.jpg) no-repeat left 50%;
}

#nav a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 30px 12px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	font-size: 20px;
	color: #FFFFFF;
}

#nav a:hover { 
	text-decoration: none; 
	color: #A5E543;
}

#nav #active a {
	color: #A5E543;
}

/** LOGO */

#logo {
	width: 810px;
	height: 260px;
	margin: 0 auto;
	background: url(images/image4.png) no-repeat left top;
}

#logo h3, #logo h4{
	margin: 0;
	padding: 0 0 0 100px;
	line-height: normal;
}

#logo h3{ 
	padding-top: 105px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px; line-height: 37px;
}

#logo h3 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h3 a:hover { text-decoration: underline; }

#logo h4 {
	float: left;
	padding: 0px 0 0 100px;margin-top: 10px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #ccc; text-shadow: 1px 1px #333;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }

/* Page */

#page {
	width: 810px;
	margin: 20px auto 0;
}

/* Content */

#content {
	float: left;
	width: 520px;
	margin-top: 15px;
	/*background: url(images/img10.jpg) no-repeat left top;*/
	
}

/* Post */

.post {
	padding: 15px 0px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
	width: 520px;
	height: 60px;
	padding: 20px 0 0 15px;
	background: url(images/image8.png) no-repeat left top;
	font-size: 24px;
	color: #fefefe;
}

.post h2 {
	width: 520px;
	height: 60px;
	padding: 20px 0 0 15px;
	background: url(images/image8.png) no-repeat left top;
	font-size: 22px;
	color: #fefefe;
}

.post p {
	padding: 0 15px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
        margin-left:20px;
	margin-top:-15px;
	list-style: none;
}

#sidebar p {margin:0 20px;}


#sidebar li {
	margin-bottom: 5px;
}


#sidebar h4 {
	width: 250px;
	height: 60px;
	margin-bottom: 10px;
	background: url(images/img07.jpg) no-repeat left top;
	font-size: 20px;
	padding: 10px 0 0 21px;
	color: #fefefe;
}


/* Footer */
#footer-wrap {
	width: 810px;
	height: 60px;
	margin: 0 auto;border: 4px solid #fff;
    border-radius: 20px;
}

#footer {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 16px;line-height:20px;
}

#legal {
	clear: both;
	padding-top: 17px;
	text-align: center;
	color: #999999;
}

#legal a {
	color: #A5E543;
}

fieldset#contact-form {margin:20px 0px 20px 10px;padding:20px;color:#FFF;width:380px;background:#000;border:4px solid #FFF;}
fieldset#contact-form label {font-size:15px;}
fieldset#contact-form input {height:20px;font-size:15px;margin-bottom:15px;padding:3px;}
fieldset#contact-form textarea {font-size:15px;margin-bottom:15px;width:360px;padding:3px;}
fieldset#contact-form #contact-button {font-size:14px;height:30px;margin-left:30px;}
input:focus, textarea:focus {background:#fff;border:1px solid #555;}
blockquote {font-style:italic;}
#content li {margin-bottom: 14px; margin-top: 4px;}
#content img {padding:2px;border:1px solid #aaa;max-width:100%;height:auto;}
.post hr {margin:30px 10px;border:1px solid #aaa;}
@media (max-width:992px) {	
#wrapper {
    max-width: 100%;
}
#page {
    margin: 20px auto 0;
    width: 93%;
}
#content {
    width: 65%;
}
#header {
    height: auto;
    width: 96%;
}
#nav {
    width: 98%;
}
#sidebar {
    float: left;
    padding-left: 20px;
    width: 29%;
}
.post h1 {
    padding: 14px 0 0 4px;
}}
@media (max-width:900px) {	
#logo {
    width: 93%;background-size: 100% auto;
}
#content {
    width: 100%;float:none;
}
#sidebar {
    float: none;
    width:100%;
}
#sidebar h4 {
    background: transparent url(images/image8.png) no-repeat scroll left top/100% auto;height:60px;width: 520px; padding: 20px 0 0 15px;}
#footer-wrap {
    width: 95%;
}
#logo h3 {
    padding-top: 65px;
}
}
@media (max-width:700px) {	
body {
	background: #000 url(images/img01.jpg) repeat-x left top!important;
}
#wrapper {
    background: transparent url(images/img02.jpg) repeat-x scroll left top / 100% auto;
    height: 240px;
}
#page {display: inline-block;margin-left: 2%;margin-top:0;}
	
	#sidebar {
    padding-left: 0;height:auto;
}
#logo h3 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 30px;
    line-height: 33px;
    padding-top: 32px;
}fieldset#contact-form {
    width: 75%;
}
fieldset#contact-form textarea {
    width: 98%;
}
.post h1,.post h2,.post .title ,#sidebar h4{
    background-size:100% auto;
    height: 74px;
    width: 100%;
}
blockquote {
    margin: 0 10px;
}
}
@media (max-width:600px) {	
#wrapper {
    height: 215px;
}
#logo h3 {
    font-size: 27px;
    line-height: 29px;
}
#logo h3, #logo h4 {
    padding-left:66px;
}
.post h1, .post h2, .post .title, #sidebar h4 {
    height: 62px;
}
}
@media (max-width:480px) {	
#wrapper {
    height: 185px;
}
#logo {
    background-size: 100% auto;
    width: 100%;
}
#logo h3 {
    font-size: 26px;
    line-height: 21px;
    padding-top: 20px;
}#logo h4 {
    font: 17px Georgia,"Times New Roman",Times,serif;
    margin-top: 5px;
}#logo h3, #logo h4 {
    padding-left:56px;
}
.post h1, .post h2, .post .title, #sidebar h4 {background-size: 100% 100%;}
.post h1 {
    font-size: 20px;
    line-height: 18px;
}
.blog-post h2.blog-title,.post h2 {
    font-size: 19px!important;
    line-height: 19px!important;
}
.post h3 {
    font-size: 18px;
    line-height: 16px;
}
#content img {float:none!important;clear:both;}
fieldset#contact-form {
    width: 85%;
}
}
@media (max-width:375px) {	
#wrapper {
    height: 155px;
}
#logo h3, #logo h4 {
    padding-left:40px;
}
}
@media (max-width:320px) {	
#logo h4 {
    font: 17px Georgia,"Times New Roman",Times,serif;
    margin-top: 10px;
}
.post .title {
    background-size: 100% 102%;
    height: 72px;
}fieldset#contact-form {
    width: 80%;
}
}