/*
Theme Name: Fordyce Forum 2011
Theme URI: http://www.fordyceforum.com/2011
Author: Jim Dalton
Author URI: http://www.ere.net
Template: ere-events-framework
*/

body {
    font-family: Georgia,'Times New Roman',serif;
}

a {
	color: #339
}

a:link {
	color: #339
}

a:visited  {
	color: #636
}

a:active {
	color: #999
}

a:hover {
	color: #f70
}

#header-logo {
    width: 920px;
    margin: 30px auto 15px;
    padding: 0 1em;
    overflow: hidden;
    text-align: center;
}

#header-logo h1 {
    width: 700px;
    margin: 0 auto;
}

#header-logo #header-description {
    width: 700px;
    text-align: left;
    margin: 0 auto;
}

/* header nav */

#header-nav {
    width: 920px;
    margin: 0 auto;
    position: relative;
}

#header-nav #register-burst {
	width: 180px;
	position: absolute;
	bottom: 0;
	right: 35px;
}

#header-nav li.depth-1 a {
    border-color: transparent;
    font-size: 16px;
    color: #666;
    text-decoration: none;
    margin-left: 10px;
}

#header-nav ul.depth-2 a {
    margin-left: 0;
}

#header-nav li.depth-1.has-children a {
    background-position: 90% 12px;
    padding-right: 19px;
}

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


#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 li.depth-1 li h3 a {
    font-size: 13px;
    font-weight: bold;
}

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

#header-nav ul.depth-2 {
    background-color: #fff;
    border: 1px solid #dae6f2;
    margin-left: 10px;
    top: 22px;
}

#header-nav ul.depth-3 {
    font-size: 12px;
    color: #999;
}

#header-nav ul.depth-3 li {
    padding-left: 0;
}

#header-nav ul.depth-3 li a {
    font-size: 13px;
    text-decoration: none;
}

#section-description-container {
    background-color: #dae6f2;
    padding: 0;
    margin: 0;
}

#section-description {
    width: 920px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    color: #333;
}

#section-description .carat {
    float: left;
	display: block;
	width: auto;
	font-size: 70px;
	margin: 10px 10px 10px 0;
	color: #666;
}

#section-description-content {
    margin: 10px 0 15px;
    font-size: 16px;
    width: 800px;
    float: left;
}

#section-description-content p {
    line-height: 1.5;
    margin: 10px 0;
}

/* main */

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

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

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

/* 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;
}

/* 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;
    font-size: 14px;
}

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

.entry-content div.ffvideo embed {
    border: 2px solid #e5e5e5;
    padding: 10px;
} 

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

.entry-content h3 {
    font-size: 1.5em;
    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;
    margin: .75em 0;
}

.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;
}

/* register */

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

table.register td {
    padding: .5em;
    background-color: #f2f2f2;
    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: #e5e5ff;
    font-weight: bold;
    color: #000;
}

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

table.register tr.extra td {
    background-color: #ffe5ff;
    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;
}

/* 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: #ffe8e5;
    border: 1px solid #cca7a3;
}

.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 widgets */

/* sponsor sidebar */

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

#sidebar h4.sponsor-type {
    color: #762720;
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

#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;
}

/* agenda at a glance */

/* 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: #f2f2ff;
}

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;
}

/* 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 table */

#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;
}

/* hotel */

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

/* jeff on site */

.widget_jeffonsitewidget {
    padding: 15px 15px 10px;
    border: 1px solid #ccc;
}

.widget_jeffonsitewidget h3.headline {
    font-size: 19px;
    margin: 0 0 10px;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

.widget_jeffonsitewidget .body-copy .image {
    width: auto;
    float: right;
    margin: 0 0 1em 1em;
}

.widget_jeffonsitewidget .body-copy {
    line-height: 1.33;
}

/* footer */

#footer-container {
    background-color: #333;
    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;
}