/******************************************************************************
|                                                                              |
|  Description :  Content Styling Only (no layout)                             |
|                                                                              |
|  Author      :  Suzanne Carter-Jackson                                       |
|  URI         :  http://www.emetrics.org/                                     |
|  Email       :  customerservice ( at ) zerocattle ( dot ) ( com )            |
|  Modified    :  20100926 modifications for Toronto                           |
|                                                                              |
*******************************************************************************/

/*
|
| Sections:
|   General Element Styling
|   General Classes
|   Page / Section Specific Styles
|
*/

.imageFloatLeft {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.sponsordetails {
	clear: both;
}

/* Toronto Specific Overrides */

#socialmedia {
	text-align: center; 
	margin: 10px auto;
	border: none;
	width: auto;
	height: auto;
	}
	
#socialmedia img {
	display: inline;
	height: 16px;
	width: 16px;
}

#socialmedia  a { 
display: inline;
float: none;
width: auto;
height: auto;
text-decoration: none;
text-align: center;
font-size: 1em;
margin: auto;
}

.citation, cite {
	font-size: inherit;
    }


#header {
	background-image: url(/images/sitedesign/emos_tor_header_2012.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
    height: 130px;
}

h1, h2, h2.summitDetail {
	text-transform: none;
}

h3 span {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}

h3, h2 {
	margin-bottom: 15px;
}

h4 {
	/*color: #396aa1;*/
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
	margin-top: 25px;
	padding-top: 0;
}

h4 span, .room {
	color: #396aa1;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}

h2, h3, h4 {
	padding-top: 15px;
}

ul {
	margin-left: 25px;
}

p {
	margin: 15px 0;
}

/*table.summitPricing, table.summitSpecialPricing {
    font-size: 13px;
    } */

.summitPricing td, .summitPricing th, .summitPricing input, .summitPricing td p, .summitPricing span.fineprint {
	font-size: 11px;
	}

.summitSpecialPricing td, .summitSpecialPricing th, .summitSpecialPricing input, .summitSpecialPricing td p, .summitSpecialPricing span.fineprint {
	font-size: 11px;
	}
	
.presentationBlock {
    font-size: 11px;
    color: #666;
    margin-top: 10px;
    padding-left: 10px;
    border-left: 4px solid #ccc;
    margin-bottom: 25px;
   }

.agendaOverview li { /*list*/
	font-size: 11px !important;
	line-height: 130% !important;
	margin-left: 5px !important;
}

.agendaOverview {
	margin-top: 15px;
}

.showBullets li {
	list-style-type: disc !important;
	padding-left: 0 !important;
	margin-left: 8px !important;
}

.workshops td ul li {
	font-size: 11px !important;
}
