body {
	background-color: #AAD5B5;
}
#masthead{
	background-color: #336666;
	border-bottom-color: #AAD5B5;
}
#footer {
	border-top-color: #AAD5B5;
}

#sidebar {
	z-index: 20;
}

#sidebar form {
	margin-top: 10px;
	padding: 5px;
}


#content {
	padding-top: 40px;
	min-height: 300px;
}
#content h1, #content h2, #content h3, #content p, #content li {
	padding-right: 40px;
}

#narrowcontent {
	position: relative;
	margin-left: 200px;
	margin-right: 250px;
	text-align: left;
	z-index: 10;
}
#narrowcontent {
	padding-top: 40px;
	min-height: 300px;
}
#narrowcontent h1, #narrowcontent h2, #narrowcontent h3, #narrowcontent p, #narrowcontent li {
	padding-right: 0px;
}

h1 {
	font-size: 180%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
}
#rightposts {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 240px;
}
#rightposts .post {
	padding: 10px;
}
#rightposts h1 {
	font-size: 120%;
	line-height: 120%;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
}
#rightposts p {
	font-size: 100%;
	line-height: 120%;
	margin: 0;
	padding: 0;
}
#rightposts h1 a, #rightposts h1 a:link, #rightposts h1 a:hover {
	color: #336666;
	text-decoration: none;
}
#rightposts h1 a:hover {
	color: #336666;
	text-decoration: underline;
}
#rightposts .post_link {
	padding-bottom: 5px;
	text-transform: capitalize;
}
#rightposts	.post_date {
	padding-bottom: 5px;
	padding-left: 0;
	margin-bottom: 0;
	border-bottom: 1px dotted #999999; 
	background: url('images/arrow.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.post_date, .post_link, .comment_autor{
	font-size: 100%;
	color: #666;
	text-transform: inherit;
}

table.ec3_schedule {
	visibility: hidden;
	height: 0;
	margin-top: -20px;
}

ul.ec3_events li {
	list-style: none;
}

ul.ec3_events li {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

ul.ec3_events li ul li {
	font-weight: normal;
}

ul.ec3_events a {
	color: #336666;
	text-decoration: none;
}
ul.ec3_events a:hover {
	color: #336666;
	text-decoration: underline;
}

img.alignleft {
	border: none;
	float: left;
	margin: 5px 10px 5px 0;
	border: solid 1px #CCCCCC;
	padding: 3px;
}
img.alignright {
	border: none;
	float: right;
	margin: 5px 0px 5px 10px;
	border: solid 1px #CCCCCC;
	padding: 3px;
}

#narrowcontent {
	min-height: 500px;
}