/*
Theme Name: Special Libraries Association
Theme URI: http://dev.sla.org/
Author: The Web Development Group
Author URI: http://webdevelopmentgroup.com/
Description: Custom Theme
Version: 1
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,/* table,caption,tbody,tfoot,thead,tr,th,td, */article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:normal;
	font:inherit;
	vertical-align:baseline;
}

/*
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
*/

body {
	line-height:1;
}

ol,ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-style:solid;
}

em {
	font-style: italic;
}
strong, bold {
	font-weight:normal;
}
hr {
    border-color: #EFEEEB;
    border-style: solid none none;
    border-width: 3px 0 0;
    float: left;
    width: 100%;
}

/* #Body
================================================== */
body {
	background:#fff;
	font:14px/21px 'OpenSansRegular',Helvetica,Arial,sans-serif;
	color:#444;
	-webkit-font-smoothing:antialiased;
/* Fix for webkit rendering */
	-webkit-text-size-adjust:100%;
}

/* #Typography
================================================== */
h1,h2,h3,h4,h5,h6 {
	font-weight:400;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font-weight:inherit;
}

h1 {
	font-family:'MerriweatherRegular',Georgia,'Times New Roman';	
	font-size:24px;
	line-height:30px;
	margin-bottom:24px;
}

h2 {
	font-family:'MerriweatherRegular',Georgia,'Times New Roman';
	font-size:20px;
	line-height:30px;
	margin-bottom:10px;
}

h3 {
	font-size:16px;
	line-height:18px;
	margin-bottom:8px;
	color:#444444;
	text-transform:uppercase;
}

h4 {
	font-family:'MerriweatherRegular',Georgia,'Times New Roman';
	font-size:18px;
	line-height:26px;
	margin-bottom:4px;
}

h5, #footer_links ul.menu li:first-child a {
	text-transform:uppercase;
	font-size:17px;
	line-height:24px;
}

h6 {
	font-size:14px;
	line-height:21px;
}
a {
	color:#5e9732;
	text-decoration:none;
}
a:hover {
	color:#444444;
	text-decoration:underline;
}
i {
 font-family:'OpenSansItalic';
}
#wrapper {
	width:100%;
}

