/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	background-color: #163201;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CBF579;
}

h1 {
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {	
	width: 924px;
	margin: 0 auto;
	height: 150px;
	background: url(/img/header.jpg) no-repeat left bottom;
}

/* Page */

#page {
	width: 924px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 700px;
	overflow: hidden;
}

#sidebar {
	float: right;
	width: 210px;
	overflow: hidden;
}

#content .title, #sidebar .title  {
	margin-bottom: 15px;
	padding: 2px 8px;
	background: #364E1A;
	border-left: 2px solid #C4F26E;
	font-size: 1.15em;
	font-weight: bold;
}

#content .date {
	margin-top: 15px;
	font-size: 0.85em;
}

.small {
}

/* List */

.list ul {
	margin: 0;
	padding: 0;
	line-height: normal;
	list-style: none;
}

.list li {
	margin-bottom: 10px;
}

.list p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

.list h3 {
	margin: 0;
	padding: 0;
	font-size: .77em;
}

/* Post */

.post {
	clear: both;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

.post img {
	margin: 5px;
	padding: 4px;
	border: 1px solid #364E1A;
}

/* Pagination */

#paging {
	padding-top: 10px;
}

#paging a {
	text-decoration: none;
	padding: 2px 4px;
	margin-left: 2px;
	border: 1px solid #364E1A;
}

#paging a:hover {
	text-decoration: none;
	overflow: hidden;
	background: #364E1A;
}

#paging span {
	/* T:R:B:L*/
	padding: 2px 4px;
	margin-left: 2px;
	border: 1px solid #364E1A;
	background: #364E1A;
	color: #fff;
}

/* Footer */

#footer {
	width: 906px;
	margin: 0 auto;
	background: #364E1A;
	border-left: 2px solid #C4F26E;
	padding: 2px 8px;
	font-size: .85em;
	color: #DAFAD3;
}

/* ------------------------ ANOTHER WAY ----------------------- */

.butt {
	border:1px solid #3B3B3B;
	background-color: #E2E2E2;
	color: #3B3B3B;
	cursor:hand;
	cursor:pointer;
	font-family: tahoma, arial, sans-serif;
    font-size: 98%;
}

.text {
    padding: 2px;
    border: 1px solid #3B3B3B;
    font-family: tahoma, arial, sans-serif;
    font-size: 98%;
    background-color:transparent;
	color: #3B3B3B;
}

.textarea {
    padding: 2px;
    border: 1px solid #9C9A9C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:transparent;
	color: #9C9A9C;
}
	
.dropdown {
    padding: 2px;
    border: 1px solid #3B3B3B;
    color: #3B3B3B;
    font-family: tahoma, arial, sans-serif;
    font-size: 98%;
}

.sub_title {
	clear: both;
	font-weight: bold;
	border-bottom: 1px solid #3B3B3B;
}

.info {
	color: #f00;
}

#table_list {
	float: left;
	background-color: #E2E2E2;
}

#table_list th {
    border: 0px;
	color: #3B3B3B;
	text-align: center;
    font-weight: bold;
	padding:1px;
}

#table_list th div {
    text-align: left;
}

#table_list td {
	background-color: #FFFFFF;
	padding:1px;
}

#table_list td div {
}