/* --------------- GLOBAL --------------- */

body{
	margin: 0;
	padding: 0;
	font-family: Pyidaungsu, Myanmar3, Arial, Helvetica, sans-serif;
	color: #434b51;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul, li{
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	line-height: 22px;
	margin-bottom: 15px;
}

.container{
	width: 970px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

/* --------------- START HEADER --------------- */

#header{
	background: url('images/header_bg.png') repeat-x;
}

#logo{
	margin: 20px auto;
}

h1{
	font-size: 23px;
	color: #011b38;
	line-height: 22px;
}

h2{
	font-size: 17px;
	color: #011b38;
    	line-height: 22px;
}

/* --------------- START MENU --------------- */

#navigation{
	background: url('images/nav-bg-green.png');
	height: 48px;
}

#menu-container{
	background: url('images/shadow.png') repeat-x center top;
}

#menu{
	width: 970px;
	margin: 0 auto;
}

#menu ul ul{
	display: none;
}

#menu ul li:hover > ul{
	display: block;
}

#menu ul {
	list-style: none;
	position: relative;
}

#menu ul:after {
	content: ""; 
	clear: both; 
	display: block;
}

#menu ul li{
	float: left;
}

#menu ul li:hover {
	background: url('images/hover.png');
}

#menu ul li:hover a {
	text-decoration: none;
}

#menu ul li a {
	font-size: 16px;
	display: block;
	padding: 13px 20px;
	color: #fff;
	text-decoration: none;
	background: url('images/divider.png') no-repeat right center;
}

#menu ul li:last-child a{
	background: none;
}

#menu ul ul, #menu ul ul ul{
	background: #56871e;
	padding: 0;
	position: absolute; 
	top: 100%;
	z-index: 9999;
}

#menu ul ul li, #menu ul ul ul li{
	float: none;
	font-size: 13px;
	max-width: 200px;
	position: relative;
	border-bottom: 1px solid #5f9521;
}

#menu ul ul li a{
	background: none;
}

#menu ul ul li:hover > a{
	background: #5F9521;
}

#menu ul ul li:last-child{
	border-bottom: none;
}

#menu ul ul ul {
  	left: 100%;
  	top: 0;
}

/* --------------- START CONTENT --------------- */

#content, #inner-content{
	font-size: 14px;
	padding-top: 30px;
	background: #112909 url('images/background.jpg') no-repeat;
}

#content .container, #inner-content .container{
	background: #f9f9f9;	
	width: 970px;
	padding-top: 25px;
}

#content h1, #inner-content h1, #content h2, #inner-content h2{
	padding: 0 0 15px 20px;
}

#inner-content h2{
	font-size: 16px;
	line-height: 28px;
}

#marquee{
	width: 940px;
	margin: 0 15px 20px 15px;
}

#marquee a{
	color: #d50f38;
}

#slider{
	width: 940px;
	height: 300px;
	margin: 0 15px;
}

#slogan{
	overflow: hidden;
	padding: 25px 0;
	margin: 0 15px;
}

#text-slogan{
	float: left;
	margin-top: 17px;
}

#text-slogan h2{
	font-size: 25px !important;
}

#donate-btn{
	float: right;
	font-size: 20px;
    	height: 21px;
    	line-height: 21px;
    	padding: 12px 32px;
    	cursor: pointer;
    	display: inline-block;
    	margin: 4px 20px 4px 4px;
    	text-decoration: none;
    	border: 1px solid #408705;
    	border-radius: 4px;
    	background: #529200;
}

#donate-btn a{
	color: #fff;
	text-decoration: none;
}

#home-container{
	background: url("images/shadowline.png") repeat-x;
	padding-top: 20px;
	overflow: hidden;
}

#home-container > div{
	background: url('images/sidebarleft.png') repeat-y 285px top;
	overflow: hidden;
}

#sidebar{
	float: left;
	width: 298px;
	padding: 20px 0 0 2px;
}

#sidebar h3, #inner-sidebar h3{
	background: #619722 url('images/nav-bg-green.png') repeat-x center top;
    	border: 1px solid #619722;
    	color: #fff;
    	font-size: 17px;
    	line-height: 22px;
    	padding: 10px;
    	margin-top: 15px;
    	text-transform: uppercase;
}

#sidebar > div:first-child h3, #inner-sidebar > div:first-child h3{
	background: url('images/shadowline.png') repeat-x center bottom;
    	border: none;
    	color: #011b38;
    	margin-top: 0;
    	padding-bottom: 37px;
    	padding-top: 5px;
}

.arial, #sidebar .widget-title a:last-child{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
}

#sidebar .widget-title a:last-child{
	color: #fff;
}

.title{
	font-family: Arial, Helvetica, sans-serif !important;
}

.head-title{
	font-family: Pyidaungsu, Myanmar3, Arial, Helvetica, sans-serif !important;
}

.box{
	overflow: hidden;
	margin-bottom: 15px;
}

.box-inner{
	margin: 10px 15px;
	overflow: hidden;
}

.textwidget{
	overflow: hidden;
	
}

.text{
	display: block;
	line-height: 22px;
	padding: 12px;
}

.box ul{
	margin: 12px;
	font-size: 13px !important;
}

.box ul li{
	padding: 7px 0;
}

.box a{
	color: #011b38;
}

.box input[type="text"] {
	width: 111px;
	height: 22px;
	color: #555;
	padding: 5px;
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
}

.box input[type="text"]:last-child{
	margin-right: 0;
}

.box input[type="email"] {
	width: 245px;
	height: 22px;
	color: #555;
	padding: 5px;
	border: 1px solid #ccc;
}

.box input[type="submit"] {
	cursor: pointer;
	margin: 0 79px;
	padding: 5px 20px;
}