#header .container {
	height: 160px;
}
#logo {
	float:left;
	margin: 19px 0 0 0;
}
#utility_nav {
	float:right;
	margin: 20px 0 0;
}
#utility_nav ul, #utility_nav button {
	float:left;
}
#utility_nav li {
	margin-right:28px;
	float:left;
}
#utility_nav a, #utility_nav input[type="submit"]{
	font-family:'OpenSansSemibold',Helvetica,Arial,sans-serif;
	font-weight:normal;	
}
#utility_nav input[type="submit"]{
	background: none;
	border: 0 none;
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color:#5e9732;
	cursor:pointer;
}
#utility_nav a.button {
	background:url('images/button-purple.png') repeat-x;
	height:32px;
	color:#ffffff;
	padding:10px 20px 2px;
	position: relative;
	margin:-10px 0 0;
}
#utility_nav a.button:hover {
	background:url('images/button-purple.png') repeat-x;
	color:#eee;
	text-decoration: none;
}
#utility_nav a:hover, #utility_nav li.current_page_item a {
	color:#444444;
}
.ad-468x60 {
    float:right;
    margin:15px 0 0;
}
.ad-728x90 {
    float:right;
    margin:5px -10px 0;
}
.ad-468x60 div, .ad-728x90 div {
	text-align: right;
	font-size:10px;
	color:#444444;
	text-transform: uppercase;
}
#nav {
	background:url('images/patt-green.gif') repeat;
	height:55px;
}
#nav li {
	margin-right:5px;
	float:left;	
	height:40px;
	padding:15px 15px 0;;	
}
#nav li a {
	font-family:'OpenSansSemibold',Helvetica,Arial,sans-serif;
	font-size:15px;
	text-transform:uppercase;
	color:#ffffff;	
	font-weight:normal;	
}
#nav .current-menu-item, #nav .current-page-ancestor, .page-id-13 #nav #menu-item-65{
	background:#ffffff;
	border-top:4px solid #5e9732;
	position:relative;
	top:-4px;
	padding: 15px 15px 0;
}
#nav .current-menu-item a, #nav .current-page-ancestor a, .page-id-13 #nav #menu-item-65 a {
	color: #5E9732;	
}
#nav .search_form_cont {
	position:relative;
	float:right;
	width:192px;
	top: 10px;
	margin:0;
}
#nav .s {
	width:145px;
	padding:0 35px 0 12px;
	height:36px;
	font-size:15px;
	line-height:36px;
	color:#767777;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	border-radius:10px;
	behavior: url('https://sla.org/wp-content/themes/sla/library/PIE.htc');
	position:relative;
	border:0 none;
}
#nav .searchsubmit {
	background:url('images/search.gif') no-repeat;
	position:absolute;
	width:26px;
	height:25px;
	border:0 none;
	right:10px;
	top:6px;
	width:26px;
	cursor:pointer;
}
.error404 #content .search_form_cont {
	position:relative;
	width:300px;
	margin:30px 0;
}
.error404 #content .s {
	width:253px;
	padding:0 35px 0 12px;
	height:36px;
	font-size:15px;
	line-height:36px;
	color:#767777;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	border-radius:10px;
	behavior: url('https://sla.org/wp-content/themes/sla/library/PIE.htc');
	position:relative;
	border:1px solid #efeeeb;
}
.error404 #content .searchsubmit {
	background:url('images/search.gif') no-repeat;
	position:absolute;
	width:26px;
	height:25px;
	border:0 none;
	right:10px;
	top:6px;
	width:26px;
	cursor:pointer;
}
#slideshow {
	background:#3d3d3d;
	min-height:325px;
	height:auto;
}
.home .slides img {
	float:left;
	margin:0 50px 0 40px;
	height:325px;
	width:488px;
}
.slideshow_text {
	float:left;
	width:320px;
	color:#ffffff;
	padding-top:30px;
	
	position: relative;	/* this is added to fix unclickable links - aug7 */
	z-index: 2;		/* this is added to fix unclickable links - aug7 */
}
.slideshow_text a:hover{
	color:#ffffff;
}
#mission {
	background:#496e8b;
	height:auto;
	color:#fff;
	text-align:center;
	padding:35px 0 28px;
	font-size:17px;
	line-height:24px;
}
#mission .toggle {
	border-top:1px solid #7591a7;
}
#mission .toggle-message {
	padding:15px 50px;
	border-bottom:1px solid #7591a7;		
}
#mission .toggle-message a {
	color:#fff;
}
#mission .toggle-link {
    left: 49%;
    position: absolute;
    top: -12px;	
    cursor:pointer;
    background:url('images/mission-toggle.png') no-repeat;
    width:22px;
    height:22px;
}
#mission .toggle-link.down {
    background:url('images/mission-toggle-down.png') no-repeat;
}
#call_outs {
	background:url('images/patt-green.gif') repeat;
	min-height:302px;
	height:auto;
	padding-top:50px;
}
#call_outs h3{
	width:280px;
	height:25px;
	padding:5px 10px 0;
	margin-bottom:0;
	background:#ffffff;
}
#landing_page_boxes {
	margin:25px 0 0;
}
.landing_page_box h3{
	min-height:21px;
	padding:9px 9px 3px;
	margin-bottom:0;
	background:#EFEEEB;
	border-bottom:2px solid #ffffff;
	font-size:12px;
	font-family:'OpenSansSemibold',Helvetica,Arial,sans-serif;	
}

