/*
Theme Name: Social Recruiting Summit
Theme URI: http://socialrecruitingsummit.com
Author: Jim Dalton
Author URI: http://www.ere.net
*/

/*
    YUI reset.css
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/*
    YUI fonts.css
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*
    YUI base.css
*/
body{margin:10px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}

/*
    Social Recruiting Summit css
*/

/* defaults */

body {
    margin: 0;
    padding: 0;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

.ui-icon {
    background-image: url('styles/ui/images/ui-icons_888888_256x240.png');
}

.hidden {
    display: none;
}

.alignright {
    float: right;
    width: auto;
    margin: 0 0 1em 1em;
}

.alignleft {
    float: left;
    width: auto;
    margin: 0 1em 1em 0;
}

textarea {
    width: 100%;
    font-size: 1em;
}

/* system notifications */

.notifier {
	margin: .5em 0 1em;
	padding: 0 0 0 10px;
	border: 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: none;
}

.notifier p {
	color: #000;
	padding: 1em 1em 1em 45px;
	margin: 1px;
}

/* needed for ajax error checking of forms */
.success, .caution, .question, .error, .informative {
	display: block;
}

.notifier.success {
	border-color: #0c0;
	background: #e5ffe5;
}

.notifier.success p {
	background: #e5ffe5 url(images/success.gif) no-repeat center left
}

.notifier.caution {
	border-color: #cc0;
	background: #ffffe5;
}

.notifier.caution p {
	background: #ffffe5 url(images/caution.gif) no-repeat center left
}

.notifier.question {
	border-color: #cc0;
	background: #ffffe5;
}

.notifier.question p {
	background: #ffffe5 url(images/question.gif) no-repeat center left
}

.notifier.error {
	border-color: #c00;
	background: #ffe5e5;
}

.notifier.error p {
	background: #ffe5e5 url(images/error.gif) no-repeat center left
}

.notifier.informative {
	border-color: #666;
	background: #f2f2f2;
}

.notifier.informative p {
	background: #f2f2f2 url(images/informative.gif) no-repeat center left
}

/* close box */

a.close-box {
    float: right;
    width: 16px;
    height: 16px;
}


/* template */

#header {
    margin: 3em auto .5em;
}

#header-main {
    width: 865px;
    margin: 3em auto 30px;
    overflow: hidden;
    _height: 1%;
}

#header-main h1 {
    margin: 0;
    width: 300px;
    height: 118px;
    float: left;
}

#header-details-container {
    float: right;
    width: 545px;
    height: 118px;
    background-color: #f2f2f2;
}

#header-details-container blockquote {
    background-color: #ccc;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#header-details-container blockquote p {
    margin: 0;
    font-size: 22px;
    padding: 14px;
    text-align: center;
}

#header-details {
    padding: 10px;
    background-color: #e5e5e5;
}

#header-details p {
    font-size: 13px;
    text-align: center;
    margin: 0;
}

#header-secondary {
    padding: 7px;
}

#header-secondary p {
    font-size: 10px;
    margin: 0;
    text-align: center;
    color: #999;
}

#header-secondary p small {
    font-size: 1em;
}

#header-nav-container {
    background-color: #96c8fa;
    border: 1px solid #999;
    border-width: 1px 0;
}

#header-nav {
    width: 870px;
    margin: 0 auto;
}

#header-nav ul {
    margin: 0;
    padding: 1em 0;
    list-style-type: none;
    text-align: center;
}

#header-nav ul li {
    font-size: 19px;
    margin: 0 19px 0 0;
    display: inline;
}

#header-nav ul li a {
    color: #666;
    text-decoration: none;
}

#header-nav ul li.current_page_item a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

#header-nav ul li.page-item-13 a {
    color: #c00;
    font-weight: bold;
}

#header-nav ul li.current_page_item.page-item-13 a {
    color: #000;
}

#header-focus-container {
    background-color: #e1edfa;
}

#header-focus {
    width: 870px;
    margin: 0 auto;
    padding: 14px 0;
    overflow: hidden;
    _height: 1%;
    font-size: 1.2em;
}

