/*  
Theme Name: Centre for Sustainability Leadership
Theme URI: http://localhost/wordpress/CSL
Description: The CSL template.
Version: 1.0
Author: John Baumgartner
Author URI: 
*/

.phark { text-indent: -9999px; }

a:active {
  outline: none;
  }

html {
  min-width: 760px;
  }

body {
  background: #dde8e0 url(img/bg.gif) top center repeat-y fixed;
  margin: 0;
  padding: 0;
  border: 0;
  color: #333;
  font: 76%/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
  text-align: left;
  }
  
div#wrapper {
  position: absolute;
  width: 760px;
  left: 50%;
  margin-left: -380px;
  color: #333;
  }

div#header {
  margin: 0 0px; 
  padding: 0;
  width: 760px;
  height: 134px;
  overflow:hidden;
  }
  
h1 		{
		text-indent: -9999px;
		margin: 0;
		padding: 0;
		border: 0;
/*		background: transparent url(img/header.jpg) top left no-repeat;*/
		width: 760px;
		height: 134px;		
		}
	
h1 a 	{
		display: block;
		width: 760px;
		height: 190px;		
		margin: 0;
		padding: 0;
		border: 0;
		overflow: hidden;
		}

div#content 	{
		margin: 40px 0 0 0;
		padding: 0;
		width: 760px;
		height: auto;
		min-height: 300px;
		}

div#main 	{
		margin: 0;
		padding: 0;
		width: 560px;
		height: 100%;
		float: left;
		}

/* Global Nav
----------------------------------------------- */
#nav {float: left; line-height: 1.3; background: white; font-weight: bold; padding: 0; width: 100%; background: transparent url(img/navholder.gif) no-repeat 0 0; position: relative; z-index: 110;}
#nav ul {list-style: none; margin: 0 0 0 20px; font-weight: bold; padding: 0; z-index: 111;}
#nav a {display: block; color: #fff; text-decoration: none; padding: 0.25em 1em;}
#nav a:hover {}
#nav li {float: left; padding: 0;}
#nav li ul {line-height: 1; position: absolute; left: -999em; height: auto; font-weight: normal; border: solid #00727d; border-width: 0.25em; margin: 0; width: 12em; text-align: left; background: #666860;}
#nav li li {padding-right: 1em; float:none;}
#nav li ul ul {margin: -1.75em 0 0 12em;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.over ul ul, #nav li.over ul ul ul {left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.over ul, #nav li li.over ul, #nav li li li.over ul {left: auto;}
#nav li:hover, #nav li.over {background: #00727d;}
/* prevent IE from hovers from 'sticking' */
div#nav li:hover, div#nav li.hover {
  position: static;
  }


/* search */
#search {
	font-size: 0.9em; 
	right: 0;
	margin-right: 52px; 
	position: absolute; 
	top: 160px;
	}

#search input#searchsubmit {
	border: #999 1px solid; 
	font-size: 0.9em; 
	background: #ddd; 
	margin: 0 0 0 2px; 
	color: #265e15; 
	padding: 2px 2px 1px 2px; 		
	}

#feedarea {
	padding:10px 10px 0 0; 
	float: right; 	
	text-align: right;
	}
	
html #feedarea {
	padding-top: 10px;
	}
	
#feedarea dl dt {
	display: inline; 
	margin-right: 5px; 
	height: 45px;
	}
	
#feedarea dl dd {
	display: inline; 
	margin-right: 5px; 
	height: 45px;
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:16px;
	}

/* #content .post {
	padding:0 0 2em 0;
	border-bottom:#ddd 1px dashed;
	}
*/

li.sidebox {
	padding:10px;
	background: url(img/sideheadtop.gif) #ededed no-repeat left top; 
	margin-bottom: 10px; 	
	}
	
html li.sidebox {
	padding-bottom: 10px;
	}
	
li.sidebox h2 {
	font-weight: normal; 
	font-size: 1.6em; 
	text-align: left;
	color: #242;	
	font-variant:small-caps;
	}
	