.call_out_box, .landing_page_box, .landing_page_image {
	position: relative;
}
.landing_page_box_row {
	float:left;
	margin:0 0 15px;
}
.landing_page_box {
	margin:0 8px 0 0;
	width:205px;
	float:left;
	font-family:'OpenSansRegular',Helvetica,Arial,sans-serif;	
}
.call_out_box a.button, .landing_page_box a.button{
	position: absolute;
	bottom:15px;
	right:20px;
	background:url('images/button-green.png') repeat-x;	
	padding:8px 8px 0 16px;
	height:29px;
	max-height: 37px;
	display: block;	
}
.call_out_box a.button:hover, .landing_page_box a.button:hover {
	background:url('images/button-green.png') repeat-x;	
	color:#eee;
	text-decoration:none;
}
.call_out_box a.button:after, .landing_page_box a.button:after {
	content:' ';
	background:url('images/button-arrow.png');
	width:8px;
	height:15px;
    float: right;
    margin: 2px 0 0 10px;
/*
	content:url('images/button-arrow.png');
    float: right;
    margin: 2px 0 0 10px;
*/	
/*
	position:relative;
	top:2px;
	right:0;
	margin-left:10px;
*/
	}
#content .landing_page_box_text p:first-child {
	margin:2px 0 15px;
}
#main {
	padding-bottom:55px;
}
.home #content h3.section_title, .page-template-page-conference-home-php #content h3.section_title{
	background:#ffffff;
	width:200px;
	height:40px;
	padding:20px 0 0;
	border-top:6px solid #5e9732;
	position: absolute;
	top:-65px;
	text-align:center;
	margin:0;
}
.post {
	margin-top:30px;
	padding-right: 20px;
	font-size:15px;
	line-height:24px;
}
.post_meta {
	font-size:12px;
	line-height:26px;
	color:#565656;
}
.post_meta a{
	color:#565656;
	text-decoration:underline;
}
.post_meta,.read_more {
	text-transform:uppercase;
}
#sidebar {
	text-align:center;
	padding: 60px 0 0;	
}
.home #sidebar {
	padding: 0;
}
#sidebar a#more_posts.button {
	background:url('images/button-purple.png') repeat-x;	
    color: #FFFFFF;
    height: 32px;
    padding: 12px 50px 2px;
    position: relative;
	margin: 10px auto;
}
#sidebar a#more_posts.button:hover {
	text-decoration:none;
	color:#eee;
}
.social {
	text-align:center;
	padding:20px 0;	
}
.social a {
	display:inline-block;
	padding-left:4px;
}
.social a:first-child {
	padding-left:0;
}
#sidebar li {
	text-align:left;
}
#post_tags {
	margin:0 -10px 0 0;
}
#post_tags a {
	display: inline-block;
	color:#ffffff;
	padding:5px 6px;
	margin:0 5px 5px 0;
	background:#ececec;
}
a.tag1, a.tag11, a.tag21, a.tag31, a.tag41, a.tag51, a.tag61, a.tag71 {
    background: none repeat scroll 0 0 #ab96bc !important;
}
a.tag2, a.tag22, a.tag22, a.tag32, a.tag42, a.tag52, a.tag62, a.tag72 {
    background: none repeat scroll 0 0 #5382a9 !important;
}
a.tag3, a.tag33, a.tag23, a.tag33, a.tag43, a.tag53, a.tag63, a.tag73 {
    background: none repeat scroll 0 0 #33658e !important;
}
a.tag4, a.tag44, a.tag24, a.tag34, a.tag44, a.tag54 a.tag64, a.tag74 {
    background: none repeat scroll 0 0 #4a8d83 !important;
}
a.tag5, a.tag55, a.tag25, a.tag35, a.tag45, a.tag55, a.tag65, a.tag75 {
    background: none repeat scroll 0 0 #48857b !important;
}
a.tag6, a.tag66, a.tag26, a.tag36, a.tag46, a.tag56, a.tag66, a.tag76 {
    background: none repeat scroll 0 0 #7eac5b !important;
}
a.tag7, a.tag77, a.tag27, a.tag37, a.tag47, a.tag57, a.tag67, a.tag77 {
    background: none repeat scroll 0 0 #659341 !important;
}
a.tag8, a.tag88, a.tag28, a.tag38, a.tag48, a.tag58, a.tag68, a.tag78 {
    background: none repeat scroll 0 0 #d6ceab !important;
}
a.tag9, a.tag99, a.tag29, a.tag39, a.tag49, a.tag59, a.tag69, a.tag79 {
    background: none repeat scroll 0 0 #d0cab3 !important;
}
a.tag10, a.tag20, a.tag30, a.tag40, a.tag50, a.tag60, a.tag70, a.tag80 {
    background: none repeat scroll 0 0 #c0b899 !important;
}
#post_categories {
	margin:0 -10px 0 0;
}
#post_categories a {
	display: inline-block;
	color:#ffffff;
	padding:5px 6px;
	margin:0 5px 5px 0;
	background:#ececec;
}
a.category1, a.category11, a.category21, a.category31, a.category41, a.category51, a.category61, a.category71, a.category81, a.category91, a.category101, a.category101 {
    background: none repeat scroll 0 0 #ab96bc !important;
}
a.category2, a.category22, a.category22, a.category32, a.category42, a.category52, a.category62, a.category72, a.category82, a.category92, a.category102, a.category102 {
    background: none repeat scroll 0 0 #5382a9 !important;
}
a.category3, a.category33, a.category23, a.category33, a.category43, a.category53, a.category63, a.category73, a.category83, a.category93, a.category103, a.category103 {
    background: none repeat scroll 0 0 #33658e !important;
}
a.category4, a.category44, a.category24, a.category34, a.category44, a.category54, a.category64, a.category74, a.category84, a.category94, a.category104, a.category104 {
    background: none repeat scroll 0 0 #4a8d83 !important;
}
a.category5, a.category55, a.category25, a.category35, a.category45, a.category55, a.category65, a.category75, a.category85, a.category95, a.category105, a.category105 {
    background: none repeat scroll 0 0 #48857b !important;
}
a.category6, a.category66, a.category26, a.category36, a.category46, a.category56, a.category66, a.category76, a.category86, a.category96, a.category106, a.category106 {
    background: none repeat scroll 0 0 #7eac5b !important;
}
a.category7, a.category77, a.category27, a.category37, a.category47, a.category57, a.category67, a.category77, a.category87, a.category97, a.category107, a.category107 {
    background: none repeat scroll 0 0 #659341 !important;
}
a.category8, a.category88, a.category28, a.category38, a.category48, a.category58, a.category68, a.category78, a.category88, a.category98, a.category108, a.category108 {
    background: none repeat scroll 0 0 #d6ceab !important;
}
a.category9, a.category99, a.category29, a.category39, a.category49, a.category59, a.category69, a.category79, a.category89, a.category99, a.category109, a.category109 {
    background: none repeat scroll 0 0 #d0cab3 !important;
}
a.category10, a.category20, a.category30, a.category40, a.category50, a.category60, a.category70, a.category80, a.category80, a.category90, a.category100, a.category110 {
    background: none repeat scroll 0 0 #c0b899 !important;
}

