/* ----------------------------------------------
 HTML ELEMENTS
------------------------------------------------- */ 



/* ~~ Event Listing page ~~ */

ul.event_list {
	list-style: none;
	padding: 0 15px 15px 15px !important;
}

.event_list > li {
	margin: 15px 0px;
	padding-left:42px;
	list-style-image: none !important;
	position:relative;
}

.event_list .title, .nav .title {
	/*display:block;*/
	margin: 15px 0px 0px 0px;
	font-weight:bold;
	font-size:1.2em;
}

.event_list .subtitle, .nav .subtitle {
	display:block;
	font-size:0.9em;
}

.event_list .date, .nav .date {
	font-style: italic;
}

.event_links a, .event_links a:visited {
	color: blue;
}

.event_icon {
	height:37px;
	width:37px;
	float:left;
	margin-right:5px;
	margin: 0px 10px 0px 0px;

}

.event_icon > img {
	border: none;
	height:37px;
	width:37px;
}

.event_list .month_name {
	border: none;
	padding: 0;
	height: 30px;
}

.event_list .month_name h2 {
	margin:0;
	padding: 4px 0 0 5px;
	list-style: none !important;
}

/*
.Wind .event_icon { background-position: 0px 0px; }
.Biogas .event_icon { background-position: -37px 0px; }
.Biofuels .event_icon { background-position: -74px 0px; }
.HydroPower .event_icon { background-position: -111px 0px; }
.Renewable .event_icon { background-position: -148px 0px; }
.Circles .event_icon { background-position: 0px -37px; }
.Finance .event_icon { background-position: -37px -37px; }
.Fossil .event_icon { background-position: -74px -37px; }
.Training .event_icon { background-position: -111px -37px; }
.Solar .event_icon { background-position: -148px -37px; }
*/

.event_icon_key {
	position: relative;
	padding-left:15px;
	margin-top:25px;
}

.type_icon {
 width:37px;
 height:37px;
 background:url(/images/type_icons_sprite.png) no-repeat;
 margin-right:5px;
 float:left;
 position:absolute;
 left:0px;
}

.event_icon_key > div {
	height:40px;
	display: inline-block;
}

.event_icon_key .type_icon {
	position: absolute;
	top: -8px;
}

.event_icon_key h2 {
	position:relative;
	margin:0;
	height:40px;
	padding-left:45px;
	font-size:.9em;
}

.Conference .type_icon {
	background-position: 0px 0px;
}

.Training .type_icon {
	background-position: -40px 0px;
}

.Awards .type_icon {
	background-position: -80px 0px;
}

.Reports .type_icon {
	background-position: -120px 0px;
}

.Webinars .type_icon {
	background-position: -160px 0px;
}

.contact {
	background: #cae7cc;
	border: 1px solid #b5d0b6;
	padding: 15px;
	max-width:300px;
}

.contact h2 {
	color: #568a59;
	margin: 0 0 15px 0;
}

.contact p {
	font-size: .9em;
	margin: 0 0 15px 0;
}



.FreeSection {
	clear: both;
	border-top: 1px solid #CCC;
	margin-top: 1em;
}

.BoxSection {
	clear: both;
}


/* Form related styles */
.Question {
	float:left;
	margin:5px;
}
.Option {
	margin:5px;
}
.Questions {
	clear:both;
}


span.Asterisk {
	color: #E00;
	margin: 0 0.33em;
}

input, select, textarea {
	border: #666 solid 1px;
}





/* ~~ Top navigation (black bar) ~~ */
#top_nav {
	height: 44px;
	line-height: 170%;
	background: url(../images/topbg.png) repeat-x;
	color: #FFF;
}

#top_nav > img {
	margin: 6px 0 0 15px;
}

#top_nav > ul {
	float: right;
	list-style: none;
	margin:8px 20px 0 0;
}

#top_nav > ul > li {
	float: left;
	margin:0px 5px 0px 0px;
	vertical-align: middle;
}

#top_nav a, #top_nav a:visited {
	text-decoration: none;
	color: #FFF;
	padding:3px 5px 5px 5px;
	display: block;

}

#top_nav a:hover {
	text-decoration: underline;
}

#top_nav .mobile_icon {
	vertical-align: middle;
}



/* Top Elements */
* {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0;
	margin-left: 0;
	padding: 0; outline: 0
}

body {
	color: #666;
	text-align: center;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 170%;
/*	background-color: #CCC; */
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	
}

/* links */
a, a:visited {
	color: #030;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #FC0;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold;
	padding: 10px;
	color: #9C0;
	line-height: 120% !important;
}
h1 {
	font-size: 1em;		
}
h2 {
	font-size: 1em;
	color: #9C3;
}
h3 {
	font-size: 1em;
	font-weight: normal;
	padding: 16px 10px 4px 10px;
	color: #666;
}

/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 10px;
	padding: 0 10px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
	font-weight: bold;
	color: #069;
}
dd {
 padding-left: 25px; 
}

