
/**********************************************************************/

* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	clear: both;
}
	
html,body {
	height: 100%;
	text-align: center;
	background: #A98008;
}

img {
	border: 0px;
}

/**********************************************************************/

#page-container {
	width: 950px;
	min-height: 100%;
	margin: auto;
}

#header-container {
}

#footer-container  {
}
	
#header-container, #footer-container {
	background: #B24909;
	border-top: medium solid #A82D08;
	border-bottom: medium solid #A82D08;
	color: #DDD;
}

#sidebar-container {
	width: 30%;
	color: #DDD;
}
	
#content-container {
	width: 70%;
	color: #222;
}

#sidebar-container, #content-container {
	float: right;
	clear: none;
}

/**********************************************************************/

#header, #footer, #top-advertisement{
	margin: 15px;
	text-align: left;
}

#content, #sidebar {
	text-align: left;
}

#content{
	padding-right: 10px;
}

#sidebar{
	padding-left: 10px;
}

#header, #footer{
	margin-left: 30%;
	margin-right: 30%;
	text-align: center;
}

#header h1{
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 15px;
}

#header p{
	font-size: 9pt;
	text-align: justify;
}

#footer p{
	font-size: 7pt;
	margin: 10px 0px;
	text-align: justify;
}

#footer a{
	color: #FFB;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover{
	color: #FFB;
	text-decoration:underline;
	font-weight: bold;
}

/**********************************************************************/

#top-advertisement{
	text-align: center;
}

#top-advertisement table{
	margin: auto;
	border-collapse: collapse;
}

#top-advertisement td{
	border: none;
}

/**********************************************************************/

#sidebar dt{
	margin: 25px 0px 0px 0px;
	padding: 10px 10px 5px 10px;
	font-size: 18pt;
	font-weight: bold;
	background: #9C5100;
	border-top: medium solid #A82D08;
}

#sidebar dd{
	margin: 0px 0px 25px 0px;
	padding: 5px 10px 10px 10px;
	background: #9C5100;
	border-bottom: medium solid #A82D08;
}

#sidebar ol{
	list-style: decimal-leading-zero outside;
}

#sidebar ul{
	list-style: square outside;
}

#sidebar li{
	margin-left: 25px;
	margin-bottom: 5px;
}

#sidebar a{
	color: #FFB;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:hover{
	color: #FFB;
	text-decoration: underline;
	font-weight: bold;
}

/**********************************************************************/

#content a{
	color: #400;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover{
	color: #400;
	text-decoration: underline;
	font-weight: bold;
}

/**********************************************************************/

table.galleries{
	margin: auto;
	border-collapse: collapse;
}

table.galleries td{
	margin: 0px;
	padding: 5px 2px;
	vertical-align: middle;
	text-align: center;
}

table.galleries td.thumb, table.galleries td.thumb img{
	width: 120px;
	height: 160px;
}

/**********************************************************************/

div.content-advertisement{
	margin: 50px 0px;
	text-align: center;
}

div.content-advertisement img{
	margin: 10px;
	padding: 10px;
	width: 468px;
	height: 60px;
	border: thin solid #A82D08;
}

/**********************************************************************/

.post{
	background: #B37609;
	margin: 25px 0;
	padding: 20px;
	border-top: medium solid #A82D08;
	border-bottom: medium solid #A82D08;
}

.post-title{
	font-size: 16pt;
	text-transform: capitalize;
}

.post-title, .post-title a{
	font-size: 20pt;
	font-weight: bold;
}

.post-date{
	font-size: 8pt;
}

.post-body{
	font-size: 10pt;
	margin: 10px 0;
}

.post-body p{
	margin: 10px 0px;
}

/**********************************************************************/

.page-navigator{
	position: relative;
	margin: 25px 0px;
	height: 10px;
}

.page-navigator-previous, .page-navigator-previous a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	text-align: left;
}

.page-navigator-next, .page-navigator-next a{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	text-align: right;
}

.page-navigator-home, .page-navigator-home a{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
}

.page-navigator-previous a, .page-navigator-next a, .page-navigator-home a{
	font-size: 8pt;
}

/**********************************************************************/

ul.resent-posts li{
	text-transform: capitalize;
}

/**********************************************************************/

ul.resent-posts li{
	text-transform: capitalize;
}

/**********************************************************************/
