/*
Theme Name: Testarea ver. 1.0
Theme URI: http://wordpress.org/
Description: A custom WordPress theme developed from the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Author: The World Wildlife Foundatiom
Author URI: http://worldwild.org/
Tags: green, custom header, fixed width, two columns, widgets

These theme is copyrighted and The World Wildlife Foundation retains all rights.

*/



/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Verdana,  Sans-Serif;
	background: #ffffff;
	color: #333;
	text-align: center;
	}
    
a{
    color:#009500;
    text-decoration:none;

}

#page {
	text-align: left;   
	}
#content {
	font-size:12px;
    color:#555c66;
    padding-bottom: 20px;
   }
#container {
    float:left;
    display:inline;
    width:100%;
    background:#FFFFFF url(images/page_bg.gif) repeat-x top; 
    margin-top:20px;
}
#info_holder{
    float:left;
    display:inline;
    width:100%;
}


table.main{
    float:left;
    display:inline;
    margin:0px;
    padding:0px;
}
table.main tr td{
    vertical-align:top;
}

.widecolumn {
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
    border: 1px solid #ddd;
}

.even, .alt {
    border-left: 1px solid #ddd;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold; 
    margin:0px;
    padding:0px;
    clear:both;
    width:auto;
    color:#000000;
    font-size:24px;
    line-height:24px;
}
h1 a, h2 a, h3 a {
     text-decoration:none; 
     color:#000000;      
}
h3{
    font-size:12px;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
#commentform p {
	font-family: Arial, Sans-Serif;
	}
.commentmetadata {
	font-weight: normal;
	}
 small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
 code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}
 #wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}
 #page {
	margin: 0px auto;
	padding: 0;
	width: 900px;
	}
 #header{
	margin: 0px;
	padding: 0;
    height: 428px;
	width: 100%;
	position:relative;
	margin-top:-428px;
	z-index:100;
	}
img#logo{
    float:left;
    display:inline;
    margin:43px 0px 0px 0px;
}
#menu{
    float:right;
    display:inline;
    width:668px;
    height:38px;
    margin:43px 0px 0px 0px;
    background: #FFFFFF;
}
#subheader{
    float:left;
    display:inline;
    margin:250px 0px 0px 0px;
    padding:0px;
    width:100%;
    height:38px;
    background: url(images/subheader.gif) no-repeat top right;
}
a#donate_btn{
    float:left;
    display:inline;
    margin:0px;
    padding:0px;
    width:163px;
    height:38px;
    background: url(images/donate_now_btn.gif) no-repeat;
    background-position:0px 0px;
}
a:hover#donate_btn,a#donate_btn:hover,a:hover#location,a#location:hover{
 	background-position:0px -38px;
}
a#location{
    float:right;
    display:inline;
    margin:0px;
    padding:0px;
    width:250px;
    height:38px;
    background: url(images/current_programme_location.gif) no-repeat;
    background-position:0px 0px;
}



#animals_holder{
    float:left;
    display:inline;
    margin:0px 0px 0px 19px;
    width:420px;
    height:38px;
}


#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
    display:inline;
	padding:0px 20px 0px 20px;
	margin: 0px;
	width: 420px;
  	}
 #left_side {
    float:left;
    display:inline;
    width:180px;
    height:300px;
    margin:0px;
    padding:0px;
 }  
 
 
 #left_side ul{
    list-style-type: none;
 }
 li.page_item{
     list-style-type: none;  
     padding:3px 0px 0px 20px;
     font-size:12px;
     font-weight:bold;
 } 
  li.page_item a{
    color:#333333;
  }
 .current_page_item a{
    color:#009500 !important;
 }

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {

	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */


                                          
/*	Begin Headers */
#info_holder h2.pagetitle {
		text-align: left;                                                                     
        font-size:11px;
        font-weight:normal;
        color:#333333;
        padding-left:20px;
        line-height:16px;
}
#info_holder h2.pagetitle a{
        color:#333333;   
}
#info_holder h2.pagetitle{
	 font-weight:bold;
}
#info_holder h2.gray {
    padding-top:12px;
    color:#999999; 
    font-weight:normal; 
}
#info_holder h2.gray a{
    color:#999999;
}

#sidebar h2 {
	margin:10px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
    background: #69402c;
    width:240px;
    font-size:14px;
    color:#FFFFFF;
    line-height:30px;
    border-top:0px solid #95d096;
    border-bottom:0px solid #95d096;
    font-weight:normal
	}
    
#rss_container {
    float:left;
    display:inline;
    width:100%;
    margin-top:6px;
}

