/*  
Theme Name: Communicator's Conference Custom
Theme URI: http://pdxcommconf.org/
Description: Custom WordPress theme for the 2009 Communicator's Conference, designed by eROI.
Version: 1.0
Author: eROI
Author URI: http://www.eroi.com/
*/


/************************************************************************

	Site:		pdxcommconf.org

	Author:		eROI		[www.eroi.com]  

	Client:		Communicator's Conference		[http://www.pdxcommconf.org/]

	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - Main Content
	4 - Sub Navigation
	5 - Left Navigation
	6 - Footer Navigation
	

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

body {
	background: #dedddd;
	font: 62.5%/1.6em Verdana, Helvetica, Arial, sans-serif;
	color: #1a0202;
	line-height: 16px;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
}

html, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td { 
	margin: 0; 
	padding: 0; 
}

a {
	text-decoration: none;
	color: #57922a;
	outline: none;
}

a:hover {
	text-decoration	: underline;
}

a img
{ border: none; }

p {
	margin-bottom: 1.4em;
}

span.disappear {
	margin-left: -9999px;
}

.clearer, br.clearer {
	clear: both;
	line-height: 0;
}

/***********************************************************************
	2 - STRUCTURE/LAYOUT STYLES
************************************************************************/

div#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#wrapper {
	clear: both;
	background: url(/wp-content/themes/pdxcommconf/images/bg_page.gif) repeat-y top left;
	height: 100%;
	border-top: 1px solid #dedddd;
	position: relative;
}

div#contentwrap {
	width: 671px;
	float: right;
}
* html div#contentwrap {
	float: none;
	margin-left: 260px;
}

div#sidebar {
	width: 239px;
	float: left;
}


/***********************************************************************
	3 - HEADER STYLES
************************************************************************/

div#header {
	position: relative;
	background: url(/wp-content/themes/pdxcommconf/images/2010commconf-banner.png) no-repeat top left;
	width: 960px;
	height: 227px;
}
div#header h1 {
	/*background: url(/wp-content/themes/pdxcommconf/images/2010commconf-banner.gif) no-repeat top left;*/
	width: 960px;
	height: 144px;
}

div#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

div#donate {
	position: absolute;
	left: 23px;
	top: 115px;
	width: 192px;
	height:	39px;
	background: url(/wp-content/themes/pdxcommconf/images/sponsor-donate_button.png) no-repeat;
}
div#donate a {
	display: block;
	width: 100%;
	height: 100%;
}
div#donate a span {
	display: none;
}

div#utilities {
	width: 960px;
	text-align: right;
	height: 27px;
	
}

div#utilities ul {
	list-style-type: none;
	padding: 0 12px 0 0;
}

div#utilities ul li {
	display: inline;
	color: #FFFFFF;
	line-height: 27px;
	font-size: 10px;
}
* html div#utilities ul li {
	line-height: 15px;
}

div#utilities ul li a {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}

div#nav {
	padding: 0;
	margin: 0;
	width: 960px;
	height: 59px;
	background-color: #88c659;
	border-bottom: 1px solid #dedddd;
}

div#nav ul {
	display: block;
	list-style-type: none;
}

div#nav ul li {
	float: left;
	height: 53px;
}

div#nav ul li a {
	display: block;
	height: 100%;
	width: 100%;
}

li#nav_speakers { width: 137px; background: url(/wp-content/themes/pdxcommconf/images/nav_speakers_over.gif) no-repeat top left; }
li#nav_schedule { width: 144px; background: url(/wp-content/themes/pdxcommconf/images/nav_schedule_over.gif) no-repeat top left; }
li#nav_sponsors { width: 143px; background: url(/wp-content/themes/pdxcommconf/images/nav_sponsors_over.gif) no-repeat top left; }
li#nav_partners { width: 139px; background: url(/wp-content/themes/pdxcommconf/images/nav_partners_over.gif) no-repeat top left; }
li#nav_audience { width: 134px; background: url(/wp-content/themes/pdxcommconf/images/nav_audience_over.gif) no-repeat top left; }
li#nav_location { width: 139px; background: url(/wp-content/themes/pdxcommconf/images/nav_location_over.gif) no-repeat top left; }
li#nav_advisors { width: 124px; background: url(/wp-content/themes/pdxcommconf/images/nav_advisors_over.gif) no-repeat top left; }
li#nav_feeds { width: 124px; background: url(/wp-content/themes/pdxcommconf/images/nav_feeds_over.gif) no-repeat top left; }