#sidebar li.sidebox p img {
	margin:0;
	padding:3px;
	border:#ccc 1px solid;
	background:none;
	}

#comments, #respond{
	margin: 2em 0 10px 5px;
	}
	
#commentform {
	margin:10px 0;	
	padding:10px;
	background:#f9fcfc;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	}
	
.commentnum {
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
	}
	
	
/*#container*/ .commentlist {
	margin: 0;
	padding: 0;		
	border-top: #ddd 1px solid;
	}
	
.commentlist li {
	list-style:none;
	margin: 0;
	padding: 0.5em;	
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
	}
	
.commentlist li.alt {
    background:#f9f9f9;    
	}
	
.commentlist li .cmtinfo {
	font-size:1em;		
	}
	
.commentlist li cite {
	font-style:normal;
	font-weight:bold;
	}
	
.commentlist li .cmtinfo em {
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
	}
	
#page-content .commentsfeed, #content .commentsfeed  {
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:16px;
	}
	
#page-content .trackback, #content .trackback {
	background:url(img/link.gif) no-repeat left center;
	padding-left:20px;
	}
	
input.textbox {
	border:#ccc 1px solid;
	background:#fff url(img/shadow_top.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:150px;
	}
	
textarea {
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
	border: 1px solid #ccc;	
	background:#fff url(img/shadow_top.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
	}
	
.textbox:focus, textarea:focus {
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border:#999 1px solid;
	}

.post h4 {
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
	}

.post h4 em {
	font-style:normal;
	float:right;
	font-weight:normal;
	}

#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
	}
		
#bigpanel h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	text-indent: -9999px;
	width: 560px;
	height: 270px;
	padding: 0;
	margin: 0;
	background: url(img/cam-panel.jpg) left top no-repeat;
	}
	
#bigpanel1 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	text-indent: -9999px;
	width: 560px;
	height: 270px;
	padding: 0;
	margin: 0;
	z-index: -20;
/*	background: url(img/cam-panel.jpg) left top no-repeat; */
	}	
	
#bigpanel h2 a {
		display: block;
		width: 560px;
		height: 270px;		
		margin: 0;
		padding: 0;
		border: 0;
		overflow: hidden;
		background: url(img/cam-panel.gif) left top no-repeat;
		}	
	
#mainpanel h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	text-indent: -9999px;
	width: 560px;
	height: 270px;
	padding: 0;
	margin: 0;
	background: url(img/main-panel.jpg) left top no-repeat;
	}
	
#mainpanel h2 a {
		display: block;
		width: 560px;
		height: 270px;		
		margin: 0;
		padding: 0;
		border: 0;
		overflow: hidden;
		background: url(img/main-panel.jpg) left top no-repeat;
		}	
#smallpanel1 h2, #smallpanel2 h2, #smallpanel3 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	margin: 0;
	padding: 10px 8px;
	}
	
#bigpanel p {
	margin: 0;
	padding: 0 40px 10px 40px;
	line-height: 1.3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}
	
#smallpanel1 p, #smallpanel2 p, #smallpanel3 p, #rightside1 p, #rightside2 p {
	margin: 0;
	padding: 0 15px 10px 15px;
	line-height: 1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}
	
#bigpanel, #smallpanel1, #smallpanel2, #smallpanel3, #rightside1, #rightside2 {
	color: #333;
	}

#smallpanel1, #smallpanel2, #smallpanel3, #rightside1, #rightside2 {
	overflow: auto;
	}
	
#smallpanel1 {
	width: 176px;
	height: 355px;
	margin: 10px 0 0 0;
	background: url(img/smallpanel1.gif) left top no-repeat;
	padding: 0;
	}
		
#smallpanel1 h3 {
	text-indent: -9999px;
	width: 176px;
	height: 355px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}

#smallpanel1 h3 a {
	display: block;
	overflow: hidden;
	margin:0;
	padding:0;
	width: 176px;
	height: 355px;
}

#smallpanel2 {
	background: url(img/smallpanel2.gif) left top no-repeat;
	width: 176px;
	height: 355px;
	margin: -355px 0 0 191px;
	}
	