.beq_container{
    float:left;
    display:inline;
    margin:0px 0px 0px 10px;
    width:240px;
    border-bottom:1px solid #e2e2e3; 
    font-size:12px;  
    line-height:16px;
    padding:10px 0px 10px 0px;
}
.news_container{
    float:left;
    display:inline;
    margin:0px 0px 0px 10px;
    width:240px;
    border-bottom:1px solid #e2e2e3; 
    font-size:12px;  
    line-height:16px;
    padding:10px 0px 10px 0px;
} 
.rssSummary{
    clear:both;
    width:100%;
    margin:0px;
    padding:0px;
    line-height:16px;
    color:#5b6473;
} 
span.rss-date{
    float:left;
    display:inline;
    width:100%;
    margin:0px;
    color:#000000;  
} 
.news_container a.rsswidget{
    color:#009500;
} 
img#rss-icon{
    float:right;
    display:inline;
    margin:10px 10px 0px 0px;
    padding:0px;
}


/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
    list-style: none;     
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0px;
	padding: 0px;
    list-style-type: none !important;
    list-style-image: none !important; 
    float:left;
    display:inline;
    width:100%; 
	}

#sidebar ul li {
	list-style-type: none !important;
	list-style-image: none !important;
	margin:0px;
    float:left;
    display:inline;
    width:100%; 
	}

#sidebar ul p, #sidebar ul select {
	margin:0px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin:0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin:0px;
	}

ol li, #sidebar ul ol li {
	list-style: none ;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px;
	padding: 0px; 
	}
/* End Entry Lists */



/* Begin Form Elements */





.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding:0px;
    margin:0px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#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; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
    clear:both;
    margin:10px auto 0px auto;
    width:95%;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
    
}  
 td.sidebar_td{
     background: #f8f8fa;  
 }
#sidebar{
    float:right;
    margin:0px;
    width:260px;
   
    padding:0px 0px 10px 0px; 
}
sidebar_td 

#search_form form{
    margin:0px;
    padding:0px;
}
#search_form{
    width:242px;  
    margin:10px auto 0px auto;
    background: url(images/input_holder.png) no-repeat top left;
    height:32px;
}  
input#s{
    float:left;
    display: inline;
    margin:7px 0px 0px 5px;
    border:none;
    background:#fafafa;
    width:120px;
}
#search_form a#searchsubmit,#search_form a#stnl_submit{
    float:right;
    display: inline;
    margin:0px 0px 0px 0px;
    background: url(images/search_btn.gif) no-repeat;
    background-position:0px 0px;
    width:93px;
    height:32px; 
} 
#search_form a:hover#searchsubmit,#search_form a:hover#stnl_submit,#search_form a#searchsubmit:hover,#search_form a#stnl_submit:hover{
	background-position:0px -32px;
}




.newsletter_input_holder,.newsletter_email_holder{
    clear:both;
    margin:10px auto 0px auto;
    width:240px;
    background: url(images/input_holder.png) no-repeat top left; 
    height:32px;
}
input.newsletter_input,input.newsletter_email{
      float:left;
      display:inline;
      margin:7px 0px 0px 5px;
      width:230px;
      border:none;
      background:#fafafa;
}
input.newsletter_email{ 
    width:139px; 
}
.newsletter_text{
    clear:both !important;  
    width:240px !important;  
    margin:10px auto 0px auto !important;  
    font-size:12px !important;
    line-height:16px !important;  
    color:#5b6473 !important;  
 }
 .newsletter_text a{
     color:#009500;  
 }
 
 
 #partners{
    float:left;
    display:inline;
    margin:60px 0px 0px 0px;
    padding:0px;
    background:#f2f2f4;
    border-bottom:1px solid #c8c8c9;
    width:100%;
    font-size:12px; 
    color:#000000;
 }
table.partners_top{
    float:left;
    display:inline;
 }
table.partners_top tr td{
    vertical-align: middle;  
    height:52px;
}
 #partners img{
    margin-left:30px;
 }


a#partners_arrow{
    float:right;
    display:inline;
    cursor:pointer; 
    width:8px;
    height:6px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin:25px 28px 0px 0px;
    font-size:0px;
    line-height:0px;

  }  
a:hover#partners_arrow{
    background-position: 0px -6px;
 } 
a.partners_arrow_down{
    background: url(images/partners_arrow_down.gif); 
 } 
a.partners_arrow_up{
    background: url(images/partners_arrow_up.gif); 
 } 


 img.parnter{
    float:left;
    display:inline;
    margin:10px 0px 0px 10px; 
    padding:0px;
}
 
 #partner_links{
    float:left;
    display:inline;
    margin:0px;
    padding:0px;
    display:none;
    clear:both;  
    width:100%;
 }

  
  #footer{
    float:left;
    display:inline;
    margin:15px 0px 0px 0px;
    padding:0px;
    width:100%;
  }
  #footer p{
    color:#3a3b3d;
    margin:0px;
    padding:25px 0px 25px 0px;
    font-size:11px;
    line-height:14px;
    clear:both;
  }
