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

body {
	margin: 15px;
	padding: 0;
	background: #e4e4e4;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: #704B3A;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

a {
	background: url(images/img10.gif) repeat-x left bottom;
	text-decoration: none;
	color: #6157E4;
}

a:hover {
	background-image: none;
}

.content ul {
	margin-top: 0;
}

/* Teal Notes */

.tealnotes {
}

/* Yellow Notes */

.yellownotes {
	margin-bottom: 20px;
	background: #FFF846 url(images/img2.gif) no-repeat left bottom;
}

.yellownotes .heading {
	height: 50px;
	padding: 10px;
	background: url(images/img3.gif) repeat-x left center;
}

.yellownotes .content {
	padding: 0 10px 80px 10px;
}

/* Orange Notes */

.orangenotes {
	margin-bottom: 20px;
	background: #FF8C46 url(images/img6.gif) no-repeat left bottom;
}

.orangenotes .heading {
	height: 50px;
	padding: 10px;
	background: url(images/img7.gif) repeat-x left center;
}

.orangenotes .content {
	padding: 0px 10px 80px 10px;
}

/* Green Notes */

.greennotes {
	margin-bottom: 20px;
	background: #AEE63F url(images/img4.gif) no-repeat left bottom;
}

.greennotes .heading {
	height: 50px;
	padding: 10px;
	background: url(images/img5.gif) repeat-x left center;
}

.greennotes .content {
	padding: 0 10px 80px 10px;
}

/* Header */

#header {
	width: 760px;
	height: 165px;
	margin: 0 auto;
	padding: 0px;
	background: #fff846 url(images/img2.gif) no-repeat left bottom;
}

#header h1, #header h2 {
	float: left;
	margin:  0px auto 0px auto;
	padding: 15px 0px 20px 30px;
	width: 730px;
}

#header a {
	background: none;
}

/* Pages */

#pages {
	width: 570px;
	margin: -65px auto 85px auto;
	padding-left: 200px;
	border: 0px black solid;
}

#pages ul {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
}

#pages li {
	float: left;
	display: inline;
	padding-left: 0.75em;
	padding-bottom: 7px;
	white-space: nowrap;
}

#pages a {
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: left;
	width: 490px;
}

.post {
	margin-bottom: 20px;
	background: #5BCE9E url(images/img9.gif) repeat-x left top;
}

.title {
	padding: 5px 20px;
}

.posted {
	padding: 0 0 0 20px;
	font-size: small;
}

.story {
	padding: 20px;
	font-size: 1.25em;
}

.meta {
	height: 60px;
	padding: 40px 0 0 0;
	background: url(images/img8.gif) no-repeat left bottom;
}

.meta p {
	margin: 0;
	padding: 0 20px 0 0;
	text-align: right;
}

/* Search */

#search {
	float: right;
	width: 250px;
}

#search .content {
	padding-bottom: 100px;
}

/* Archives */

#archives {
	clear: right;
	float: right;
	width: 250px;
}

/* Categories */

#categories {
	clear: right;
	float: right;
	width: 250px;
}

/* Blogroll */

#blogroll {
	clear: right;
	float: right;
	width: 250px;
}

/* Footer */

#footer {
	clear: both;
	text-align: center;
}

.cc09          { /* schedule table */
	background-color: #000000;
	border          : 0px solid #000000;
	table-layout    : auto;
	empty-cells     : show;
	}
.cc09 td       { /* schedule table td */
	color           : #000000;
	font            : 11px 'arial';
	text-align      : center;
	border          : 0.5px solid #AAAAAA;
	padding         : 2px;
	vertical-align  : middle;
	}