#header-focus h3 {
    margin: 0 1px 0 -2px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    padding: 0;
    position: relative;
    padding-left: 14px;
    text-align: right;
}

#header-focus h3 .ui-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

#header-focus h3 a {
    text-decoration: none;
    text-transform: uppercase;
    color: #666;
    float: left;
    width: auto;
}

#header-focus img {
    float: left;
    height: 120px;
    margin-right: 1em;
    border: 5px solid #fff;
}

#sessions-carousel {
    height: 130px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    border-width: 1px 0;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 3px;
    background-color: #e1edfa; /* #cae3fc; */
}

#sessions-carousel .carousel-control {
    position: absolute;
    bottom: 65px;
}

#sessions-carousel #session-next {
    right: 2px;
}

#sessions-carousel #session-previous {
    left: 2px;
}

#sessions-carousel #session-next {
    width: 20px;
    height: 20px;
    background: transparent url('images/session-next.png') no-repeat top left;
}

#sessions-carousel #session-previous {
    width: 20px;
    height: 20px;
    background: transparent url('images/session-previous.png') no-repeat top left;
}

#header-focus .sessions-list {
    list-style-type: none;
    margin: 0 25px;
    padding: 0;
    position: relative;
}

#header-focus .sessions-list .session {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: georgia, "times new roman", times, serif;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 810px;
    overflow: hidden;
}

#header-focus .sessions-list .session.selected {
    display: block;
}

#header-focus .sessions-list .session .image {
    float: left;
    width: 120px;
}

#header-focus .sessions-list .session .about {
    float: right;
    width: 660px;
    padding-right: 10px;
}

#header-focus .sessions-list .session .more {
    font-size: 11px;
}

#header-focus .sessions-list .session h4 {
    font-size: 17px;
}

#header-focus .sessions-list .session h4 .session-title {
    float: left;
    width: 50%;
    text-align: left;
}

#header-focus .sessions-list .session .time {
    width: auto;
    float: right;
    color: #666;
    margin-left: 2em;
}

#header-focus .sessions-list .session .description {
    clear: both;
}

#header-focus .sessions-list .session p {
    margin: .5em 0 0;
    font-size: 14px;
}

#header-focus .sessions-list .session .speakers {
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 12px;
    margin: .75em 0 0;
    color: #666;
}

#header-foot {
    background-color: #99ccff;
    border-top: 1px solid #999;
    border-bottom: 1px solid #ccc;
    display: none;
}

#main-container {
    background-color: #fff;
}

#main {
    width: 870px;
    margin: 2em auto 0;
    overflow: hidden;
    _height: 1%;
}

#main #content {
    width: 545px;
    float: left;
    font-family: georgia, "times new roman", times, serif;
}

#main #content.full {
    width: 100%;
    float: none;
}

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

#sponsors-footer {
    width: 870px;
    margin: 2em auto 1em;
    overflow: hidden;
    _height: 1%;
    text-align: left;
}

#sponsors-footer h4 {
    display: inline;
    vertical-align: top;
    font-weight: normal;
    color: #999;
}

.sponsors-footer-list {
    margin: .5em 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}

.sponsors-footer-list li {
    list-style-type: none;
    display: inline;
    margin: 0 1em 0 0;
    padding: 0;
    vertical-align: middle;
}

#footer {
    width: 870px;
    margin: 1em auto 2em;
    overflow: hidden;
    _height: 1%;
    padding: .75em .5em;
    background-color: #e5e5e5;
}

#footer #conference-info {
    float: left;
    width: auto;
    font-size: 12px;
}

#footer #register-footer {
    float: right;
    width: auto;
    font-size: 12px;
}

#copyright {
    width: 870px;
    margin: 2em auto;
    text-align: center;
    color: #999;
    font-size: 12px;
}

/* content */

#content .page-title {
    font-size: 20px;
    margin: 0 0 1em;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    color: #666;
}

/* entries */

.entry {
    margin: 0 0 4em;
    font-size: 14px;
}

.entry.tight-margin {
    margin: 0 0 1em;
}

.entry .entry-date {
    color: #999;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 12px;
}

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

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