#footer a{
    color:#000000;
}


#the_post{
 }
 h2.post_title{     
    padding-bottom:10px;
}
.entry{
    margin:0px;
    padding:0px;
    color:#555c66;
    font-size:12px;
    line-height:18px;
}
.post_more{
    float:left;
    display:inline;
    clear:both;
    padding: 15px 0px 25px 0px;
    margin:0px;
    width:100%;
}
.post_top{
    float:left;
    display:inline;
    clear:both;
    width:100%; 
    height:10px;
    background: url(images/post_top_line.gif) no-repeat 0px 5px;
    padding-bottom:20px;
}
.post_top a{
    float:right;
    display:inline;
    margin:0px;
    padding:0px 10px 0px 0px;
    font-size:10px;
    color:#000000;
    line-height:10px;
    background: url(images/top_arrow.gif) no-repeat top right;  
    text-decoration:none;
}

td.breadcrumb{
    font-size:11px; 
    color:#999999;   
    padding:10px 0px 10px 20px;
    
}
td.breadcrumb a{
      color:#999999;   
      float:left;
      display:inline;   
      clear:both !important;
}                   
a.breadcrumb_link {
     font-weight:bold;  
     color:#333333 !important;
}
#wpcf1 label {
    clear: both;
    display: block;
    float: left;
    width: 150px;
}
#wpcf1 input {
    float: left;
    width: 200px;
    padding: 1px;
    margin: 2px 5px 2px 0;
}
#wpcf1 textarea {
    width: 350px;
    height: 100px;
    padding: 1px;
    margin: 0 5px 10px 0;
}
#wpcf1 #contactsubmit {
    margin-left: 250px;
    width: 100px;
}

a.read_more{
	float:left;
    display:inline;
    margin:0px;
    padding:0px;
    width:118px;
    height:25px;
    background: url(images/read_more_btn.png) no-repeat 0px 0px;
    background-position:0px 0px;
  
}
a:hover.read_more,a.read_more:hover{
	background-position:0px -25px;
}

.contactform{
	float:left;
	display:inline;
}
label.contact_label{
	float:left;
	display:inline;
	width:120px;
	text-align:right;
	font-weight:bold;
	margin:7px 0px 0px 0px;
	padding:0px 10px 0px 0px;
	line-height:12px;
}
input#wpcf_your_name,input#wpcf_email,input#wpcf_website{
	float:left;
	display:inline;
	width:180px;
	margin:3px 0px 0px 0px;
	padding:0px;
}
.required{
	float:left;
	display:inline;
	font-size:11px;
	margin:5px 0px 0px 5px;
	line-height:12px;
	
}
textarea#wpcf_msg{
	float:left;
	display:inline;
	width:270px;
	margin:3px 0px 0px 0px;
}
input#contactsubmit{
	float:right;
	display:inline;
	clear:both;
	margin:3px 20px 0px 0px;
}
.contactform strong{
	color:red;
}

a#make_contribution{
	display:block;
	margin:0px;
	padding:0px;
	width:200px;
	height:37px;
	background: url(images/make_contribution.gif) no-repeat;
	background-position:0px 0px;
}
a:hover#make_contribution,a#make_contribution:hover{
	background-position:0px -37px;
}
#slideshow {
    position:relative;
    height:428px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.letters_holder{
	Width:100%;
	float:left;
	display:inline;
	clear:both;
	margin:15px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	line-height:17px;
}
.letters_holder ul,.letters_holder ul li,.letters_holder ul li a{
	float:left;
	display:inline;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.letters_holder ul li{
	padding:0px 4px 0px 4px;
}
.letters_holder ul li a{
	padding:0px;
	font-weight:bold;
	font-size:14px;
	color:#000000;
}
h1.endarged{
	line-height:18px;
	clear:both;
}
h2.endarged{
	line-height:18px;
	color:#CCCCCC;
	font-size:16px;
	padding-top:5px;
	clear:both;
}
.letters_holder ul li.current-cat{
	background: url(images/100_list.gif) no-repeat center center;
}
.letters_holder ul li.current-cat a{
	color:#FFFFFF;
}

h2.animal_name{
	padding-top:20px;
	font-weight:normal;
	color:#000000;
	font-size:12px;
	line-height:18px;

}
h2.animal_name a{
	color:#cc0000;
	font-weight:bold;
}



  
