body {
	background-color: #200;
	font-family: Georgia, serif;
	font-size: 16px;
	color: #FFF;
	padding:0; margin:0;
}
h1 {
	padding: 10px;
	margin:0;
	margin-bottom: 10px;
	font-size: 26px;
}
h1.post-title {
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #000;
	color: #FFCC33;
	font-weight: normal;
	clear: both;
}
h1.post-title a {
	color: #FFCC33;
	text-decoration: none;
}
h1.post-title a:hover {
	color: #FFF;
	text-decoration: underline;
}
.input {
	font-family: Georgia, serif;
	font-size: 14px;
	padding: 1px;
	background-color: #550000;
	border: 1px solid #DD5000;
	color: #FFF;
}

a img {
	border: none;
	outline: none;
}
a {
	color: #F62;
}
a:hover {
	color: #FFCC33;
}

#container {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}
#footer {
	clear: both;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: center;
	line-height: 140%;
	font-size: 14px;
}


.thumb1 {
	float: left;
	margin-right: 10px;
}
a img.thumb1 {
	border: 4px solid #CC3300;
	padding: 1px;
}
a:hover img.thumb1 {
	border-color: #FF9900;
}
a img.thumb2 {
	border: 4px solid #CC3300;
	padding: 1px;
	margin: 3px;
}
a:hover img.thumb2 {
	border-color: #FF9900;
}
.post {
	position: relative;
	height: 235px;
	overflow: hidden;
	padding-bottom: 10px;
}

#left-column {
	width: 680px;
	float: left;
}

#lc-inner {
	padding: 10px;
	background-color: #400;
	border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	position: relative;
}

#right-column {
	margin-left: 700px;
	font-family: "Trebuchet MS", serif;
	font-size: 13px;
}

#header {
	width: 1000px;
	padding: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.rchead {
	color: #FC3;
	border-bottom: 1px solid #BB3D00;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 20px;
	/*border-bottom: 1px solid #950;*/
	margin-bottom: 10px;
	padding-bottom: 2px;
}

ul.list1 {
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	list-style: square outside;
	margin-bottom: 20px;
}
ul.list1 li {
	padding: 2px;
}
ul.list1 a {
	outline: none;
	text-decoration: none;
	font-weight: bold;
}
ul.list1 a:hover,
.cut a:hover {
	text-decoration: underline;
}
.cut {
	font-size: 22px;
	position: absolute;
	bottom:10px;
	left: 320px;
}
.cut a {
	text-decoration: none;
}

div.pagination {
	text-align: center;
	word-spacing: 5px;
	padding-top: 20px;
}

div.pagination a {
	text-decoration: none;
}

div.biglink {
	text-align: center;
	font-size: 36px;
	padding: 15px 0;
}


