/*
Theme Name: Go Green 3-Column theme
Theme URI: http://www.ibc-et.org/qwas/gogreen
Description: A 3-Column theme redesigned and modified for IBC Official Site from the "3-culumn blank theme by refueled" 
Author: Abiyot Berhanu Wassie
Author URI: http://www.ibc-et.org/qwas/gogreen
version: 2.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: url(images/bg.gif) #9DCEB6;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10pt;
	margin: 10px;
	}
	
h1 {font-size: 16pt;text-decoration: underline;}
h2 {font-size: 13pt; margin-top:10px; color: #006600;}
h3 {font-size: 10pt; margin-top:10px; color: #990000;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#000099;
	text-decoration: none;
	border: none;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}



/* container */


#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/bgc.gif);
	color:#333;
	border: 2px solid #006600;
	}
	
/* header */

#header {
	width: 100%; 
	color: #fff; 
	height: 70px;
	}
	

	
#header h1{
	font-family: georgia, verdana, palatino linotype, arial, times;
	font-size: 18pt;
        color: #FFFF00;
	font-weight: 300;
	letter-spacing: 1px;
	margin:12px 15px 0 15px;
	padding:0px 15px 10px 20px;
	border-right:1px solid #C1C4BC;
	float:left;
	}

#header p{
	font-family: georgia, verdana, palatino linotype, arial, times;
	font-size: 12pt;
	font-weight: 15;
	color: #fff;
	padding:20px 0;
	margin:0;
	}
	

/* mid header */
	
#midheader{
     	width: 100%; 
	height: 220px; 
        background:#E6F4F8;
        overflow: hidden;
	border-top: 2px solid #fff; 
	margin:0;
	padding:0;
	}

.leftcontent{ 
	width: 480px;
	height: 200px;
        background: url(images/LCB.gif)#fff;
        list-style-image: url(images/bulletln.gif);
       
        float: left;
	font-size: 9pt;
        padding:10px;
	}

.leftcontent h2{
  font-family: palatino linotype, georgia, arial, times;
  font-size: 14pt;
  font-weight: 300;
  margin: 10px 0 0 15px;
  }

.leftcontent ul{ 
	margin: 10px 15px;
	}
	
.leftcontent ul li{ 
  padding: 4px 0 4px 0;
  border-top: 1px dotted #B2B2AA;
  list-style-type: none;
	}
	
.leftcontent ul li a{color: #000066;}
.leftcontent ul li a:hover{color: #0000CC; text-decoration: none;}
	
.leftcontent ul li:hover{ 
  background: #D3D3CB;
	}

.rightimg{ 
	width: 500px;
	height: 210px;
	float: right;

	border-right: 3px solid #000; 
	border-bottom: 0px solid #000; 
	}


/* main menu */

#nav {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 30px;
	background:url(images/HNM.gif) #fff;
	font-family: verdana, arial, tahoma;
	font-size: 8pt;
        color: #fff;
	list-style: none;
	line-height: 1;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
      	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
        line-height: 14pt;
	padding: 4px 9px 2px 9px;
	color:#333;
	text-decoration: none;      
}


#nav  .current_page_item {
	background-color: #FFCC99;
	border-right: none;
	margin-left: -1px; color:fff;
}


#nav a:hover {
	background-color: #006600;
       	color: #fff;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #336666;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 2;
	padding: 0;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul a{
        border-bottom: 1px solid #00CC66;
        border-left: 1px solid #00CC66;
        border-right: 1px solid #00CC66;
        background: #E0DFE3;
	list-style: bold;
	font-family: tahoma, verdana, serif;
	font-size: 8pt;
	font-weight: 300;
	text-align: left;
	padding: 6px;
	width: 180px;
	letter-spacing: 1px;
}

#nav li ul a:hover{
	color: #fff;
        
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


/* content */


#content {
	float: left;
	width: 55%;
	overflow: hidden;
	}

.post {
	margin: 0 10px;
	padding:15px;
	line-height: 14pt;
	}
	
.post h2{
	font-family: baskerville, georgia, times, serif;
	font-size: 14pt;
	font-weight: 300;
	color: #333;
	}
	
.post h2 a{
	color: #0033CC;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #993300;
	text-decoration: underline;
	}
	
.post p{font-size: 10pt;}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#FFCC99;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}


.wp-caption {
  background: #F0F0F0;
  border-top: 1px solid #00CC66;
  border-bottom: 1px solid #00CC66;
  border-left: 1px solid #00CC66;
  border-right: 1px solid #00CC66;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding:.4em 0;
  margin:4px 10px;
  text-align:center;
  font-size: 80%;
  color: #254117;
}

.wp-caption img, .post .post-content .wp-caption img, .attachment .wp-caption img{
  margin: 0;
  border: 0;
  padding: 0;
}

.wp-caption.alignleft{ margin-left: 0; }
.wp-caption.alignright{ margin-right: 0; }


.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft { float: left; }
.alignright { float: right; }