#smallpanel2 h3 {
	text-indent: -9999px;
	margin:0;
	padding:0;
	width: 176px;
	height: 355px;
	overflow: hidden;	
	background: transparent /*url(img/panel2img.jpg)*/no-repeat scroll 50% 90%;
}

#smallpanel2 h3 a {
	display: block;
	overflow: hidden;
	margin:0;
	padding:0;
	width: 176px;
	height: 355px;
}

#smallpanel2 form {
	width: 176px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 100px;
	height: auto;
	}

#smallpanel2 input[type="text"] {
	width: 80px;
	height: 12px;
	display: block;
	font-size: 9px;
	}
	
#smallpanel2 input[type="image"] {
	width: auto;
	height: auto;
	}
	
#smallpanel2 p {
	margin: 0 0 0 20px;
	padding: 3px 0;
	}

	
#smallpanel3 {
	background: url(img/smallpanel3.gif) left top no-repeat;
	width: 176px;
	height: 355px;
	margin: -355px 0 0 383px;
	}
	
#smallpanel3 h3 {
	text-indent: -9999px;
	margin:0;
	padding:0;
	width: 176px;
	height: 355px;
	overflow: hidden;	
	background: transparent /*url(img/panel3img.jpg)*/ no-repeat scroll 50% 90%;	
}

#smallpanel3 h3 a {
	display: block;
	overflow: hidden;
	margin:0;
	padding:0;
	width: 176px;
	height: 355px;
}
	
#rightside {
	font-size: 1em;
	margin: 0;
	padding: 0;
	width: 185px;
	height: auto;
	float: right;
	}
	
#rightside1 {
	background: url(img/rightside1top.gif) left top no-repeat;
	width: 185px;
	height: auto;
	margin: 0;
	}

#rightside1 h2 {
	margin: 0;
	padding: 0;
	height: 82px;
	width: 185px;	
	overflow: hidden;
	}
	
#rightside1 h2 a {
	margin: 0;
	padding: 0;
	height: 82px;
	width: 185px;
	display: block;
	overflow: hidden;
	}
	
#rightside1a {
	background: url(img/rightside1bg.gif) left top repeat-y;
	width: 185px;
	height: auto;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f6f6f6;
	}
	
#rightside1b {
	background: url(img/rightside1bottom.gif) left top no-repeat;
	width: 185px;
	height: 15px;
	margin: 0;
	padding: 0;
	}
	
#sealsfinalist {
	background: url(img/2008seals_finalist.gif) left top no-repeat;
	width: 185px;
	height: 140px;
	margin: 10px 0 0;
	padding: 0;
	text-indent: -99999px;
	}
	

#flashcontent1 {
	background-color: #EC1556;
	width: 185px;
	line-height: 1.5;
	text-align: center;
	}

#rightside1 p {
	margin: 0 0 4px 0;
	padding: 0 15px 0 15px;
	line-height: 1.5;
	text-align: center;
	}

.post h3 {
	margin: 50px 0 0 0;
	padding: 0 15px 7px 15px;;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: center;
	}
	
#rightside .post {
	margin: 0;
	padding: 0 15px 0 25px;
	text-transform: capitalize;
	}
	
#rightside .post h3 {
	text-align: left;
	margin: 0 0 7px;
	padding: 0 0 0 7px;
	text-transform: capitalize;
	line-height: 1.4em;
	background: url(img/square.gif) no-repeat left 0.6em; 
	overflow: hidden;
	}

#rightside .post h3 a { overflow: hidden; }
	
#rightside2 { 
		padding: 0;
		margin: 10px 0 0;
		height: 103px;
		width: 185px;
		overflow: hidden;
		}

#rightside2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.2em;
	text-indent: -9999px;
	width: 185px;
	height: 103px;
	padding: 0;
	margin: 0;
	}
	
#rightside2 h2 a {
		display: block;
		width: 185px;
		height: 103px;		
		margin: 0;
		padding: 0;
		border: 0;
		overflow: hidden;
		background: url(img/support_csl.gif) left top no-repeat;
		}		
	