.box label{
	color: #a3a3a3;
    	float: left;
    	font-size: 13px;
    	line-height: 15px;
    	margin: 0 0 7px;
}

.search{
	width: 245px !important;
	margin: 10px 0;
}

#inner-sidebar .search{
	width: 210px !important;
}

#rightcontent{
	width: 670px;
	float: right;
	overflow: hidden;
}

#rightcontent h3{
	color: #004375;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#rightcontent h4{
    	font-size: 15px;
    	line-height: 23px;
    	text-transform: uppercase;
}

#rightcontent a, #leftcontent a{
	color: #004375;
}

#rightcontent li, #leftcontent li{
	border-bottom: 1px dashed #d9d9d9;
    	margin-bottom: 25px;
    	padding-bottom: 15px;
        word-wrap: break-word;
}

#rightcontent li:last-child, #leftcontent li:last-child{
	border-bottom: none;
}

#highlights{
	overflow: hidden;
	background: url("images/shadowline.png") repeat-x center bottom;
    	margin-bottom: 15px;
   	padding: 20px 20px 40px 20px;
}

#highlights h3{
	padding-top: 25px;
}

.list{
	float: left;
	width: 180px;
	margin-right: 21px;
	text-align: center;
}

.list h3{
	font-size: 18px;
}

.btn a{
	font-size: 13px;
    	height: 15px;
    	line-height: 15px;
    	padding: 5px 18px;
    	color: #3e4b57 !important;
    	border: 1px solid #aaa;
    	border-radius: 2px;
    	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    	background: -webkit-linear-gradient(center top, #fff, #e2e2e2); /* For Safari 5.1 to 6.0 */
    	background: -o-linear-gradient(center top, #fff, #e2e2e2); /* For Opera 11.1 to 12.0 */
    	background: -moz-linear-gradient(center top, #fff, #e2e2e2); /* For Firefox 3.6 to 15 */
    	background: linear-gradient(center top, #fff, #e2e2e2); /* Standard syntax */
}

#btn:hover a{
	background: -webkit-linear-gradient(#e2e2e2, #fff); /* For Safari 5.1 to 6.0 */
    	background: -o-linear-gradient(#e2e2e2, #fff); /* For Opera 11.1 to 12.0 */
    	background: -moz-linear-gradient(#e2e2e2, #fff); /* For Firefox 3.6 to 15 */
    	background: linear-gradient(#e2e2e2, #fff); /* Standard syntax */
}

#latest-news{
	overflow: hidden;
}

#leftcontent #latest-news{
	padding: 0;
}

#rightcontent #latest-news{
	padding: 0 20px;
}

#latest-news h3{
	font-size: 20px;
}

#latest-news img{
	border: 7px solid #fff;
    	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    	float: left;
	width: 180px;
	height: 125px;
    	margin: 4px 14px 18px 4px;
}

#inner-content .container > div{
	background: url("images/shadowline.png") repeat-x;
	padding-top: 20px;
	overflow: hidden;
}

.inner-container{
	background: url('images/inner-sidebar.png') repeat-y 688px top;
	min-height: 900px;
	overflow: hidden;
}

#leftcontent{
	width: 670px;
	float: left;
	min-height: 400px;
	padding: 15px 19px 20px 19px;
}

#leftcontent p a{
	color: #d50f38;
}

.page-title{
	margin-bottom: 20px;
}

.entry-title{
	font-size: 15px;
}

.entry-title a, .entry-meta a{
	color: #004375;
}

.entry-meta a{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px;
}

.navigation a{
	color: #d50f38;
}

.search-list{
	border-bottom: 1px dashed #ddd;
    	margin-bottom: 15px;
    	padding: 10px 0;
}

.search-list h2{
	padding-left: 0 !important;
}

.link{
	color: #d50f38;
}

#post-0{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
}

#post-0 h2{
	padding-top: 10px !important;
	padding-left: 0 !important;
}

#inner-sidebar{
	float: right;
	width: 260px;
	min-height: 800px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 2px 0 0;
}

#inner-sidebar h3{
	font-size: 16px;
}

/* --------------- START FOOTER --------------- */

#footer{
    	background: url('images/footer.png') repeat;
    	border-bottom: 1px solid #d5d5d5;
    	border-top: 1px solid #d5d5d5;
    	color: #666;
    	font-size: 13px;
    	padding: 25px 0;
}

#footer h3{
	color: #12236b;
    	font-size: 16px;
    	line-height: 30px;
    	text-transform: uppercase;
}

.en-title{
	font-family: Arial, Helvetica, sans-serif;
}

.grid_3{
	width: 250px;
	float: left;
	padding: 0 32px;
}

.grid_3 p{
	width: 240px;
	line-height: 22px;
}

.social-icon{
	overflow: hidden;
}

.facebook{
	width: 26px;
	height: 26px;
	float: left;
	margin-right: 10px;
	background: url("images/facebook.png");
}

.twitter{
	width: 26px;
	height: 26px;
	float: left;
	background: url("images/twitter.png");
}

#footer-btm{
	background: #e3e3e3 url("images/bottomLine.png") repeat-x;
    	color: #2b314c;
    	line-height: 23px;
    	min-height: 23px;
    	padding: 20px 0;
}

#copyright{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 350px;
	font-size: 13px;
}

#bottom-menu{
	width: 500px;
	font-size: 13px;
	float: right;
}

#bottom-menu a{
	color: #2b314c;
}

#bottom-menu li{
    	float: left;
    	margin: 0 0 0 16px;
    	text-align: center;
}

.scroll{
	background: url("images/backToTop.png") no-repeat center center;
    	display: block;
    	height: 23px;
    	text-indent: -9999px;
    	width: 23px;
}