#blog{
	background: url(themes/fge_images/standard/background.gif) repeat-y;
	background-position: center 150px;
}
#blog #main {
	background: url(themes/fge_images/standard/top_panel_bg.jpg) repeat-x;
	background-position: 0px 134px;	
}
#solutions_top_panel {
	background: url(themes/fge_images/standard/standard_top_panel_bg.jpg) no-repeat top right;
	height: 99px;
	position: relative;
}
#solutions_top_panel h2 {
	padding-top: 15px;
	font-size: 38px;
	font-weight: 700;
	margin-left: 10px;
	width: 500px;
	color: #fff;
}
#solutions_top_panel h2 a {
	color: #fff;
	text-decoration: none;
}

#blog_items, #search_items {
	float: left;
	width: 730px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#blog_items h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #b7d7fa;
	margin-bottom: 10px;
	height: 28px;
	font-size: 22px;
	width: 700px;
}
#blog_items h3 a {
	color: #0f5aad;
	text-decoration: none;
	font-weight: normal;
}
#blog_items h3.h3_spacer {
	margin-top: 30px;
	clear: both;
}
#blog_items h3.category {
	border-bottom: none;
	font-size: 24px;
	color: #000;
}
#blog_items p {
	font-size: 12px;
	line-height: 20px;
	margin-right: 40px;
}
#blog_items ul {
	font-size: 12px;
	margin-left: 17px;
	margin-bottom: 10px;
}
#blog_items ul li {
	margin-bottom: 5px;
}
.blog_item {
	margin-bottom: 40px;
	position: relative;
	clear: both;
}
.blog_item span.comments_total {
	position: absolute;
	right: 40px;
	top: 50px;
	font-size: 12px;
}
#blog_items a {
	text-decoration: none;
	font-weight: 700;
}
#blog_items a:hover {
	text-decoration: underline;
}
.blog_item_thumbnail {
	float: left;
	border: 2px solid #efefef;
	margin-right: 20px;
	margin-bottom: 40px;
	width: 100px;
	height: 100px;
	text-align: center;
}
.blog_item_thumbnail img {
	margin-top: auto;
	margin-bottom: auto;
}
.blog_date {
	color: #535353;
}


/* Individual Posts */
.blog_item_images {
	float: right;
	margin-right: 40px;
	margin-left: 20px;
	padding-left: 0px;
	width: 350px;
}
.blog_item_images img {
	border: 2px solid #e5e5e5;
	margin-bottom: 20px;
	float: right;
	margin-left: 0px;
}
.blog_article_img {
	float: right;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 40px;
}

/* Comments */
p label {
	width: 50px;
	display: block;
	float: left;
}
.individual_comment {
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	width: 700px;
}
.individual_comment p {
	font-style: italic;
}
.individual_comment small {
	font-size: 10px;
	color: #535353;
}

/* Right hand */
#right_hand_nav {
	float: left;
	margin-left: 0px;
	padding-left: 20px;
	width: 180px;
	position: relative;
}
#right_hand_nav #searchform {
	margin-top: 20px;
}
#right_hand_nav a {
	text-decoration: none;
}
#right_hand_nav a#right_hand_twitter {
	background: url(themes/fge_images/twitter.jpg) no-repeat;
	padding-left: 25px;
	height: 19px;
	display: block;
}
#right_hand_nav a#right_hand_rss {
	background: url(themes/fge_images/rss.jpg) no-repeat;
	padding-left: 25px;
	height: 19px;
	display: block;
}
#right_hand_nav .left_corner {
	position: absolute;
	top: 0px;
	left: -12px;
	background: url(themes/fge_images/home/left_corner.gif) no-repeat;
	width: 13px;
	height: 10px;
	display: block;
}
#right_hand_nav .right_corner {
	position: absolute;
	top: 0px;
	right: -33px;
	background: url(themes/fge_images/home/right_corner.gif) no-repeat;
	width: 13px;
	height: 10px;
	display: block;
}
#right_hand_nav h4 {
	border-bottom: 2px solid #AAB9C6;
	padding-bottom: 20px;
	color: #1C3756;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#right_hand_nav p {
	font-size: 12px;
}