/*
Theme Name: e4 2010
Description: Theme for the 2010 e4 sustainability summit.
Version: 0.1
Author: Brian Hewitt
Author URI: http://design.brianhewitt.net

	e4 2010

	This theme was built by Brian Hewitt


*/



/* Begin Typography & Colors */
/* CSS Document */

body {
	margin-top: 0px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	}
	
h2 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	}
	
h3 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	}
	
p {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
li {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}

a, a:link {
	color:#0000FF;
	text-decoration:none;
	}
a:visited {
	color:#770077;
	}
	
a:hover {
	text-decoration:underline;
	}
	
.divScrollContent {
	width:555px;
	height:358px;
	overflow:auto;
	}
#pulloutBox {
	width:250px;
	padding:5px;
	float:right;
	border:none;
	font-size:85%;
	}
	
.quoteAttrib {
	text-indent:4em;
	}

.imageBox {
	float:right;
	width:160px; 
	font-size:10px; 
	padding:5px;
	}
	
li.page_item {
	margin-bottom:12px;
	margin-left:0px;
	padding-left:0px;
	text-indent:0px;
	list-style-type:none;
	list-style:none;
	}

*li.page_item {
	margin-left:-10px;
	}
	
/* -- new styles for revised site in CSS */

#container {
	width:827px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	position:relative;
	}
	
#topBanner {
	top:0px;
	}
	
#bodyArea {
	width:827px;
	z-index:0;
	}
	
#navigation {
	width:270px;
	float:left;
	overflow:hidden;
	border:none;
	padding:none;
	z-index:1;
	background-image:url(images/swoosh2.png);
	background-repeat:no-repeat;
	padding-left:10px;
	}
	
#navigation a {
	font-family:Impact, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:30px;
	text-decoration:none;
	}
	
#navigation a:hover {
	color:#B5D319;
	}

#contentArea {
	width:527px;
	float:right;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	z-index:2;
	}
	
#bottomBanner {
	width:527px;
	z-index:2;
	padding-top:10px;
	}
	
#sponsorArea {
	width:827px;
	bottom:0px;
	clear:both;
	text-align:center;
	background-color:#FFFFFF;
	padding-top:5px;
	}
	
	/* 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 */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 2px solid #fff;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

