/*
Theme Name: ERE Expo 2010 Spring
Theme URI: http://www.ere.net
Author: Jim Dalton
Author URI: http://www.ere.net
Template: ere-events-framework
*/

a {
	color: #03c;
}

a:link {
	color: #03c;
}

a:visited  {
	color: #636;
}

a:active {
	color: #999;
}

a:hover {
	color: #f70;
}

iframe {
    border: 1px solid #999;
}

/* template */

#body-container {
    position: relative;
    z-index: 1;
}

#main {
    width: 920px;
    margin: 2em auto;
    padding: 0 1em;
}

#main #content {
    float: left;
    width: 580px;
}

#main #sidebar {
    float: right;
    width: 300px;
}

/* header ere */

#header-ere-container {
    border-bottom: 2px solid #ccc;
}

#header-ere {
    width: 920px;
}

/* heaader */

#header-container {
    padding: 20px 1em 15px;
    border: 1px solid #999;
    border-width: 0 0 1px;
    margin: 0 0 2em;
    min-height: 100px;
}

#header {
    width: 920px;
    margin: 0 auto;
}

#header-logo {
    float: left;
    height: 100px;
    width: 300px;
}

#header-details {
    padding-top: 15px;
    width: 600px;
    height: 54px;
    float: right;
    text-align: right;
    background: transparent url('images/horizontal-blue-wave.gif') no-repeat top left;
    color: #1a1a1a;
    margin: 0 0 .5em;
}

#header-details h3 {
    margin: 0;
    font-size: 18px;
}

#header-details p {
    margin: 0;
    font-size: 16px;
}

/* header nav */

#header-nav {
    width: 620px;
    float: right;
    text-align: right;
    position: relative;
    right: -10px;
}

#header-nav li.depth-1.has-children:hover a,
#header-nav li.depth-1.has-children a.over {
    background-color: #e5e5e5;
    border-color: #999;
}


#header-nav li.depth-1.has-children:hover li h3 a:hover,
#header-nav li.depth-1.has-children li h3 a.over:hover {
    color: #666;
}

#header-nav ul.depth-2 {
    background-color: #e5e5e5;
    border: 1px solid #999;
}

/* conference pow */

#conference-pow-container {
    margin: 2.5em 0;
    padding: 0 1em;
}

#conference-pow {
    width: 930px;
    margin: 0 auto;
    position: relative;
    left: 5px;
}

#conference-pow ul.accordion {
    margin: 0;
    padding: 0;
    height: 240px;
    overflow: hidden;
    _height: 1%;
}

#conference-pow ul.accordion li.tab {
    list-style-type: none;
    margin: 0 5px 0 0;
    padding: 0;
    width: 80px;
    height: 240px;
    overflow: hidden;
    display: block;
    float: left;
    color: #fff;
    position: relative;
}

#conference-pow ul.accordion li.tab img.slide {
    position: absolute;
    top: 0;
    left: 0;
}

#conference-pow ul.accordion li.tab .content-holder {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: transparent url('images/transparent-background.png') repeat;
    padding: 10px;
    width: 540px;
}

#conference-pow ul.accordion li.tab .content-holder h3.title {
    margin: 0;
    font-size: 24px;
}

#conference-pow ul.accordion li.tab .content-holder .slide-content {
    margin: .5em 0 0;
}

#conference-pow ul.accordion li.tab .content-holder .slide-content p {
    margin: 0;
    font-size: 15px;
    display: inline;
}

#conference-pow ul.accordion li.tab .content-holder .slide-content a {
    color: #ffc;
}

#conference-pow ul.accordion li.expanded {
    width: 580px;
}

#conference-pow ul.accordion li.expanded img.slide {
    left: 0 ! important;
}

#conference-pow ul.accordion li.expanded .content-holder {
    display: block;
}

/* footer */

#footer-container {
    background-color: #1a1a1a;
    color: #fff;
    padding: 1em;
    margin: 2em 0 0;
}

#footer {
    width: 920px;
    margin: 0 auto;
    padding: 0 1em;
}

#footer a {
    color: #fff2cc;
}

#footer a:link {
    color: #fff2cc;
}

#footer a:visited {
    color: #fff2cc;
}

