/* CSS Document */
@import url(http://www.uwex.edu/ces/_cets/theme/pool/baseLayout.css);
@import url(styles.css);
body, p, table, tr, td {
	font-size: 13px;
}

/* 2010 conference badge */
#cesSideNav #ce2010conference-badge {
	margin: 7px;
}	
#cesSideNav #ce2010conference-badge img {
	border: none;
}	

/* eXtension badge */
#cesSideNav #eXtension-partner-badge {
	margin: 7px;
	margin-bottom: 1em;
}	
#cesSideNav #eXtension-partner-badge img {
	border: none;
}	

/* Social Media Links */
#social-links {margin: 7px; margin-bottom:1em;}
#social-links .title {
    border-color: #999999;
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 13px;
    margin-bottom: 0.25em;
    padding-bottom: 0.25em;
	color: #555;
}
#social-links .links {margin: 0; padding-left:5px;}
#social-links .links li {
	list-style: none;
	margin: 6px 12px 0 0;
	/*float: left;
	width: 95px;  may need to resize for other social site's labels. 45% might be better */
	background: none;
	padding: 0;
	border: none;
}
#social-links .links li a {
	padding: 4px 0 6px 29px;
	border: none;
	margin: 0;
	line-height: 23px
}
/* Icons */
#social-links .links li.facebook a { background: url(../images/socialmedia.png) no-repeat 0 0 !important; }
#social-links .links li.twitter a { background: url(../images/socialmedia.png) no-repeat 0 -30px !important; }
#social-links .links li.flickr a { background: url(../images/socialmedia.png) no-repeat 0 -60px !important; }
#social-links .links li.youtube a { background: url(../images/socialmedia.png) no-repeat 0 -90px !important; }
#social-links .links li.email a { background: url(../images/socialmedia.png) no-repeat 0 -150px !important; }
#social-links .links li.rss a { background: url(../images/socialmedia.png) no-repeat 0 -180px !important; }
