/**************
	UTILITY
***************/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.imglink,
.imglink img {
	border: 0;
}

.hidden {
	display: none;
}

/******************
	TEXT'n'STUFF
*******************/

a {
	color: #49c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 a {
	color: #f60;
}

h2 {
	font: bold 1.8em/1em arial, helvetica, sans-serif;
	padding: 20px 0 3px 0;
	margin: 0;
	clear: both;
	letter-spacing: -1px;
}

h3 {
	font: normal 1.3em/1em arial, helvetica, sans-serif;
	color: #707070;
	margin: 0 0 12px 0;
	padding: 0;
}

h4 {

}

p {
	margin: 0;
	padding-bottom:22px;
}

/**********************
	PRIMARY LAYOUT
***********************/
.omniture {position: absolute; top: 0; left: 0;}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #25a2ed url(bg.gif) 0 0 repeat-x;
	font: normal 70%/1.7em verdana, sans-serif;
}

#gdhat {
	width: 970px;
	margin: 3px auto 0 auto;
	padding-left: 10px;
	height: 25px;
	text-align: left;
}

#container {
	width: 970px;
	padding: 5px 4px 5px 5px;
	margin: 0 auto;
	background: #eee url(stripe.gif) 0 0 scroll repeat;
	text-align: left;
	border: 2px solid #ccc;
}

#incontainer_main {
	background: transparent url(content_main.gif) 0 0 repeat-y;
}

#incontainer_gal {
	background: transparent url(content_gallery.gif) 0 0 repeat-y;
}

#col1 {
	float: left;
	clear: left;
	width: 160px;
	margin-right: 5px;
	background: #fff;
	background: #f7f7f7;
}

#content {
	float: left;
	width: 490px;
	padding: 0 5px;
	border-right: 1px solid #ccc;
	background: #fff;
	overflow: hidden;
	font-size: 1.1em;
}

#gallery_content {
	float: left;
	width: 795px;
	padding: 0 5px;
	background: #fff;
}

#col3 {
	float: left;
	width: 304px;
}

#footer {
	clear: left;
	margin-left: 165px;
	width: 490px;
	padding: 20px 5px 5px 5px;
}

#legal {
	border-top: 1px solid #ccc;
	padding-top: 6px;
}

#outerslice {
	background: #fff;
	border-bottom: 2px solid #095a8b;
	padding: 6px 2px 6px 2px;
	margin-bottom: 5px;
}

#topleader {
	width: 728px;
	margin: 5px auto;
}

.bottomleader {
	width: 728px;
	margin: 10px auto;
}

/**************
	HEADER
***************/

#branding {
	height: 100px;
	border: 1px solid #d3d3d3;
	border-bottom-width: 2px;
	padding: 0;
	background: #fff;
	position: relative;
}

#branding h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 3px 0 0 0;
	width: 310px;
	height: 95px;
	background: #fff;
}

#branding h1 a,
#branding h1 a img {
	border: 0;
}

#thestrip {
	position: absolute;
	top: 0;
	left: 311px;
	height: 100px;
	width: 657px;
	margin: 0;
	padding: 0;
	background: #f4f4f4;
}

#thestrip #cobrand {
	position: absolute;
	right: 0;
	bottom: 1px;
        z-index: 1000;
}

#thestrip ul {
	position: absolute;
	top: 5px;
	right: -30px;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 95px;
	width: 647px;
}

#thestrip li {
	float: left;
	margin: 0 0 0 5px;
}

#thestrip li a {
	display: block;
	width: 280px;
	height: 80px;
	padding: 2px;
	border: 1px solid #49c;
}

#thestrip li a:hover {
	background: #49c;
}

#thestrip li a span {
	display: none;
	position: absolute;
	left: 14px;
	bottom: 6px;
	width: 640px;
	font: normal 1.1em/1.2em arial, helvetica, sans-serif;
}

#thestrip li a:hover span {
	display: block;
	padding: 0;
	margin: 0;
}


