
/*
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:url(images/Background2022_1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	background-attachment:fixed;
	background-size:100% 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3C3D3F;
}



h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #2B2522;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #2B2522;
}

a:hover {
	text-decoration: none;
}




/* Calendar */

#calendar {
}

#calendar_wrap {
padding: 20px;
}

#calendar table {
width: 100%;
}

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

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

#content {
width: 95%;
padding: 10px 10px 0px 10px;
background: #FFFFFF;
}



/* Footer */

#footer {
width: 980px;
height: 20px;
margin-top: 100;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
z-index:10;
}

#footer p {
margin: 0;
line-height: normal;
font-size: 12px;
text-transform: uppercase;
text-align: center;
text-shadow:2px 2px black;
color: White;
}

#footer a {
color: #847F7E;
}






/* Header */

#header-wrapper {
	height: 160px;
	
}

#header {
width: 100%;
margin: 0 auto;
padding: 40px 0px 0px 0px;
text-align: center;
}



/* Logo */

#logo {
	width: 950px;
	margin: 0;
	padding: 0;
	color: #000000;
	margin-left:auto;
	margin-right:auto;
	
}


#logo h1 {
	padding: 0px 0px 0px 0px;
	letter-spacing: -1px;
	font-size: 3.8em;
	color: white;
	text-shadow:3px 3px black;
}



#logo p {
	margin: 0;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: white;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: white;
}






/* Menu */

#menubutton {
	display: block;
	margin-right: 2px;
	padding: 8px 25px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	border: none;
	background: #FFD700;
}

#menubutton:hover, #menu .current_page_item a {
	text-decoration: none;
}




#menu {
	width:900px;
	height: 100px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 20;
	border:none;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 4px;
	padding: 8px 25px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	border: none;
	background: #FFD700;
	border-radius:25px;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
	box-shadow: 3px 3px 3px #686868;
}

#menu a:hover, #menu .current_page_item a {
	background: #ffe86f;
	color: black;
	text-decoration: none;
}

#menu .current_page_item a {
}

/* Page */

#page {
width: 99%;
margin: 0 auto;
padding: 0px 0px 0px 0px;
border:none;
}

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

/* Search */
#search {
float: center;
height: 40px;
width:150px;
margin: 0 auto;
padding: 0;
border: none;
background: #4B402E;
line-height: 180%;
}



#search a {
display: block;
margin-right: 2px;
padding: 8px 25px;
text-decoration: none;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #FFFFFF;
}

#search a:hover, #search .current_page_item a {
text-decoration: none;
}

#search .current_page_item a {
}



/* Sidebar */

#sidebar {
float: right;
width: 300px;
margin: 0px;
padding: 100px 20px 0px 0px;
}

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

#sidebar li {
margin: 0;
padding: 0;
}

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

#sidebar li li {
line-height: 35px;
border-bottom: 1px solid #342C29;
background: url(images/img02.gif) no-repeat left 15px;
margin: 0px 20px 0px 20px;
border-left: none;
text-align: left;
}

#sidebar li li span {
display: block;
margin-top: -20px;
padding: 0;
font-size: 11px;
font-style: italic;
}

#sidebar li li a {
padding: 0px 0px 0px 15px;
}

#sidebar h2 {
height: 31px;
margin: 0px 0px 20px 0px;
padding: 10px 0px 0px 20px;
background: url(images/img03.jpg) no-repeat left top;
text-shadow: #203060 -1px 1px 2px;
text-align: left;
text-transform: uppercase;
letter-spacing: -.5px;
font-size: 1em;
color: #FFFFFF;
}

#sidebar p {
margin: 0 0px;
padding: 0px 20px 20px 20px;
text-align: justify;
color: #847F7E;
}

#sidebar a {
border: none;
color: #847F7E;
}

#sidebar a:hover {
text-decoration: underline;
color: #847F7E;
}



#wrapper {
margin: 0 auto;
padding: 0;
}




.topBar{
	width:100%;
	cursor:pointer;
	border:1px solid #88ff55;
	border-radius:3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	box-shadow: 2px 2px 2px #686868;
	background-color:#eeffdd;
	
}

.topBar:hover{
	width:100%;
	cursor:pointer;
	border:1px solid #ca8500;
	border-radius:3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	box-shadow: 2px 2px 2px #686868;
	background-color:#eeffdd;
	
}

.topBarUp{
	width:100%;
	cursor:pointer;
	border:1px solid #ca8500;
	border-radius:3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	box-shadow: 2px 2px 2px #686868;
	background-color:#FFCC51;
	
}



.noPrint {display: none;}


.post {
	margin-bottom: 30px;
	border-bottom: 1px solid #D1D9F0;
	text-align:center;
}

.post .title {
	height: 41px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -1px;
	text-align:left;
}

.post .title a {
	text-decoration: none;
	color: #191614;
	border: none;
}

.post .entry {
	padding: 20px 30px 20px 30px;
	padding-bottom: 20px;
	text-align: justify;
}

.post .byline {
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}

.post .meta {
	float: left;
}

.post .links {
	float: right;
}

.links a {
}
