@import "calendar.css";

body {
	background: #f4f9fd url(img/bordertop.jpg) top no-repeat;
	

background-color: #f4f9fd;

	
	color: #1a80cb;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	}
	
#top {

	
	height: 160px;
	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;
	background: url(img/footer.jpg) repeat;
	height: 10px;
	color: white;
	text-align: center;
	margin: 0; padding: 0;
	padding-top: 20px;
	}

#footer a {
	color: #6BB601;
}
#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: #620765;
	padding: 2px;

	}
	
a:hover {
	color: white;
	background:  #620765;
}

h1 a{
	font-family: "Century Gothic", Verdana;
	font-size: 46pt;
	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: #620765;
	text-transform: uppercase;
	font-family: "Century Gothic", Verdana;
	text-decoration: none;
	font-size: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
h2 {
	color: #620765;
	text-transform: uppercase;
	font-family: "Century Gothic", Verdana;
	text-decoration: none;
	text-align: left;
	}
	
h3 {
	color: #620765;
	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: #36C4F2;
	color: white;
	border: #36C4F2 1px solid;
	}
.submit:hover, .preview:hover {
	background: #620765;
	border: #620765 1px solid;
	}

.post-info {
	padding-left: 45px;
	}
	
.post-info, .post-info a { color: #620765;}

.post-info-co {
	background: url(img/comms.jpg) no-repeat top left;
	padding-left: 20px;
	}