#menu {
	margin-top: 5px;
	height: 35px;
	background: #fff url(topbar.gif) 0 0 repeat-x;
	position: relative;
}

#rsslinks, #consolemenu {
	float: left;
}

#rsslinks {
	margin-top: 12px;
	width: 165px;
	padding: 0;
	overflow: hidden;
}

#rsslinks a {
	padding: 4px 0;
	font: normal 1em/1em arial, helvetica, sans-serif;
}

#rsslinks #mainfeed {
	padding-left: 26px;
	background-image: url(feedicon.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}

#consolemenu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#consolemenu li {
	float: left;
	font: bold 12px/1em arial, helvetica, sans-serif;
}

#consolemenu a {

padding:20px 10px 11px;
position:relative;
top:10px;}

#consolemenu a.current {
	background: #fff;
	border-right: 1px solid #898989;
	border-left: 1px solid #898989;
}


#searchform {
	float: right;
	width: 295px;
	padding: 8px 5px 0 0;
	display: block;
}
#footer .searchform {
margin: 0 auto;
height: 30px;
}
#searchform input {
	display: block;
	float: left;
}

#searchform #searchsubmit {
}

#searchform #q {
	width: 222px;
	margin-right: 3px;
	border: 1px solid #fff;
	margin-top: 1px;
}

#searchform #q:focus {
	border-color: #666;
}
.searchform {
	width: 295px;
	padding: 8px 5px 0 0;
	display: block;
}

.searchform input {
	display: block;
	float: left;
}

.searchform .searchsubmit {
}

.searchform .text {
	width: 225px;
	margin-right: 3px;
	border: 1px solid #ddd;
	margin-top: 1px;
}

.searchform .text:focus {
	border-color: #666;
}


/**************
	1st COL
***************/

#resources ul {
	list-style: none;
	font: normal 1.2em arial, helvetica, sans-serif;
	margin: 0;
	padding: 5px 0;
}

#resources a {
	display: block;
	padding: 3px 5px 3px 28px;
	background-repeat: no-repeat;
	background-position: 5px 2px;
	background-color: transparent;
}

#resources #tipslink a {
	background-image: url(phone.gif);
}

#resources #aboutlink a {
	background-image: url(about.gif);
}

#resources a:hover {
	color: #fff;
	background-color: #49c;
	text-decoration: none;
}


#breakingnews, #featured {
	padding: 5px 3px;
}

#breakingnews {
	padding-top: 20px;
}

#breakingnews dt,
#featured dt {
	font: bold 1.1em/1em arial, helvetica, sans-serif;
	border-bottom: 1px dotted #707070;
	margin-bottom: 3px;
	color: #49c;
}

#breakingnews dt {
	color: #c00;
}

#breakingnews a {
	color: #da664f;
}

#breakingnews dd,
#featured dd {
	margin: 0;
	padding: 0 0 12px 4px;
	line-height: 1.4em;
}

.categorylist {
	margin: 5px;
}

.categorylist dt {
	font-weight: bold;
}

.categorylist dd {
	margin: 0;
	padding: 0;
}

.categorylist a {
	display: block;
	padding: 1px 4px;
}

.categorylist a:hover {
	color: #fff;
	background: #49c;
	text-decoration: none;
}

#powered_by {
	display: block;
	text-align: center;
	margin: 10px 0;
}

/**************
	CONTENT
***************/

#content {
	color: #626262;
}

.tagresults {
	background: #ffc;
	margin-top: 5px;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #f90;
}

.tagresults span.resultRSS {
	float: right;
}

.tagresults strong {
	border-bottom: 1px dotted #333;
}

#bloggerBio p {
	margin: 4px 0 8px 0;
}

p.byline {
	margin: 0 0 8px 0;
	padding: 4px 0;
	border-top: 1px dotted #8d8d8d;
	border-bottom: 1px dotted #8d8d8d;
	font: normal .96em/1.3em arial, helvetica, sans-serif;
	font-style: italic;
	color: #8d8d8d;
}

