/*  
Theme Name: countdown2010
Theme URI: http://www.countdown2010.net
Description: 2010
Version: 1.0
Author: MR
Author URI: http://www.countdown2010.net

	COLOUR PALETTE

	lightblue		5095BE
	darkblue		2D5B77
	appleblue		2971A7
	darkgrey		333333
	lightgrey		666666

/******************************************
*   HTML Elements                         
******************************************/

* { padding: 0; margin: 0; }

body {
background: #eeeeee url(images/linebg.jpg) repeat-y scroll center top;
margin: 0;
padding: 0;	
}

body,html {
	min-height:101%;
	}
	
/* TYPE */
body, select, input, textarea {
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; background-color:#eeeeee; color:#222222;
	/*font: 12px Arial, Verdana, Sans-Serif;*/
	line-height:1.5em;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #004e96;
	text-decoration:none
	}

a:hover, a:active {
	color:#003366;
	text-decoration:underline;
	}
	
/******************************************
*   Headlines                         
******************************************/

h1 span, h2 span, p span, a span {

  /*display: none;*/

}


h1, h2, h3 {

  font-weight: normal;

}

/*h1 { font-size: 1.6em }*/

h2, h1 { 
	font-size: 1.3em;
	/*border-bottom:1px dotted #99CC00;*/
	padding:0 0 5px 0px;
	color:#004e96;
	font-weight:bold;
}

h3 { font-size: 0.9em }

h1 a, h2 a, h3 a { line-height: 1.2em; }

h4, h4 a {
	font-size:1.2em;
	padding:5px 0 5px 2px;
	margin:20px 0 15px;
	color:#004e96;
	font-weight:bold;
	}

hr {
	display: block;
	height:1px;
	border-bottom:1px dotted #99CC00;
	}

small {
	font-size: 0.9em;
	padding:0px 0px;
	color:#004e96;
	}
	
blockquote { margin: 0 0 1.5385em 1.5em; padding: 0 0 0 0.7692em; color: #666666; border-left: 0.2308em solid #5095BE; }

/****** Images ****************************/

a img { border: none; }

a.img:hover {background-color: transparent} 
		
/******************************************
*   Structure                         
******************************************/

#topbg { 
	background: transparent url(images/header_bg.jpg) no-repeat scroll center top; 
    margin: 0;
    padding: 0;
    width: 100%;
}

#page {
	width:980px;
	margin:0 auto;
	font-size:1em;
	padding: 0px 0px 25px 0px;
	}
	
#header {
	width:980px;
	height:162px;
	/*background:url(images/headers.jpg) no-repeat;*/
	}

#logo { 
position: relative;
width: 121px; 
height: 82px;
}

/* Site Title ---------------------------------------------- */
#logo a {
		position: relative;
		z-index:100;
		left: 10px;
		top: 35px;
		width: 121px;
		height: 82px;
		background-image: url(images/logo.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		display: block;
		text-indent: -3000px;
		margin: 0;
}

#logo h1 a {
		background-image: url(images/logo.gif);
}

#logo h1{border:none;}

#header em {
		position: relative;
		z-index: 2;
		top: -25px;
		left: 200px;
		width: 525px;
		height: 51px;
		background-image: url(images/slogan.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		display: block;
		text-indent: -3000px;
}

#header em a {
		position: relative;
		z-index: 3;
		top: -35px;
		left: 570px;
		width: 200px;
		height: 80px;
		background-image: url(images/iucnlogo.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		display: block;
		text-indent: -3000px;
}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 270px;
	float:right;
	}

#leftcol {
	width:287px;
	border-right:1px solid #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:317px;
	padding-left:18px;
	margin-top: -2px;
	text-align:justify;
	}
	
/******************************************
*   Sidebar navigation links pages sidebar                        
******************************************/

#sidebar_left ul.sidebar_list{
/*margin:22px 0 15px;*/
margin-top:25px;
}

#sidebar_left ul li a:hover{
color: #003366;
}

#sidebar_left ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
display: block;
}

#sidebar_left a {
text-decoration:none;
color:#004E96;
display: block;
width: 200px;
font-weight: bold;
border-bottom: 1px dotted #99CC00;
background-color:#FFF;
padding:3px 0 4px 8px;
}
#sidebar_left a:hover, #sidebar_left a:active {color:#003366; background-color: #f8f8f8;}
#sidebar_left .current_page_item a{
color:#004E96; 
font-weight:bold; 
text-decoration: none;
background: #FFFFFF url(images/nav.gif) no-repeat scroll 0px 0.6em;
padding: 3px 0px 4px 8px;
}
/*sub bars*/
#sidebar_left ul li ul {
display:none;
}
#sidebar_left .current_page_item ul {
display:block;
}
#sidebar_left .current_page_item ul a{
display:block;
color:#333;
text-decoration: none; 
background-color: transparent; 
border-bottom: 1px dotted #99CC00;
font-weight:normal;
background-image:none;
}
#sidebar_left .current_page_item ul a:hover{color:#003366; background-color: transparent; text-decoration: underline;}
#sidebar_left ul li .current_page_ancestor ul li a{color:#666; text-decoration: none; padding:3px 0 4px 8px; font-weight:normal; background-color: transparent;}
#sidebar_left ul li .current_page_ancestor ul li a:hover{ color:#003366; text-decoration: underline; background-color: transparent;}

