/*
Theme Name: Internet Kit One Custom
Theme URI: http://aiga.org
Description: This is a child theme that extends the Internet Kit One theme, it can be customized without affecting the base theme.
Author: AIGA
Author URI: http://aiga.org/
Version: 1.0.0
Template: ikit_one
*/

@import url("../ikit_one/style.css");

/* Hide Featured Job */
.page-template-events-php .ikit-widget-featured-job { display:none; } 

/* Hide Featured Portfolio */
.page-template-events-php .ikit-widget-featured-portfolio { display:none; } 

/* Hide Design Envy */
.page-template-events-php .ikit-widget-designenvy { display:none; } 

/* Hide Social Widget */
.page-template-events-php .ikit-widget-social { display:none; } 

/* Hide Mailing List */
.page-template-events-php .ikit-widget-mailing-list { display:none; } 

.single-post ul, .single-post ol, .single-post li, .ikit-body ul, .ikit-body ol, .ikit-body li {list-style:disc inside none}

/* OLD Set Custom Background Image
.layout-main-container {
background-image: url('/wp-content/uploads/2012/08/diamond_upholstery_@2X.png');
background-repeat: repeat;
background-position: top left;
background-attachment: scroll;
} */

/* OLD Set Custom Background Image */
.layout-main-container {
background-image: url('/wp-content/uploads/2012/08/pixel-background.png');
background-repeat: repeat;
background-position: top left;
background-attachment: scroll;
} 

/* Style Local Sponsors Widget (ie, #text-2) */
#text-2 .box-banner-title, #text-2 .box-banner-title-line, #text-2 .background-color-text {
    background-color: #8bc558;
}

/* Style Facebook Widget (ie, #text-3) */
#text-3 .box-banner-title, #text-3 .box-banner-title-line, #text-3 .background-color-text {
    background-color: #00afe9;
}

.floatleft {
	float: left;
	margin: 0 10px 20px 0;
}
.clear {
	clear: both;
}
.boardmember {margin-bottom: 40px; padding: 20px;}

/* Fix widget bullets */
.box-widget-content ul { list-style:none; }
.box-widget-content ul li { list-style:none; }
.box-widget-content ul ul { list-style:disc; }
.box-widget-content ul ul li { list-style:disc; }

/* Fix slide width 
ul.slides li { max-width:1000px !important; }*/

/* Suppress iKit registrants on Evolution of Print */
.postid-10198 .event-attendees { display:none; }