.entry .entry-content {
    font-size: 15px;
}

.entry .entry-content p {
    line-height: 1.5;
}

.entry .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 .entry-meta .meta-group {
    text-align: left;
    width: 75%;
    float: left;
}

/* home page */

#about-summit {
    margin: 0 0 2em;
    padding: 1em 2em;
    background-color: #ffffe5;
}

#about-summit h3 {
    margin: .5em 0;
    font-size: 1.75em;
}

#about-summit p {
    font-size: 1.1em;
    line-height: 1.5;
}

#header-message {
    margin: 0 0 2em;
    padding: 1px 2em;
    background-color: #ffffe5;
}

#header-message p {
    font-size: 1em;
    line-height: 1.5;
    margin: 1em 0;
}

#event-closed p {
    padding: 1em;
    background-color: #fcc;
    color: #c00;
}

/* speakers */

ul.speakers {
    margin: 1em 0 5em;
    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: 120px;
}

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

ul.speakers .speaker .about .role {
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    color: #666;
}

ul.speakers .speaker .about h4 {
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    margin: 0 0 .5em;
    font-size: 1.5em;
}

.post .speaker-photo {
    max-width: 300px;
    float: right;
    margin-left: 10px;
}


/* agenda */

table.agenda {
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    border: 0;
    width: 100%;
}

table.agenda td,
table.agenda th {
    font-size: 1.1em;
    text-align: left;
    border: none;
}

table.agenda thead th,
table.agenda thead td {
    padding: 15px 7px;
    font-size: 15px;
    color: #666;
}

table.agenda tbody th,
table.agenda tbody td {
    padding: 15px 7px;
}

table.agenda td.time,
table.agenda th.time {
    width: 125px;
}

table.agenda thead .session {
    background-color: #fff;
}

table.agenda thead .time {
    background-color: #e5e5e5;
}

table.agenda tbody .session {
    background-color: #fff;
}

table.agenda tbody .time {
    background-color: #e5e5e5;
    vertical-align: top;
    padding-top: 17px;
}

table.agenda tbody .session .label {
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
    margin: 0 0 .25em;
}

table.agenda tbody .session .title {
    margin: 0 0 .5em;
    font-size: 17px;
}

table.agenda tbody .session .description {
    font-family: georgia, "times new roman", times, serif;
    margin: .5em 0;
}

table.agenda tbody .session .speakers {
    margin: .5em 0;
}

/* sidebar */

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

.sidebar-widget h3.title {
    font-size: 18px;
    color: #666;
    margin: 0 0 .5em;
}

.sidebar-widget h2.sidebar-title {
    font-size: 15px;
    color: #999;
    margin: 0 0 .5em;
}

.widget_text {
    padding: 10px;
    background-color: #e6ecf2;
    font-size: 1.25em;
}

/* twitter feed */

#hashtag {
    margin-left: -10px;
    padding-left: 10px;
    background: url('images/speech-bubble-w.gif') no-repeat 0 27px;
}

#hashtag-inner {
    padding: 12px;
    background-color: #c2f2f2;
}

#hashtag h3.title {
    color: #000;
    font-size: 20px;
}

#hashtag ul.details {
    margin: 1em 0;
    font-size: 12px;
    color: #666;
}

#hashtag ul.details li {
    margin: .75em 0 .75em 1.5em;
    padding: 0;
    list-style-type: square;
}

#hashtag ul.details cite {
    color: #000;
}

table.tweets {
    margin: .25em 0;
    width: 100%;
    max-width: 100%;
}

table.tweets td {
    border: none;
    padding: .5em 0;
}

table.tweets td.image {
    width: 56px;
    padding-top: .75em;
    vertical-align: top;
}

table.tweets td.image img {
    width: 48px;
    height: 48px;
    padding-right: 8px;
}

table.tweets td.tweet {
    overflow: auto;
    vertical-align: top;
}

table.tweets td.tweet p {
    margin: 0;
    line-height: 1.33;
    color: #333;
    width: 221px;
    max-width: 221px;
    overflow: auto;
    
}

table.tweets .user {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    font-family: georgia, "times new roman", times, serif;
}