#sidebar_left ul li ul li a{ 
display:none;
/*color:#333; 
text-decoration: underline;
font-weight:normal; 
background-color: transparent;*/
}
	
/******************************************
*   Sidebar                         
******************************************/

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	border-left:3px double #999;
	border-bottom: 1px solid #999;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none;
	border-left:3px solid #999;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none

	}
		
#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	
	margin-left:22px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#000;
	}

/*mitch sidebar */

/*---:[ sidebar styles ]:---*/

#rss { width: 20em; height: 70px; margin: 0 0 1.0em 0; background: url('images/rss.gif') 50% 0 no-repeat; text-align: center; }

#rss a { display: block; width: 48px; height: 48px; margin: 0 auto; }

ul.sidebar_list { list-style: none; }
	
li.widget ul, li.linkcat ul { list-style: none; }

#sidebar h2, #sidebar h3 a {
	font-size:1.3em;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#004e96;
	}

#sidebar h3, #sidebar h2 {	
	font-size:1.3em;
	border-bottom:1px dotted #99CC00;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#004e96;
	}

h3#respond {
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #004e96;;
	}
	
/******************************************
*   Content                        
******************************************/

#content {
	width:680px;
	float:left
	}
	
#totalcontent {
width:980px; margin:auto;
}
#leftcolumn {
width:220px; float:left;
margin-right:20px;
}
#leftcolumn h2 {
	font-size:1.3em;
	border-bottom:1px dotted #99CC00;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#004e96;
	font-weight:bold;
}
#middlecolumn{
width:520px;
float:left;
margin-right:20px;
margin:25px 0 15px 0;
}
#homecolumn{
width:750px;
float:left;
margin-right:20px;
margin:0px 0 15px 0;
}
#rightcolumn {
width:200px; float:right;
}
#rightcolumn h2 {
	font-size:1.3em;
	border-bottom:1px dotted #99CC00;
	padding:5px 0 5px 2px;
	margin:20px 0 5px 0;
	color:#004e96;
	font-weight:bold;
}	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

.feature {
	/*background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;*/
	padding:15px;
	border-right: 1px dotted #99CC00;
	}

.feature:hover { 
/*background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;*/
}
	
.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
	padding:1px;
	}
			
#leadpic {
	float:right;
	margin: 0 0px 8px 0;
	padding:1px;
	}
	
.homeleadpic {
	float:right;
	margin: 0 0 0 20px;
	padding:1px;
	}

.title, a.title  {
	font-size:1.1em;
	font-weight:bold;
	color: #333333;
	margin-bottom:15px;
	}
	
#rightcol .clearfloat h2, a.clearfloat h2  {
	font-size:1.1em;
	font-weight:bold;
	color: #333333;
	margin: 0;
	padding: 0;
	border: none;
	text-align:left;
	}
	
#leftcol .feature h2, a.feature h2  {
	font-size:1.1em;
	font-weight:bold;
	color: #333333;
	margin:0px;
	border: none;
	}
	
.feature#lead .title {
	font:1.7em;
	/*font:1.7em Georgia, "Times New Roman", Times, serif;*/
	line-height:100%;
	display:block;
	padding-bottom:7px;
	color: #333333;
	}
	
.feature#lead h2 {
	font:1.7em;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	color: #333333;
	border: none;
	margin: 0;
	}

#leftcol .feature {	margin-bottom: 15px; }

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px solid #999;
	padding:12px 0;
	}

/*homepage*/
#leftcolhome {
	width:750px;
	/*border-right:1px dotted #99CC00;*/
	/*padding-right:10px;*/
	float:left;
	}

#leftcolhome .feature {	
margin-bottom: 15px; 
display:inline;
float:left;
width:205px;
height:160px;
margin-right:10px
}	

#leftcolhome img {
	float:left;
	margin:3px 10px 4px 0;
	padding:1px; 
	}

#leftcolhome h2, #leftcolhome h2 a {
	font-size: 14px;
	font-weight: bold;
	border-bottom: none;
	margin:0pt;
	padding:0pt;
	margin-bottom:0.3em;
	color:#004e96;
}

#leftcolhome h2 a:hover, #leftcolhome h2 a:active {
	color:#004E96;
	text-decoration:none;
	}
	
#leftcolhome .clearfloat {
	border-bottom:1px solid #999;
	padding:12px 0;
	}
	
/*Post Formatting*/

.entry {
	padding-bottom:0px;	
	text-align:left;
	}