#footer a:active {
    color: #fff2cc;
}

#footer a:hover {
    color: #fff;
    text-decoration: none;
}

#footer-conference {
    overflow: hidden;
    _height: 1%;
}

#footer-extra-links {
    margin: 0;
    padding: 0;
    width: auto;
    float: left;
}

#footer-extra-links li {
    padding: 0 .5em 0 0;
    margin: 0;
    list-style-type: none;
    display: inline;
    font-size: 16px;
}

#footer-conference-info {
    width: auto;
    float: right;
}

#footer-conference-info p {
    margin: 0;
    padding: 0;
    display: inline;
    font-size: 16px;
}

#footer-copyright {
    text-align: center;
    margin: 3em 0 0;
    font-size: 12px;
}

/* page */

h2.page-title {
    color: #000;
    font-size: 2.5em;
    margin: 0 0 .5em;
    line-height: 1.1;
}

h3.page-title {
    color: #000;
    font-size: 1.25em;
    margin: 0 0 .5em;
    font-weight: normal;
    line-height: 1.1;
}

.navigation {
    font-size: 15px;
}

/* entry */

.entry {
    margin: 0 0 4em;
}

.entry-date {
    color: #999;
}

.entry-title {
    font-size: 2em;
    margin: .1em 0 .5em;
    line-height: 1.2;
}

.entry .entry-title a {
    text-decoration: none;
    color: #000;
}

.entry-content {
    margin: 1em 0 2em;
    font-family: Georgia, Times, serif;
    color: #1a1a1a;
}

.entry-content p {
    line-height: 1.5;
    font-size: 1.1em;
    margin: 1em 0 1.25em;
}

.entry-content p.lede {
    font-size: 1.4em;
    line-height: 1.33;
    color: #000;
}

.entry-content h3 {
    font-size: 1.5em;
    font-family: arial,helvetica,clean,sans-serif;
    margin: 2em 0 1em;
}

.entry-content h4 {
    font-size: 1.1em;
    margin: 1.5em 0 1em;
}

.entry-content li {
    line-height: 1.33;
    font-size: 1.1em;
}

.entry-content img {
    margin: 0;
}

.entry-meta {
    text-align: right;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    color: #666;
    padding-top: .5em;
    border-top: 1px dotted #666;
    margin-top: 1em;
    font-size: 13px;
}

.entry-meta .meta-group {
    text-align: left;
    width: 75%;
    float: left;
}

/* hotel table */

table.hotel {
    float: right;
    margin: 0 0 1em 1em;
    border: 1px solid #ccc;
}

table.hotel td {
    border: none;
    font-size: 11px;
    vertical-align: top;
    width: 180px;
    color: #333;
}

table.hotel td.image {
    padding: 0;
    width: auto;
}

table.hotel td img {
    margin: 0;
}

div.hotel {
    float: right;
    margin: 0 0 1em 1em;
    padding: 1px 1em 1em;
    font-size: 11px;
    background-color: #e5e5e5;
}

/* sidebar */

.sidebar-widget {
    margin: 0 0 3em;
}

.sidebar-widget .sidebar-page {
    background-color: #e5ecff;
    padding: 15px 15px 1px;
    font-family: Georgia, Times, serif;
    color: #333;
    border: 1px solid #cfd4e5;
}

.sidebar-widget .sidebar-page h3.headline {
    font-size: 17px;
    margin: 0 0 .75em;
    line-height: 1.15;
    font-family: arial,helvetica,clean,sans-serif;
    color: #000;
}

.sidebar-widget .sidebar-page p {
    font-size: 13px;
    margin: 1em 0;
}

.sidebar-widget.speaker-flow {
    padding: 14px;
    border: 1px solid #ccc;
    text-align: center;
}

#sidebar .photo {
    width: 45px;
}

/* register today widget */

.widget_registertodaywidget {
    padding: 1.5em 1em .5em;
    text-align: center;
    background-color: #ffece5;
    border: 1px solid #ffb399;
}

.widget_registertodaywidget h3 {
    margin: 0 0 .5em;
}

.widget_registertodaywidget h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.15;
}

.widget_registertodaywidget h4 strong {
    font-size: 1.75em;
}

