#wrap {
	background: #ffffff;
	width: 980px;
	margin: 0px auto 8px;
	padding: 0px 0px 0px 0px;
}

body {
	margin: 0px auto 0px;
	padding: 0px;
	font-family: georgia, verdana, Arial;
	font-size: 12px;
	color: #444444;
	width: 986px;
	background-color:#000000;
	background: #000000 url(http://revenuerobot.com/images/bluebg1.jpg) no-repeat center top;
	background-attachment: fixed;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
/*	-------------------------------------------------------------
	MENU/NAV
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#nav {
	background: #000000;
	padding: 20px 0 0 0;
}
#nav-left {
	float: left;
	display: inline;
	width: 594px;
}
#nav ul {
	position: relative;
	overflow: hidden;
	padding-left:2px;
	margin:0;
	font: georgia, verdana, Arial;
	font-size: 12px;
	font-weight:bold;
}
#nav ul li {
	float: left;
	list-style: none;
}
#nav ul li a, #nav ul li a:visited {
	display: block;
	color: #9e9e9e;
	margin: 0 3px;
	padding: 9px;
	background-color:#1f1f1f;
}
#nav ul li a:hover {
	color: #9e9e9e;
	background-color: #3A3A3A;
	margin: 0 3px;
	padding: 9px;
}
#nav ul li a.current, #nav ul li a.current:visited, #nav ul li a.current:hover {
	margin: 0 3px;
	background-color: #3A3A3A;
	color: #ffffff;
	padding: 9px;
}
.headertext {
	color: #333333;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
.headertext a {
	color: #fff200;
	font-weight:bold;
}
.headertext a:hover {
	color: #f7941d;
	font-weight:bold;
}
.twit a {
	color: #beecf7;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:uppercase;
}
.twit a:hover {
	color: #4ed0f0;
	font-weight:bold;
}
.send_btn {
	background:#bed72f;
	font-size: 11px;
	padding:1px;
	font-weight:bold;
	color:#fff;
	border:0;
}


.catlink a {
	font-family: georgia, verdana, arial, Times, serif;
	font-size: 11px;
	color: #0b84a3;
	font-weight:bold;
	padding: 0px 9px 0px 9px;
}
.catlink a:hover {
	color: #6e950d;
	font-size: 11px;
	font-weight:bold;
}





/*	-------------------------------------------------------------
	SEARCH
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#search {
	background: #F7F7F7;
	border: 1px solid #403323;
	float: right;
	height: 20px;
	width: 275px;
}
* html #search {
	margin-right: 8px;
}
#search input {
	font-family: georgia, verdana, Arial;
	background: transparent;
	border: 0;
	color: #000;
	float: left;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 0px 2px 2px 10px;
	width:265px;
}
/*	-------------------------------------------------------------
	CONTENTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#contentwrapper{
	width: 969px;
	margin: 5px 5px 5px 5px;
	background-color:#ffffff;

}
#content {
	float: left;
	padding: 10px 8px 10px 10px;
	width: 625px;
	background-color:#fff;
	border: 1px solid #ededed;
}

/*	-------------------------------------------------------------
	SIDEBAR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#sidebar {
	float: right;
	width: 315px;
	background-color:#ffffff;
}
#sidebar .box2 {
	padding: 3px 3px 3px 2px;
	background-color: #f7f7f7;
	vertical-align:top;
	margin-bottom:8px;
	border:1px solid #ccc;
	color:#333333;
}
#sidebar .box2 h2, #sidebar h2 {
	vertical-align:top;
	font: bold 16px georgia, Arial, Helvetica, sans-serif;
	padding: 7px 6px 7px 6px;
	color: #333333;
	border-bottom: #666666 solid 1px;
	border-top: #666666 solid 3px;
	background:#ededed;
	display:block;
}
#sidebar a {
	color: #098eaf;
	font: 12px georgia, Arial, Helvetica, sans-serif;
}
#sidebar a:hover {
	color:#1d373f;
	text-decoration: underline;
}
#sidebar ul {
	list-style-type: none;
	margin: 0 0 15px 2px;
	padding: 0;
}
#sidebar ul li {
	background-color: #f7f7f7;
	border-bottom: 1px dotted #e0dfd0;
	padding: 3px;
	padding-bottom:4px;
	border-bottom:solid 1px #e0dfd0;
	margin-bottom:4px;
}
#sidebar ul li ul {
	list-style-type: square;
	margin-left: 1.5em;
	padding: 0;
	border: 0;
}
#sidebar ul li ul li {
	border: 0;
}
.advert {
	font-family: georgia, verdana, arial, Times, serif;
	font-size: 11px;
	color: #444444;
}
.advert a {
	font-family: georgia, verdana, arial, Times, serif;
	font-size: 11px;
	color: #444444;
}
.advert a:hover {
	color: #7F9F00;
	font-size: 11px;
}


/*	-------------------------------------------------------------
	POST
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.entrytitle h2 {
	margin: 0px;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	padding: 0px;
	margin-bottom: 5px;
}
.entrytitle h2 a {
	color: #333333;
	border-bottom: #444444 solid 0px;
	display:block;
	text-decoration:none;
}
.entrytitle h2 a:hover {
	color: #098eaf;
}
.entrytitle .meta {
	border-bottom: 1px solid #DADADA;
	border-top: 1px solid #DADADA;
	padding: 4px;
	color: #555555;
	font-size: 11px;
	margin-bottom: 8px;
	line-height:20px;
	display:block;
}
.entrytitle .meta a {
	color: #098eaf;
	border-bottom: 1px dotted #666666;	
	text-decoration:none;
}
.entrytitle .meta a:hover {
	color: #1d373f;
}
.entry {
	margin-bottom: 2em;
	line-height:20px;
}
.entry a{
	color:#098eaf;
	text-decoration:underline;
}
.entry a:hover{
	color:#E55124;
}

.commentlist a {
	color:#0b84a3;
}
.commentlist a:hover{
	color:#929203;
}

.navigation a {
	color:#7F9F00;
}
.navigation a:hover {
	color:#E55124;
}

.date {
	padding-left:18px;
	background:url(images/date.png) center left no-repeat;
	float:left;
}
.entry blockquote {
	color: #666;
	margin: 0 25px 25px 25px;
	padding: 0 0 0 10px;
	border: 2px solid #fff;
	border-left: 2px solid #949402;
}



/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer {
	background-color: #EAEAEA;
	width: 975;
}
#footer p {
	margin: 0px;
	font-size: 10px;
	padding: 0px;
	color: #ccc;
}
#footer p a {
	color: #098eaf;
	border-bottom: 1px solid #333;
}
#footer p a:hover {
	color: #ceccbf;
	border-bottom: #1px solid #098eaf;
}
#footer .left {
	float: left;
	width: 80%;
}
#footer .right {
	float: right;
	width: 20%;
	text-align: right;
}
#footer .links {
	padding: 10px 3px 5px 3px;
	background-color: #ffffff;
	vertical-align:top;
	margin-bottom:8px;
}
#footer ul {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
}
#footer ul li {
	background-color: #ffffff;
	padding: 3px;
	padding-bottom:4px;
	border-bottom:solid 1px #7F9F00;
	margin-bottom:4px;
}

.footer03 {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}
.footer02 {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.footer01 {color: #588997}

.foothead {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.footlink a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #777777;
	padding-left:8px;
	line-height:18px;
}
.footlink a:hover {
	color: #588997;
	text-decoration:underline;}


/*	-------------------------------------------------------------
	COMMENTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.commentsblock textarea {
	width: 478px;
}
.commentsblock input, .commentsblock textarea {
	border: 1px solid #d1d1d1;
}
.commentsblock textarea:focus {
	background: #eee;
	border: 1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus {
	background: #eee;
	border: 1px solid #a1a1a1;
}
ol.commentlist {
	color: #000;
	list-style-type: none;
	margin: 0;
	margin-top: 1.5em;
	padding: 0;
}
.commentlist li {
	margin-bottom: 2em;
	padding: 0.5em 1em;
}
.alt1 {
	border: 1px solid #cccccc;
	background-color:#E4E4CB;
	padding: 0.5em;
}
.alt2 {
	padding: 0.5em;
	border: 1px solid #cccccc;
}
h3#comments {
	font-size: 1.6em;
	color: #333333;
	border-bottom: #444444 dotted 1px;
	display:block;
}
.commentcount {
	float: right;
	font-size: 20px;
	font-weight: bold;
}
.commentcount a {
	color: #cccccc;
}
.commentcount a:hover {
	color: #999999;
}

#comments p {
	margin: 0px;
	font-size: 12px;
	padding: 2px;
	color: #333;
}
#comments p a {
	color: #333;
	font-size: 11px;
	border-bottom: 1px solid #333;
}
#comments p a:hover {
	color: #FC3288;
	border-bottom: #1px solid #FC3288;
}


/* ----- EXTRAS ADDED -----*/

p.postmetadata01 {
	font-size:12px;
	color: #ffffff;
	background-color: #ABAE9B;
	margin: 10px 0 0 0;
	padding: 7px 25px 7px 25px;
}
.rsslink {
	color: #ff3300;
	font-weight: bold;
	font-size: 14px;
}
#submit {
	border: 1px solid #222;
	background: #f3f3f3;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 5px 3px 5px;
}
#submit:hover {
	background: #53abd5;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 5px 3px 5px;
}