.byline .numcomments {
	float: right;
}

.tagsdisplay {
	margin-top: 6px;
	background: #efefef;
	border: 1px solid #eee;
	padding: 5px;
}

.postmeta {
	margin-top: 1em;
}

.postmeta .share {
	float: right;
}

.postmeta .readlink a {
	padding-left: 18px;
	background: #fff url(read.gif) 0 0 no-repeat;
}

#recentheadlines {
	clear: left;
	padding-top: 12px;
}

/** post galleries **/


.postgallery {
	background: #f5f5f5;
	display: block;
	clear: both;
	padding: 5px 7px 8px;
	text-align:center;
	border: 1px dotted #ddd;
	border-left: none;
	border-right: none;
margin:  1.5em 0 0;
}
#content .postgallery p {
white-space: nowrap;
width: 450px;
text-align: left;
color: #aaa;
}

.postgallery p strong {
font-family: arial;
font-weight: bold;
font-size: 1.4em;
margin: 10px 0;
display: block;
}
.postgallery p a {
color: #25a1ed;
}
.postgallery p a:hover {
color: #ff6600;
text-decoration: none;
}
.postgallery img {
	padding: 8px;
	background: #fff;
	margin: 0 3px 0 0;
	height: 75px;
	width: 75px;
	border-right:1px solid #ccc;
	border-bottom: 1px solid #ccc;
border-left: 0;
border-top: 0;

}

.postgallery img:hover {
	background-color: #25a2ed;
}


/** content ads **/

.contentad, .goog_between {
	clear: both;
	padding: 12px 0;
}

.contentad div {
	width: 300px;
	padding: 10px;
	margin: 0 auto;
	background: #efefef;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;

}

.goog_between div {
	width: 470px;
	padding: 10px;
	background: #efefef;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#relatedstories {
	padding: 16px 0;
}

#relatedstories ul {
	margin-left: 1.5em;
	padding-left: 0;
}


/** comments **/

#comments {
	clear: both;
	padding-top: 12px;
}

#comments h3 {
	font-size: 1.4em;
	padding-top: 4px;
	margin-bottom: 30px;
	border-top: 1px solid #707070;
}

#comments h3 span {
	float: right;
}

.comment {
	border-top: 1px dotted #ddd;
	clear: left;
}

