/**
 * PGI:131022 - Initial changes - based on Frisco for BuddyPress
 *
 * 140328 - added poll background
 **/

body {
	background-color: #CCC;
}

#header h1 a {
    text-transform: none; 
    font-size: 0.5em; 
    text-align: left; 
}
#header #navigation[role="celogin"] {
    text-align: center; 
}
#header .celogin {
    display:inline-block;
}
#header .celogin .button {
    padding:0px 20px;
}

.cebanner {
	background:url(images/cebanner.jpg) center top no-repeat;
	height:64px;
	margin-left:auto;
	margin-right:auto;
}

.readMore {
	text-align:center;
}

.cescaleimg img {
	max-width:100%;
	width:auto;height:auto;
}

#ce-directory li {
	list-style: none;
}

#ce-directory .item {
	float:left;
	padding:0px 16px;
	max-width:70%;
}

#ce-directory .item-extra {
	padding:8px 0px;
}

#ce-directory .item-title {
	width:auto;
}

#ce-directory .item-avatar {
	float:left;
	max-width:28%;
}

#ce-directory img.avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	width:128px;
	height:128px;
}

#ce-directory a:hover img.avatar {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: -webkit-filter 0.2s ease-in-out;
	-moz-transition: -moz-filter 0.2s ease-in-out;
	transition: filter 0.2s ease-in-out;
}

/* Events */
#tribe-events-content
{
	padding: 10px 20px;
}

/* Polls */
.wp-polls, .wp-polls-form
{
	background-color:khaki;
}

/* Classifieds-Notices */
.classified_featured_image {max-width:33%;height:auto;}

.classified_listings {text-align:center;}

