
#headingStories {

}

#wrapper {
	margin:0px auto 0px auto;
	width:916px;
	height:540px;
	background-image:url(../../imgs/stories/compose/bg_main.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.aboutThisPage{
	margin-top:15px;
	border-left:1px double #b9b098;
	background-image:url(../../imgs/stories/bg_about_page.jpg);
	width:825px; /* 915 - 45 - 45  */
	height:72px; /* 132 - 30 -30 */
	padding:30px 45px;
	color:#333333;
	font-size:12px;
	line-height:20px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
}

.pageHeadline {
	font-size: 17px;
	color: #000000;
}

div.storyIdeasBox {
	/*border: 1px #ecf4f8 solid;*/
	background-color:#fdf9ed;
	padding:25px;
	color:#222222;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
}

div.storyIdeasBox h3,
div.submitStoryBox h3 {
	color:#222222;
	font-size: 17px;
	font-weight: bold;
	margin-bottom:20px;
}

div.storyIdeasBox ul {
	line-height:2;
	margin-left:15px;
}

div.orangeStripTop {
	background-color: #ffffff;
	border-top:1px #ecc24a solid;
	height:1px;
}

div.orangeStripBottom {
	background-color: #ffffff;
	border-bottom:1px #ecc24a solid;
	height:1px;
}

div.submitStoryBox {
	background-color:#fdf9ed;
	height:170px;/* 188 - 18 */
	margin-bottom:18px;
	padding:20px 22px 0px 25px;
	color:#222222;
	font-size:12px;
	font-weight:normal;
	line-height:1.3;
	background-image: url('/skins/default/imgs/stories/read/bg_submitstory_box.gif');
	background-repeat: no-repeat;
}

/* Share Box */

#shareBox{
	background-color:#FDF9ED;
	border:0;
}
.shareButton{
	text-align:left;
	padding: 5px 0 5px 15px;
	display: block;
	background-color: #FDF9ED;
	text-decoration: none;
}
.shareButtonImg{
	padding-right:3px;
	margin-bottom:-3px;
}