.post .post-content img, .attachment img, .navigation .alignleft img, .navigation .alignright img{
  padding: 3px;
  margin: 4px 10px;
  border: 1px solid #b7a99a;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.post .post-content img.alignleft, .attachment img.alignleft{ margin-left: 0; }
.post .post-content img.alignright, .attachment img.alignright{ margin-right: 0; }
.post .post-content img.aligncenter, .attachment img.aligncenter{ margin: 0 auto; text-align: center; }


.attachment-entry{
  text-align: center;
}

.attachment div.caption{
  background:#F7F7F7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding-top:5px;
  margin:4px 10px;
  text-align:center;
  color: #8d8b8b;
  min-width: 0; /* ie7 peakaboo fix */
}


/* lists */

ul, ol{
  margin: .4em 0 1em;
  line-height: 150%;
}


ul li, ol li{
 list-style-position:outside;
 margin-left: 1.6em;
}

dl{
  padding: .3em 0 .8em;
}

dt {
  float: left;
  clear: left;
  width: 8em;
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
}

dd {
  margin: 0 0 0 10em;
  padding: 0 0 0.5em 0;
}


/* left sidebar */

#left {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	}
	
#left h2 {
	color: #fff;
        background: #006600;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	margin: 0;
	border: none;
	}
	
#left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#left ul li {
       color: #006600;
	margin: 0;
	padding: 0;	
	list-style-type: none;
	display: inline;
	}
	
#left ul li ul{
	margin: 0;
	padding: 0;	
	}
	
#left ul li a {
	color: #003399;
	text-decoration: none;
	border-bottom: 1px solid #00CC66;
	line-height: 18pt;
	padding: 0 0 0 10px;
	display: block;
	}
	

#left  .current_page_item {
	background-color: #FFCC99;
	border-right: none;
	margin-left: -1px; color:fff;
}

* html body #sidebar ul li a {
	width:190px;
	}


#left ul li a:hover {
	background: #C0D6D6;
	color: #990000;
	text-decoration: none;
        font-weight: bold;
	}
	
	
#left  li.recentcomments{
	display: block;
	float: none;
	padding: 6px 6px 0 10px;
	color: #fff;
	}
	
#left  li.recentcomments a{
	border: none;
	padding: 12px;
	text-align: left;
	display: normal;
	color: #D3D3D3;
	}
	
#left  li.recentcomments a:hover{
	background: none;
	text-decoration: underline;
	}
	
#left p{padding: 10px; color: #fff; line-height: 14pt;}
#left .textwidget{padding: 10px; color: #fff; line-height: 14pt;}

.rsswidget img {
	display: none;
	}

#left h2 a.rsswidget{
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#left h2 a.rsswidget a:hover{
	color: #fff;
	text-decoration: none;
	
}



/* IAS left sidebar */

#ias-sb-3 {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 200px;
	float:left;
	margin: 0px 0 0px 0;
	padding: 0;

	}

#ias-sb-3 h2{
	background: url(images/ias/LSM.gif) #fff;
        height: 25px;
        font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 4px 5px 2px 8px;
}

#ias-sb-3 p {margin:0; padding: 0 6px 0 12px;}

#ias-sb-3 img {padding: 0; margin: 0;}

#ias-sb-3 ul {
	list-style-image: url(images/bullet.png);
        display: block;
        margin:12px;
        background: #FF9999;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #21536A;
	}

#ias-sb-3 ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#ias-sb-3 ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#ias-sb-3 ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#ias-sb-3 ul ul ul{
	margin: 0;
	padding: 0;
}

#ias-sb-3 ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* right sidebar */

#right{
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 250px;
      
	float:right;
	margin: 0px 0 0px 0;
	padding: 0;

	}

#right h2{
	background: url(images/LSM.gif) #fff;
        height: 25px;
        padding: 0px 2px 0px 5px;
        font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding: 0 6px 0 12px;}

#right img {padding: 0; margin: 0;}

#right ul {
        list-style-image: url(images/bullet.png);
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* IAS right sidebar */

#ias-sb-4{
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 250px;
	float:left;
	margin: 0px 0 0px 0;
	padding: 0;

	}

#ias-sb-4 h2{
	background: url(images/ias/LSM.gif) #fff;
        height: 25px;
        padding: 0px 2px 0px 5px;
        font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 4px 5px 2px 8px;
}

#ias-sb-4 p {margin:0; padding: 0 6px 0 12px;}

#ias-sb-4 img {padding: 0; margin: 0;}

#ias-sb-4 ul {
        list-style-image: url(images/bullet.png);
        background: #FF9999;
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#ias-sb-4 ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#ias-sb-4 ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#ias-sb-4 ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#ias-sb-4 ul ul ul{
	margin: 0;
	padding: 0;
}

#ias-sb-4 ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}


/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar td:hover, #wp-calendar #today {
	background: #FFFF00;
	color: #993300;
       }
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
        color: #0000FF;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
        color: #0000FF;
	}

#wp-calendar a {
	display: block;
        text-decoration: underline;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:460px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #EDEDED;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 0px 0 0px 10px;
     	font-family: verdana, arial, times;
        float: right;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 10pt;
	padding: 2px;
        color: #0000FF;
	margin: 2px;
        background: #FFCC66;
	border: 2px round solid #0000FF;
        width: 350px;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 10pt;
       	padding: 2px;
	margin: 0px 0 0 0px;
	border: 1px round solid #FFFF00;
	background-color: #00CC99;
	color: #fff;
	}

/* footer */

#footer {
	background: #999966;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 1px #DEDEDE;
	font-family: verdana, arial, tahoma;
	font-size: 8pt;
        color: #fff;
	}
	
#footer p{padding:6px;margin: 0; color: #FFCC66;}
#footer a{color: #FFFF00;text-decoration: underline;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