.cmt_info {
	float: left;
	width: 120px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.cmt_text {
	float: left;
	width: 365px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.comment dl {
	margin: 0;
	padding: 0;
}

.comment dt {
	font-weight: bold;
}

.comment dd {
	margin: 0;
	padding: 0;
}

#addcomments {
	clear: both;
	padding-top: 12px;
}

.cmt_votes {
	text-align: right;
}

.cmt_tools {
	margin-left: 10px;
}

.cmt_tools img {
	border: 0;
}

.avatar,
.avatar img {
	width: 64px;
	height: 64px;
}

.child .avatar,
.child .avatar img {
	width: 32px;
	height: 32px;
}

.child { margin-left: 30px; }
.child .cmt_text { width: 325px; }

.level0 { filter: alpha(opacity=20); opacity: .2; -moz-opacity: .2; }
.level1 { filter: alpha(opacity=40); opacity: .4; -moz-opacity: .4; }
.level2 { filter: alpha(opacity=80); opacity: .8; -moz-opacity: .8; }
.level3 { filter: alpha(opacity=90); opacity: .9; -moz-opacity: .9; }
.level4 { color: #333; }
.level5 { border-color: #197a30 !important; color: #333; }
.level5 {  }


.votedComment .cmt_tools a { display: none; }
.votedComment .cmt_tools { background: url(voted.gif) 0 1px no-repeat; width: 54px; height: 16px; }


#cmt_paging {
	clear: left;
	padding-top: 10px;
}

/****************
	COMMENT FORM
******************/

#commentform { display: block; padding: 5px; border: 1px solid #cecece; margin: 10px 0;}
#commentform fieldset { border: 0; font-size: .95em;}
#commentform #remember { clear: left; }
#commentform input, #commentform textarea { border: 1px solid #ccc; }
#commentform input:focus, #commentform textarea:focus { border: 1px solid #666; }
#commentform #authorinfo_anon, #commentform #authorinfo_user { display: block; float: left; width: 40%; padding-left: 5px; }
#commentform #authorinfo_anon label, #commentform #authorinfo_user label { float: left; width: 5em;  }
#commentform #authorinfo_anon p, #commentform #authorinfo_user p { clear: left; }#commentform #authorinfo_anon legend, #commentform #authorinfo_user legend { border-bottom: 1px dotted #ccc; font-weight: bold; }
#commentform #authorinfo_anon { border-right: 1px solid #ccc; }
#commentform #formerrors { color: #900; font-weight: bold; padding: 0 0 8x 0; }
#replyindicator { font-weight: bold; }


/**************
	GALLERIES
***************/

.captionedthumb {
	float: left;
	width: 110px;
	height: 130px;
	padding: 5px;
	line-height: 1.2em;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.gallerythumbnail {
	float: left;
	width: 75px;
	height: 75px;
	padding: 10px;
	margin: 0 0 4px;
}

.gal_paging {
	clear: left;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	padding: 4px 0 8px;
}

.captionedthumb a img,
.gallerythumbnail a img {
	border-color: #49c;
}

.captionedthumb a:hover img,
.gallerythumbnail a:hover img {
	border-color: #f90;
}

#gallery_toplink {
	display: block;
	float: right;
	width: 210px;
	text-align: right;
	margin: 22px 0 0 0;
}

.gallery_title {
	clear: none;
	border-bottom: 1px dotted #ccc;
}

.media_main {
	width: 795px;
}

.imgmeta {
	margin-top: 0;
	font-style: italic;
	color: #666;
}

/**************
	3rd COL
***************/

#col3 {
	padding-top: 5px;
}

.medrect {
	margin-left: 4px;
	margin-bottom: 5px;
}

.sidebox, #twitter_div {
	margin: 5px 0 10px 0;
	padding: 10px;
	background: #f6f6f6;
}

.sidebox ul, #twitter_div ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.statsbox li, #twitter_div li {
	padding: 3px 1px 5px 1px;
	border-bottom: 1px dotted #ccc;
	line-height: 1.4em;
	color: #707070;
}

#gamedaily_rss .gdbottom {
	border-bottom-width: 0;
	background: #e6e6e6;
	text-align: right;
	padding-right: 2px;
}

#fanboy_headlines {
	border-width: 1px 1px 1px 0;
	border-style: solid;
}

#fanboy_headlines h3 {
	background: #fff;
	padding: 1px 0;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}

#fanboy_headlines .morelink {
	text-align: right;
	border-bottom: 0;
}

#fanboy_headlines .morelink a {
	text-decoration: none;
}

#fanboy_headlines .morelink a:hover {
	text-decoration: underline;
}