table.tweets .timeago {
    font-size: 11px;
    color: #999;
}

/* attendee input */

.highlight {
    padding: .25em;
    background-color: #ffc;
}

.highlight .username {
    font-weight: bold;
}

#attendee-input {
    margin: 0 0 2em;
    padding: 1em;
    background-color: #c2f2f2;
}

#attendee-input #steps {
    margin: .5em 0 .5em 2em;
}

#attendee-input #steps li {
    margin: 0 0 3em;
}

#attendee-input #steps li small {
    font-size: 11px;
    margin-left: .5em;
    font-color: #666;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

#attendee-input #steps li.disabled {
    color: #666;
}

#attendee-input #steps li.done {
    list-style-image: url(images/checkmark.png);
}

#attendee-input #steps li.errors {
    list-style-image: url(images/xmark.png);
}

#attendee-input #steps li.done h4 {
    color: #666;
}

#attendee-input #steps li h4 {
    margin: .25em 0;
    font-size: 1.25em;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

#attendee-input form.new-attendee {
    margin: 1em 0;
    padding: 1.5em;
    background-color: #f2f2f2;
    width: 500px;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

#attendee-input form.new-attendee .field {
    margin: 0 0 1em;
}

#attendee-input form.new-attendee .field .label {
    margin-bottom: 4px;
}

#attendee-input form.new-attendee .field .explain {
    font-size: 11px;
    color: #333;
}

#attendee-input form.new-attendee .field .explain p {
    margin: 4px 0;
}

#attendee-input form.new-attendee .field .explain p strong {
    color: #000;
}

#attendee-input form.new-attendee #tweet-label .remaining {
    float: right;
    width: auto;
}

#attendee-input form.new-attendee .submit {
    padding: 1em;
    background-color: #9f9;
    text-align: center;
}

/* rsvp */

#rsvp {
    margin: 0 0 2em;
    padding: 1em;
    background-color: #e5e5e5;
}

#rsvp ul {
    margin-left: 0;
    padding-left: 32px;
}

#rsvp ul li {
    margin: .75em 0;
    padding: 0;
    height: 16px;
}

#rsvp li#rsvp-linkedin {
    list-style-image: url(images/linkedin.gif);
}

#rsvp li#rsvp-facebook {
    list-style-image: url(images/facebook.gif);
}

#rsvp ul li a {
    vertical-align: top;
}

/* attendee card */

.attendee-card {
    overflow: hidden;
    _height: 1%;
    padding: 10px;
    background-color: #ccffff;
    width: 365px;
    font-size: 13px;
}

.attendee-card .photo {
    width: 48px;
    float: left;
    margin-right: 10px;
}

.attendee-card .photo img {
    width: 48px;
}

.attendee-card .info {
    width: 307px;
    float: left;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

.attendee-card .info  .name {
    font-size: 15px;
    margin: 0 0 .5em;
}

.attendee-card .info  .name .location {
    font-weight: normal;
    font-size: 13px;
}

.attendee-card .info dl {
    overflow: hidden;
    _height: 1%;
    margin: .5em 0;
    padding: 0;
    font-size: 12px;
}

.attendee-card .info dl dt {
    float: left;
    width: 50px;
    margin: 1px 5px 1px 0;
    padding: 0;
}

.attendee-card .info dl dd {
    float: left;
    width: 250px;
    margin: 1px 0;
    padding: 0;
}

/* attendee list */

#attendee-list {
    margin: 2em 0;
}

#attendee-list ul {
    margin: 1em 0;
    list-style-type: none;
    padding: 0;
}

#attendee-list .attendee-list-item {
    display: block;
    overflow: hidden;
    _height: 1%;
    padding-bottom: 1em;
    border-bottom: 1px #ccc dashed;
    margin-bottom: 1em;
}

#attendee-list .attendee-list-item .info .name {
    font-size: 15px;
    margin: 0 0 .25em;
}

#attendee-list .attendee-list-item .info .name .location {
    font-weight: normal;
    font-size: 13px;
}

#attendee-list .attendee-list-item .photo {
    width: 48px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 2px;
    margin-bottom: .5em;
}

