body {
    background-color:#e2f2fb;
    /*background-image:url('http://likeitlikeit.com/images/bg.gif');*/
    color:#666666;
}

a {
	color:#3198d3;
	font-weight:bold;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	color:#39599C;
	font-weight:bold;
}

#logo-text {
	color:#39599C;
	font-size:36px;
}

.form-box {
/*	padding-right:80px;
	padding-left:20px;*/
	padding: 15px 30px 10px 20px;
	border:dashed 1px silver;
	background-color:#ffffff;
}

#post {
	font-size:16px;
	width:100%;
	height:56px;
	color:gray;
	padding:5px;
}

#post_title {
	font-size:2em;
	margin-bottom:.6em;
}

#post_display_box {
	background-color:#ffffff;
	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;
}

.more_button {
	border:1px dashed silver;
	padding:2px 5px 2px 5px;
	background-color:#FFFFFF;
}
.leaderboard-top {
	text-align:center;
	margin-bottom:30px;
	background-color:#39599C;
	background-color:#3198d3;
	padding:10px 0px 5px;
}

.leaderboard-bottom {
	text-align:center;
	margin-bottom:10px;
	background-color:#39599C;
	background-color:#3198d3;
	padding:10px 0px 5px;
}