.fanbox_11, .fanbox_11 h3 { border-color: #999; }
.fanbox_11 .morelink a { color: #999; }

.fanbox_100, .fanbox_100 h3 { border-color: #79ad4c; }
.fanbox_100 .morelink a { color: #79ad4c; }

.fanbox_99 { border-color: #ccc; }
.fanbox_99 h3 { border-color: #272734; background: #272734 !important; }

.fanbox_99 .morelink a { color: #1a1a67; }

.fanbox_98, .fanbox_98 h3 { border-color: #ccc; }
.fanbox_98 .morelink a { color: #ccc; }

.fanbox_97, .fanbox_97 h3 { border-color: #666; }
.fanbox_97 h3 { border-color: #343434; background: #343434 !important; }
.fanbox_96 .morelink a { color: #4c8ce6; }

.fanbox_96, .fanbox_96 h3 { border-color: #666; }
.fanbox_96 .morelink a { color: #666; }

.fanbox_95, .fanbox_95 h3 { border-color: #3346a6; }
.fanbox_95 .morelink a { color: #3346a6; }


#tagcloud {
	font-family: arial, helvetica, sans-serif;
	text-align: justify;
}

.tagSmall { font-size: 1em; }
.tagNormal { font-size: 1.5em; }
.tagMedium { font-size: 1.8em; }
.tagLarge { font-size: 2em; }

p.sponsored {
	background: #ffc;
	border: 1px solid #fc9;
	padding: 3px 2px 5px 2px;
	margin: 0 0 4px 0;
}

.gallerythumbnailhome {
	float: left;
	width: 75px;
	padding: 8px;
	margin: 0;
}

.gallerythumbnailhome a img {
	border-color: #49c;
}

.gallerythumbnailhome a:hover img {
	border-color: #f90;
}

/**************
	BLOGROLL
***************/

#winblogroll .retired {
	display: none;
}

.retired td {
	padding-left: 20px;
}

#retiredswitch {
	font-weight: bold;
}

/**********
	grid
************/

#grid{
	width: 980px;
	margin: 20px auto 0 auto;
	background: white;
	text-align: left;
	border: 1px solid #666;
}

#grid table{
	width:100%;
	margin:20px 0;padding:0;
}
#grid table td{
	width:50%;
	margin:0;padding:0 0 1em 0;
	background:#fff url(grid-grad.png) repeat-x;
	vertical-align:top;
	border-top: 6px solid #666;
}
#grid table td ul{
	margin-left:1em;padding-left:1em;
	list-style: square;
}
#grid table td ul li{
	line-height:1.8em;color:#FF6600;
}

#grid p{
	text-align:center;
}

#grid table td ul li a{padding:5px 0;}
#grid table td ul li a:hover{background:#ffb;color:black;}

#grid .feed{
	background: url(feedicon.gif) 10px 50% no-repeat;padding:4px 18px;line-height:16px;
}

#grid table td  div.grid_subscribe{padding:0 30px;}

#grid table td div.pod{
	position:relative;
	padding:20px 0;
}
#grid table td div.pod img{
	position:absolute;top:-25px;left:160px;
	margin:0 auto;display:block;padding:3px;
	background:white;border:1px solid #333;
}

/*************
	SEARCH
**************/

.searchresults h3,
.searchresults p.search_permalink,
.searchresults div.search_post,
.searchresults div.post {
	margin-left: 12px;
}


h3 .search_cmtslink { font-size: .9em; font-weight: normal; }
p.search_permalink { margin-top: 2px; margin-bottom: 2px }
p.search_permalink a { color: #999; background: #fff; }
p.search_permalink a:hover { color: #ccc; }

.sponsored { background: #ffc; border: 1px solid #fc0; padding: 6px; }
.sponsored h2 { font: normal 1.2em arial, helvetica, sans-serif; text-transform: uppercase; }
.sponsored h3 { margin: .5em 0 0 6px; padding: 0; font-size: 1em; }
.sponsored .post { margin-left: 6px; }
.search_post { padding: 0 0 10px 0; clear: both; font-size: 1.1em; overflow: hidden; }


.search_paging { margin: 10px 0; font-size: 1.3em; font-weight: bold; text-align: right; }

/* Polls
-----------------------------------------------------------------*/
.poll{

}
.poll, table.poll, .poll form fieldset{
font-size:1em;
border:0;margin:0;padding:0;
width:400px;
border:0;
text-align:left;
border:1px solid #666;
background:#ccc;
}
table.poll caption, .poll form p{padding:0;margin:0;text-align:center;font-weight:bold;background:#eee;}
table.poll th{
text-align:left;
width:100px;
padding:2px;
background:#ddd;
}
table.poll td{
width:290px;
text-align:left;
background:white;
padding:2px;
}
{border:0;padding:0;margin:0;}
.poll form label{
clear:both;
display:block;
text-align:left;
}


/* HEADER HAT (HEADER > TOP NAV)
-------------------------------- */
#hat {
display:none;
margin: .9em auto .5em auto;
height: 21px;
width: 1000px;
}
#hat ul {
list-style: none;
margin-left: 1px;
}
#hat ul li  {
background: #efedde;
font: 9px/100% arial, verdana, sans-serif;
margin-right: 3px;
text-transform: uppercase;
float: left;
}
#hat ul li.gamedaily {
background: transparent url(gamedaily-cobrand.gif) no-repeat 0 3px;
}
#hat ul li.aol-games {
background: transparent url(aol-games-cobrand.gif) no-repeat 0 3px;
}
#hat ul li.gamedaily a, #hat ul li.aol-games a {
background: transparent;
text-indent: -9000px;
width: 70px;
}
#hat ul li a {
float: left;
display: block;
height: 20px;
line-height: 20px;
padding: 0 7px;
text-decoration: none;
}
#hat ul li a:hover {
color: #000;
}
#hat ul li.selected a {
color: #18343e;
}
#hat ul.miniHat {
z-index: 99;
}
#hat ul.chGuide {
float: right;
display: block;
z-index: 99;
}

