
#content {
	background: #000;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-top: 8px;
	color: #FFF;
}

#content a {
	color: #FFF;
}

#blogItems {
	float: left;
	width: 654px;
	width: 507px;
	margin: 0 26px 0 9px;
	display: inline;
}

.blogItem {	
	margin: 0 0 16px 0;
}
.blogItem h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 8px 0 8px 2px;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.blogItem h2 a { text-decoration: none; }
.blogItem.first h2 {
	border-top: 3px solid #FFF;
}
.blogItem .specs {
	margin: 0 0 8px 0;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.blogItem .ftImg {
	display: block;
	margin: 0 0 10px 0;
}
.blogItem .text {
	font-size: 12px;
	line-height: 16px;
}

.blogItem .footer {
	width: 654px;
	width: 507px;
	height: 40px;
}
.blogItem .footer .tags {
	width: 500px;
	width: 393px;
	float: left;
}
.blogItem .footer .tags .heading {
	display: block;
	width: 32px;
	height: 40px;
	float: left;
	overflow: hidden;
	text-indent: -300px;
	background: url(/images_gl/blog_icon_tags_inv.gif) center left no-repeat;
}
.blogItem .footer .tags .links {
	width: 468px;
	width: 321px;
	float: left;
	margin: 16px 0 0 0;
}
.blogItem .footer .tags a {
	text-decoration: none;
}
.blogItem .footer .tags a:hover {
	text-decoration: underline;
}
.blogItem .footer .shareLinks {
	margin: 12px 0 0 0;
	width: 94px;
	float: right;
}
.blogItem .footer .shareLinks a {
	display: block;
	float: right;
	margin: 0 0 0 3px;
	background: url(/images_gl/blog_icons_share_inv.gif);
	text-indent: -500px;
	height: 26px;
	width: 26px;
	overflow: hidden;
}
.blogItem .footer .shareLinks a.iconFacebook {
	background-position: -29px 0;
}
.blogItem .footer .shareLinks a.iconFacebook:hover {
	background-position: -29px -26px;
}
.blogItem .footer .shareLinks a.iconTwitter:hover {
	background-position: 0 -26px;
}

.blogItem .text object { display: block; margin: 6px 0; }
.blogItem .text embed { display: block; margin: 6px 0; }
.blogItem .text img { display: block; margin: 6px 0; }

.blogItem .text ul, .blogItem .text ol {
	margin: 4px 0 8px 0;
}
.blogItem .text li {
	margin: 0 0 4px 24px;
}


#pageNav {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 654px;
	width: 507px;
	
}
#pageNavLinks {
	float: right;
	color: #FFF;
	font-size: 13px;
	padding: 6px 8px;
}
#pageNavLinks a {
	text-decoration: none;
	color: #FFF;
}
#pageNavLinks a:hover {
	text-decoration: underline;
}



#sidePanel {
	float: left;
	width: 325px;
	width: 242px;
}


#latestPostsContain, #mostReadContain {
	margin: 0 0 26px 0;
}
#latestPostsContain h2, #mostReadContain h2 {
	text-indent: -500px;
	overflow: hidden;
	width: 325px;
	width: 242px;
	height: 24px;
	background: url(/images_gl/blog_head_latest_posts_inv.gif);
	margin: 0 0 10px 0;
}
#latestPostsContain li, #mostReadContain li {
	margin: 4px 0 4px 7px;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(/images_gl/blog_side_bullet_inv.gif) center left no-repeat;
}
#latestPostsContain li a, #mostReadContain li a {
	text-decoration: none;
}
#latestPostsContain li a:hover, #mostReadContain li a:hover {
	text-decoration: underline;
}

#mostReadContain h2 {
	background: url(/images_gl/blog_head_popular_posts_inv.gif);
}