.style4 {
	font-family: verdana, arial, Times, serif;
	font-size: 11px;
	color: #c4e1e1;
	font-weight: bold;
}
.style5 {
	color: #E55025;
	font-family: verdana, arial, Times, serif;
	font-size: 11px;
	font-weight: bold;
}
.rss_table a {
	font-family: georgia, verdana, arial, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #E55025;
}
.rss_table a:hover {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.rss_side a {
	font-family: georgia, verdana, arial, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}
.rss_side a:hover {
	background: #7F9F00;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
.links a {
	font-family: georgia, verdana, arial, Times, serif;
	font-size: 11px;
	color: #444444;
}
.links a:hover {
	color: #7F9F00;
	font-size: 11px;
}
.share1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.share1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.share2 a {
	color: #17557f;
	font-size: 12px;
	font-weight: bold;
}
.share2 a:hover {
	color: #10b3e8;
	font-size: 12px;
	font-weight: bold;
}

.about a {
	color: #17557f;
	font-size: 12px;
	font-weight: bold;
}
.about a:hover {
	color: #10b3e8;
	font-size: 12px;
	font-weight: bold;
}




.footer_stories {float:left; width:290px; margin:20px 0px 10px 20px;}
.footer_stories h3, .footer_stories h3 a, .footer_stories h3 a:link, .footer_stories h3 a:visited {text-decoration:none; color:#6FAADF;}
.footer_stories h3 a:hover, .footer_stories h3 a:active, .footer_stories h4, .footer_stories h4 a, .footer_stories h4 a:link, .footer_stories h4 a:visited {text-decoration:underline;}
.footer_stories h4, .footer_stories h4 a, .footer_stories h4 a:link, .footer_stories h4 a:visited {color:#dedede;}
.footer_stories h4 a:hover, .footer_stories h4 a:active {background:none; text-decoration:underline; color:#6FAADF;}
.footer_stories ol {margin:5px 0; padding-left:17px; font-size:85%; color:#dedede;}
.footer_stories ol li {margin-top:3px;}
.footer_stories ol a {margin-left:-7px; padding:2px;}
.footer_stories ol a:link, .footer_stories ol a:visited {text-decoration:underline; color:#dedede;}
.footer_stories ol a:hover, .footer_stories ol a:active { color:#6FAADF;}

#footer_sidebar {float:right; width:290px; margin:10px 20px 10px 0px; line-height:12px;}
#footer_sidebar h5 {padding:10px 3px 0px 3px; margin:0 4px; color:#6FAADF; background:url("http://images.dailyradar.com/media/img/gamerblips/bg/footer_horiz_divider.png") repeat-x left top;}
#footer_sidebar h5.first {background:none;}
.footer_links {float:left; width:100%; padding:0px 0 10px 0;}
.footer_links ul {list-style:none; padding:0; margin:0; }
.footer_links ul li {float:left; font-size:85%; background:url("http://images.dailyradar.com/media/img/gamerblips/bg/radar_nav_divider.png") no-repeat 100% 55%;}
.footer_links ul li.last {background:none;}
.footer_links ul li a {padding:2px; margin:0 5px 0 5px; white-space:nowrap;}
.footer_links ul li a:link, .footer_links ul li a:visited {text-decoration:underline; color:#dedede;}
.footer_links ul li a:hover, .footer_links ul li a:active { color:#6FAADF;}

#related {
	float: right;
}

.related a {
	font-family: georgia, verdana, arial, Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 3px 3px 2px;
	background-color: #ffffff;
	vertical-align:top;
	margin-bottom:8px;
	color:#098eaf;
}
.related a:hover {
	color: #00586e;
	font-size: 12px;
	font-weight: bold;
}
#related a {
	color: #098eaf;
	font-family: georgia, verdana, arial, Times, serif;
	font-size: 12px;
	font-weight: bold;
}
#related a:hover {
	color:#1d373f;
	text-decoration: underline;
}
#related ul {
	list-style-type: none;
	margin: 0 0 15px 2px;
	padding: 0;
}
#related ul li {
	background-color: #ffffff;
	border-bottom: 1px dotted #e0dfd0;
	padding: 3px;
	padding-bottom:4px;
	border-bottom:solid 1px #e0dfd0;
	margin-bottom:4px;
}
#related ul li ul {
	list-style-type: square;
	padding: 0;
	border: 0;
}
#related ul li ul li {
	border: 0;
}









