/*  
	Theme Name: Design Green Now 2008
	Theme URI: http://ecosystemsbrand.com/
	Description: Wordpress theme for EcoSystem's DGN 2008 Conference Site
	Version: 1.0
	Author: EcoSystems / Francis Villanueva
	Author URI:  http://ecosystemsbrand.com/
	
		The CSS, XHTML and design is released under GPL:
		http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
	color: #333;
	text-align: center;
	margin:0;
	padding:0;
}

#container { 
	width: 970px;
	margin: 0 auto 40px auto;
	text-align: left;
	background-color: white;
}

#header {
	height: 216px;
	padding: 0 0 0 31px;
}

#contentContainer {
	position: relative;
	margin:0;
	padding:0;
	width: 966px;
	min-height:500px;
	height:auto !important;
  	height:500px;
	background:#fff url('images/content_bg.gif') repeat-y;	
}

#content { 
	clear:both;
	float: left; 
	width: 690px;
	padding: 0 0 0 30px;
	margin-top:-20px;
}

#content.narrow {
	width:485px;
}

.narrow {
	width:485px;
}

#col1 {
	float:left;
}

#col2 {
	width:169px;
	float:left;
	margin-top: 10px;
	margin-left: 36px;
/* 	border-bottom: 1px solid #d3d3d3; */
}

/* SIDEBAR */

#sidebar { 
	width: 196px;
	padding: 0 30px 0 15px;
	float: right; 
	background:url('images/btn_register_bg-new.gif') top left no-repeat;
/* 	border-left: 1px solid #d3d3d3; */
}

#headerimg {
	float:left;
	width:171px;
	height:172px;
}

#footer {
	display:block;
	margin:0;
	padding:20px 0 0 0;
	width: 966px;
	/*border-left: 2px solid red;*/
	/*border-right: 2px solid red;*/
	background-color:#fff;
}

#footerTop {
	height:2px;
	border-top: 1px solid #CCC;
}

#footerCap {
	margin:0;
	padding:0;
	display:block;
	width:970px;
	height:18px;
	/*background: url('images/footer_cap.gif') no-repeat;*/
}

/* HEADER */
h1 {
	//text-indent:-3000px;
	background: url('images/title-new.gif') no-repeat;
	width:171px;
	height:172px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#header2 {
	/*float: left;*/
	/*margin-top: 85px;*/
	background-color: white;
	text-align: right;
	width: 970px;
	margin: 0 auto;
	padding-top: 10px;
}

.description {
	padding: 10px 0px 10px 10px;
	font-size:1.1em;
	font-weight:bold;
	color:#666;
}

/* NAVIGATION */

#nav {
	margin: 7px 0 0 0;
	padding: 0;
/*	border-top:2px solid red;
	border-bottom:2px solid red;*/
	height:30px;
}

#nav li {
	display:inline;
	text-align:center;
	padding: 8px 20px;
	text-transform:uppercase;
	font-size: 1.1em;
	font-weight:bold;
	border-right: 2px solid red;
}

/* SIDEBAR STUFF */
#sidebar p {
	font-size: 1.1em;
}

#sidebar_news {
	border-bottom: 1px solid #CCC;
}

#sidebar ul, #sidebar ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidebar_subscribe {
	padding-top:6px;
	border-top: 1px solid #CCC;
}

#sidebar_news {
	border-bottom: 1px solid #CCC;
}

#footer p {
	margin:0;
	padding:8px 10px 0 30px;
}

#footer .copyright {
	font-size:.9em;
	font-weight:bold;
	text-transform:uppercase;
}

#footer .motto {
	font-size:.8em;
	padding:0 10px;
}


/* GLOBAL */
h2 {
	font-size:2.2em;
	font-weight: bold;
	margin:20px 0 30px 0;
	padding-bottom: 10px;
	color:#333;
	text-transform: uppercase;
	border-bottom: 1px solid #FF0000;
}

h2.event {
	font-size:1.6em;
	font-weight: bold;
	margin:10px 0;
	padding: 0;
	color:#FF0000;
	text-transform: uppercase;
	border:none;
}

.post h2 {
	margin:0;
	padding: 0;
	font-size:1.4em;
	text-transform: none;
	border:none;
}

.post h2 a {
	color:#333;
}

h2.sponsorTitle, h2.sponsorTitle a {
	margin:0;
	padding:0;
	color:#333;
}

h3 {
	font-size:1.3em;
}

p {
	color: #747474;
	font-size: 1.2em;
	line-height: 1.4em;
	margin:10px 0;
	padding:0;
}

