#right_col_blog{
	float: left;
	margin-right: 38px;
	width: 300px;
}
#left_col_blog{
	width: 590px;
	float: left;
	
}



/* Common Styles
***************************/
.page_width{
	width: 930px;
	margin: 0 auto;
}
.clearline{
	clear: both;
	height: 0px;
	overflow: hidden;
}
.light{
	color: #a5a5a5;
	font-weight: 100;
}
.blue{
	color: #ED2630;
}
/*FF outline hack*/
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

/* Masthead
***************************/
#masthead{
	background: #FFFFFF;
	height: 43px;
	position: relative;
}

#icon-logo {
	float: right;
	background: url(../images/layout_images/blog/icon-logo.gif);
	margin: 4px 15px 0 0;
	width: 134px;
	height: 35px;
}

#icon-back a {
	float: left;
	background: url(../images/layout_images/blog/icon-back.gif);
	margin: 4px 0 0 15px;
	width: 134px;
	height: 35px;
	display: block;
}

#head-contain {
	width: 862px;
	height: 193px;
	margin: 0 auto;
}

#head-title {
	width: 346px;
	height: 88px;
	background: url(../images/layout_images/blog/heading.gif);
	margin: 133px 0 30px 3px;
	float: left;
}

#masthead h1{
	display: block;
	display: relative;
}

#masthead h1 a{
	position: absolute;
	margin-left: 60px;
}

#subscribe-contain {
	float: right;
	width: 300px;
	height: 131px;
	margin-top: 105px;
}

#subscribe-slider {
	background: url(../images/layout_images/blog/subscribe-top.gif);
	width: 300px;
	height: 108px;
	margin-top: 76px;
}

#subscribe-slider a {
	
	display: block;
	width: 300px;
	height: 36px;
}

#subscribe-hider {
	
	width: 300px;
	height: 108px;
	overflow: hidden;
}


#subscribe-bottom {
	background: url(../images/layout_images/blog/subscribe-bottom.png);
	width: 300px;
	height: 23px;
}

#subscribe-name {
	background: url(../images/layout_images/blog/subscribe-name.gif);
	width: 197px;
	height: 23px;
	margin: 9px 2px 1px 23px;
}

#subscribe-email {
	background: url(../images/layout_images/blog/subscribe-email.gif);
	width: 197px;
	height: 23px;
	margin: 0 2px 1px 23px;
}

#subscribe-submit {
	width: 56px;
	height: 47px;
	margin: 0px 22px 0 0;
}

#subscribe-slider #subscribe-email input, #subscribe-slider #subscribe-name input {
	border: none;
	width: 190px;
	height: 20px;
	margin: 2px 0 0 5px;
	font-family: "Georgia", "Times New Roman";
	color: #9b9b9b;
	font-size: 14px;
}


#header_copy_wrapper{
	position: relative;
	
}

#header_copy{
	display: block;
	width: 520px;
	height: 150px;
	top: 195px;
	position: absolute;
	left: 40px;
	font-size: 2.5em;
	color: #939393;
	overflow: hidden;
	line-height: 1.1em;
}
#header_copy strong{
	color: #ED2630;
	font-weight: normal;
}

/* Content
***************************/
#content{
	
}


/* Blog list
***************************/

#blog_list{
	float: left;
	width: 522px;
	margin: 0 40px 0 40px;
	display: inline;
}

/*Blog teaser*/
/*#content p{
	margin: 0 0 1em;
	line-height: 1.4em;
	font-size: 1.1em;
	font-family: "Arial", "Verdana"!important;
}*/
.author{
	margin-bottom: 15px;
	font-size: 1.1em;
}
.teaser_image{
	border: 1px solid #d3d3d3;
	max-width: 522px;
	/*
float: right;
	margin: 0 0 10px 10px;
	display: inline;
*/
}

.teaser p{
	margin: 0 0 1em;
}
.teaser a{
	font-size: 1.0em;
}
.teaser .more{
	font-size: 1.2em;
}
.teaser_functionality{
	margin: 10px 0px;
}
/*Comments*/

.functionality{
	line-height: 23px;
}
.comments_txt a {
	float: left;
	display: inline;
	color: #FFFFFF;
	margin-left: 5px;
}

/*Feeds*/
.feeds{
	float: left;
	list-style: none;
	width: 130px;
	height: 29px;
	margin: 0;
}
.feeds li{
	float: left;
}
.feeds li a{
	text-indent: -5000px;
	display: block;
	height: 23px;
	width: 23px;
	margin-right: 3px;
}

.teaser_category_list{
	float: right;
}

.blog_story .teaser_category_list{
	margin-bottom: 20px;
}
#comments_form{
	clear: both;
}


/* Right column
***************************/
#right_column{
	float: left;
	width: 288px;
	margin-right: 35px;
	display: inline;
}
/*Search*/
#search{
	background: URL(/images/layout_images/blog/theme/dot.gif) left top repeat-x;
	line-height: 32px;
	padding: 0;

}


#right_column h2{
	color: #FFF;
	font-size: 1.5em;
	font-weight: normal;
	background: URL(/images/layout_images/blog/dot.gif) left top repeat-x;
	line-height: 38px;
	padding: 0 1px;
	margin-bottom: 5px;
}
#right_column p{
	font-size: 1.2em;
	margin: 9px 20px 23px;
}

#right_column ul{
	list-style: none;
	list-style-position: outside;
	margin: 9px 0 23px;
	padding: 0;
	font-size: 1.2em;
}

#right_column ul li{
	line-height: 21px;
	display: block;
	text-indent: 0;
	margin: 0;
	padding: 0 20px;
}
#right_column ul li a{
	text-indent: 0;
	margin: 0;
	padding: 0;
}

#footer a {
	color:#8B8B8A !important;
	font-size:0.9em;
}