li#nav_speakers a { width: 137px; background: url(/wp-content/themes/pdxcommconf/images/nav_speakers.gif) no-repeat top left; }
li#nav_schedule a { width: 144px; background: url(/wp-content/themes/pdxcommconf/images/nav_schedule.gif) no-repeat top left; }
li#nav_sponsors a { width: 172px; background: url(/wp-content/themes/pdxcommconf/images/nav_sponsors.gif) no-repeat top left; }
li#nav_partners a { width: 139px; background: url(/wp-content/themes/pdxcommconf/images/nav_partners.gif) no-repeat top left; }
li#nav_audience a { width: 134px; background: url(/wp-content/themes/pdxcommconf/images/nav_audience.gif) no-repeat top left; }
li#nav_location a { width: 139px; background: url(/wp-content/themes/pdxcommconf/images/nav_location.gif) no-repeat top left; }
li#nav_advisors a { width: 124px; background: url(/wp-content/themes/pdxcommconf/images/nav_advisors.gif) no-repeat top left; }
li#nav_feeds a { width: 124px; background: url(/wp-content/themes/pdxcommconf/images/nav_feeds.gif) no-repeat top left; }

div#nav ul li a:hover {
	background: none;
}

/***********************************************************************
	4 - SIDEBAR STYLES
************************************************************************/

div#sidebarregister h2 {
	background: url(/wp-content/themes/pdxcommconf/images/btn_register.gif) no-repeat top left;
	height: 44px;
	width: 205px;
	margin: 0 auto;
	padding: 0;
}

div#sidebarregister h2 a {
	display: block;
	width: 100%;
	height: 100%;
}


div.box {
	width: 100%;
	border-bottom: 1px solid #dedddd;
	margin: 0 auto;
	background: #57922a;
	padding: 10px 0;
}

input#s {
	display: block;
	background: url(/wp-content/themes/pdxcommconf/images/bg_input.gif) repeat-x top left;
	width: 80px;
	height: 18px;
	line-height: 18px;
	border: none;
	display: block;
	float: right;
	margin: 10px 0 0 0;
	padding: 2px 3px 3px 3px;
	color: #555;
}

input#searchsubmit {
	margin: 7px 0 0 0;
}

div#sidebarsearch div {
	width: 205px;
	margin: 0 auto;
}

/***** NEWSLETTER *********/

div#sidebarsignup form {
	padding: 0 0 0 10px;
}

div#sidebarsignup form ul {
	list-style-type: none;
	
}

div#sidebarsignup label {
	display: block;
	width: 70px;
	float: left;
	text-align: right;
	padding: 0 5px 0 0;
}

div#sidebarsignup input.textbox {
	background: #fff url(/wp-content/themes/pdxcommconf/images/bg_input.gif) repeat-x top left;
	border: 0;
	padding: 2px 3px;
	width: 85px;
	color: #555;
	margin: 0 0 3px 0;
}

div#emailsignup {
	float: right;
	padding: 0 10px 0 5px;
}

div#sidebarsignup div#signup {
	margin-right: 13px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
}
* html div#sidebarsignup div#signup {
	margin-right: 10px;
}

input#subscribe {
	float: left;
	margin-left: 7px;
}

/***** SPONSORS ***********/

h3#h_sponsors {
	background: url(/wp-content/themes/pdxcommconf/images/h_sponsors.gif) no-repeat top left;
	width: 194px;
	height: 40px;
	padding: 0 0 4px 0;
}
* html h3#h_sponsors { padding-bottom: 6px; }

h3#h_sponsors a {
	display: block;
	width: 100%;
	height: 100%;
}

h3#h_partners {
	background: url(/wp-content/themes/pdxcommconf/images/h_partners.gif) no-repeat top left;
	width: 194px;
	height: 24px;
	padding: 0 0 4px 0;
}

div#sponsors, div#partners {
	width: 239px;
	background: #88c659;
	padding-bottom: 10px;
}

div#sponsors {
	
	border-bottom: 1px solid #dcdddf;
}

