@import "calendar.css";

body {
	
	color: #6c85c7;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	}
	
#a1
	{
	background: white url(img/bordertop.jpg) top repeat-x;
	}
	
#top {
	background: transparent url(img/leaves.jpg) top left no-repeat;
	height: 104px;
	padding-top: 0; margin-top: 0;
	}
h1, h1 a { margin: 0px; padding: 0}

#page {
	width: 800px;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0px;
	}
	
#main  {
	text-align: left;
	float: right;
	width: 500px;
	}
	
#sidebar {
	float: left;
	width: 175px;
	font-size: 12px;
	text-align: left;
	}
	
#footer, #footer a {
	clear: both;
	height: 100px;
	color: white;
	text-align: center;
	margin: 0; padding: 0;
	padding-top: 20px;
	}

#footer a {
	color: #6ab023;
}
#prelude a{
	font-size: 9px;
	text-decoration: none;
	color: #42CCF3;
}

#prelude a:hover {
	color: #50DCF7;
	background: transparent;
}

a {
	font-family: "Century Gothic", Verdana;
	text-decoration: none;
	color: #6AB023;
	padding: 2px;

	}
	
a:hover {
	color: white;
	background:  #6AB023;
}

h1 a{
	font-family: "Century Gothic", Verdana;
	font-size: 46pt;
	text-decoration: none;
	color: white;
	padding-left: 200px;
	}
h1 a:hover {
	background: transparent;
	}

.post-title {
	background: transparent url(img/h2.jpg) top left no-repeat;
	padding-left: 45px;
	color: #6AB023;
	text-transform: uppercase;
	font-family: "Century Gothic", Verdana;
	text-decoration: none;
	font-size: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
h2 {
	color: #6AB023;
	text-transform: uppercase;
	font-family: "Century Gothic", Verdana;
	text-decoration: none;
	text-align: left;
	}
	
h3 {
	color: #6AB023;
	text-transform: uppercase;
	font-family: "Century Gothic", Verdana;
	text-decoration: none;
	text-align: left;
	}
	
#sidebar ul li { list-style-type: none;}

fieldset {border: none;}
.submit, .preview {
	background: #6c85c7;
	color: white;
	border: #6c85c7 1px solid;
	}
.submit:hover, .preview:hover {
	background: #6AB023;
	border: #6AB023 1px solid;
	}

.post-info {
	padding-left: 45px;
	}
	
.post-info, .post-info a { color: #6AB023;}

.post-info-co {
	background: url(img/comms.jpg) no-repeat top left;
	padding-left: 20px;
	}