a, a:visited, a:hover {
	color: red;
	text-decoration: none;
}

a img {
	border:none;
}

.clear {
	clear:both;
}

.entry {
	margin:10px 0;	
}

.important {
	color:#FF0000;
}

/* FORMS */

form {
	padding:10px;
}

fieldset {
	border:none;
	font-size:1.2em;
}

legend {
	display:none;
}

label {
	clear:both;
	float:left;
	width:10em;
	height: 1.2em;
	font-size: 1em;
	text-align: right;
	margin-top: 17px;
	padding-right: 10px;
}

input {
	font-size:1.0em;
	height: 1.2em;
	margin:0;
	padding: 2px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #f9f9f9;
}

select {
	font-size:1.0em;
	height: 20px;
	margin:0;
	padding: 2px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

select.event {
	width:330px;
}

.submit {
	font-size: 1.4em;
	margin:4px 0px 4px 140px;
	padding:2px 10px;
	height:2.2em;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #e9e9e9;
}

.checkbox {
	margin-top:4px;
	margin-left:130px;
	border:none;
}

/* FORM REGISTER */
#registerForm {
	padding:0;
	margin: 0;
}


.register {
	margin:12px 0 0 0;
	padding:0;
	color: white !important;
}

.register .reg {
	color:#FFFFFF !important;
	padding: 0 0 0 15px;
}

.last_one {
	border-right: none !important;
}

.register a {
	color: white;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:.3em;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 0 0 4px;
	padding:0;
}

.reg {
	color:#333;
}

/* FORM SUBSCRIBE */

#form_subscribe {
	padding:4px 0 0 0;
	margin:0;
}

#form_subscribe label {
	clear:both;
	float:left;
	width:3em;
	height: 1.2em;
	font-size: 1em;
	text-align: right;
	margin-top: 17px;
	padding-right: 10px;
}

#form_subscribe .submit_subscribe {
	font-size: 1.2em;
	margin:4px 0px 4px 40px;
	padding:2px 10px;
	height:2.2em;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #e9e9e9;
}

#confirm {

	width: 500px;
	padding: 6px;
}

#errors {
	margin: 10px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	width: 400px;
	padding: 6px;
	font-size:1.1em;
	background-color: #fdffcd
}

#errors h3 {
	color: #d80019;
	font-size:1.3em;
}

/* END FORM STYLES */

.post {
	margin-bottom: 20px;
	position: relative;
}

.home_post {
	border-bottom:1px solid #D3D3D3;
}

.panelist_post {
	text-align: justify;
	margin: 10px 0 40px 0;	
}

.panelist_post .entry, .sponsor_post .entry, .video_post .entry, .tools_post .entry, .contest_post .entry  {
	width:500px;
	float:left;
}
.sponsor_post .entry, .person .entry, .video_post .entry, .tools_post .entry, .contest_post .entry {
	text-align: justify;
	padding-bottom: 10px;
	border-bottom:1px solid #D3D3D3;
	min-height:150px;
	height:auto !important;
  	height:150px;

}

.panelist_post p {
	margin:10px 0 0 0;
}

.panelist_post img {
	float:left;
	border:1px solid #D4D4D4;
	margin:10px 0 0 20px;
	width:150px;
}

.panelist_post .person {
	margin:10px 0;
}

.sponsor_post img {
	float:left;
	margin:20px 0 10px 20px;
}

.post_list {
	margin:10px 0;
}

.post_list h4, .post_list h5, .post_list p {
	font-size:1.0em;
	line-height: 1.2em;
	margin:4px 0;
	padding:0;
}

.post_list p {
	color: #747474;
}

.li_panelist a {
	color:#333;
}


h3.event_date {
	margin:4px 0;
	padding:0;
}

h4.location {
	margin:4px 0;
	padding:0;
	color: #747474;
	font-size:1.1em;
}

#nav a {
	color:#333;
}

#nav a.selected {
	color:#FF0000;
}


.sponsors_list h4 {
	color:red;
}

.disabled {
	color:#c1c1c1;
}

#sponsors_home {
	margin:20px 0 60px 0;
	padding-top:10px;
	border-top:1px solid #CCC;
}

#sponsors_home h4 {
	color:#747474;
}

#sponsors_home ul li {
	list-style-type: none;
	margin: 20px 0 0 0;
}


.li_sponsor img {
	width: 60%;
}

/* SCHEDULE */

table.schedule { 
	border-collapse:collapse;
}

td.time {
	width:120px;
}

td.block {
	margin:0;
	padding:0;
	border-bottom: 1px solid #CCC;
}