/*
Theme Name: SimplePress 2
Description: Nice, clean and easy to use Wordpress theme. This theme supports a lot of options. Included: Numeric Page Navigation, Options Page, Left/Right Sidebar
Theme URI: http://themesfrenzy.com/demo/simplepress/
Tags: dark,orange,two-columns,fixed-width,right-sidebar,left-sidebar,theme-options
Version: 1.1.3
Author: ThemesFrenzy
Author URI: http://themesfrenzy.com
*/

/*
    Copyright ThemesFrenzy

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/

body {
	background: #01698f;
	font-family:"Khmer OS System", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	/*background: #383838 url('images/body.jpg') top repeat-x;*/
	background-color: #000000;
}

strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
	
.clearfix {
	width: auto;
	height: 0px;
	clear: both;
}

#center {
	width: 960px;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	}

#header {
	width: 960px;
	height: 133px;
	background-color: #ffffff;
	/*background: url('images/header.jpg') top no-repeat;*/
	overflow: hidden;
	position: relative;
}

#logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 215px;
	height: 133px;
	background: url('images/logo.gif') left top no-repeat;
}

#header h1 {
	color: #ffffff;
	font-size: 40px;
	margin: 30px 0 0 0;
}

#header h1 a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	float: left;
}

#header p {
	margin: 10px 0 0 10px;
	color: #ffffff;
	font-size: 20px;
	font-style: italic;
	float: left;
	}
#page-list{
	position: absolute;
	top: 0;
	left: 215px;
	width: 100%;
	background: url('images/page-list-back.jpg') top left no-repeat;
	height: 39px;
	z-index: 1;
	/*overflow: hidden;*/
}
#page-list ul{
	margin:0px; padding:0px;
	margin-left: 20px;
	list-style: none;
}
#page-list ul li{
	position: relative;
	display:inline;
}
#page-list ul li .links{
	display: none;
	position: absolute;
	width: 450px;
	/*height: 55px;*/
	top: 36px;
	left: -350px;
}
#page-list ul li .links li a{
	/*border: 1px solid #d00;*/
	margin: 0;
	padding: 0;
	border: none;
	background: url(images/blur.png) left top;
}
#page-list ul li .links li a img{
	border: none;
}
#page-list ul li a{
	float: left;
	padding: 6px 15px;
	border-left: 1px solid #481300;
	text-decoration: none;
	color: #ed8d06;
}
#page-list ul li.first a{ border-left:none;}
#page-list ul li a:hover, #page-list ul li.current_page_item a{
	color: #ffffff;
}
#top-container {
	/*width: 960px;
	height: 9px;
	background: url('images/container-top.jpg') top no-repeat;*/
	}

#container {
	width: 960px;
	height: auto;
	padding: 0 0 30px 0;
	/*background: url('images/faux-r.jpg') top repeat-y;*/
	background: url('images/page-back.gif') top right repeat-y;
	}

.top-menu {
	/*display: none;*/
	width: 100%;
	height: 70px;
	overflow: hidden;
	background: url('images/category-back.gif') top left no-repeat;
	position: absolute;
	top: 39px;
	left: 215px;
}

.top-menu ul {
	margin:0px; padding:0px;
	margin-left: 30px;
	list-style: none;
}

.top-menu ul li {
		float: left;
	}

.top-menu ul li a {
	display: block;
	float: left;
	font-size: 22px;
	text-decoration: none;
	color: #141414;
	padding: 13px 20px; padding-top:15px;
}
	
.top-menu ul li a:hover, .top-menu ul li.current-cat a{
	background: #e4dbda url('images/category-back-hover.gif') top left repeat-x;
}
.syndicate {
	margin: 0 0 30px 0;
	padding: 0 20px 0 0;
	color: ;
	width: 940px;
	height: 30px;
	background: #f1f2f2;
	border-bottom: 1px solid #dadada;
	}