#attendee-list .attendee-list-item .photo img {
    width: 48px;
}

#attendee-list .attendee-list-item .info {
    width: 400px;
    float: left;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    margin-bottom: .5em;
}

#attendee-list .attendee-list-item .info dl {
    overflow: hidden;
    _height: 1%;
    margin: .5em 0;
    padding: 0;
    font-size: 11px;
}

#attendee-list .attendee-list-item .info dl dt {
    float: left;
    width: 50px;
    margin: 1px 5px 1px 0;
    padding: 0;
}

#attendee-list .attendee-list-item .info dl dd {
    float: left;
    width: 340px;
    margin: 1px 0;
    padding: 0;
}

#attendee-list .attendee-list-item .tweet {
    clear: both;
}

#attendee-list .attendee-list-item .tweet p {
    font-size: 14px;
    color: #666;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    margin: 0;
}

#sidebar #attendee-input h3 {
    margin: 0 0 .5em;
}

/* register */

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

table.register td {
    padding: .5em;
    background-color: #f2f2f2;
    border: none;
}

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

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

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

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

div.submit {
    margin: 1em 0;
    padding: 1.5em;
    background-color: #E5FFE5;
}

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

div.submit p {
    margin: .5em 0 0;
}

/* schedule grid */

#schedule-grid h3 {
    margin: 0 0 .5em;
    font-size: 1.2em;
    color: #333;
}

#schedule-grid table {
    margin: .25em 0;
}

#schedule-grid table td {
    background-color: #ecffe5;
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    vertical-align: top;
    padding: 8px 5px;
}

#schedule-grid table tr.repeat td {
    border-top: none;
}

#schedule-grid table tr.breakout td {
    background-color: #e5f9ff;
}

#schedule-grid table tr.other td {
    background-color: #f2f2f2;
}

#schedule-grid table thead td {
    font-weight: bold;
    color: #fff;
    background-color: #999;
    vertical-align: middle
}

#schedule-grid table td.time {
    width: 70px;
}

#schedule-grid table tbody td.time {
    font-size: 11px;
}

#schedule-grid table td h4.title {
    font-weight: normal;
    margin: 0 0 .5em;
    font-size: 14px;
}

#schedule-grid table td h4.title.repeat-time {
    padding-top: .75em;
    border-top: 1px solid #b8dae5;
}

#schedule-grid table td .speakers {
    font-size: 11px;
}

#schedule-grid .key {
    font-size: 11px;
}

#schedule-grid .key ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    _height: 1%;
}

#schedule-grid .key ul li {
    display: block;
    margin: .25em 1.25em .25em 0;
    color: #333;
    width: auto;
    float: left;
}

#schedule-grid .key ul li.last {
    margin-right: 0;
}

#schedule-grid .key .box {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
}

#schedule-grid .key .general .box {
    background-color: #ecffe5;
    border-color: #33cc00;
}

#schedule-grid .key .breakout .box {
    background-color: #e5f9ff;
    border-color: #0099cc;
}

#schedule-grid .key .other .box {
    background-color: #f2f2f2;
    border-color: #999;
}

#schedule-grid hr {
    color: #ccc;
    background-color: #ccc;
    margin-bottom: .5em;
    height: 1px;
}

/* sponsor videos */

a#sponsor-back {
    display: block;
    width: auto;
    float: right;
    margin-left: 1em;
}

h3.videos {
    font-size: 1.5em;
    color: #666;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

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

ul.videos li {
    margin: 1em 0;
    padding: 0;
    overflow: hidden;
    _height: 1%;
    list-style-type: none;
}

ul.videos li div.video {
    float: left;
    width: 320px;
    margin-right: 1em;
}

ul.videos li div.meta {
    float: left;
    width: 400px;
}

ul.videos li div.meta h4 {
    font-size: 1.25em;
    margin: .5em 0;
}

.sponsor-video-sidebar {
    margin: 0 0 3em;
    padding-left: 1.5em;
    border-left: 1px solid #e5e5e5;
}

.sponsor-video-sidebar h3 {
    margin-top: 0;
}

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

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

ul.videos-sidebar li .meta {
    margin-top: .5em;
}

#sidebar .youtube_sidebar {
    padding: 10px;
    border: 1px solid #999;
}