div#sponsorswrap, div#partnerswrap {
	width: 200px;
	margin: 0 auto;
	padding: 10px 0;
}

div#sponsorscontent, div#partnerscontent {
	background: #fff;
	width: 178px;
	padding: 0 8px;
}

div#sponsorstopcap, div#partnerstopcap {
	width: 194px;
	height: 13px;
	background: url(/wp-content/themes/pdxcommconf/images/sidebar_topcap.gif) no-repeat top left;
}

div#sponsorsbotcap, div#partnersbotcap {
	width: 194px;
	height: 13px;
	background: url(/wp-content/themes/pdxcommconf/images/sidebar_botcap.gif) no-repeat top left;
}



/***********************************************************************
	5 - CONTENT STYLES
************************************************************************/

div#contenttopcap {
	width: 671px;
	height: 11px;
	background: url(/wp-content/themes/pdxcommconf/images/content_topcap.gif) no-repeat top left;
}

div#contentbotcap {
	width: 671px;
	height: 11px;
	background: url(/wp-content/themes/pdxcommconf/images/content_botcap.gif) no-repeat top left;
}

div#content {
	background: #fff;
	width: 601px;
	padding: 10px 35px;
	font-size: 1.1em;
	color: #333;
}

div#contentwrap {
	margin: 15px 25px 0 0;
	padding: 0 0 20px 0;
}

h2.pagetitle, h2.pagetitle a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #57922a;
	padding: 5px 0 5px 0;
	width: 95%;
	border-bottom: 1px solid #154f79;
	text-decoration: none;
	margin: 0 0 10px 0;
}

h2.pagetitle a {
	border-bottom: none;
}

div#content p {
	margin: 0;
	padding-bottom: 1.4em;
}

table#speakerintros {
	padding: 10px 0;
}

table#speakerintros td {
	padding: 10px 5px;
	line-height: 1.3em;
}

table#speakerintros h2, div#content div.entry h2 {
	color: #57922a;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}

table#speakerintros h3, div#content h3 {
	color: #555;
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

div#content ul, div#content ol {
	padding-left: 30px;
}

div#content ul li, div#content ol li {
	padding-bottom: 6px;
}

div#content img.alignright {
	float: right;
	padding: 3px;
	margin: 0 0 0 7px;
	/*background: #dcdddf;
	border: 1px solid #007a95;*/
}
div#content .keynote, div#content .reg { text-align: center; font-weight: bold; background-color: #88c659; vertical-align: middle; }
div#content .reg { background-color: #999; }
div#content td, div#content th { border-bottom: 0px solid #bbb; padding: 10px 5px; vertical-align: top; }
div#content .t1 { background-color: #ccc; width: 22%; }
div#content .t2 { background-color: #ffffcc; width: 22%; }
div#content .t3 { background-color: #fff; width: 22%; }
div#content .t4 { background-color: #fff999; width: 22%; }

div#content img.alignleft {
	float: left;
	padding: 3px;
	margin: 0 7px 0 0;
	background: #dcdddf;
	border: 1px solid #007a95;
}

div#content p {
	line-height: 1.5em;
}

div.ddsg-wrapper h2, div.ddsg-wrapper p {
	display: none;
}

div.entry span.image {
	padding: 0 15px;
}

div#accordion div.donate {
	float: right;
	width: 192px;
	height: 39px;
	margin-top: 70px;
	background: url(/wp-content/themes/pdxcommconf/images/sponsor-donate_button1.gif) no-repeat;
}
div#accordion div.donate a {
	display: block;
	width: 100%;
	height: 100%;
}
div#accordion div.donate a span {
	display: none;
}

div#accordion h4 {
	font-size: 14px;
	color: #93a445;
}
div#accordion h4.foot {
	padding-bottom: 20px;
}

div#accordion ul {
	padding-left: 0;
	list-style: disc inside;
}
div#accordion li {
	margin-bottom: 0;
}
div#accordion .toggler {
	color: #B6B6B6;
	margin: 0;
	padding: 3px 18px;
	background: #3E3E3E url(/uploads/images/plus-sign.gif) no-repeat 5px center;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	cursor: pointer;
	width: 450px;
}
div#accordion .element {
	margin-top: 7px;
	padding-left: 18px;
}
div#accordion .element .head {
	margin: 10px 0;
	font-weight: bold;
}