#rightside3 {
	background: url(img/side3.gif) left top no-repeat;
	width: 185px;
	height: 328px;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
#footer {
	clear: both;
	width: 760px;
	height: 70px;
	margin: 0 auto;
	background: url(img/footer.gif) left bottom no-repeat;
	color: #fff;
	}
	
#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 75%;
	padding: 0 5px;
	line-height: 1;
	margin: 25px 0 -20px 20px;
	text-align: center;
	}
#footer p a {color: #dedede;}
#footer p a:hover, #footer p a:active {border-bottom: 1px dotted #dedede;}

/* Miscellaneous */

p.access {
	display: none;
	}
	
img	{
	border: 0;
	}


/* styling the admin 'edit' link of ordinary pages */

p.edit a:link, p.edit a:visited {
	text-transform: uppercase;
	font-family: Geneva, verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #6699FF;
	text-decoration: none;
	border: 0;
	}
	
p.edit a:hover, p.edit a:active {
	color: #66CC66;
	text-decoration: none;
	}
	
#page-content {
	margin: 0;
	padding: 0 25px;
	color: #333;
	font-family: Geneva, verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	}
	
#page-content p {
	margin:0;
	padding: 0 0 1em 0;
	}
	
#page-content h2 {
	font-family: Geneva, verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	margin: 0;
	padding: 0 0 0.5em 0;
	}
	
#page-content img {
	margin: 5px 10px 0 0;
	padding: 2px;
	border: 1px solid #dedede;
	float: left;
	clear: left;
	}
	
#alumnilogin {
	position: relative;
	top: 30px;
	}
	
	
	
	/* what relevance do these have? */
dl {
	margin:1em 0;
	}

dt {
	font-weight:bold;
	}
	
dd {
	margin:0.5em;
	padding:0;
	}

.clear {
	clear:both;
	height:20px;
	}

blockquote {
	color:#666;
	margin: 1em;
	padding: 0 0 10px 50px;
	background: url(img/blockquote.gif) no-repeat left top;	
	}

fieldset {
	border:none;
	}
 
a {
	text-decoration:none;
	}

a:link, a:visited {
	color: #444;	
	font-weight: bold;
	}

a:hover, a:active {
	color: #000;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Verdana, Arial, Serif;
	}

div#rightside3sponsorbox {
padding: 40px 15px 10px;
}

ul.imagelist {
list-style: none;
text-align: center;
padding: 0;
margin: 0;
}

ul.imagelist li {
padding: 0 0 10px 10px;
margin: 0;
float: left;
}

#logo_com {
background: url(img/com_logo.gif) no-repeat top left;
height: 54px;
width: 70px;
}

#logo_unep {
background: url(img/unep_logo.gif) no-repeat top left;
width: 50px;
height: 59px;
}

#logo_vic {
background: url(img/vic_logo.gif) no-repeat top left;
width: 140px;
height: 70px;
}

#logo_fya {
background: url(img/fya_logo.gif) no-repeat top left;
width: 140px;
height: 47px;
}

#logo_maw {
background: url(img/maw_logo.gif) no-repeat top left;
width: 105px;
height: 23px;
}

#logo_rfc {
background: url(img/rfc_logo.gif) no-repeat top left;
width: 160px;
height: 23px;
}

#logo_edaw {
background: url(img/edaw_logo.gif) no-repeat top left;
width: 130px;
height: 44px;
}

#logo_decc {
background: url(img/decc_logo.gif) no-repeat top center;
padding: 0 0 10px 12px;
width: 140px;
height: 43px;
}

#logo_gaf {
background: url(img/gaf_logo.gif) no-repeat top center;
padding: 0 0 10px 0px;
width: 70px;
height: 57px;
}

#logo_ipf {
background: url(img/ipf_logo.gif) no-repeat top center;
padding: 0 0 10px 12px;
width: 59px;
height: 59px;
}

#youth h2 a{
		display: block;
		width: 558px;
		height: 194px;		
		margin: 0;
		padding: 0;
		border: 0;
		overflow: hidden;
		background: url(img/youth.gif) left top no-repeat;
}