/* 
This is the section css for
SoTLA Conference 
*/

/* GLOBAL */
#home-content .grid9 { padding-right: 20px; }
#home-content .noList { list-style: none; margin-left: 0; }

/* SIDEBAR */
#home-content .sidebar h3::after { display: none; }
#home-content .ghostBtn {
    background-color: #fff;
    color: #666;
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: center;
    border: 2px solid #B094B5;
    font-size: 1.3em;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 6px;
    margin-bottom: 6px;
}
#home-content .ghostBtn:first-of-type {	margin-top: 0; }
#home-content .ghostBtn:hover {	font-weight: bold; background-color: #EEEEEE; }
#home-content .active { font-weight: bold; }

#home-content .topSideLink {
	background-color: #441F49;
	color: #fff;
	text-align: center;
	padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 2px;
    margin-top: 20px;
    border-bottom: 3px solid #FFBD07;
    font-size: 1.3em;
}

/* ARCHIVE SPEAKER 17 */
#home-content .speakerImgS {
    width: 200px;
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* DEFAULT */
#home-content .date {
    text-align: center;
    font-style: italic;
    list-style-type: none;
    margin-top: 15px;
	margin-left: 0;
}

#home-content .speakerImg {
    width: 260px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* REGISTRATION */
#home-content iframe {
	margin-top: 10px;
    width: 100%;
    height: 400px;
}

/* ARCHIVE	*/
#home-content #archivePage .grid9 .row-responsive{
	border-bottom: 3px solid #eee;
	padding-bottom: 20px;
}
#home-content #archivePage .grid4{
	padding: 10px;
}
#home-content #archivePage .grid8{
	padding: 20px;
}
#home-content #archivePage .grid4 img{
	width: 175px;
	height: 175px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}



/* SCHEDULE */
#home-content .lacTable {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
#home-content .lacTable tr:nth-of-type(odd) { background: #EEE; }
#home-content .lacTable th {
	background-color: #441F49;
	color: #fff;
	padding: 5px;
	border-bottom: 3px solid #FFBD07;
	font-size: 1.2em;
}
#home-content .lacTable td { padding: 5px; border: 1px solid #ccc; }
#home-content .a2> div { padding: 0; }
#home-content .lacTable tr td:first-of-type { width: 200px; }

/* SPEAKERS */
#home-content span.speakerBold { font-weight: bold; font-size: 1.1em; }
#home-content .speakerSmall { font-size: .875em; }

@media only screen and (max-width: 768px) {
	/* DEFAULT */
	#home-content .grid9 { padding-right: 0; }
	#home-content .speakerImg {	width: 200px; float: left; margin-right: 20px; }
}