/*
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
	clear: both;
}


h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(../images/img07.gif);
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #D56E22;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 790px;
	height: 110px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/img01.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #9F9F9F;
	border-bottom-width: 1px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	font-size: 3em;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#logo p {
	padding: 52px 0 0 3px;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 790px;
	height: 32px;
	margin: 0 auto;
	padding: 0 10px;
	background-image: url(../images/img09.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #e7e3e3;
	border-left-width: 1px;
	border-left-color: #D4D4D4;
	border-right-width: 1px;
	border-right-color: #D4D4D4;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin: 0 1px 0 0;
	padding: 10px 20px 0 20px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #D56E22;
	background-image: url(../images/img09.gif);
	background-repeat: repeat-x;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#menu a:hover {
	background-image: url(../images/img10.gif);
	background-repeat: repeat-x;
}

#menu .current_page_item a {
	color: #D56E22;
	background-image: url(../images/img09.gif);
	background-repeat: repeat-x;
}

/* Page */

#page {
	width: 810px;
	margin: 0 auto;
	padding: 30px 0;
	background-repeat: repeat-y;
	background-position: left;
	background-color: #F5F5F3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D4D4D4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D4D4D4;
}

#page-bg {
	padding: 11px 24px;
	background-image: url(../images/img03.gif);
	background-repeat: no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #eaeaea;
}

/* Content */

#content {
	float: left;
	width: 570px;
	background-image: url(../images/img02.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 200%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}

.title {
	margin: 0;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.img {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	clear: right;
	float: left;
}


.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	border: none;
	background-image: url(../images/img04.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/* Sidebars */

.sidebar {
	width: 180px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 21px;
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
	display:inline;
	line-height: 16px;
	clear: both;
}

.sidebar li ul {
	clear: both;
}

.sidebar li li {
	padding: 5px 0 5px 25px;
	background-image: url(../images/img04.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: 1px solid #F2F2F2;
	font-size: 12px;
	background-image: url(../images/img02.gif);
	background-repeat: repeat-x;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

/* Calendar */

#calendar_wrap {
	text-align: center;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	clear: both;
	float: left;
	width:auto;
}
#page #sidebar2 #membersihp {
	width: auto;
	text-align: left;
	float: none;
	clear: left;
	margin: 0;
	padding: 0;
}
.Input_submit {
	background-color: #D4D4D4;
}




#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
	border-bottom: 1px solid #CCCCCC;
	
}

#calendar_wrap td {
	border-bottom: 1px solid #F2F2F2;
}
.calendar .header {
	height: 24px;
}

#calendar_wrap .today {
	background-color:#FFA275;
	border: 0 px solid #000000;
	width: 14px;
	height: 12px;
	text-align: center;
	font-size:0.9em;
	padding: 2px;
}

#calendar_wrap tfoot td {
	border: none;
}
form {
	margin: 0px;
}
table {
	margin: 0px;
}



#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}
#page #content .post img {
	clear: right;
	float: left;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/* Footer */

#footer {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0;
	background-color: #D56E22;
	background-image: url(images/img05.gif);
	background-repeat: repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
.Input {
	margin-right: 20px;
	clear: both;
	float: right;
	width: 105px;
	border: 1px solid #D4D4D4;
}
.Input_submit {
	background-color: #F5F5F3;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	color: #D56E22;
	vertical-align: bottom;
}

.Label{
display:block;
height:2em;
background-color:#E7E7E7;
padding:10px 10px 0;
}
#page #sidebar2 #membersihp td {
	font-size: 10px;
}
.calendar .footer {
	width:100%;
}

.calendar .footerNav{
	
}