/******************
	PROFILE
*******************/

#uploader {
	margin-left: -5px;
}

#profile_main {
	margin: 10px 5px;
	padding: 10px 10px 4px 10px;
	border-bottom: 1px solid #c2c2c2;
	background-color: #ebebeb;
}

.bsBlogger {
	background-image: url(blogger_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.bsDev {
	background-image: url(dev_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
}


#avatar {
	float: left;
	margin: 0 4px 6px 0;
}

#profile ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
}

#profile p {
	clear: left;
	margin: 0;
	padding: 2px 0 0 0;
	text-align: right;
	font-style: italic;
	border-top: 1px solid #ccc;
	color: #666;
}

#pwStatus, #formerrors {
	padding: 4px 5;
	color: #900;
	font-weight: bold;
}

#changeSpace {
	overflow: hidden;
}

#profile_main #changeSpace div {
	clear: left;
	padding: 2px 2px 2px 5px;
}

#profile_main #loginDiv {
	padding: 2px 2px 2px 5px;
}

#profile_main #changeSpace label,
#profile_main #loginDiv label {
	float: left;
	padding-right: 5px;
}

#profile_main #profile_prochange label,
#profile_main #loginDiv label {
	width: 60px;
}

#pwLogin {
	width: 150px;
}

#profile_main #profile_passchange label {
	width: 100px;
}


#profile_main #profile_main #changeSpace input {
	float: left;
}

#profile_main #profile_prochange input {
	width: 195px;
}

#profile_main #changeSpace #uploadfile {
	padding-top: 10px;
}

#profile_main #changeSpace #uploadfile input {
	width: 300px !important;
	float: none;
}

#profile_main #changeSpace #uploadbuttons input {
	width: auto;
	float: none;
}

#profile_main #profile_prochange #pro_priv label {
	float: none;
}

#profile_main #profile_prochange #pro_priv input {
	width: auto;
	margin-left: 65px;
}

#profile_main #profile_passchange input {
	width: 140px;
}


#profile_main #changeSpace .profile_buttons {
	margin-top: 10px;
	text-align: right;
}

#profile_main #profile_prochange .profile_buttons input,
#profile_main #profile_passchange .profile_buttons input {
	width: auto;
	margin-right: 5px;
	float: none;
}

#profile_change { clear: left; }


#updatetext { background: #ffc; text-align: center; }

/*******************
	 activity 
*********************/

#activity_inner {
	margin: 0 5px;
	padding: 5px 4px 4px 4px;
	background-color: #ebebeb;
	border-bottom: 1px solid #c2c2c2;
}

#activity_inner div {
	float: left;
	width: 144px;
	margin: 0;
	padding: 4px;
	overflow: hidden;
}
#activity img {
	display: block;
}

#activity dt, dd, img {
	margin: 0;
	padding: 0;
}

#activity dl {
	margin: 0 0 4px 2px;
}

/******************
	PROFILE COMMENTS
*******************/

