/*
Theme Name: Friend for Asia (All)
*/

html{
	font-family: Arial, Helvetica, sans-serif;
}

body{
	font-size: 12px;
}

a{
	text-decoration: none;
	cursor: pointer;
}

.wrapper{
	width: 100%;
	position: relative;
}

.content{
	width: 980px;
	position: relative;
	margin: 0px auto;
}

.clearer,
.clear{
	clear: both;
}

/* ------------ Header ------------ */

.header-wrapper{
	background-image: url(images/bg-head.jpg);
	background-repeat: repeat-x;
	height: 100px;
	border-bottom: 1px solid white;
}

.header-content{
	height: 100px;
}

.header-logo a{
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(http://www.friendsforasia.org/logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 250px;
	height: 100px;
	text-indent: -9999px;
	background-color: white;
}

.header-tag{
	position: absolute;
	left: 0px;
	top: 35px;
	font-family: futura;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #333;
}

.menu-top-container{
	position: absolute;
	left: 0px;
	top: 10px;
}

ul.top-menu-list{
	list-style: none;
}

ul.top-menu-list li{
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 11px;
	border-right: 2px solid #5D3C26;
	height: 11px;
	line-height: 11px;
}

ul.top-menu-list li.last,
ul.top-menu-list li:last-child{
	border-right: 0px;
}

ul.top-menu-list li a{
	font-weight: bold;
	color: #5D3C26;
}


/* ------------ Title ------------ */

.scoop-wrapper{
	height: 500px;
}

.scoop-img-box{
    background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	height: 500px;
    text-align: center;
}

.title-wrapper{
	background-image: url(images/feature-bg.png);
	background-repeat: repeat;
	position: absolute;
	bottom: 0px;
	padding: 15px 0px 15px 0px;
}

h1.title-header{
	color: #eee0cd;
	font-family: Futura;
	font-size: 40px;
}

.main-menu-box{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 250px;
	padding-bottom: 12px;
	background-image: url(images/main-menu-bt.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-family: futura;
}

.main-menu-box h3{
	background-color: #eee0cd;
	padding: 15px 20px 15px 20px;
	font-size: 17px;
	color: #C36A17;
	background-image: url(images/menu-dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 16px;
	line-height: 16px;
}

.main-menu-box ul{
	list-style: none;
	background-color: #eee0cd;
	padding-bottom: 15px;
}

.main-menu-box li{
	display: block;
	margin-bottom: 0px !important;
	line-height: 16px;
	font-size: 11px;
	background-image: url(images/menu-dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.main-menu-box ul li a{
	display: block;
	padding: 8px 20px 8px 20px;
	font-size: 11px;
	color: #5D3C26;
	line-height: 16px;
}

.main-menu-box ul li a:hover{
	background-color: #E5C8A7;
}

.main-menu-box ul li ul{
	background-color: #E5C8A7;
	width: 250px;
	padding-bottom: 0px;
}

.main-menu-box ul li ul li a{
	background-position: 10px center;
	padding-left: 20px;
	background-image: url(images/cross.png);
	background-repeat: no-repeat;
}

.main-menu-box ul li ul li a:hover{
	background-color: #FFFFCC;
	
}

.main-menu-box ul li ul li.last{
	border-bottom: none;
}

.main-menu-box ul li ul li{
	margin-bottom: 0px !important;
}

/* ------------ Footer ------------ */

.footer-wrapper{
	background-color: #5e3c26;
	padding: 20px 0px 40px 0px;
}

.footer-content{
	color: #DEC8A7;
	font-size: 11px;
	text-align: center;
}

.footer-content a{
	color: #f37021;
}

.footer-content a:hover{
	color: #DEC8A7;
}

.paypal-box{
	margin-bottom: 15px;
}

/* ------------ Main ------------ */

.main-wrapper{
	background-image: url(images/bg-full.jpg);
	background-repeat: repeat;
}

.main-content{
	background-color: #eee0cb;
}

.main-content-with-sidebar{
    background-color: #e8d3b4;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
}

.rtl-box{
	padding: 40px 30px 40px 30px;
}

.rtl-box-with-sidebar{
	padding: 40px 30px 40px 30px;
	width: 640px;
	float: left;
}

.sidebar-box{
	float: left;
	padding: 40px 10px;
	width: 240px;
	color: #e9d3b3;
	color: #333333;
}

h5.widget-title{
	background-color: #5d3b25;
	color: #f4e7d3 !important;
	padding: 5px 10px;
}

/* ------------ RTL ------------ */

.rtl{
	color: #222;
}

.rtl a{
	color: #f37021;
}

.rtl a:hover{
	color: #a45813;
}


.rtl p{
	font-size: 1.17em;
	margin-bottom: 1.29em;
	line-height: 1.29em;
}


.rtl ul{
	font-size: 1.17em;
    margin-bottom: 1.29em;
	line-height: 1.29em;
	margin-left: 1.5em;
}
	
.rtl ol{
	font-size: 1.17em;
	margin-bottom: 1.29em;
	line-height: 1.29em;
	margin-left: 1.5em;
}

h2.post-item-title{
	font-size: 1.67em;
	line-height: 1em;
	margin-bottom: 0.8em;
	font-family: Futura;
	color: #322014;
}

.rtl h2{
	font-size: 2.0em;
	line-height: 1.0em;
	margin-bottom: 1.0em;
	font-family: Futura;
	color: #322014;
}

.rtl h3{
	font-size: 1.5em;
	line-height: 1.0em;
	margin-bottom: 1.0em;
	font-family: futura;
	color: #322014;
}

.rtl h4{
	font-size: 1.0em;
	line-height: 1.0em;
	margin-bottom: 1.0em;
	font-family: futura;
	color: #322014;
}

.rtl h5{
	font-size: 1.67em;
	line-height: 1em;
	margin-bottom: 0.8em;
	font-family: futura;
	color: #322014;
}

.rtl h6{
	font-size: 1.33em;
	line-height: 1em;
	margin-bottom: 1.25em;
	font-family: futura;
	color: #322014;
}

.rtl blockquote{
	padding: 9px 20px 9px 20px;
	font-size: 1.0em;
	margin-bottom: 1.29em;
	line-height: 1.0em;
	background-color: #f5ede1;
	font-style: italic;
	border-left: 1px solid #d1a972;
}

.rtl .brown-box{
	padding: 20px;
	border: 3px solid #5e3c26;
}

.rtl .alignleft{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.rtl .alignright{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.post-img{
	float: left;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 18px;
}

.post-img img{
	padding: 5px;
	background-color: white;
}

.post-info{
	float: left;
	width: 600px;
}

.post-item{
	background-image: url(images/menu-dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
}

.post-item-last{
	background-image: none;
	margin-bottom: 0px;
}

.post-meta{
	position: relative;
	margin-top: -9px;
	margin-bottom: 18px;
}

.post-date{
	color: #5e3c26;
}

.footer-menu-wrapper{
	background: #eee0cb;
	width: 960px;
	margin: 0 auto;
	border-top: 1px solid #cfbc9e;
}
.footer-menu{
	padding: 20px 30px;
	text-align: left;
	margin: 0 0 20px 0;
}
.footer-menu .widget-box {
    float: left;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    margin-right: 10px;
    width: 225px; /* was 176 for five */
}
.footer-menu .widget-box h2 {
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}
.footer-menu .widget-box ul {
    list-style: none outside none;
    margin-left: 0;
    padding: 0;
}
.footer-menu a{
	color: #f37021;
}
.footer-menu a:hover{
	color: white;
}
.before-post{
	margin: 0 0 15px 0;
}
.after-post{
	margin: 15px 0 0 0;
}

th {
  background-color:#EEEEEE;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #CCCCCC;
  padding:6px;
  white-space: nowrap;
}
 
table {
  box-sizing:border-box;
  word-wrap:break-word;
  margin:1em 0;
}

td {
  border:1px solid #CCCCCC;
  padding:6px;
}