#sidebar .youtube_sidebar p {
    font-size: 12px;
    margin: .25em 0;
}

#sidebar p.more {
    text-align: right;
    font-size: 11px;
    margin-bottom: 0;
}

#sidebar .youtube_sidebar object {
    display: block;
    margin: 1em 0;
}

/* sponsor list */

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

.logos ul.sponsors li {
    display: inline-block;
    margin: 0 .5em .5em 0;
}

#sidebar .sponsors_sidebar {
    
}

#sidebar .sponsors_sidebar ul {
    margin: 1em 0;
    padding: 0;
    list-style-type: none;
}

#sidebar .sponsors_sidebar ul li {
    margin: .5em 0;
    padding: 0;
    text-align: center;
    display: block;
    list-style-type: none;
}

/* attendee countdown*/

.attendee_countdown {
    padding: 1em;
    background-color: #ffe5e5;
    text-align: center;
}

.attendee_countdown h3 {
    color: #c00;
    margin: 0 0 .75em;
    font-size: 1.25em;
}

.attendee_countdown h3 em {
    font-style: normal;
    font-size: 3em;
}

.attendee_countdown p {
    color: #666;
}

.callout {
    padding: 1em;
    background-color: #ffc;
}

div.soldout {
    margin: 1em 0;
    padding: .5em 1.5em;
    background-color: #ffe5e5;
    text-align: center;
}

div.soldout h4 {
    margin: 1em 0;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 1.25em;
}

/* Live widget */

/* conference live widget */

#conference-live-container {
    padding: 0 2em;
    background-color: transparent; 
}

#conference-live-inner {
    width: 950px;
    .width: 1000px;
    margin: 0 auto;
}

#conference-live {   
    background-color: #fff;
    color: #000;
    margin: .75em 0 0;
    padding: .75em;
    border: 4px solid #ccc;
    position: relative;
    overflow: hidden;
    _height: 1%;
}

#conference-live .conference-live-title {
    margin: 0;
    padding: .5em .25em;
    font-size: 2em;
    background-color: #ffc;
    color: #666;
    font-family: "Lucida Grande",Arial,Verdana,sans-serif;
}

#conference-live .conference-live-title .fordyce-tv-logo {
    position: relative;
    bottom: 5px;
}

#conference-live .conference-live-title strong {
    color: #000;
}

#conference-live.expanded a.expand {
    display: none;
    text-decoration: none;
}

#conference-live.expanded a.retract {
    display: inline;
    text-decoration: none;
}

#conference-live.retracted a.expand {
    display: inline;
    text-decoration: none;
}

#conference-live.retracted a.retract {
    display: none;
    text-decoration: none;
}

#conference-live.retracted #conference-live-elements {
    display: none;
}

#conference-live #conference-live-elements {
    margin-top: .75em;
    background-color: #e6e6e6;
    padding: 8px 3px 8px 8px;
    overflow: hidden;
    _height: 1%;
}

.expand-controller {
    float: right;
    width: auto;
    position: relative;
    bottom: 2px;
}

#conference-live #conference-live-video-stream {
    width: 340px;
    float: left;
    padding: 0;
}

#conference-live #conference-live-video-stream object {
    margin: 0;
}

#conference-live #conference-live-chat-meebo {
    width: 560px;
    height: 272px;
    padding: 0;
    background-color: #e6e6e6;
    float: right;
    margin: 0;
    font-family: "Lucida Grande",Arial,Verdana,sans-serif;
}

#conference-live #conference-live-chat-meebo object {
    margin: 0;
}

#conference-live #conference-live-chat-meebo div,
#conference-live #conference-live-chat-meebo p,
#conference-live #conference-live-chat-meebo span,
#conference-live #conference-live-chat-meebo td,
#conference-live #conference-live-chat-meebo li {
    font-family: "Lucida Grande",Arial,Verdana,sans-serif;
}

