@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-color: #0e0e0e;
	color: #7b7b7b;
	font-family: Tahoma;
	font-size: 11px;
}

p {
	margin: 0;
	padding: 0;
}

div {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

input {
	margin: 0;
	padding: 0;
}

h1 {
	color: #f8b502;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
	text-decoration: underline;
}

#site {
	width: 300px;
}

#header {
	width: 300px;
	height: 148px;
	background-color: #202020;
}

#logo {
	width: 235px;
	height: 100px;
	padding: 10px 0;
}

#menu {
	width: 296px;
	height: 28px;
	background-image: url("../img/menu.jpg");
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

#menu p { margin-top: 6px; margin-left: 6px; }
#menu input { margin-top: 4px; margin-right: 4px; }

#middle {
	width: 300px;
	background-color: #0e0e0e;
}

#footer {
	width: 300px;
	float: left;
	background-color: #202020;
	padding: 5px 0;
	text-align: center;
}

#footer p {
	margin-bottom: 5px;
}

.post {
	width: 278px;
	background-color: #202020;
	border: #636363 solid 1px;
	float: left;
	margin: 5px;
	padding: 5px;
	text-align: left;
}

.post .head {
	color: #f8b502;
	font-size: 14px;
	margin-bottom: 5px;
}

.post .thumb {
	width: 125px;
	height: 125px;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

.post .thumb img {
	border: #636363 dashed 1px;
}

.post .thumb img:hover {text-decoration: none; border: #F88C17 dashed 1px;}

.post .body {
	width: 148px;
	float: left;
}

.post .full {
	width: 145px;
	float: left;
	padding-left: 3px;
}

.post .body .button {
	height: 20px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.post .body .button div:first-child {
	width: 5px;
	height: 20px;
	float: left;
	background-image: url("../img/button-left.jpg");
}

.post .body .button div:last-child {
	width: 5px;
	height: 20px;
	float: left;
	background-image: url("../img/button-right.jpg");
}

.post .body .button .core {
	height: 16px;
	float: left;
	background-image: url("../img/button-texture.jpg");
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;
	text-transform: uppercase;
}

.post .foot {
	width: 278px;
	float: left;
}

#pagination {
	width: 164px;
	float: left;
	padding: 10px 68px 20px;
	text-align: center;
}

#pagination .arrow {
	width: 50px;
	height: 64px;
	float: left;
}

#pagination .number {
	width: 64px;
	height: 40px;
	float: left;
	font-size: 32px;
	font-weight: bold;
	padding: 12px 0;
	text-align: center;
}

#pagination .box {
	width: 164px;
	float: left;
	font-size: 22px;
	margin-top: 12px;
	text-align: center;
}

.yellow {
	color: #f8b502;
}

.yellow a:link {text-decoration: none; color: #f8b502;}
.yellow a:visited {text-decoration: none; color: #f8b502;}
.yellow a:active {text-decoration: none; color: #f8b502;}
.yellow a:hover {text-decoration: underline; color: #f8b502;}

.green {
	color: #00ff33;
}

.green a:link {text-decoration: none; color: #00ff33;}
.green a:visited {text-decoration: none; color: #00ff33;}
.green a:active {text-decoration: none; color: #00ff33;}
.green a:hover {text-decoration: underline; color: #00ff33;}

.white {
	color: #ffffff;
}

.white a:link {text-decoration: none; color: #ffffff;}
.white a:visited {text-decoration: none; color: #ffffff;}
.white a:active {text-decoration: none; color: #ffffff;}
.white a:hover {text-decoration: underline; color: #ffffff;}

.ten {
	font-size: 10px;
}

.twelve {
	font-size: 12px;
}

.thirteen {
	font-size: 13px;
}

.margin_bottom {
	margin-bottom: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}