.widget {
	background:#efeeeb;
	width:100%;
	margin-bottom:10px;
}
.noTitle h2.widgettitle{
	display: none;
}
.noBox.widget, .widget_adrotate_widgets {
	background:#fff;
}
.noBox .widget_inner {
	padding:0;
	text-align: left;
}
#ad.widget {
background:#dad3b3;
}
#post_tags.widget, #post_categories.widget {
	background:none;
}
h2.widgettitle {
    font-family: 'OpenSansBold';
    color:#ffffff;
    background:#35658d;
    height:35px;
    padding:15px 0 0 40px;
    border-bottom:3px solid #ffffff;
    text-align:left;
	font-size:16px;
	line-height:18px;
	margin-bottom:8px;
	text-transform:uppercase;    
}
.sub_nav h2.widgettitle{
	background:#107c6a;
}
.highlights h2.widgettitle {
	background:#4c3271;
}
#ad .widget_inner {
	padding:7px 0 15px;
}
.widget_inner {
	text-align:center;
	padding:0 35px 10px;
}
.sub_nav li {
	padding:5px 0 0;
}
.sub_nav li a:hover {
   font-family: 'OpenSansBold';
   text-decoration:none;
}
.sub_nav li.current_page_item a {
    font-family: 'OpenSansBold';
}
.sub_nav .widget_inner a {
	color:#565656;
}
.sub_nav ul.children {
	padding-left:20px;
}
.widget_inner a {
	font-family:'OpenSansSemibold',Helvetica,Arial,sans-serif;	
	font-weight:normal;	
}
#ad .widget_inner {
	padding:10px 0;
}
.highlights li {
	padding:5px 0;
}
.highlights .widget_inner a {
	text-transform:uppercase;
}
.highlights .widget_inner a:after {
	content:'\0020\00BB';
}
#tweet {
	background:#00acee;
	height:170px;
	color:#fff;
	text-align:center;
	position:relative;
	font-size:16px;
	line-height:24px;
}
#tweet .columns {
	padding: 0 170px;
	width: 600px;
}
#tweet a {
	color:#eee;
}
#tweet a:hover {
	color:#ffffff;
}
#tweet a .twitter-icon {
	top:-28px;
	position:relative
}
#tweet .flexslider_tweet {
	height:120px;
	position: relative;
}
#tweet .flex-direction-nav {
    left: -10%;
    position: absolute;
    top: 0;
    width: 120%;
}
#footer_links {
	min-height:134px;
	height:auto;
	background:url('images/patt-purple.gif') repeat;
	color:#fff;
	padding:40px 0;
	font-size:15px;
	line-height:26px;
	font-family:'OpenSansSemibold',Helvetica,Arial,sans-serif;	
	font-weight:normal;
}
#footer_links a {
	color:#ffffff;	
}
#copy {
	text-align:center;
	padding:38px 0 32px;
	color:#565656;
}
#copy ul {
	display:inline;
}
#copy li {
	display:inline-block;
	padding:0 15px;
}