div.syndicate p.rss {
	line-height: 30px;
	background: url('images/rss.png') no-repeat 0px 7px;
	padding: 0 0 0 23px;
	margin: 0 0 0 40px;
	float: right;
	color: #C16518;
	}

div.syndicate p.twitter {
	line-height: 30px;
	background: url('images/twitter.png') no-repeat 0px 7px;
	padding: 0 0 0 23px;
	float: right;
	color: #449DD3;
	}

div.syndicate p.twitter a {
	color: #449DD3;
	}
	
div.syndicate p.rss a{
	color: #C16518;
	}

div#container div#left {
	float: left;
	width: 600px;
	padding: 10px 30px 0 30px;
	overflow: hidden;
	
	}

.post {
	margin: 0 0 30px 0;
	}
	
.post a:link, .post a:visited{ color:#b16d19; text-decoration:none;}
.post a:hover{ color:#000; background-color:#eccfb7;}

h2.post-title {
	font-size: 24px; margin:0px;
	font-weight:normal;
}

h2.post-title a:link, h2.post-title a:visited {
	text-decoration: none;
	border:none; color:#000;
}
h2.post-title a:hover{
	background:none;
}

.post-meta {
	padding: 6px 0 6px 10px;
	display: block;
	width: 590px;
	font-size: 10px;
	text-transform: uppercase;
	background: #F1F2F2;
}

.post-meta a {
	color: #C16518;
	font-weight: normal;
	}

.post-content {
	margin: 20px 0 20px 0;
	overflow:hidden;
}

.post-content p {
	font-size: 14px;
	color:#000;
}
.post-content .wp-caption-text{
	font-size:12px;
	color:#999;
}

.post-content a {
	color: #C16518;
	}
	
.post-content h1 {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	}

.post-content h2 {
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: bold;
	}

.post-content h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	}

.post-content h4 {
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: bold;
	}

.post-content h5 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	}

.post-content  blockquote {
	background:url('images/quote.jpg') no-repeat top left;
	padding-left: 60px;
	}

img.alignleft {
	float: left;
	padding: 2px;
	margin: 0 20px 20px 0;
}

img.alignright {
	float: right;
	padding: 2px;
	margin: 0 0 20px 20px;
}

img.aligncenter {
	padding: 2px;
}

.post-content img {
	padding: 5px;
	border: 1px solid #DADADA;
}
	
.post-content ul, .post-content ol {
	margin-bottom: 15px;
	}
	
.post-content ol li {
	color: inherit;
	padding: 0 0 0 15px;
	font-size: 13px;
	line-height: 20px;
	list-style-position: inside;	
}

.post-content ul li {
	color: inherit;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
	font-size: 13px;
	list-style: none;	
	line-height: 20px;
	background: url('images/orange_bullet.gif') no-repeat 0px 7px;
}


table {
	margin:.5em 0;
	}
	
table th {
	color: #f1f2f2;
	background: #383838;
	text-transform:uppercase; 
	font-weight: bold;
	}
	
table td, table th {
	padding: 7px 9px;
	border-right: 1px solid #ffffff;
	}

table td {
	background:#dadada;
	}
	
table tr.even td {
	background:#f1f2f2;
	}

.bookmark table tr td{
	background:none;
	padding:0px;
}
.post .bookmark a:link{
	border-bottom:none;
}

.comments {
	margin: 30px auto auto auto;
	padding-top: 10px;
	font-size: 13px;
	clear: both;
	}

.comments-template {
	width: 530px;
	}

.comments-template p {
	text-indent: 0px;
	}

#commentform #comment {
	background: #ffffff;
	border: 1px solid #dadada;
	color: #666666;
	width: 100%;
	height: 170px;
}

#commentform #author, #commentform #email, #commentform #url {
	background: #ffffff;
	border: 1px solid #dadada;
	color: #666666;
	width: 100%;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	border: 1px solid #dadada;
	margin: 0 0 20px 0;
	clear: both;
}

h3#comments {
	font-size: 18px;
	font-weight: normal;
	margin: 30px 0 15px 0;
	}

