/* CSS Document */

body {
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../../images/bgmain.jpg) no-repeat center fixed;
}
blockquote {
	margin: 0 30px;
}
#sitelink {
	font: 10px Arial, Helvetica, sans-serif;
	color: #84653f;
	position: relative;
	left: 20px;
	top: 30px;
}
#sitelink a { color: #84653f; }
#sitelink a:hover { color: white; }
#wrapper {
	width: 780px;
	min-height: 1px;
	margin: 0 auto;
	text-align: left;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #5EAEFF;
}
a:hover {
	text-decoration: underline;
	color: #5EAEFF;
}
.stronglink {
	color: #FF6600;
	font-weight: bold;
}



#header {
	position: absolute;
	width: 767px;
	text-align: left;
	margin-left: 23px;
	z-index: 3;
}
#headerimg {
	position: relative;
	top: 21px;
}
#rss {
	float: right;
}
#ieupdate a {
	background: black;
	color: #F00;
	font-weight: bold;
}
#ieupdate {
	background: black;
	text-align: center;
	margin: 0 auto;
}



#stagewrapper {
	position: absolute;
	top: 109px;
	width: 780px;
	margin: 0 auto;
	z-index: 2;
}
#content {
	width: 515px;
	padding: 25px;
	background: black;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	margin-bottom: 109px;
}
#content h1 {
	font-size: 20px;
	color: white;
	padding-bottom: 11px;
}
#content h1 a {
	color: white;
}
#content .storydetails {
	padding: 3px 7px;
	color: #5EAEFF;
	background: #32302d;
	border: solid 1px #40403d;
	margin-bottom: 8px;
}
#content .storydetails2 {
	padding: 3px 7px;
	color: #5EAEFF;
	background: #32302d;
	border: solid 1px #40403d;
	margin-bottom: 30px;
}
#content .storydetails3 {
	margin-bottom: 10px;
}
#contentfooter {
	width: 515px;
	padding: 7px 25px;
	position: relative;
	top: 25px;
	right: 25px;
	background: #403e3c;
	height: 19px;
	border-top: solid 1px #5EAEFF;
	text-align: left;
}
#uparrow {
	float: right;
	position: relative;
	bottom: 7px;
}
.date {
	float: right;
}
.readmore {
	margin: 10px auto 70px auto;
}
.readmore2 {
	margin-top: 50px;
}
.sharelink {
	float: right;
}
.readmore a, .readmore2 a {
	font-style: italic;
}



#sidebar {
	float: right;
	padding: 20px;
	background: #3f3e3b;
	font-size: 12px;
	width: 174px;
	border-left: solid 1px #535351;
	text-align: left;
	line-height: 16px;
}
#sidebarfooter {
	height: 15px;
	width: 215px;
	border-top: solid 1px #499de3;
	background: white;
	position: relative;
	top: 20px;
	right: 21px;
}
#sidebar h1 {
	font-size: 16px;
	color: white;
	padding-bottom: 10px;
}



h3 {
	padding: 12px 0 4px 0;
	font: bold italic 14px Tahoma, Arial, Helvetica, sans-serif;
}
h4 {
	padding: 0 0 4px 0;
	font: bold italic 14px Tahoma, Arial, Helvetica, sans-serif;
}
.storybold {
	font-weight: bold;
	color: #5EAEFF;
}
.storyblue { color: #5EAEFF; }
.custominput1 {
	border: 1px solid #5EAEFF;
	margin-top: 4px;
	padding: 2px 4px;
	background: #DDDDDD;
	width: 250px;
}
.custominput1:focus, .custominput2:focus { background: white; }
.custominput2 {
	border: 1px solid #5EAEFF;
	margin-top: 4px;
	padding: 2px 4px;
	background: #DDDDDD;
	width: 98%;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}
.required { color: #FF0000; }
#sharenote {
	font-size: 10px;
	font-style: italic;
	color: #FF0000;
}