/* #Page Content
================================================== */
#content {
	line-height:24px;
}
#breadcrumbs {
	margin:20px 0 30px;
}
#breadcrumbs a {
	color:#444444;
	text-decoration:underline;
}
.home #content p, .archive #content p{
	margin:0;
}
#content p {
	margin:15px 0;
}
#content h2 {
	font:18px/24px 'OpenSansRegular',Helvetica,Arial,sans-serif;	
	padding-top:10px;
}
#content h3 {
	padding-top:8px;
}
#content h2 + p, #content h2 +p {
	margin-top:10px;
}
#content ul, #content ol {
/*
	width:97%;
	padding-left:3%;
*/
	padding-left:10px;
	margin-left:30px;
	font-family:'OpenSansRegular',Helvetica,Arial,sans-serif;	
	margin-bottom:10px;	
}
#content p + ul, #content p + ol {
	margin-top:-10px;
}
#content ul {
	list-style-type:disc;
}
#content ol {
	list-style-type:decimal;
}
#content blockquote,q {
	width:92%;
	padding-left:8%;
	font-family:'MerriweatherRegular',Georgia,'Times New Roman';
	color:#666666;
	position: relative;
}
#content strong, #content bold, strong, bold {
	font-weight: normal;
    font-family: 'OpenSansSemibold',Helvetica,Arial,sans-serif;
}
/*
#content blockquote:before, #content q:before {
	content:open-quote;
    font-size: 40px;
    left: 20px;
    position: absolute;
    top: 12px;	
}
*/
.share_this {
	margin-top:30px;
	float:left;
}
#respond {
	float:left;
    border-top: #EFEEEB solid 3px;
    margin:30px 0 0;
    padding:20px 0 0;
    width:100%;	
}
#content .wp-pagenavi {
	margin:40px 0 0;
	float:left;
}
/* #Annual Conference Template
================================================== */
#sla_annual_conference #header .container {
	height:140px;
}
#sla_annual_conference #nav {
	background:url("images/patt-purple.gif") repeat scroll 0 0 transparent;
}
#sla_annual_conference #nav li {
    padding: 15px 12px 0;
}
#sla_annual_conference #nav .current-menu-item, #sla_annual_conference #nav .current-page-ancestor {
    border-top: 4px solid #5a307c;
    top: -4px;	
}
#sla_annual_conference #nav .current-menu-item a, #sla_annual_conference  #nav .current-page-ancestor a {
	color:#5a307c;
}
#conference_featured {
	padding:34px 0;
	float:left;
}
#feat_left, #feat_right {
	float:left;
}
#conference_featured #feat_left {
	width:420px;
	margin:0 10px 0 10px;
}
#conference_featured #feat_left p {
	padding:15px 0 10px;
}
#conference_featured #feat_left .conf_year {
	font-size:65px;
	color:#5a307c;
	font-family:'MerriweatherRegular',Georgia,'Times New Roman';
}
#conference_featured #feat_left .conf_annual {
	font-size:28px;
	color:#5a307c;
	font-family:'MerriweatherRegular',Georgia,'Times New Roman';	
	position: relative;
	top: -6px;
}
#conference_featured #feat_left .conf_date {
	color:#3d3d3d;
	font-size:45px;
	text-transform:uppercase;
}
#conference_featured #feat_left .conf_place {
	color:#3d3d3d;
	font-size:40px;
	font-family:'OpenSansLightItalic',Helvetica, Arial, sans-serif;
}
.page-template-page-conference-home-php .flex-direction-nav {
    left: -3%;
    position: absolute;
    top: 42%;
    width: 106%;
}
.page-template-page-conference-home-php #content {
	padding:35px 10px 0;
	font-size:15px;
	color:#565656;
	width:630px;
}
.page-template-page-conference-php #content {
	padding:0 10px;
	font-size:15px;
	color:#565656;
	width:630px;
}
.page-template-page-conference-sched-php #content h1{
	margin-bottom:0;	
}
.page-template-page-conference-sched-php #content p{
	margin:0;	
}
#sla_annual_conference #content h2{
	font-family:'MerriweatherRegular',Georgia,'Times New Roman';
	font-size:24px;    
	color:#5e9732;
}
.page-template-page-conference-home-php #content .wp-tabs *{
	border-radius:0 !important;
}
.page-template-page-conference-home-php #content .ui-tabs {
	background:none;
	border:0 none;
}
.page-template-page-conference-home-php #content .ui-tabs ul {
	width:auto;
	padding:0;
	background:none;
	border:0 none;
}
.page-template-page-conference-home-php #content .ui-tabs .ui-tabs-nav li{
	background:#efeeeb;
	border:0 none;
	margin-bottom:4px;
}
.page-template-page-conference-home-php #content .ui-tabs .ui-tabs-nav li:first-child{
	background:#a38db2;
}
.page-template-page-conference-home-php #content .ui-tabs .ui-tabs-nav li:first-child + li{
	background:#4f7ea4;
}
.page-template-page-conference-home-php #content .ui-tabs .ui-tabs-nav li:first-child + li + li {
	background:#30618a;
}	
.page-template-page-conference-home-php #content .ui-tabs .ui-tabs-nav li:first-child + li + li + li {
	background:#48857B;
}	
.page-template-page-conference-home-php #content .ui-tabs .ui-tabs-nav li:first-child + li + li + li + li {
	background:#659341;
}	
.page-template-page-conference-home-php #content .ui-tabs .ui-tabs-nav li.ui-state-active:first-child {
	margin-bottom:0;
	border-bottom:4px solid #a38db2; 
}
.page-template-page-conference-home-php #content .ui-tabs .ui-tabs-nav li:first-child + li.ui-state-active{
	margin-bottom:0;
	border-bottom:4px solid #4f7ea4; 
}
.page-template-page-conference-home-php #content .ui-tabs .ui-tabs-nav li:first-child + li + li.ui-state-active {
	margin-bottom:0;
	border-bottom:4px solid #30618a; 
}	
.page-template-page-conference-home-php #content .ui-tabs .ui-tabs-nav li:first-child + li + li + li.ui-state-active {
	margin-bottom:0;
	border-bottom:4px solid #48857B; 
}	
.page-template-page-conference-home-php #content .ui-tabs .ui-tabs-nav li:first-child + li + li + li + li.ui-state-active {
	margin-bottom:0;
	border-bottom:4px solid #659341; 
}
.page-template-page-conference-home-php #content .ui-tabs .ui-tabs-nav li a{	
	text-transform: uppercase;
	font-size: 18px;
	color:#ffffff;
	text-shadow: none;
	font-weight:normal;
    font-family: 'OpenSansSemibold',Helvetica,Arial,sans-serif;	
}
.page-template-page-conference-home-php #content .ui-tabs-panel {
	background:#efeeeb;
	border:0 none;
	color:#333333;
}
.page-template-page-conference-home-php #content .ui-tabs:first-child .ui-tabs-panel {
	border-top:4px solid #a38db2;
}
.page-template-page-conference-home-php #content .ui-tabs:first-child .ui-tabs-panel + .ui-tabs-panel{
	border-top:4px solid #4f7ea4;
}
.page-template-page-conference-home-php #content .ui-tabs:first-child .ui-tabs-panel + .ui-tabs-panel + .ui-tabs-panel{
	border-top:4px solid #30618a;
}
.page-template-page-conference-home-php #content .ui-tabs:first-child .ui-tabs-panel + .ui-tabs-panel + .ui-tabs-panel + .ui-tabs-panel{
	border-top:4px solid #48857B;
}
.page-template-page-conference-home-php #content .ui-tabs:first-child .ui-tabs-panel + .ui-tabs-panel + .ui-tabs-panel + .ui-tabs-panel + .ui-tabs-panel{
	border-top:4px solid #659341;
}