#conference-live #conference-live-chat {
    width: 540px;
    height: 230px;
    padding: 10px 15px 20px;
    float: right;
    overflow: auto;
    margin: 0;
    background-color: #e5e5e5;
    font-family: "Lucida Grande",Arial,Verdana,sans-serif;
    display: none;
}

#conference-live #conference-live-twitter {
    clear-both
    margin: 0;
    display: none;
}

/* campfire style chat */

#live-chat-container {
    background-color: white;
    margin: 0;
    padding: 10px;
    width: 510px;
    border-right: 1px solid #999;
}

#live-chat {
    width: 100%;
    margin: 0;
}

#live-chat td,
#live-chat td div,
#live-chat td span {
    font-family: "Lucida Grande",Arial,Verdana,sans-serif;
}

#live-chat td {
    font-size: 12px;
    padding: 5px;
}

#live-chat td.person,
#live-chat td.date {
    font-weight: bold;
    text-align: right;
}

#live-chat td.body {
    
}

#live-chat tr.text_message td {
    border-bottom: 1px solid #e5e5e5;
}

#live-chat tr.text_message td.person {
    background-color: #e5e5e5;
    border-right: 1px solid #ccc;
}

#live-chat tr.timestamp_message td {
    padding: 20px 5px 3px;
    color: #666;
    font-size: 9px;
}

#live-chat tr.timestamp_message td.date {
    color: #333;
    border-right: 1px solid #ccc;
}

#live-chat tr.enter_message td,
#live-chat tr.leave_message td {
    background-color: #d9e7fb;
    font-size: 10px;
    color: #333;
    border-bottom: 1px solid #fff;
}

#live-chat-join {
    border-top: 1px solid #999;
    width: 530px;
    padding: 10px 8px;
}

#live-chat-join td {
    vertical-align: middle;
}

#live-chat-join td.right {
    text-align: right;
}

#live-chat-join #live-chat-login {
    margin: 0;
    font-family: "Lucida Grande",Arial,Verdana,sans-serif;
}

#live-chat-join #live-chat-login #join-name {
    padding: .25em;
    font-size: 1.1em;
}

#live-chat-join #live-chat-login input.initial {
    color: #999;
}

#live-chat-join #live-chat-provider {
    margin: 0;
    font-family: "Lucida Grande",Arial,Verdana,sans-serif;
}

#live-chat-join span#live-chat-provider {
    font-size: 10px;
    color: #666;
}

#live-chat-join span#live-chat-provider em {
    font-style: normal;
    position: relative;
    bottom: -3px;
}

#live-chat-join #live-chat-provider img {
    vertical-align: middle;
}

#conference-live-updates {
    padding: 1px 0;
    clear: both;
    line-height: 14px;
}

#conference-live-updates p {
    margin: .75em 0 0;
    font-size: 12px;
}

#conference-live-updates p .article {
    display: none;
    font-size: 14px;
}

#conference-live-updates p .article small {
    color: #666;
}

#conference-live-updates p strong {
    font-family: "Lucida Grande",Arial,Verdana,sans-serif;
    margin-right: .75em;
    color: #333;
}

#conference-live-updates #dynamic-presentation-description {
    color: #333;
}

#conference-live-updates #dynamic-presentation-description span {
    font-size: 13px;
}

#conference-live-updates #conference-website-link {
    float: right;
    margin-left: 1em;
    font-size: 10px;
    margin: .75em 0 0;
    color: #666;
    font-family: "Lucida Grande",Arial,Verdana,sans-serif;
    overflow: hidden;
    _height: 1%;
    width: 185px;
    text-align: right;
}

#conference-live-updates #conference-website-link span {
    float: left;
    width: auto;
    display: block;
    position: relative;
    top: 4px;
    margin-right: 3px;
}


#conference-live-updates #conference-website-link iframe {
    display: block;
    float: right;
    width: 88px;
}

#conference-live-updates #conference-description {
    font-size: 12px;
    font-family: "Lucida Grande",Arial,Verdana,sans-serif;
    color: #666;
    width: auto;
    margin: .75em 0 0;
}

#conference-live-updates #conference-description div {
    margin: .1em 0;
}
.rotating-container span.rotating {
    display: none;
}