@charset "utf-8";

@import url(css3.css);
@import url(pagination.css);

* {margin: 0; padding: 0;}

body {
	background: #fff url(../images/background.jpg) repeat-x;
	font-family: "Khmer OS System", Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.clearfloat {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background: url(../images/header_bg.jpg) no-repeat;
	width: 940px;
	min-height: 372px;
	margin: 0px auto;
}

#header {
	height: 140px;
}

#languages {
	width: 180px;
	height: 40px;
	float: right;
	margin-top: 10px;
	padding: 0px;
}
	#languages .km {
		width: 27px;
		height: 39px;
		background: url(../images/language_km_bg.jpg) no-repeat top;
		position: relative;
		float: right;
		margin-left: 30px;
	}
	#languages .en {
		width: 27px;
		height: 39px;
		background: url(../images/language_en_bg.jpg) no-repeat;
		position: relative;
		float: right;
		margin-left: 30px;
		margin-right: 0px;
	}
	#languages .fr {
		width: 27px;
		height: 39px;
		background: url(../images/language_fr_bg.jpg) no-repeat;
		position: relative;
		float: right;
		margin-left: 30px;
	}
	#languages ul {
		list-style-type: none;
		float: right;
	}
	#languages ul li {
		display: inline;
		margin-left: 30px;
	}
	
#menu {
	height: 36px;	
	font-size: 16px;
	color: #888;
}

	.nav_padding {
		padding-top: 3px;	
	}
	.nav_left {
		background: url(../images/nav_left.jpg) repeat-x;
		height: 36px;
		width: 13px;
		position: relative;
		float: left;
	}
	#navigation {
		background: url(../images/menu-bg.jpg) repeat-x;
		height: 36px;
		position: relative;
		float: left;		
	}	
	.nav_right {
		background: url(../images/nav_right.jpg) repeat-x;
		height: 36px;
		width: 13px;
		position: relative;
		float: left;
	}
	#menu ul {
		list-style-type: none;		
	}
	#menu li {
		display: inline;
		padding-right: 5px;
		padding-left: 5px;
		border-right: 2px solid #e0e0e0;
	}
	/* Firefox 3+, Safari 3.1+, Opera 9.5+, Chrome 2+ */
	#menu li:last-child { 		
		border-right: 0px;
		padding-right: 10px;
	}	
		
	#menu li:first-child {		
		padding-left: 10px;
	}
		
	#menu a {
		color: #888;
		text-decoration: none;
	}
	#menu a:hover {
		color: #aaa;
	}
	
#contentwrapper {
	width: 605px;
	float: left;
}

#welcomesms {
	color: #333;
	background-color: #DDEEF6;
	font-size: 13px;
	font-family: "Khmer OS Content";
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
}

#topinfo {		
	font-family: "Khmer OS Metal Chrieng";
}
	#imagebox {
		text-align: left;
		margin-right: 15px;
		position: relative;
		float: left;
	}
	#textbox {		
		position: relative;
		float: left;
	}
	#topinfo h2 {
		margin-bottom: 7px;	
		font-size: 18px;
	}

.line {
	background: url(../images/line.jpg) repeat-x top;
	width: 100%;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#content {
	padding-left: 15px;
	border: 0px solid #999;
}

#post {
	margin-bottom: 20px;
}
	#post h2 {
		margin-bottom: 0px;
		font-size: 18px;
	}

#sidebar {
	width: 306px;
	position: relative;
	float: right;
	padding-top: 100px;
}

#currentdate {
	width: 100%;
	height: 30px;
	background: #f3c6c6;
	color: #a95148;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
}

#search {
	width: 100%;	
	padding-top: 15px;
}
	
#category {
	margin-top: 20px;
	color: #337aa0;
}
	#category ul {
		font-size: 13px;		
		display: block;
		list-style: none;
		font-weight: bold;
		padding-top: 5px;
		padding-left: 5px;
		padding-right: 20px;
		padding-bottom: 10px;
	}
	#category ul li {
		border-bottom: 1px solid #ddd;
		background: url(../images/list-style.gif) no-repeat 0px 10px;
		padding-bottom: 2px;
		padding-top: 2px;
		padding-left: 13px;
	}
	#category ul li a {
		text-decoration: none;
		color: #337aa0;
	}
	#category ul li a:hover {
		text-decoration: underline;
	}

#cat_header {
	/*background: url(../images/category_heading_bg.jpg) no-repeat;*/
	/*height: 32px;*/
	font-size: 16px;
	color: #807e7e;
	padding-left: 0px;
	z-index: 0;
}
#cat_body {
	background-color: #edf0f3;
	padding-left: 15px;
	padding-bottom: 15px;
}

#recentpost {
	color: #337aa0;
}
	#recentpost ul {
		font-size: 13px;
		font-weight: bold;
		display: block;
		list-style: none;
		padding-top: 5px;
		padding-left: 5px;
		padding-right: 20px;
		padding-bottom: 10px;
	}
	#recentpost ul li {
		background: url(../images/list-style.gif) no-repeat 0px 8px;
		padding-bottom: 7px;
		padding-left: 13px;
	}
	#recentpost ul li a {
		text-decoration: none;
		color: #337aa0;
	}
	#recentpost ul li a:hover {
		text-decoration: underline;
	}

#rec_header {
	/*background: url(../images/sidebar_heading_bg.jpg) no-repeat;*/
	height: 33px;
	font-size: 16px;
	margin-top: 20px;
	color: #807e7e;
	padding-left: 15px;
}
#rec_body {
	padding-left: 15px;
	padding-bottom: 15px;
}

#footer {
	width: 100%;
	height: 100px;
	background: #eee;
	color: #9d9d9d;
	margin-bottom: 30px;
	margin-top: 30px;
}
	#footer a {
		color: #9d9d9d;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
#footerleft {
	width: 600px;
	position: relative;
	float: left;
	margin-top: 15px;
	margin-left: 50px;
}
	#footerleft img {
		margin-right: 60px;
	}
#footerright {
	width: 250px;
	position: relative;
	float: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 15px;
	margin-right: 25px;
}

.date {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.postinfo {	
	color: #666;
}

a {
	color: #146692;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {border: 0px;}

p {
	padding-bottom: 12px;
	line-height: 25px;
}