.page-template-page-conference-php #content .wp-tabs *{
	border-radius:0 !important;
}
.page-template-page-conference-php #content .ui-tabs {
	background:none;
	border:0 none;
}
.page-template-page-conference-php #content .ui-tabs ul {
	width:auto;
	padding:0;
	background:none;
	border:0 none;
}
.page-template-page-conference-php #content .ui-tabs .ui-tabs-nav li{
	background:#efeeeb;
	border:0 none;
	margin-bottom:4px;
}
.page-template-page-conference-php #content .ui-tabs .ui-tabs-nav li:first-child{
	background:#a38db2;
}
.page-template-page-conference-php #content .ui-tabs .ui-tabs-nav li:first-child + li{
	background:#4f7ea4;
}
.page-template-page-conference-php #content .ui-tabs .ui-tabs-nav li:first-child + li + li {
	background:#30618a;
}	
.page-template-page-conference-php #content .ui-tabs .ui-tabs-nav li:first-child + li + li + li {
	background:#48857B;
}	
.page-template-page-conference-php #content .ui-tabs .ui-tabs-nav li:first-child + li + li + li + li {
	background:#659341;
}	
.page-template-page-conference-php #content .ui-tabs .ui-tabs-nav li.ui-state-active:first-child {
	margin-bottom:0;
	border-bottom:4px solid #a38db2; 
}
.page-template-page-conference-php #content .ui-tabs .ui-tabs-nav li:first-child + li.ui-state-active{
	margin-bottom:0;
	border-bottom:4px solid #4f7ea4; 
}
.page-template-page-conference-php #content .ui-tabs .ui-tabs-nav li:first-child + li + li.ui-state-active {
	margin-bottom:0;
	border-bottom:4px solid #30618a; 
}	
.page-template-page-conference-php #content .ui-tabs .ui-tabs-nav li:first-child + li + li + li.ui-state-active {
	margin-bottom:0;
	border-bottom:4px solid #48857B; 
}	
.page-template-page-conference-php #content .ui-tabs .ui-tabs-nav li:first-child + li + li + li + li.ui-state-active {
	margin-bottom:0;
	border-bottom:4px solid #659341; 
}
.page-template-page-conference-php #content .ui-tabs .ui-tabs-nav li a{	
	text-transform: uppercase;
	font-size: 18px;
	color:#ffffff;
	text-shadow: none;
	font-weight:normal;
    font-family: 'OpenSansSemibold',Helvetica,Arial,sans-serif;	
}
.page-template-page-conference-php #content .ui-tabs-panel {
	background:#efeeeb;
	border:0 none;
	color:#333333;
}
.page-template-page-conference-php #content .ui-tabs:first-child .ui-tabs-panel {
	border-top:4px solid #a38db2;
}
.page-template-page-conference-php #content .ui-tabs:first-child .ui-tabs-panel + .ui-tabs-panel{
	border-top:4px solid #4f7ea4;
}
.page-template-page-conference-php #content .ui-tabs:first-child .ui-tabs-panel + .ui-tabs-panel + .ui-tabs-panel{
	border-top:4px solid #30618a;
}
.page-template-page-conference-php #content .ui-tabs:first-child .ui-tabs-panel + .ui-tabs-panel + .ui-tabs-panel + .ui-tabs-panel{
	border-top:4px solid #48857B;
}
.page-template-page-conference-php #content .ui-tabs:first-child .ui-tabs-panel + .ui-tabs-panel + .ui-tabs-panel + .ui-tabs-panel + .ui-tabs-panel{
	border-top:4px solid #659341;
}

