/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0px;
	background: #040F12 url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9DAAB2;
}

h1, h2, h3 {
	margin: 15px 0px 5px 0px;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ddd;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	line-height: 180%;
}

ul, ol {
}

a:link {
	text-decoration: none;
	color: #0D6B82;
}


a:hover {
text-decoration:underline;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/** HEADER */

#header {
	width: 950px;
	height: 141px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	height: 73px;
	padding-top: 1.2%;
}

#logo h3 {
	margin: 0px;
	font-size: 35px;line-height:33px;
	font-weight: normal;margin-bottom:-12px;
}

#logo h3 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h4 {
	padding-left: 3px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;line-height:20px;
	color: #BABABA;
}

#logo a {
	color: #BABABA;
}

/** MENU */
#menu {
    height: auto;padding-top: 10px;
    padding-bottom: 20px;
}
#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-right: 1px;
}

#menu a {
	display: block;
	height: 28px;
	padding: 14px 20px 0px 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover,#menu li#active a  {
	text-decoration: underline;
	background: #000000;
}

#menu #active {
	background: #000000;
}

fieldset#contact-form {
	width: 350px;
	padding: 15px;
	border: 2px solid #DEDEDE;
	background: #aaa;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #222;
}
fieldset#contact-form input {height:18px;font-size:14px;margin-bottom:12px;padding:3px;}

fieldset#contact-form  #contact-button  {
	width: 150px;
	height: 24px;
	border: none;
	background: #040F12;
	color: #FFFFFF;
}

fieldset#contact-form textarea {font-size:15px;margin-bottom:15px; width: 97%;padding:3px;}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0px;
}

#page-bgtop {
	padding: 20px px;
}

#page-bgbtm {
}

/* Content */

#content {
	float: left;
	width: 620px;
	padding: 20px 0px 0px 0px;
}
#content li {margin-bottom:11px;line-height:21px;}
.post {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: auto;text-decoration:underline;
	margin-bottom: 20px;
	padding: 12px 0 5px 0px;
	letter-spacing: -.5px;
	color: #FFFFFF;
margin-top:-30px;
}


.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: left;display: inline-block;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	padding: 0px;
	color: #054A60;
	background: url(images/img05.jpg) repeat-y left top;
}

#sidebar-bgtop {
	background: url(images/img04.jpg) no-repeat left top;
}

#sidebar-bgbtm {
	padding: 40px 0px;
	background: url(images/img06.jpg) no-repeat left bottom;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h4 {

	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #000000;
margin:20px 0px 5px 30px;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
}

#sidebar a {
	border: none;
	color: #054A60;
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #054A60;
}

/** FOOTER */

#footer-wrapper {
	background: url(images/img02.jpg) repeat-x left top;
	height: auto;
}

#footer {
	width: 950px;
	height: auto;
	margin: 0px auto;
	background: url(images/img03.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	color: #133D47;
}

#footer a {
	text-decoration: underline;
	color: #133D47;
}

#footer .legal {
}

#footer .links {
}
blockquote {font-style:italic;}
#content img {border:2px solid #aaa;max-width:100%;height:auto;}
#content hr {margin:30px 10px;border:1px solid #A9B9C6;}
@media (max-width: 1024px) {
#wrapper {
    width: 100%;
}
#header {
    height: auto;
    margin: 0 auto;
    width: 100%;
}
.post .entry {
    max-width: 100%;
}
#logo {
    height: auto;
    padding-left: 2%;padding-top: 1.6%;
}
#page {
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
}
#content {
    float: left;
padding: 2% 2% 0;
    width: 65%;
}
#sidebar {
    background-size:100% auto;margin-right: 2%;
    width: 28%;
}#footer {
    width: 100%;
}#sidebar-bgbtm {
    background-size:100% 100%;
    padding: 40px 0;
}
#menu {
    padding-top: 0;
}
#menu a {
    padding: 14px 12px 0;
}
}
@media (max-width: 767px) {
#logo h3 {
    font-size: 30px;
}
#content {
    float: none;
    padding: 2% 2% 0;
    width: 95%;
}#sidebar {
    background-size: 100% auto;
    margin-right: 0;
    width: 100%;float:none;
}#menu a {
    padding: 14px 7px 0;
}
#content h1{
font-size:24px;line-height:25px;
}
#page-bgtop {
    padding-top: 15px;
}
}
@media (max-width: 700px) {
body{background: #040F12 url(images/img1.jpg) repeat-x left top!important;}
#logo h3 {font-size: 25px;}
#content h1 {
    font-size: 21px;
    line-height: 23px;
}
.blog-post h2.blog-title,#content h2 {
    font-size: 19px!important;
    line-height: 21px!important;
}
#content h3 {
    font-size: 1.1em;
}
.post .entry {
    width: 100%;
}
}
@media (max-width: 480px) {
#page {
    width: 96%;padding: 10px 0 0;
}
#header {
    min-height: 110px;
}.post .title {

    margin-bottom: 0;
    margin-top: 0;
    padding: 2px 0 5px;
}
.post .entry {
    width: 100%;
}fieldset#contact-form {
    width: 85%;
}
#sidebar h4 {
    font-size: 1.4em;
    margin: 10px 0 5px 20px;
}#menu {
    display: none;
}
#content img {
    clear: both;
    float: none !important;
}
blockquote {
    margin: 5px 10px;
}
.entry ul {
    padding: 10px 20px;
}
}