img {
/*	background: #FAFAFA;
 border: 1px solid #E4E4E4;
	padding: 8px; */
}
img.float-right {
 	margin: 5px 0px 10px 10px; 
}
img.float-left {
 	margin: 5px 10px 10px 0px;
}

/* images */
img.nopad {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

code {
 	margin: 5px 0;
 	padding: 15px;
 	text-align: left;
 	display: block;
 	overflow: auto; 
 	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
 	/* white-space: pre; */
 	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
 cursor: help;
 border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
	padding: 5px 7px 5px 40px;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.6em;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #9C0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* start - table */
table {
	border-collapse: collapse;
/*	border: 1px solid #CCC; */
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 5px;
	line-height: 1.6em;
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	background-color: #ADD163;
/*	border: 1px solid #C4DE8F; */
}
tr {

}
td {
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #CCC;
}	
/* end - table */

/* form elements */
form {
	border: 1px solid #EEE8E1;
	background: #FAF7F5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form p {
	border-bottom: 1px solid #ECE5DD;
	margin: 0;
	color: #9D6D37;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
label {
	font-weight: bold;
	color: #030;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #666;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
}
option { padding-right: 0.5em; } 

#name, #email, #message, #website{
	width: 455px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	
	border-width: 1px;
 	border-style: solid;
 	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/*-------------------------------------------
 LAYOUT
--------------------------------------------*/ 

#wrap {
	position: relative;
	width: 955px;
	margin: 0px auto 30px auto;
	text-align: left;
	background-image: url(../images/wrap2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#content {
	clear: both;
	float: left;
	width: 955px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
}

#dropshadow {
	background: url(../images/bg_transparent.png) no-repeat center top;
}

#header {
	position: relative;
	width: 955px;
	height: 175px;
	color: #fff;
	padding: 0;
	margin: 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	letter-spacing: -5px;
	text-decoration: none;
	color: #333;
	/* change the values of top and left to adjust the position of the logo*/
	top: 75px;
	left: 55px;
	visibility: hidden;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 66px;
	font-weight: bold;
}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #333;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 148px;
	left: 150px;
	visibility: hidden;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/* top-menu */
 #top-menu {
	position: absolute;
	margin: 0;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	top: 0px;
	right: 71px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	visibility: visible;
 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }
 #top-menu a {
 	font-weight: bold;
	color: #fff;
 }

/* Navigation */
#nav {
	clear: both;
	padding: 0;
	margin: 0;
	width: 955px;
	height: 50px;
	background-color: #988060;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFF;
	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #69C;
}
#nav ul li#current {
	background: transparent url(left-tab.gif) no-repeat;	
}
#nav ul li#current a {
	color: #333;
	background: transparent url(right-tab.gif) no-repeat right top;
}

/* Main Column */
#main {
	float: left;
	width: 535px;
	padding: 0;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
}
#main h2 {
	color: #9C0;
	padding: 10px 0 5px 5px;
	margin-left: 5px;
/*	border-bottom: 1px solid #E4F2C8; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
}
#main h2 a {
	color: #333;
	text-decoration: none;
}

#main ul li {
	list-style-image: url(../images/bullet.gif);
}
/* Main Column */
#main2 {
	float: left;
	width: 855px;
	padding: 0;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
}
#main2 h2 {
	color: #9C0;
	padding: 10px 0 5px 5px;
	margin-left: 5px;
/*	border-bottom: 1px solid #E4F2C8; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
}
#main2 h2 a {
	color: #333;
	text-decoration: none;
}

#main2 ul li {
	list-style-image: url(../images/bullet.gif);
}
#sidebar {
	float: right;
	width: 255px;
	display: inline;
	margin-top: 0;
	margin-right: 45px;
	margin-bottom: 0;
	margin-left: 0;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #E4F2C8;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
#sidebar h3 {
	color: #999;
	text-transform: none;
/*	border-bottom: 1px solid #E4F2C8; */
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 7px;
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 		
	border-bottom: 1px solid #E8E8E8;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;
	color: #069;
	background: none;
	font-weight: normal;
}
#sidebar .sidemenu li a span {
	color: #7F7F7F;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#qsearch {
	padding: 0;
	margin: 20px 0 30px 10px;
	border: none;
	width: 270px;
	height: 33px;
	background-color: #F2F0F0;
	background-image: url(../images/qsearch.gif);
	background-repeat: no-repeat;
}
#sidebar form#qsearch p {
	margin: 0; padding: 0;		
}
#sidebar form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #B8B8B8;	
	margin: 0;
}
#sidebar form#qsearch .tbox {
	margin: 5px 0 0 5px; 
	width: 220px;	
	display: inline;	
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
}
#search form#qsearch .btn{
	width: 24px; height: 24px;				
}
#sidebar form#qsearch label {
	display: none;
}

