/*
Theme Name: Kifad
Theme URI: http://kifad.org/
Description: Original Kifad Theme you'll need these plugin to make it work : Contact Form 7, Twitter for Wordpress, Quick Flickr Widget
Version: 1.0
Author: BigBentoBox
Author URI: http://bigbentobox.com/
Tags: greeeen
*/


/* First reset all */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin:0;
	padding:0;
}

.clear {
	clear: both;
}
/* Here we can start */

body {
	border-top:5px solid #588b3e;
	font-family: Arial, Lucida, "Geneva", sans-serif;	
	font-size:62.5%;
	color: #333;
}

a {
	color: #669933;
	text-decoration: underline;
}
a:visited {
		color: #86c646;
}
a:hover {
	text-decoration: none;
}
a.read_more {
	font-weight: bold;
}
h2 {
	font-size: 3em;
	font-weight: bold;
	color:#588b3e;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color:#588b3e;
	margin:25px 0 15px;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	color:#588b3e;
	margin:15px 0 10px;
}
p {
	font-size: 1.1em;
	margin-bottom: 1em;
	line-height: 1.4em;
}


/* container */
#wrapper{
	width:960px;
	position: relative;
	margin: 0em auto;
}
#header {
	height: 160px;
}

/* Menu */
#menu {
	text-align: right;
	height: 60px;
	text-transform: uppercase;
	position: absolute;
	top:60px;
	right:0;
	font-size: 1.6em;
}
#menu li {
	display: inline;
	margin-left: 1em;
}
#menu li a {
	text-decoration: none;
	border-bottom: 3px solid #fff;
	color: #588b3e;
	font-weight: bold;
}
#menu li a:hover,
#menu li.current_page_item a {
	border-bottom: 3px solid #588b3e;
}

/* logo */
#logo {
	position: absolute;
	top: 20px;
	left: 0;
}

/* content */
.content_wrapper {
	background: #f5f5f5 url(images/bg-content.gif) repeat-y left;
	height: 100%;
}
#content {
	font-size: 1.1em;
	float: right;
	width:740px;
	padding: 20px;
}
#content,
#home_content a {
	font-size: 12px;
}

/* home */
body.home .content_wrapper {
	background: #fff;
}
#home_content {
	background-color: #eee;
	padding: 20px 0; 
	width: 960px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 0px solid #eee;
	margin: 2em 0;
}
.column {
	width: 280px;
	padding: 0em 20px;
	float: left;
	text-align: justify;
}
#home_content .column h2 {
	text-align: center;
}
.big_phrase {
	width:309px;
	float: left;
	margin-top: 30px;
}
.big_phrase a {
	display: block;
	margin-top: 1em;
}
#recent_activity h4 {
	font-size: 13px;
	margin-bottom: 4px;
	text-align: left !important;
	line-height: 15px;
	
}
#social_links {
	height: 65px;
	position: relative;
	margin-top: 15px;
	
}
span.follow_us {
	font-size: 1.2em;
	color: #669933;
	width:150px;
	padding-top: 15px;
	display: block;
	float: left;
	text-align: left;
	font-weight: bold;
}
.social_icons {
	float: right;
	width:130px;
}
.social_icons a img {
	opacity:0.6;
}
.social_icons a img:hover {
	opacity:1;
}
.donate_button {
	text-align: center;
}

/* quote */

#home_content .column #quote_list li{
	text-align: center !important;
	line-height: 30px;
	height:100px;
}
#quote_list li {
	list-style-type: none;
	margin-bottom: 1em;
}
#quote_list li.active {
  opacity:1.0;
}

#quote_list li span.quote_head {
	font-size: 2.3em;
	font-weight: bold;
	display: block;
}
#quote_list li span.quote_desc {
	font-size: 1.8em;
	font-weight: bold;
	display: block;
	color:#666;
}

/* sidebar */
#sidebar {
	width:160px;
	padding: 10px;
	float: left;
	font-size: 1.2em;
	color: #fff;
}
#sidebar h2 {
	font-size: 1.5em;
	color: #fff;
	margin-bottom: 0.5em;
}
#sidebar ul {
	margin-bottom: 18px;
}
#sidebar li {
	margin-bottom: 5px;
	display: block;
}
#sidebar a {
	color: #fff;
	opacity:0.8;
}
/* footer */
#footer {
	clear:both;
	padding-top: 2em;
	background: #588b3e url(images/bg-footer.gif) repeat-x;
	padding-bottom: 2em;
	color:#fff;
}
#footer a {
	color: #fff;
}
span.title {
	text-align: center;
	padding: 5px;
	background-color: #9bb88c;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border: 2px solid #9bb88c;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: bold;
	margin: 0em auto;
	margin-bottom: 1em;
	display: block;
}
a.twitter-link {
	display: block;
}
/* search */
#searchform label {
	color:#fff;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
/* Post */
p.postmetadata {
	margin-bottom: 3em;
}
.navigation {
	height:50px;
	width:100%;
	font-size: 1.5em;
	font-weight: bold;
	color: #669933;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}
.entry ul,.entry ol {
	margin-bottom: 1.5em;
}
.entry li {
	list-style:disc outside;
	line-height: 15px;
	margin: 0em 0em 15px 15px;
	
}
.avatar {
	margin-right: 1em;
}
.comment-meta {
	margin: 1em 0;
}
/* index */
body.blog #content h2 {
	/* font-size: 1.4em; */
	margin-bottom: 10px;
}
body.blog #content h3 {
	text-transform: none;
}
body.blog #content img {
	display: none;
}
.published_date {
	height:20px;
	font-weight: bold;
}
/* slider */
#scroller_wrapper {
	float: right;
	height:320px;
	width:640px;
}
#scroller_items {
	width:620px;
	height:277px;
	background-color: #efefef;
	border: 1px solid #ccc ;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 10px;
}

#myController span{
color:#FFF;
background:#000;
margin-right:10px;
cursor:pointer;
display: none;
}
#myController span.jFlowSelected {
background:#F00;
}
.jFlowPrev, .jFlowNext{
cursor:pointer;
}
#myController2 span{
color:#FFF;
background:#000;
margin-right:10px;
cursor:pointer;
}
#myController2 span.jFlowSelected2 {
background:#0F0;
}
.jFlowPrev2, .jFlowNext2{
cursor:pointer;
}
#myController3 span{
color:#FFF;
background:#000;
margin-right:10px;
cursor:pointer;
}
#myController3 span.jFlowSelected3 {
background:#00F;
}
.jFlowPrev3 {
	float: left;
}
.jFlowNext3 {
	float: right;
}
.featured {
	overflow: hidden;
	width:620px;
	height:277px;
}
.featured img {
	width:620px;
}
.caption{
	position: absolute;
	bottom:0;
	background-color: #000;
	opacity:0.75;
	width:600px;
	padding: 10px;
	height:50px;
	overflow:hidden;
	color:#ccc;
}
.caption h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0em;
	text-transform: capitalize;
}
.caption h3 a {
	color:#fff;
	text-decoration: none;
}
.caption h3 a:hover {
	text-decoration: underline;
}


/* flickr */
.flickr a {
	display: block;
	float: left;
	margin: 3px;
	border:3px solid #fff;
	
}

/* Press link manager */

.linktable {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}
.linktable li {
	list-style-type: none !important;
}
