body {
    background-color:#ffffff;
    /*background-image:url('http://likeitlikeit.com/images/bg.gif');*/
    color:#666666;
}

a {
	/*color:#3198d3;*/
	/*color:#40B814;*/
	color:#008202;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	/*color:#3198d3;*/
	/*color:#40B814;*/
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background-color:#E8F1FA;
}

h1, h2, h3, h4, h5, h6 {
	color:#278A03;
	font-weight:bold;
}

#logo-text {
	color:#278A03;
	font-size:32px;
}

.form-box {
/*	padding-right:80px;
	padding-left:20px;*/
	padding: 10px 30px 40px 20px;
	border:dashed 1px silver;
	background-color:#EEFAE3;
}

.form-box2 {
/*	padding-right:80px;
	padding-left:20px;*/
	padding: 10px 20px 10px 20px;
	border:dashed 1px silver;
	background-color:#EEFAE3;
}

#post {
	font-size:24px;
	width:100%;
	height:90px;
	color:gray;
	padding:5px;
}

#post_title {
	font-size:2em;
	margin-bottom:.6em;
}

#post_display_box {
	background-color:#EEFAE3;
	padding:40px;
	border:1px silver dashed;
}

.post_list a {
	margin-right:5px;
	font-weight:normal;
}

.post_list td {
	border-top:dashed 1px silver;
}

.section-divider, .section-divider-bottom {
	/*background-color:#3198d3;*/
	min-height:0.5em;
	margin-bottom:1px;
	font-size:0.5em; /*ie6*/
}

.sidebar_box {
	margin-bottom:25px;
	padding-bottom:20px;
	border-bottom:dashed 1px silver;
}

.leaderboard-top {
	text-align:center;
	margin-bottom:30px;
	background-color:#278A03;
	padding:10px 0px 5px;
}

.leaderboard-bottom {
	text-align:center;
	margin-bottom:10px;
	background-color:#278A03;
	padding:10px 0px 5px;
}

.more_button {
	border:1px dashed silver;
	padding:2px 5px 2px 5px;
	background-color:#EEFAE3;
}