.widget_registertodaywidget .body-copy {
    font-size: 13px;
    color: #666;
}

.widget_registertodaywidget .body-copy p {
    margin: .75em 0 1em;
    line-height: 1.2;
}

/* sponsor widget */

#sidebar .sponsors {
    margin: .5em 0 2.5em;
    padding: 0;
    border: none;
    width: 300px;
}

#sidebar h4.sponsor-type {
    color: #333;
    text-transform: uppercase;
    text-align: center;
}

#sidebar .sponsors td {
    padding: .5em 0;
    text-align: center;
    vertical-align: middle;
    border: none;
}

#sidebar .sponsors td.gold {
    width: 150px;
}

#sidebar .more-sponsor-info {
    color: #666;
}

.ere-sponsors {
    font-family: arial,helvetica,clean,sans-serif;
}

.ere-sponsors h4 {
    color: #666;
    text-transform: uppercase;
}

.ere-sponsors .sponsors {
    margin: .75em 0 2.5em;
    padding: 0;
    overflow: hidden;
    _height: 1%;
}

.ere-sponsors .sponsors li {
    width: 280px;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin: .75em 0;
}

.ere-sponsors .sponsors li.left {
    clear: left;
}

.ere-sponsors .sponsors li a {
    vertical-align: middle;
}

.ere-sponsors .sponsors li.gold {
    width: 192px;
    float: left;
}

/* brochure widget */

.widget_brochurewidget {
    text-align: center;
}

/* brochure widget */

.widget_brochurewidget {
    text-align: center;
}

/* speakers */

ul.speakers {
    margin: 1em 0 2em;
    padding: 0;
    list-style-type: none;
}

ul.speakers .speaker {
    padding: 1em 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    display: block;
    overflow: hidden;
    _height: 1%;
}

ul.speakers .speaker img {
    float: left;
    width: 80px;
    margin-top: .4em;
}

ul.speakers .speaker .about {
    width: 480px;
    float: right;
}

ul.speakers .speaker .about .role {
    color: #666;
}

ul.speakers .speaker .about h4 {
    margin: 0 0 .5em;
    font-size: 1.5em;
    font-family: arial,helvetica,clean,sans-serif;
}

ul.speakers .speaker .about .bio p {
    font-size: 15px;
}

#content.speaker h3.name {
    margin: 0;
    font-size: 2em;
}

#content.speaker h4.job-title, #content.speaker h4.org {
    color: #666;
    margin: .1em 0;
    font-size: 1.25em;
    font-weight: normal;
}

#content.speaker .photo {
    width: auto;
    float: left;
    margin: .45em 1em .5em 0;
}

#content.speaker .photo img {
    width: 85px;
    border: 3px solid #e5e5e5;
}

#content.speaker .bio {
    margin: 1em 0;
    font-family: Georgia, Times, serif;
}

#content.speaker .bio p {
    line-height: 1.5;
    font-size: 1.15em;
}

#content.speaker .bio li {
    line-height: 1.33;
    font-size: 1.15em;
}

#content.speaker .proposals {
    font-size: 1.15em;
}

/* agenda at a glance */

table.agenda-at-a-glance th {
    font-family: arial,helvetica,clean,sans-serif;
    color: #000;
    border-color: #ccc;
    text-align: left;
}

table.agenda-at-a-glance td {
    color: #333;
    border-color: #ccc;
}

table.agenda-at-a-glance th.day {
    font-size: 1.25em;
    background-color: #dae6f2;
}

table.agenda-at-a-glance th.day .workshop-note {
    font-weight: normal;
    font-size: 12px;
    width: auto;
    float: right;
    position: relative;
    top: 3px;
    text-align: right;
    color: #666;
}

table.agenda-at-a-glance th.time-slot {
    font-weight: normal;
    background-color: #f2f2f2;
    border-right: 1px solid #e5e5e5;
}

table.agenda-at-a-glance td.session-slot {
    padding: 0;
    border-left: 1px solid #e5e5e5;
}

table.agenda-at-a-glance table.sessions {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}

table.agenda-at-a-glance table.sessions td {
    border: none;
    vertical-align: top;
    font-family: arial,helvetica,clean,sans-serif;
    padding-bottom: .75em;
}