.postnews {
	border-bottom:1px dotted #99CC00;
	padding-bottom:10px;
	margin-bottom:20px;
}

.articleimage {
width: 360px;
float: right;
margin: 0px 0px 0px 10px;
}

/******************************************
*   Headlines                         
******************************************/

#content h1, #content h2 {
	font-size:1.3em;
	border-bottom:1px dotted #99CC00;
	padding:5px 0 5px 2px;
	margin:20px 0 15px;
	color:#004e96;
	font-weight:bold;
	}

#content h3 {
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#333333;
	}

#content_cat h1 {
	color: #333333;
	padding-bottom:8px;
	border-bottom:1px dotted #99CC00;
	margin: 20px 0;
	}

.entry a, .entry a:visited { padding: 1px 0; color: #2971A7; border-bottom: none; }
	
.entry a:hover { padding: 1px 0; color: #fff; background: #2971A7; border-bottom: none; }

/*Post images*/

.entry img { border: none; }

.entry a.img:hover { background-color: transparent; }

.entry img.left { margin: 0 1.1538em 0 0; float: left; clear: left; }

.entry img.right { margin: 0 0 0 1.1538em; float: right; clear: right; }

.entry img.center { display: block; margin: 0 auto 1.5385em auto; clear: both; }

.entry img.alignright { margin: 0 0 0 1.1538em; float: right; clear: right; }
 
.entry img.alignleft { margin: 0 1.1538em 0 0; float: left; clear: left; }

.entry img.aligncenter { display: block; margin: 0 auto 1.5385em auto; clear: both; }

.entry img.frame { border: 0.3846em solid #ddd; }

.entry img.stack { clear: none !important; }

.entry img.news { margin: 0 1.1538em 0 0; padding:1px; float: left; clear: left; }

.entry img.rightnews, .post img.right { margin: 0 0 0 1.1538em; float: right; clear: right; padding:1px; }

.post img.left { margin: 0 1.1538em 0 0; float: left; clear: left; padding:1px; }
	
.post ul, .post ol { margin: 0 0 1.5385em 3.0em; line-height: 2.0em; }

.post ul.list-nobullet li{list-style: none; }

.post ul.list-bullet li{list-style:url(images/bullet.gif); }

.post ul.arrows li{list-style:url(images/nav.gif); }

.entry ul.arrows li{ margin: 0 0 0 2.0em; line-height: 1.5em; list-style:url(images/nav.gif); }
	
.post li { }

.post li img { border: 1px solid; border-color: #fff; }
	
.post ul li ul, .post ul li ol, .post ol li ul, .post ol li ol { margin: 0 0 0 1.5em; }	
	
.post ul.list-left {
  margin-top: 0.35em;
  margin-left: 1em;
  padding-left: 0;
} 

.post ul.list-left li {
	line-height: 1.5em;
	float: left;
	list-style:square;
	margin-bottom:5px;	
	margin-left:42px;
	}

/*ordered list left*/

.post ol.list-left {
  list-style-type: decimal;
  margin-top: 0.35em;
  margin-left: 1em;
  padding-left: 0;
} 

.post ol.list-left li {
	line-height: 1.5em;
	float: left;
	margin-left: 0;
	padding-left: 2px;
	}	
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
	margin: 0px 0;
	}
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}

#nav li.search_box {
float:right;
padding:14px;
}

#nav li.search_box #search_form { 
padding:0px 0px 0 0;
background:transparent url(images/bg_search_box.gif) no-repeat top left;
height:23px;
width:173px;
}

#nav li.search_box #s {
color:#333333;
font-weight:normal;
margin:0px 3px 0px 3px;
background:transparent none repeat scroll 0 0;
height:23px;
width:133px;
}

#nav li.search_box input {
background:transparent url(images/btn_search_box.gif) no-repeat scroll 0 0;
border:medium none;
height:23px;
line-height:normal;
/*vertical-align:middle;*/
width:30px;
margin:0px 0px 0px 0px;
cursor:pointer;
}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}

/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}

.commentlist cite { font-weight:bold; }	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}

.clearfloat {
	display:block;
	}
	
/******************************************
*   Footer                        
******************************************/

#footer {
	background: #eeeeee url(images/foot.jpg) no-repeat scroll center top;
	margin: 0 auto;
	font-size:0.9em;
	text-align:left;
	color:#004e96;
	/*padding: 1.5em;*/
	height:80px;
    width: 100%;
	}

#footer a {
	color:#004e96;
	}

#foot {	
	width:950px;
	margin:0 auto;
	font-size:1em;
	padding: 0px 0px 10px 0px;
	}
	
#footer-links {
color:#004e96;
float:left;
margin-top:5px;
}
#footer-links a {
color:#004e96;
}
	
#footer-copyright {
color:#004e96;
text-align:right;
margin-top:5px;
float:right;
width:250px;
}

/******************************************
*   wordpress styles                        
******************************************/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

/*wordpress image styles*/

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

