
body {
	margin: 0;
	padding: 0;
	font: normal 12px/15px Arial, sans-serif;
	color: white;
}

body.index {
	background: white url('../images/index_bg.jpg') no-repeat 0 5px;
}

body.show {
	background: white url('../images/show_bg.jpg') no-repeat top left;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	margin: 0;
	padding: 0;
}

#footer {
	height: 100px;
	width: 800px;
	margin: 20px 0 0 20px;
}

.index #header {
	width: 1280px;
	height: 280px;
	margin: 4px 0 0 0;
	background: url('../images/index_header_bg.gif') no-repeat top left;
}

#header .column {
	height: 100%;
	float: left;
	color: #00ccff;
}

#column_1 {
	width: 350px;
}

#column_1 p {
	margin: 130px 10px 0 15px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}

#column_2 {
	width: 460px;
}

#column_2 p {
	margin: 0 15px 5px 0;
	padding: 15px 0 0 0;
	text-align: right;
	font-size: 15px;
}

#character_count {
	font-size: 20px;
	font-weight: bold;
}

#column_2 textarea, 
#column_2 input[type=text] {
	width: 440px;
	margin: 0 0 7px 0;
	padding: 0 5px;
	border: 1px solid #666;
	color: #333;
	font: normal 18px/25px Arial, sans-serif;
}

#column_2 textarea {
	height: 145px;
	padding-top: 5px;
}

#column_2 input[type=text] {
	height: 35px;
}

#column_3 {
 width: 290px;
}

#link_list {
	margin: 140px 0 0 10px;
}

#link_list li {
	margin: 0 0 10px 0;
}

.show #link_list {
	margin: 20px 0 0 600px;
}

.show #back_btn {
	top: 77px;
	left: 25px;
	position: absolute;
}

#entries_header {
	margin: 25px 0 15px 20px;
	color: #ff6600;
	font-size: 25px;
	letter-spacing: -.5px;
	text-transform: uppercase;
}

#entries {
	margin: 0;
	padding: 0 0 5px 0;
}

#entries li {
	width: 845px;
	height: 60px;
	margin: 0 0 10px 0;
	padding: 4px 55px 0 20px;
	display: block;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}

#entries li.yel { background-image: url('../images/entry_yel-trans.png'); }
#entries li.blu { background-image: url('../images/entry_blu-trans.png'); }
#entries li.pnk { background-image: url('../images/entry_pnk-trans.png'); }
#entries li.grn { background-image: url('../images/entry_grn-trans.png'); }
#entries li.orn { background-image: url('../images/entry_orn-trans.png'); }


#entries li p {
	font-size: 20px;
	line-height: 18px;
	float: left;
}

#entries li p a, 
#entries li p a:visited {
	color: black;
	text-decoration: none;
}

#entries li p a:hover {
	text-decoration: underline;
}

#entries li p strong {
	font-size: 25px;
	text-transform: uppercase;
}

#entries li .meta {
	width: 145px;
	float: right;
}

#entries li .meta em {
	color: #333;
	font-size: 20px;
	line-height: 25px;
}

#entry {
	width: 760px;
	height: 210px;
	margin: 120px 0 0 40px;
	padding: 0 10px 0 0;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
	position: relative;
}

#entry p {
	margin: 10px 0 0 0;
	padding: 0;
	color: black;
}

#entry p.name {
	text-transform: uppercase;
	color: black;
}

#entry em {
	font-weight: normal;
	color: #33cc00;
}

#share {
	width: 351px;
	height: 387px;
	top: 400px;
	left: 305px;
	margin: 0 0 20px 0;
	padding: 15px;
	background: #ff8533;
	position: absolute;
	border: 2px solid #ffff33;
}

.stbutton, .stico_default {
	color: #ffb400;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

.btn {
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}

.btn span { display: none; }

#home_btn {
	width: 325px;
	height: 90px;
	top: 10px;
	left: 25px;
	background: none;
	position: absolute;
}

#submit_btn {
	width: 81px;
	height: 20px;
	margin-right: 6px;
	background-image: url('../images/submit_btn-trans.png');
	float: right;
}

#clear_btn {
	width: 67px;
	height: 20px;
	background-image: url('../images/clear_btn-trans.png');
	float: left;
}

.share_btn {
	width: 105px;
	height: 27px;
	background-image: url('../images/share_btn-trans.png');
}

#newer_btn {
	width: 104px;
	height: 23px;
	background-image: url('../images/newer_btn-trans.png');
	float: left;
}

#older_btn {
	width: 97px;
	height: 23px;
	background-image: url('../images/older_btn-trans.png');
	float: right;
}

#rss_btn {
	width: 88px;
	height: 27px;
	margin: -2px 25px 0 0;
	background-image: url('../images/rss_btn-trans.png');
	float: right;
}

#site_btn {
	width: 213px;
	height: 22px;
	margin: 55px 0 0 18px;
	background-image: url('../images/visit_site_btn-trans.png');
}