table.agenda-at-a-glance table.sessions td div {
    margin: .25em 0;
}

table.agenda-at-a-glance table.sessions td .session-type {
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
}

table.agenda-at-a-glance table.sessions td .session-name {
    font-size: 14px;
}

table.agenda-at-a-glance table.sessions td .session-speakers a {
    color: #000;
    text-decoration: none;
}

/* session descriptions */

#agenda-navigation {
    font-family: arial,helvetica,clean,sans-serif;
    margin: 0 0 .75em 2px;
    text-align: right;
    font-size: 12px;
}

#agenda-navigation h4 {
    display: inline;
    margin: 0 .5em 0 0;
    padding: 0;
    color: #666;
    font-weight: normal;
    font-size: 12px;
}

#agenda-navigation ul {
    display: inline;
    margin: 0;
    padding: 0;
}

#agenda-navigation li {
    display: inline;
    list-style-type: none;
    margin: 0 0 0 .25em;
    padding: 0 0 0 .5em;
    border-left: 1px solid #999;
    font-size: 1em;
}

#agenda-navigation li.first {
    margin: 0;
    padding: 0;
    border: none;
}

table.agenda {
    border: none;
    margin: 0 0 2em;
}

table.agenda td, table.agenda th {
    border: none;
    padding: .75em;
    vertical-align: top;
    font-family: arial,helvetica,clean,sans-serif;
}

table.agenda thead th {
    text-align: left;
    color: #666;
    font-size: 1.2em;
    font-family: arial,helvetica,clean,sans-serif;
}

table.agenda td.time, table.agenda th.time {
    background-color: #f2f2f2;
    width: 8em;
}

table.agenda td.time {
    color: #666;
    font-size: 1.15em;
}

table.agenda th small {
    font-weight: normal;
    font-size: 11px;
}

table.agenda .session .description {
    font-family: Georgia, Times, serif;
    font-size: 14px;
}

table.agenda .session .description p {
    margin-top: 0;
    font-size: 1em;
}

table.agenda .session .description li {
    margin: .5em 0;
    font-size: 1em;
}

table.agenda .session .label {
    text-transform: uppercase;
    color: #666;
}

table.agenda td.time .speakers {
    list-style-type: none;
    margin: 0 0 1em;
    padding: 0;
}

table.agenda td.time .speakers li {
    list-style-type: none;
    margin: .5em 0;
    padding: 0;
    display: block;
    text-align: center;
}

table.agenda td.time .speakers li img {
    border: 2px solid #999;
}

table.agenda .session .title {
    font-size: 1.4em;
    margin: 0;
}

table.agenda .session .title .duration {
    font-weight: normal;
    color: #333;
    font-size: .75em;
}

table.agenda .session .speakers {
    font-size: 1.1em;
    margin: 1em 0;
}

/* register */

div.register-container {
    margin: 1em 0;
    border: 1px solid #ccc;
    border-width: 0 1px 1px;
}

table.register {
    width: 100%;
    font-size: 1.5em;
    margin: 0;
}

table.register td {
    padding: .5em;
    background-color: #ebf1f7;
    border: none;
    color: #333;
    border: 1px solid #fff;
    border-width: 1px 0 0;
}

table.register td.price {
    text-align: center;
}

table.register thead td,
table.register thead td.price {
    background-color: #999;
    color: #fff;
}


table.register thead td small {
    color: #f2f2f2;
    font-size: 12px;
    margin-top: .5em;
}

table.register td small {
    color: #666;
    font-size: 13px;
    font-weight: normal;
}

table.register tr.current td {
    background-color: #ffffcc;
    font-weight: bold;
    color: #000;
}

table.register tr.expired td {
    color: #999;
}

table.register tr.extra td {
    background-color: #e5e5e5;
    font-size: 12px;
    font-family: arial,helvetica,clean,sans-serif;
}

div.submit {
    margin: 1em 0 2em;
    padding: 1.5em;
    background-color: #e5ffe5;
    border: 1px solid #a3cca3;
}

div.submit form {
    margin: 0 0 .75em;
    text-align: center;
    font-size: 1.25em;
}

div.submit input {
    font-size: 18px;
}

div.submit p {
    margin: .5em 0 0;
    font-size: 13px;
}