@import "calendar.css";

body {
	background: white;
	color: black;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	}
	
#top {
	background: transparent url(img/logoweb.jpg) top center no-repeat;
	height: 104px;
	padding-top: 0; margin-top: 20px;
	}
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: 600px;
	}
	
#sidebar {
	float: left;
	font-size: 12px;
	text-align: left;
	}
	
#footer, #footer a {
	clear: both;
	background: transparent url(img/foot.jpg) top center no-repeat;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-left: 75px;
	}

#footer a {
	color: #2ca78a;
	font-size: 20px;
	font-family: Arial;
}
#prelude a{
	font-size: 9px;
	text-decoration: none;
	color: #2ca78a;
}

#prelude a:hover {
	color: #2ca78a;
	background: transparent;
}

a {
	font-family: Arial;
	text-decoration: none;
	color:#2ca78a;
	padding: 2px;

	}
	
a:hover {
	color: #b3dd3d;
}

h1 a{
	font-family: Arial;
	font-size: 20pt;
	text-decoration: none;
	color: white;
	padding-left: 240px;
	}
h1 a:hover {
	background: transparent;
	}

.post-title {
	background: transparent url(img/h2.jpg) top left no-repeat;
	padding-left: 45px;
	color: #b3dd3d;
	text-transform: uppercase;
	font-family: Arial;
	text-decoration: none;
	font-size: 18px;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
h2 {
	color: #2ca78a;
	text-transform: uppercase;
	font-family: Arial;
	text-decoration: none;
	font-size: 18px;
	text-align: left;
	}
	
h3 {
	color: #d54886;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	text-align: left;
	}
	
#sidebar ul li {list-style-type: none;}

fieldset {border: none;}
.submit, .preview {
	background: #d54886;
	color: white;

	}
.submit:hover, .preview:hover {
	background: #b3dd3d;
	border: #b3dd3d 1px solid;
	}

.post-info {
	padding-left: 45px;
	}
	
.post-info, .post-info a { color: #BCEE1D;}

.post-info-co {
	background: url(img/comms.jpg) no-repeat top left;
	padding-left: 20px;
}

#spam  {display: none;}
