/*
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: 13px;
	color: #FFF;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
	color: #FFF;
}

h3 {
	font-size: 1.2em;
	color: #91DBE3;
	font-weight: bold;
	margin-left: 15px;
	text-align: left;
}
h4 { color: #ffffff; font-size: 14px; font-weight: normal; margin: 0px 0px 15px 0px; }

p, ul, ol {
	margin-top: 0;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #91DBE3;
}

a:hover {
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/** HEADER */

#header {
	width: 950px;
	height: 141px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	height: 73px;
	padding-top: 20px;
}

#logo h1 {
	margin: 0px;
	font-size: 36px;
	font-weight: normal;
	padding-bottom: 0px;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	padding-left: 3px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BABABA;
}

#logo a {
	color: #BABABA;
}

/** MENU */

#menu {
	height: 48px;
}

#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 {
	text-decoration: underline;
	background: #000000;
}

#menu .active {
	background: #000000;
}

/* Search */

#search {
	float: right;
	width: 270px;
	height: 60px;
	padding: 0px 0px 0px 0px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 150px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 24px;
	border: none;
	background: #040F12;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#page-bgtop {
	padding: 20px px;
}

#page-bgbtm {
}

/* Content */

#content {
	float: left;
	width: 630px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.post {
	margin-bottom: 2px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	margin-bottom: 5px;
	letter-spacing: -0.5px;
	color: #91DBE3;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 1.6em;
}

.post .title a {
	color: #91DBE3;
	border: none;
}

.post .meta {
	width: 400px;
	margin-top: -10px;
	padding: 5px 20px 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #3D4F5C;
}

.post .meta a {
	color: #3D4F5C;
}

.post .entry {
	padding: 0px 0px 5px 0px;
	padding-bottom: 1px;
	text-align: justify;
}

.links {
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	padding: 10px;
	background-position: left top;
	overflow: visible;
	position: relative;
}

#sidebar-bgtop {
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar-bgbtm {
	background-position: left bottom;
	display: inline;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	height: 570px;
}

#sidebar li {
	margin: 0;
	padding: 0;
	display: none;
	position: relative;
	float: left;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li 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 h2 {
	height: 34px;
	padding-left: 30px;
	letter-spacing: -0.5px;
	font-size: 14pt;
	color: #FFF;
}

#sidebar p {
	text-align: justify;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #FFF;
}

#sidebar a {
	border: none;
	color: #91DBE3;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #91DBE3;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/** FOOTER */

#footer-wrapper {
	background: url(images/img02.jpg) repeat-x left top;
	height: 5px;
}

#footer {
	width: 950px;
	height: 60px;
	background: url(images/img03.jpg) no-repeat left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer a {
	text-decoration: none;
	color: #7EDAF1;
}

#footer .legal {
}

#footer .links {
}
#wrapper #page #page-bgtop #page-bgbtm #SpryAccordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent .acontent h4 {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#content2 .post #contactus fieldset legend {
	background-color: #262626;
	color: #ffffff;
}
#wrapper #page #page-bgtop #page-bgbtm #content .post .entry ul li strong {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	top: 2px;
	bottom: 2px;
	clip: rect(2px,auto,2px,auto);
}
#wrapper #page #page-bgtop #page-bgbtm #SpryAccordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent .acontent p a {
	color: #00F;
}
#wrapper #page #page-bgtop #page-bgbtm #sidebar #sidebar-bgtop #sidebar-bgbtm ul li p {
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