.page-template-page-conference-home-php #sidebar.five.columns, .page-template-page-conference-php #sidebar.five.columns  {
	width:300px;
	margin:0 -10px 0 0;
	padding:10px 0 0;
}
.page-template-page-conference-home-php #sidebar .button, .page-template-page-conference-php #sidebar .button {
	width:183px;
	height:26px;
	padding:13px 32px 8px; 
}
#sla_annual_conference #sponsors {
	width:100%;
	float:left;
	margin:40px 0 0;
}
#sla_annual_conference #sponsors h2 {
	color:#444444;
	float:left;
	padding:14px 40px 0;
    font-family: 'OpenSansRegular',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
	border-top:6px solid #5e9732;	
}
#sla_annual_conference #sponsors .sponsor_logos a {
	max-width:23%;
	padding:0 1%;
	text-align:center;
}
#sla_annual_conference #sponsors .sponsor_logos {
	width:760px;
	float:right;	
}
#sla_annual_conference #tweet {
	height:200px;
}
#hashtag {
	color:#00709b;
	font-size:17px;
	position: relative;
    font-family: 'OpenSansSemibold',Helvetica,Arial,sans-serif;
    bottom:15px;
}
/* #Buttons
================================================== */

.button,
button,
input[type="reset"],
input[type="button"],
#wp-submit {
  	background: url("images/button-purple.png") repeat-x;
    border: 0 none;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'OpenSansSemibold',Helvetica,Arial,sans-serif;
    font-size: 14px !important;
    line-height: normal;
    margin: 10px auto;
    padding: 6px 32px;
    position: relative;
    text-decoration: none;
    text-transform:uppercase;	
    max-height:32px;
	behavior: url('https://sla.org/wp-content/themes/sla/library/PIE.htc');
	font-weight:normal;
 }

.button:hover,
button:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #D0D0D0;
	border: 0 none;
	text-decoration: none;
  	background: url("images/button-purple.png") -5px 0 repeat-x;
	}

.button:active,
button:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: 0 none;
	background: #ccc; /* Old browsers */
	background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
	background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
	background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
	background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
	background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

.button.full-width,
button.full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
p a.button:first-child {
	margin:-5px auto;
}
/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }
    
/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
