@charset "utf-8";
/* CSS Document */

#left_new {
	width: 620px;
	float: left;
	margin-right: 20px;
}

#left2 {
	width: 460px;
	float: left;
	margin-right: 10px;
}

#centre {
	width: 150px;
	float: left;
	margin-top: 38px;
}

#right_new {
	width: 299px;
	float: left;
	border-left: 1px solid #CDCDCD;
}

#left_new h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 2.2em;
}

.body {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #2d2d2d;
	line-height: 1.3em;
}

.featuring {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #212121;
	color: #FFFFFF;
	padding: 12px 8px 12px 8px;
}

.school_comment_arrow {
	background-image: url(../images/arrow_up_grey.png);
	width: 15px;
	height: 15px;
	z-index: 10;
	margin-top: 10px;
	margin-left: 50px;
	position: relative;
	top: 1px;
}

.school_comment {
	width: 250px;
	margin-left: 10px;
	border-top: 1px solid #F2F2F2;
	border-left: 1px solid #FBFBFB;
	border-right: 1px solid #F6F6F6;
	border-bottom: 1px solid #FBFBFB;
	background-color: #EEEEEE;
	font-weight: bold;
	padding: 12px;
}

.list_item {
	border-bottom: 1px solid #CDCDCD;
	padding-top: 3px;
	padding-bottom: 3px;
}

.list_item.first {
	border-top: 1px solid #CDCDCD;
}

.submit_story_box {
	padding: 5px;
	width: 110px;
	text-align: center;
}

.submit_story_arrow {
	background-image: url(../images/arrow_down_slope_orange.gif);
	background-repeat: no-repeat;
	margin-left: 56px;
	height: 12px;
	margin-bottom: 1px;
}

.standfirst {
	position: relative;
	top: -8px;
	margin-bottom: 4px;
}

.breadcrumbs {
	margin-top: 15px;
	margin-left: 5px;
}

.shareStoryBox{
	border-top: 1px solid silver;
}

.shareStoryBox input{
	margin-bottom:10px;
	
}

.footer_block_outer {
	background-color: #212121;
	border-top: 1px solid #4D4D4D;
	border-left: 1px solid #979797;
	border-bottom: 1px solid #4D4D4D;
	border-right: 1px solid #898989;
	padding: 5px 0px 5px 0px;
	color: #9E9E9E;
	margin-top: 20px;
}

.footer_block_inner {
	background-image: url(../images/home_footer_bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 0px;
}

.footer_block {
	float: left;
	width: 214px;
	padding: 0px 10px 0px 10px;
}

.footer_block_title {
	color: #FFFFFF;
	font-size: 1.6em;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

.footer_block .comment {
	padding-top: 10px;
	padding-bottom: 5px;
}

.footer_block .story {
	padding-top: 10px;
	padding-bottom: 5px;
}

.footer_block .member {
	padding-top: 5px;
	padding-bottom: 5px;
}

.post_comment {
	margin-bottom: 10px;
}

.sharingwidgets_twitter {
	float: left;
}

.sharingwidgets_fb {
	float: left; 
	padding-left: 5px; 
	position: relative; 
	padding-left: 10px; 
	bottom: 12px;
}