
/* Featured Blogger + Blog Name (left col) */
.feat-profile {
	background: url(../images/line_bluedotted.gif) repeat-x 0 100%;
}
.feat-profile h2 {
	height: 42px;
	text-indent: -999em;
	background: url(../images/h2_bloggerprofile.gif) no-repeat;
	padding-bottom: 13px;
}
.feat-profile .picture {
	display: block;
	float: left;	
	margin-right: 7px;
}
.feat-profile .picture img {
	border: 1px solid #a7a8a9;
}
.feat-profile .name {
	font-size: 1.8em;
	color: #333333;
	line-height: 1em;
}
.feat-profile .link-profile {
	font-size: 1.2em;
}
.feat-profile .link-rss a {
	display: block;
	background: url(../images/icon_rss_left.gif) no-repeat;
	height: 18px;
	float: left;
	padding: 4px 0 0 24px;
	font-size: 1.2em;
	line-height: 1em;
	margin: 10px 0 0 -3px;
}
.feat-profile h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding-top: .8em;
}
.feat-profile .teaser {
	font-size: 1.2em;
	padding-bottom: 1em;
}

/* Most Popular Posts (left col) */
.popular-posts h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding-top: 0em;
}
.popular-posts li {
	font-size: 1.2em;
	padding-top: .8em;
}



/* Archives links (left col) */
.archive-links h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding-top: 0em;
}
.archive-links li {
	font-size: 1.2em;
	padding-top: .3em;
}










/* Blog Entries */
.blog-entries {
	padding-top: .4em;
}
.blog-entries .blog-entry {
	/*padding: 1.7em 0;*/
	padding: 1.2em 0;
	clear: both;
	background: url(../images/line_bluedotted.gif) repeat-x 0 100%;
}
.blog-entry .date-time {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-bottom: .8em;
}
 .blog-entry h2 {
	font-size: 2.4em;
	font-weight: normal;
	padding-bottom: .25em;
}
.blog-entry .teaser {
	font-size: 1.4em;
	line-height: 1.3em;
	padding-bottom: .6em;
}
.blog-entry .teaser p {
	display: inline;
}
.blog-entry .utility-links {
	padding-bottom: 1.7em;
}
.blog-entry .utility-links li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
.blog-entry .utility-links li a {
	padding: 0 .6em 0 2.1em;
	height: 1.7em;
	display: block;
	background: no-repeat 0 50%;
}
.blog-entry .utility-links .comments a {
	background-image: url(../images/icon_comments.gif);
}
.blog-entry .utility-links .trackback a {
	background-image: url(../images/icon_trackback.gif);
}
.blog-entry .utility-links .permalink a {
	background-image: url(../images/icon_permalink.gif);
}

/* Pagination links */
.pagination {
	font-size: 1.4em;
	text-align: right;
	padding-top: 1.2em;
}



/* Search */
#search {
	position: absolute;
	left: 114px;
	top: -58px;
	width: 300px;
}
#search .form-text {
	font-size: 1.1em;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding: 5px 5px 0 5px;
	float: left;
	width: 136px;
	margin-right: 8px;
	border: none;
}

/* Login / Register links */
.login-links {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	float: left;
	padding: 1.4em 0 .8em;
}
.login-links .links {
	float: right;
	margin: 0 3px 0 20px;
}
.login-links .welcome {
	float: right;
}

/* Top Experts */
.top-experts li {
	font-size: 1.3em;
}
.top-experts h2 {
	margin: 20px 0 8px;
	height: 40px;
	text-indent: -999em;
	background:url(../images/h2_topexperts.gif) no-repeat;
}
.top-experts .picture {
	display: block;
	float: left;
	margin-right:7px;
}
.top-experts .name {
	display: block;
	padding-top: 5px;
}
.top-experts li {
	line-heigh: 1em;
	clear: both;
	padding-bottom: 5px;
}
/* Upcoming Events */
.upcoming-events {}
.upcoming-events h2 {
	margin: 20px 0 9px;
	height: 40px;
	text-indent: -999em;
	background:url(../images/h2_upcomingevents.gif) no-repeat;
}
.upcoming-events li {
	padding-top: 8px;
	font-size: 1.2em;
	float: left;
	width: 300px;
}
.upcoming-events li.first {
	padding-top: 0;
}
.upcoming-events .event-date {
	float: left;
	background: #cddeff url(../images/bg_event_date.gif) no-repeat 0 0;
	width: 46px;
	height: 56px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	margin: 0 12px 6px 0;
}
.upcoming-events .month {
	display: block;
	margin: 0 auto 1px 0;
	padding: 4px 0;
	font-size: 1em;
	height: 10px;
	line-height: 1em;
	text-transform: uppercase;
}
.upcoming-events .day {
	display: block;
	margin: 5px auto;
	font-size: 2em;
}
.upcoming-events .event-title {
	font-size: 1.33em;
	line-height: 1.2em;
	
}
.upcoming-events .event-teaser {
	line-height: 1.5em;
}
.upcoming-events .link-calendar {
	font-size: 1.2em;
}

/* Poll */
.poll {
	font-size: 1.3em;
}
.poll h2 {
	margin: 20px 0 8px;
	height: 42px;
	text-indent: -999em;
	background:url(../images/h2_industrypulse.gif) no-repeat;
}
.poll .question {
	padding-bottom: .95em;
	line-height: 1.4em;
}
.poll .answers {
	padding-bottom: 1.3em
}
.poll .answer {
	line-height: 1.8em;
}

/*Marketplace*/
.marketplace {
	position:relative;
}
.marketplace h2 {
	margin: 20px 0 8px;
	height: 26px;
	text-indent: -999em;
	background:url(../images/h2_marketplace.gif) no-repeat;
}
.marketplace .button-post {
	position: absolute;
	top: 5px;
	left: 244px;
	display: block;
	width: 48px;
	height: 16px;
	text-indent: -999em;
	background:url(../images/button_post.gif) no-repeat;
}
.marketplace h3 {
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	padding-top: 3px;
}
.marketplace dl {
	padding-bottom: 7px;
}
.marketplace dt {
	font-size: 1.6em;
}
.marketplace dd {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 11px;
}
.marketplace .link-more {
	padding-top: .25em;
}
/* Admin Tools */
.admin-tools {
	font-size: 1.3em;
	line-height: 1.5em;
}
.admin-tools h2 {
	margin: 20px 0 8px;
	height: 26px;
	text-indent: -999em;
	background:url(../images/h2_siteadmin.gif) no-repeat;
}
