﻿html {
  overflow-y: scroll;
}
body {
  min-height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url("../images/sitelayout/img01.gif") repeat-x;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h2 {
	font: 1.82em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #990000;
}

p, ol, ul {
	line-height: 1.67em;
	margin-bottom: 18px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

.img {
	border-width: 0;
}


/* Header */

#header {
	width: 778px;
	height: 160px;
	margin: 0px auto;
}

/* Logo */

#logo {
	float: left;
	padding: 40px 0 0 0;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 3.6em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 a {
	margin-left: -130px;
	padding-right: 260px;
	padding-top: 25px;
	padding-bottom: 100px;
	background: url('../images/sitelayout/img02.png') no-repeat right top;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: 20px 0 0 0;
	text-transform: uppercase;
	font-size: small;
	letter-spacing: -1px;
}

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

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 75px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-top: -20px;
	margin-left: 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.36em;
	color: #FFFFFF;

}

#menu a:hover, {
	border-bottom: 3px solid #8AD9F3;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #8AD9F3;
}

#menu a:before, .inactive a {
	border-bottom: 3px solid #ffffff;
}

/*	text-decoration: underline; */
}

/* Page */

#wrapper {
	background: none;
/* 	background: url("../images/sitelayout/img03.gif") repeat-x left bottom; */

}

#page {
	width: 778px;
	margin: 0px auto;
	padding: 40px 0;
}

/* Content */

#content {
	float: left;
	width: 510px;
}

/* Tables */
/* Left */


#left {
	width:100%;
	border-collapse:collapse;
}

#left td, #csc th {
	font-size:1em;
}

#left th {
	font-size:1em;
	text-align:left;
	background-color:#353535;
	color:#ffffff;
}

#left tr.alt td {
	background-color:#f0f0f0;
}

/* Center */

#center {
	width:100%;
	border-collapse:collapse;
}

#center td, #csc th {
	font-size:1em;
}

#center th {
	font-size:1em;
	text-align:center;
	background-color:#353535;
	color:#ffffff;
}

#center tr.alt td {
	background-color:#f0f0f0;
}



/* Post */

.post {
}

.post .date {
	float: right;
	width: 76px;
	height: 58px;
	margin: 0;
	padding-top: 2px;
	background: #18BDF5 url("../images/sitelayout/img07.gif");
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.post .date b {
	display: block;
	margin-top: -5px;
	font-size: 40px;
}

.post .title {
	margin: 0;
	padding: 20px 0 0 0;
	background: url("../images/sitelayout/img05.gif") repeat-x;
	font-size: 1.8em;
}

.post .meta {
	margin: 15 0 30px 0;
	padding: 0;
	color: #333333;
	line-height: normal;
	font-size: large;
}

.post .meta a {
	color: #C6C6C6;
}

.post .entry {
  	padding-bottom: 30px;
	margin-bottom: 18px;
}

.post .p {
	bottom: 24px;
}

.post li {
	margin-bottom: 6px;
}

.post ul {
	padding-left: 0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 1px 0;
	background: url("../images/sitelayout/img05.gif") repeat-x left bottom;
}

#sidebar li li a {
	padding-left: 21px;
	background: url("../images/sitelayout/img06.gif") no-repeat 6px 50%;
}

#sidebar h2 {
	padding-left: 20px;
	background: url("../images/sitelayout/img04.gif") no-repeat left center;
}

#sidebar a, .inactive a {
	text-decoration: underline;
}

#sidebar a:hover, .active2 a {
	text-decoration: none;
	border-bottom:3px #8AD9F3 solid:
}


/* Calendar */

#calendar_wrap {
	padding: 0 0px;
}

#calendar caption {
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border: 1px solid #E8E8E8;
}

#calendar thead {
	background: #E8E8E8;
}

#calendar tbody td {
	border: 1px solid #E8E8E8;
	text-align: center;
}

#today {
	font-weight: bold;
}

#prev {
}

#next {
	text-align: right;
}


/* Footer */

#wrapper2 {
/*	background: #18BDF5; */
	background: #282828; 
	  	opacity: 0.7;
  		position:fixed;
		bottom:0; 
		width: 100%;
}

#footer {
	width: 778px;
	margin: 0 auto;
	padding-top: 0px;  /* was 30px; */
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: block;
	float: left;
	width: 240px;
	padding-left: 29px;
}

#footer li.first {
	padding-left: 0;
}

#footer li ul {
	margin: 0;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 5px 0;
	background: url("../images/sitelayout/img10.gif") repeat-x left bottom;
}

#footer li li a {
	padding-left: 21px;
	background: url("../images/sitelayout/img09.gif") no-repeat 6px 50%;
}

#footer h2 {
	margin-top: 0;
	padding-left: 20px;
	background: url("../images/sitelayout/img08.gif") no-repeat left center;
	color: #FFFFFF;
}

#footer h2 a {
	margin-top: 0;
	color: #FFFFFF;
	text-decoration:underline;
}

#legal {
	clear: both;
	margin: 0;
	padding: 5px 5px 5px 5px;  /* was 50px 0; */
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	color: #FFFFFF;
}

/* Back button */

#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #990000;
  opacity: 0.5;
  color: white;
  cursor: pointer;
  padding: 20px;
  border-radius: 40px;
}

#myBtn:hover {
  background-color: #555;
}