#content #profile_private {
	padding: 10px 0;
	font-size: 1.4em;
	font-weight: bold;
}

.profile_cmt {
	padding-bottom: 14px;
}

.profile_cmt h4 {
	font: bold 1.5em arial, helvetica, sans-serif;
	margin-bottom: 0;
	border-bottom: 1px dotted #ccc;
}

.profile_cmt h4 a {
	text-decoration: none;
}

.profile_cmt h5 {
	font: bold 1.2em arial, helvetica, sans-serif;
	margin: 0 0 5px 0;
	border-bottom: none;
}

.profile_cmt h5 a {
	color: #666;
	text-decoration: none;
}

.profile_cmt h5 a:hover {
	color: #999;
}

#profile .profile_cmt p {
	margin: 0 0 4px 10px;
	padding: 0;
	text-align: left;
	font-style: normal;
	border-top-width: 0;
}

.cmt_options {
	list-style: none;
	margin: 0 0 3px 10px;
	padding: 0;
}

.cmt_notify {
        margin-left: 10px;
	margin-top: 0;
	padding-top: 0;
	color: #888;
}

.cmt_notifyform {
	background: #eee;
	border: 1px solid #ccc;
	width: 310px;
	margin: 5px 0 0 0;
	padding: 5px;
}

.cmt_notifyform .profile_buttons {
	text-align: right;
	padding-top: 4px;
}

.cmt_notifyform .profile_buttons input {
	margin-right: 5px;
}

.cmt_notifyform label {
	padding-right: 5px;
}

.cmt_notifyupdated {
	padding: 2px;
	background: #ffc;
}

.post img.imagepadding {
margin: .5em;
}

/* WIN Blog Roll */

h3#blogroll_header a:hover {
text-decoration: underline;
}

.winblogrollcat {
margin: 0!important;
}

.winblogrollcat ul {
margin-bottom: .5em;
}

.winblogrollcat strong { background: #eee; cursor: pointer;}

.winblogrollcat strong:hover { background: #ddd;}

.winblogrollcat strong,
.winblogrollcat a {
padding: 5px 5px 5px 15px;
border-bottom: 1px solid #bbb;
display: block;
margin-left: 0;
text-decoration: none;
}

* html .winblogrollcat strong,
* html .winblogrollcat a {
height: 1%;
}

.winblogrollcat a:hover {
background: #f7f7f7;
}

.winblogrollcat a em { color: #0088bb; }


a.game-daily {
position:absolute;
border: none !important;
top:0; 
right:8px;
display:block;
height: 32px;
width:110px;
background: url(gamedaily-cobrand.gif) no-repeat 0 4px !important;
z-index: 2;
text-indent: -9000px;
}

a.aol-games {
position:absolute;
border: none !important;
top:0px; 
right:5px;
display:block;
height: 32px;
width:130px;
background: url(games-cobrand2.gif) no-repeat 0 3px !important;
z-index: 2;
text-indent: -9000px;
display: none;
}


.cobrand-footer {
margin: 1em .5em;
display: block;
width: 148px;
height: 37px;
text-indent: -9999px;
cursor: pointer;
border: 0!important;
}

.cobrand-footer {
//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.blogsmithmedia.com/www.joystiq.com/media/aolgames-cobrand-footer.png');
}

.cobrand-footer[class] {
background: url(aolgames-cobrand-footer.png) no-repeat center center;
}
/******************
	FANCY BUTTONS
*******************/
.gButton a:link, .gButton a:visited, .gButton a:hover {
border: black solid; 
border-width: 2px; 
padding: 0px 5px; 

}
.gButton a.gButtonLink, .gButton a.gButtonLink:link, .gButton a.gButtonLink:visited {
background: #faa61a; 
color: #FFF; 
text-decoration: none;
font-size: 1.5em;
font-family: arial black;

}
.gButton a.gButtonLink:hover {
background: #000; 
color: #f19e15; 
text-decoration: none;
font-size: 1.5em;
font-family: arial black;

}

.promo {
margin-top: .5em;
}

