body {
	background: #FFF url(../images/bg_website.jpg) repeat top left;
	color: #252525;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

/* UNIVERSAL CODES FOR THE WEBSITE ARE HERE
------------------------------------------------------------ */

a, a:visited { color: #c40000; text-decoration: underline; }
a:hover { color: #444444; text-decoration: underline; }

h1 { color: #252525; font-size: 26px; font-family: Tahoma, Arial, sans-serif; font-weight: normal; line-height: 26px; margin: 0 0 10px 0; padding: 0; }
h2 { color: #252525; font-size: 20px; font-family: Tahoma, Arial, sans-serif; font-weight: normal; line-height: 20px; margin: 0 0 10px 0; padding: 0; }
h3 { color: #252525; font-size: 20px; font-family: Tahoma, Arial, sans-serif; font-weight: normal; line-height: 20px; margin: 0 0 10px 0; padding: 0; }
h4 { color: #252525; font-size: 18px; font-family: Tahoma, Arial, sans-serif; font-weight: normal; line-height: 18px; margin: 0 0 10px 0; padding: 0; }
h5 { color: #252525; font-size: 14px; font-family: Tahoma, Arial, sans-serif; font-weight: normal; line-height: 14px; margin: 0 0 10px 0; padding: 0; }
h6 { color: #252525; font-size: 10px; font-family: Tahoma, Arial, sans-serif; font-weight: normal; line-height: 10px; margin: 0 0 10px 0; padding: 0; }

p { margin: 0 0 18px 0; padding: 0; }

img { border: 0; }

ul, ol { margin: 0 10px 20px 30px; }
ul { list-style-type:disc; }
ol { list-style-type:decimal; }

.floatleft { float: left; margin: 0 10px 10px 0; }


/* MAIN WEBSITE WRAPPER CODES HERE
------------------------------------------------------------ */

.wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
}

/* HEADER CODES HERE
------------------------------------------------------------ */

.headerwide {
	background: url(../images/bg_header.jpg) repeat-x top left;
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
}
.headerwrap {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
}

.logowrap {
	float: left;
	margin: 10px;
	padding: 0;
	position: relative;
	width: 300px;
}

.logowrap h1 {
	color: #dadada;
	font-size: 48px;
	font-style: italics;
	font-weight: normal;
	line-height: 48px;
	margin: 0;
	padding: 0;
}

.logowrap h1 a, .logowrap h1 a:visited { color: #252525; text-decoration: none; }
.logowrap h1 a:hover { color: #c1c1c1; text-decoration: none; }

.ad468 {
	float: left;
	margin: 10px;
	padding: 0;
	position: relative;
	width: 620px;
}

.memberbox {
	background: #444;
	color: #ccc;
	font-size: 10px;
	padding: 2px 5px;
	position: absolute; top: 0px; right: 10px;
}

.memberbox a, .memberbox a:visited { color: #ccc; text-decoration: none; }
.memberbox a:hover { color: #FFF; text-decoration: none; }

/* NAVIGATION WRAP CODES HERE
------------------------------------------------------------ */

.navwrap {
	float: right;
	font-family: Helvetica, Arial, Sans-serif;
	margin: 20px 10px 10px 10px;
	padding: 0;
	position: relative;
	width: 620px;
}

/* Basic List Styling (First/Base Level) */

.navwrap ul { list-style: none; margin:0; padding:0; }
.navwrap ul li { float:left; position:relative; }

.navwrap ul li a { 
	background: transparent;
	color: #CCC;
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 46px;
	margin: 0 0 0 19px;
	padding: 0;
	text-decoration: none;
    text-shadow: 1px 1px #FFF;
}

.navwrap ul li a:hover {
	color: #444;
	text-decoration: underline;
	text-shadow: 1px 1px #FFF;
}

/* Second Level Drop Down Menu */

.navwrap ul li ul {display: none;}

.navwrap ul li:hover ul {
	display:block; 
	font-size:13px;
	line-height: 24px;
	min-width:150px;
	position:absolute; left:0; top:46px;
}

.navwrap ul li:hover ul li a {
	background:#f1f1f1;
	color:#252525;
	display:block;
	text-shadow: 1px 1px #FFF;
	width:150px;
}

.navwrap ul li:hover ul li a:hover { 
	background:#f1f1f1;
	color:#252525;
	text-decoration: underline;
}

/* Third Level Drop Down Menu */

.navwrap ul li:hover ul li ul { display: none; }
.navwrap ul li:hover ul li:hover ul { display:block; position:absolute; left:170px; top:0; }

/* FEATURED WRAP CODES HERE
------------------------------------------------------------ */

.featuredwrap {
	background: url(../images/bg_featured.jpg) no-repeat top center;
	color: #FFF;
	float: left;
	font-size: 16px;
	height: 200px;
	line-height: 22px;
	margin: 10px;
	padding: 30px 20px 20px 380px;
	position: relative;
	text-align: left;
	text-shadow: 1px 1px #800000;
	width: 540px;
}

.featuredwrap h2 { color: #FFF; font-size: 30px; font-weight: bold; }

.superman {
	background: url(../images/superman.png) no-repeat top center;
	height: 250px;
	position: absolute; top: 0; left: -20px;
	width: 368px;
}

/* CONTENT WRAP CODES HERE
------------------------------------------------------------ */

.contentwrap {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 640px;
}

/* Main post wrap codes here */

.postwrapnobg {
	float: left;
	margin: 10px;
	padding: 0;
	position: relative;
	width: 620px;
}

.postwrapwide {
	background: #FFF;
	float: left;
	margin: 10px;
	padding: 0;
	position: relative;
	width: 620px;
}

.postwrap {
	border: 1px solid #F1F1F1;
	float: left;
	margin: 4px;
	padding: 10px;
	position: relative;
	width: 590px;
}

.postwrap h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
}

.postwrap h2 em { color: #C40000; font-style: normal; }

.postwrap h2 a, .postwrap h2 a:visited { color: #252525; text-decoration: none; }
.postwrap h2 a:hover { color: #c1c1c1; text-decoration: none; }

/* Post Info codes here */

.postinfo {
	color: #c1c1c1;
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
	position: relative;
	width: 590px;
}

.postinfo a, .postinfo a:visited { color: #c1c1c1; }
.postinfo a:hover { color: #252525; }

.warnothers {
	background: url(../images/warn-others.png) no-repeat top center;
	height: 230px;
	position: absolute; bottom: -20px; right: 10px;
	width: 250px;
}

.fullwrapwide {
	background: #FFF;
	float: left;
	margin: 10px;
	padding: 0;
	position: relative;
	width: 940px;
}

.fullwrap {
	border: 1px solid #F1F1F1;
	float: left;
	margin: 4px;
	padding: 10px;
	position: relative;
	width: 910px;
}

#left_content{
	width:320px;
	height:auto;
	margin:10px;
	float:left;
	padding:10px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
}

#right_content{
	width:490px;
	height:auto;
	margin:10px 0 0 0;
	float:left;
	padding:10px;
}

/* SIDEBAR WRAP CODES HERE
------------------------------------------------------------ */

.sidebarwrap {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 320px;
}

.sideboxnobg {
	background: transparent;
	float: left;
	margin: 10px;
	padding: 0;
	position: relative;
	width: 300px;
}

.sideboxnobg h3 {
	color: #c1c1c1;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 -15px 80px;
	text-shadow: 1px 1px #FFF;
}

.sideboxnobg h3.regular {
	color: #444;
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0 10px;
	text-shadow: 1px 1px #FFF;
}

.marginlarge { margin: 20px 10px 10px 10px; }

.sideboxwide {
	background: #FFF;
	float: left;
	margin: 10px;
	padding: 0;
	position: relative;
	width: 300px;
}

.sidebox {
	border: 1px solid #F1F1F1;
	float: left;
	margin: 4px;
	padding: 5px;
	position: relative;
	width: 280px;
}

.sidebox ul { margin: 0; padding: 0; list-style-type: none; }
.sidebox ul li a { border-bottom: 1px solid #f1f1f1; display: block; padding: 5px; width: 260px; }
.sidebox ul li a:link, .sidebox ul li a:visited { color: #252525; text-decoration: none; }
.sidebox ul li a:hover { background: #f1f1f1; color: #252525; }

.button_readmore {
	position: absolute; bottom: -25px; right: -15px;
}

.profilepic { float: left; margin: -40px 0 0 -40px; }

.button_circle {
	float: right;
	margin: -20px 0 0 0;
	padding: 0;
	position: relative;
}

.inthepress {
	position: absolute; top: 0px; right: 0px;
}

/* FOOTER WRAP CODES HERE
------------------------------------------------------------ */

.footerwide {
	background: url(../images/bg_footer.jpg) repeat top left;
	float: left;
	margin: 20px 0 0 0;
	position: relative;
	width: 100%;
}

.footerwrap {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
}

.footerbox {
	color: #FFF;
	float: left;
	margin: 10px;
	position: relative;
	width: 220px;
}

.footerbox a, .footerbox a:visited { color: #AAA; text-decoration: none; }
.footerbox a:hover { color: #FFF; text-decoration: underline; }

.footerbox h3 { color: #AAA; font-size: 16px; font-weight: bold; text-shadow: 1px 1px #252525; }

.footerbox ul { margin: 0; padding: 0; list-style-type: none; }
.footerbox ul li { padding: 0 0 5px 0; width: 220px; }
.footerbox ul li a:link, .footerbox ul li a:visited { color: #FFF; text-decoration: none; text-shadow: 1px 1px #252525; }
.footerbox ul li a:hover { color: #AAA; }

.footerbox ul li.follow-twitter { background: url(../images/follow_twitter.jpg) no-repeat top left; padding: 0 0 5px 40px; width: 180px; line-height: 34px; font-size: 15px; }
.footerbox ul li.follow-twitter a, .footerbox ul li.follow-twitter a:visited { font-weight: bold; color: #252525; text-shadow: 1px 1px #585858; }
.footerbox ul li.follow-twitter a:hover { color: #111; }

.footerbox ul li.follow-facebook { background: url(../images/follow_facebook.jpg) no-repeat top left; padding: 0 0 5px 40px; width: 180px; line-height: 34px; font-size: 15px; }
.footerbox ul li.follow-facebook a, .footerbox ul li.follow-facebook a:visited { font-weight: bold; color: #252525; text-shadow: 1px 1px #585858; }
.footerbox ul li.follow-facebook a:hover { color: #111; }

.footerbox ul li.follow-rss { background: url(../images/follow_rss.jpg) no-repeat top left; padding: 0 0 5px 40px; width: 180px; line-height: 34px; font-size: 15px; }
.footerbox ul li.follow-rss a, .footerbox ul li.follow-rss a:visited { font-weight: bold; color: #252525; text-shadow: 1px 1px #585858; }
.footerbox ul li.follow-rss a:hover { color: #111; }