div#respond {
	width: 95%;
	}
	
div#respond h3 {
	font-size: 18px;
	font-weight: normal;
	}

#respond input#submit {
	background-color:#f1f2f2;
	border:1px solid #dadada;
	color:#C16518;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	width: 100%;
	}

form#commentform small {
	margin-bottom: 4px;
	display:block;
	line-height: 16px;
	}

form#commentform div.left {
	float: left;
	width: 40%;
	}

form#commentform div.right {
	float: right;
	width: 55%;
	}

form#commentform p {
	width: 100%;
	margin: 15px 0 0 0;
	}

form#commentform p.comment-area {
	width: 100%;
	float:right;
	}
	
.commentlist ul.children {
	margin-top: 20px;
	list-style: none;
	width: 95%;
	float: right;
	}
	
div.comment-body {
	padding: 20px;
	}
div.comment-meta {
	height: 12px;
	margin-bottom: 20px;
	margin-left: 38px;
	}
div.comment-meta a {
	font-size: 12px;
	}
div.comment-author {
	height: 16px;
	}
.comment-body p {
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 21px;
	}

.avatar {
	width:30px;
	width: 30px;
	float: left;
	margin: 0 5px 0 0;
}

.about-author {
	padding: 20px 15px;
	margin: 40px 0 0 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	background: #F1F2F2
	}
	
div.about-author img.avatar {
	float: left;
	height: 80px;
	width: 80px;
	margin-right: 20px;
}

div.about-author h3 {
	font-size: 22px;
	}
	
div.about-author h4 {
	font-size: 18px;
	margin-bottom: 15px;
	}

ul.pageNav {
	list-style: none;
	border: none;
}

li.pageNav {
	border: inherit;
	}

ul.pageNav li.pageNav a.page-numbers {
	color:#666666;
	display:inline;
	padding:2px 4px;
	text-decoration:none;
	font-size: 11px;
	font-weight:normal;
}


ul.pageNav .page-numbers {
	color:#666666;
	display:inline;
	padding:2px 4px;
	text-decoration:none;
	}
	
div#container div#right {
	width: 300px;
	float: right;
	overflow: hidden;
	}

div#container div#right h3 {
	font-size: 20px; font-weight:normal;
	margin-bottom: 3px;
	border-bottom:1px solid #dadada;
}

div#container div#right a {
	text-decoration: none;
	color:#666;
}
div#container div#right ul{
	margin:0px; padding:0px;
}
#right ul{
	overflow:hidden;
}

.widget {
	padding: 0 30px 10px 30px;
	margin: 0 0 15px 0;
	width: 240px;
}

.widget ul li {
	list-style-type: none; background:#fff;
	border-bottom: 1px solid #DADADA; padding:0px;
}

.widget ul li a {
	display:block; margin:0px;
	padding:3px 3px; padding-bottom:0px;
	background: url('images/circle.gif') no-repeat 0px 12px;
	padding-left:15px; line-height:32px;
}
.widget ul.recent-comment li a{
	display:inline;
	background:none;
	padding:0px;
}
	
.widget ul ul {
	margin-left: 15px;
}

.widget ul li a:hover {
	color:#C16518;
	}

form#searchform {
	width: 240px;
	height: 30px;
}

input#search_input {
	background:none repeat scroll 0 0 #DDDDDD;
	border:0 none;
	height:22px;
	margin:0;
	width:173px;
}
	
input#search_button {
	height:26px;
	width:60px;
}
	
#bottom-container {
	/*margin: 0 0 20px 0;
	width: 960px;
	height: 10px;
	background: url('images/container-bottom.jpg') top no-repeat;*/
	}

#footer {
	height: 30px; padding-top:10px;
	color: #ffffff;
	background-color: #000;
}

#footer a {
	color: #ffffff;
}
#banner-top{
	text-align:center;
	padding:10px;
	background:#fff;
	margin-bottom:10px;
}
#banner-top img{
	border:none;
}
a img{
border:none;
}
