/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	/*background: #e0ebee;
	/*background: url(../images/background.PNG) repeat;*/
	
	background: #323232;
	background-attachment:fixed;
	background-image: url(../images/background_0.PNG);
	
	text-align: justify;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #64645b;
}

html,html body {height:100%;}

h1, h2, h3, h4 {
	font: 1.82em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #be3100;
}

h4 {
	letter-spacing: 0px;
	font-style: italic;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #00556f;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #be3100;
}


hr {
	display: none;
}

/* Header */

#wrapperc {
	text-align: center;
}

#header {
	width: 1000px;
	padding: 0px 20px 0px 20px;
	height: 170px;
	background: url(../images/header_background3.PNG) repeat-x left top;
	margin: 0px auto;
}

#menu {
	background-image: url(../images/center_tile.gif);
	width: 1000px;
	height: 34px;
	padding: 0px 20px 0px 20px;
	margin: 0px auto;
}

/* Logo */

#logo {
	padding: 10px 0 0 0px;
	valign: top;
	align: center;
}

#logo h1 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	font-size: 3em;
	font-weight: normal;
	color: #e0ebee;
}

#logo h1 a {
	display: block;
	text-decoration: none;
	color: #e0ebee;
}

#logo p {
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #b89400;
}

#logo a {
	display: block;
	text-decoration: none;
	color: #e0ebee;
}



/* Page */
#page {
	width: 1000px;
	background-image: url(../images/background_2.PNG);*/
	/*background: #e0ebee;*/
	min-height: 60%;
	height: 60%;
	margin: 0px auto;
	padding: 20px 20px 20px 20px;
}

/* Content */
#content {
	float: left;
	width: 735px;
	margin-bottom: 10px;
}

/* Post */
/*.post {
	width: 735px;
	margin-top: 20px;
}

.post .date {
	float: left;
	width: 29px;
	height: 32px;
	margin: 0;
	margin-top: 3px;
	margin-right: 20px;
	padding-top: 2px;
	background: url(../images/img03.PNG) no-repeat;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

.post .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 14px;
	color: #5C5C5C;
	
}

.post .title {
	margin: 0;
	padding: 0px 0 0 0;
	margin-left: 10px;
	padding-left: 10px;
}

.post .title h2 {
	padding: 0;
	margin: 0;
}

.post .hr1 {
}

.post .meta {
	margin: 0 0 10px 20px;
	padding: 0;
	line-height:normal;
	text-transform: uppercase;
	color: #979680;
}

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

.post .entry {
	margin: 0;
	padding: 0 0 20px 50px;
}*/

/* Container */
#container {
	float: left;
	width: 1000px;
	min-height: 60%;
	height: 60%;
	margin-bottom: 10px;
}

#back {
	float: left;
	width: 1000px;
}




/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

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

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

#sidebar li ul {
	border-top: 1px dashed #68686a;
}

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

#sidebar li li a {
	
}

#sidebar h2 {
	padding: 0;
	margin: 0 0 6px 0;
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	
}


/* infoblock */

#infoblock {
	float: left;
	width: 250px;
	padding-top: 20px;
	padding: 20px;
	margin-bottom: 20px;
	
}

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

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

#infoblock li ul {
	border-top: 1px dashed #68686a;
}

#infoblock li li {
	margin: 0;
	padding: 4px 0 4px 0;
}

#infoblock li li a {
}

#infoblock ul li a {
	font-weight: normal;
	color: #be3100;
}

#infoblock ul li ul a { 
	color: #00556f;
	font-weight: bold;
}
	

#infoblock h2 {
	padding: 0;
	margin: 0 0 6px 0;
	font-size: 1.4em;
}

#infoblock a {
	text-decoration: none;
	
}

#infoblock a:hover {
	
}



/* Calendar */

#calendar_wrap {
	border-top: 1px dashed #666633;
}

#calendar caption {
	padding-top: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border: 0px solid #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
}

#calendar thead {
	background: #514F42;
	text-align: center;
}

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

#today {
	font-weight: bold;
}

#prev {
}

#next {
	text-align: right;
}

/* Footer */

#footer {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #e0ebee;
	background: url(../images/header_background3.PNG) repeat-x left top;
}

#footer a {
	text-decoration: none;
	font-size: 10px;
	color: #e0ebee;
}

#legal {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	color: #e0ebee;
}

#legal a {
	border-bottom: 1px dotted #939393;
	text-decoration: none;
	color: #939393;
}

html>body #page {height:auto;}