/* footer */
#footer {
	clear: both;
	width: 955px;
	margin: 0;
	padding: 30px 0 25px 0;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #777;
	text-align: center;
	letter-spacing: .2px;
	background-color: #CCC;
	background-image: url(../images/footer-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer p {
	padding:10px 0;
}
#footer a:hover { 
	color: #555; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

/* postmeta */
.post-footer-quote {
	color: #069;
	font-size: x-large;
	font-weight: bolder;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.blockquote {
	color: #999;
	font-weight: bold;
}

.post-footer {
	padding: 8px 10px;
	margin: 15px 10px 10px 10px;
	color: #069;
	border: 1px solid #EEE8E1;
	background: #FAF7F5;
}
.post-footer .date{
	margin: 0 10px 0 5px;
	padding: 7px;
	padding-left: 30px;
	background-color: #FAF7F5;
	background-image: url(../images/clock.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.post-footer a.comments {
	margin: 0 10px 0 5px;
	padding: 7px 5px;
	padding-left: 30px;
	color: #069;
	background-color: #FAF7F5;
	background-image: url(../images/comments.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;
	padding: 7px 5px;
	padding-left: 30px;
	color: #069;
	background-color: #FAF7F5;
	background-image: url(../images/doc.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.post-footer a.edit {
	margin: 0 10px 0 5px;
	padding: 7px 5px;
	padding-left: 30px;
	color: #069;
	background-color: #FAF7F5;
	background-image: url(../images/edit-doc.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.post-info {
	font-size: 0.95em;
	padding: 0 10px;
	margin-left: 2px;
	color: #069;
}
.post-info a, .post-info a:visited { color: #333; }

}

.tablehighlight {
	font-size: 1.3em;
	padding: 0 10px;
	margin-left: 2px;
	color: #900;
}
/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #EEE8E1;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #EEE8E1; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #FAF7F5; 
}
	
/* alignment classes */
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/*Speakers*/

#main div.Speakers {
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0.9em;
}
#main div.Speaker {
	color: #666;
	float: left;
	background-image: url(../images/spkbg.jpg);
	width: 18em;
	margin: 0;
	padding-top: 0.3em;
}
#main div.Speaker p {
	font-size: 0.9em;
	line-height: 1.0em;
}
#main div.Speaker em {
	color: #666;
	font-style: normal;
	background-image: url(../images/spkbg.jpg);
}
#main div.Speaker img {
	float: left;
	margin-right: 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#main div.Speakers {
	margin: 1px;
}

.Clear {
	clear: both;
}
.tablepartners {
	padding: 3px;
	table {
	border-collapse: collapse;
	margin: 5px 5px;
}




/* Dan adding stuff */


/* ~~ Event Listing page ~~ */

ul.event_list {
	list-style: none;
	padding: 0 15px 15px 15px !important;
}

.event_list > li {
	margin: 15px 0px;
	padding-left:42px;
	position:relative;
}

.event_list .title, .nav .title {
	display:block;
	font-weight:bold;
	font-size:1.2em;
}

.event_list .subtitle, .nav .subtitle {
	display:block;
	font-size:0.9em;
}

.event_list .date, .nav .date {
	font-style: italic;
}

.event_links a, .event_links a:visited {
	color: blue;
}

.event_icon {
	height:37px;
	width:37px;
	float:left;
	margin-right:5px;

}

.event_icon > img {
	height:37px;
	width:37px;
}

.event_list .month_name {
	border: none;
	padding: 0;
	height: 30px;
}

.event_list .month_name h2 {
	margin:0;
	padding: 4px 0 0 5px;
}

/*
.Wind .event_icon { background-position: 0px 0px; }
.Biogas .event_icon { background-position: -37px 0px; }
.Biofuels .event_icon { background-position: -74px 0px; }
.HydroPower .event_icon { background-position: -111px 0px; }
.Renewable .event_icon { background-position: -148px 0px; }
.Circles .event_icon { background-position: 0px -37px; }
.Finance .event_icon { background-position: -37px -37px; }
.Fossil .event_icon { background-position: -74px -37px; }
.Training .event_icon { background-position: -111px -37px; }
.Solar .event_icon { background-position: -148px -37px; }
*/

.event_icon_key {
	position: relative;
	padding-left:15px;
	margin-top:25px;
}

.type_icon {
 width:37px;
 height:37px;
 background:url(./images/type_icons_sprite.png) no-repeat;
 margin-right:5px;
 float:left;
 position:absolute;
 left:0px;
}

.event_icon_key > div {
	height:40px;
	display: inline-block;
}

.event_icon_key .type_icon {
	position: absolute;
	top: -8px;
}

.event_icon_key h2 {
	position:relative;
	margin:0;
	height:40px;
	padding-left:45px;
	font-size:.9em;
}

.Conference .type_icon {
	background-position: 0px 0px;
}

.Training .type_icon {
	background-position: -40px 0px;
}

.Awards .type_icon {
	background-position: -80px 0px;
}

.Reports .type_icon {
	background-position: -120px 0px;
}

.Webinars .type_icon {
	background-position: -160px 0px;
}

.contact {
	background: #cae7cc;
	border: 1px solid #b5d0b6;
	padding: 15px;
	max-width:300px;
}

.contact h2 {
	color: #568a59;
	margin: 0 0 15px 0;
}

.contact p {
	font-size: .9em;
	margin: 0 0 15px 0;
}

