

/* HTML ELEMENTS */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 100%/1em Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #fff;
}

p {
	margin-bottom: 1em;
}

a {
	outline: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #3bc7f4;
}

.article_txt a {
	color: #3bc7f4;
  font-weight: bold;
}

.article_txt_profile a {
	color: #3bc7f4;
}

#wrap img {
	display: block;
	padding: 2px;
	border: 1px solid #999;
	background-color: #fff;
}

ul, ol {
	list-style-type: none;
}

fieldset {
	border: none;
}

h4 {
	font-size: 1em;
	line-height: 1.1em;
}

/* LAYOUT */

#wrap {
	width: 970px;
	margin: 0 auto;
	padding: 0 5px 20px;
	font-size: .8em;
	line-height: 1.2em;
	text-align: left;
}

#header {
	position: relative;
	width: 970px;
	overflow: hidden;
}

/*logo in header.css*/

.ad {
	position: relative;
}

.ad.leaderboard {
	width: 728px;
	height: 90px;
}

.ad.rectangle {
	width: 300px;
	height: 250px;
}

.ad.skyscraper {
	width: 160px;
	height: 600px;
}

.ad.square {
	width: 250px;
	height: 250px;
}

.ad.portrait {
	width: 300px;
	height: 1050px;
}

.ad.rect-min-height {
	height: auto;
	min-height: 250px;
}

/* HEADER */

#header .ad {
  display: inline; /*IE6*/
  float: left;
  margin: 11px 0 0;
}

#header #ask {
  position: relative;
  float: left;
  width: 215px;
  height: 94px;
  margin-top: -42px;
  margin-right: 2px;
  padding: 54px 10px 0;
  background: url('../_img/home-div-ask-bg-2.gif') no-repeat;
}

#header #ask h3 {
  display: none;
}

#header #ask img {
  float: right;
  padding: 0;
}

#header #ask p a {
  display: block;
  padding: 16px 77px 0 0;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none;
}

#header #ask ul {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

#today {
	text-align: right;
	font-size: 1.1em;
	margin-bottom: 6px;
}

#follow {
	position: absolute;
	top: 20px;
	right: 5px;
}

#ask li {
  float: left;
  height: 11px;
  background-position: 0 -11px;
}

#ask li a {
  display: block;
  width: 51px;
  height: 0;
  font-size: 1em;
  padding-top: 11px;
  text-indent: -2000px;
  overflow: hidden;
  background-repeat: no-repeat;
}

#ask li.more, #ask li.more a {
  width: 71px;
  background-image: url('../_img/home-a-ask_more_info-bg.gif');
}

#ask li.submit,#ask li.submit a {
  width: 48px;
  background-image: url('../_img/home-a-ask_submit-bg.gif');
}

#ask li a:hover {
  background: none;
}

#services h4, #join h4 {
	height: 0;
	font-size: 1em;
	text-indent: -2000px;
	overflow: hidden;
	float: right;
}

#like {
  width: 292px;
  height: 62px;
  position: absolute;
  top: 0;
  left: -7px;
}

#services {
  margin-bottom: 2px;
}

#services h4 {
	width: 85px;
	padding-top: 15px;
	margin: 1px 4px 0 0;
	background: url('../_img/header-followus.gif') no-repeat;
}

#services ul {
  float: right;
	line-height: 18px;
}

#services ul li {
  float: left;
}

#services ul a {
	float: left;
	width: 18px;
	height: 0;
	margin-right: 2px;
	padding-top: 18px;
	font-size: 1em;
	text-indent: -2000px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#services ul #s-tw a {
	background-image: url('../_img/header-twitter.gif');
}

#services ul #s-fb a {
	background-image: url('../_img/header-facebook.gif');
}

#services ul #s-rss a {
	background-image: url('../_img/header-rss.gif');
	margin-right: 0;
}

#join h4 {
	width: 170px;
	padding-top: 17px;
	margin: 0 0 4px 0;
	background: url('../_img/header-join-mailing-list.gif') no-repeat;
}

#join #email {
  width: 90px;
  height: 14px;
  border: 1px inset #999;
  padding: 2px;
  margin-right: 7px;
  float: right;
}

#join #email.hint {
  color: #999;
}

#join form p {
  width: 67px;
  height: 20px;
  float: right;
  background: url('../_img/btn-intput-submit-header.gif') no-repeat;
  margin: 0;
}

#join form p a {
  display: block;
  width: 67px;
  height: 0;
  font-size: 1em;
  padding-top: 20px;
  text-indent: -2000px;
  overflow: hidden;
  background: url('../_img/btn-intput-submit-header.gif') no-repeat;
}

#join form p a:hover {
  background-position: 0 -20px;
}

/*#nav in nav.css*/

#content {
	width: 970px;
	overflow: hidden;
	padding-top: 4px;
	background: url('../_img/gl-div-content-bg.gif') 635px 0 repeat-y;
}

.home #content {
	background: none;
}

.home #music li p {
	margin-bottom: 5px;
}

#main {
	float: left;
	width: 640px;
}

#footer {
	width: 970px;
	border-top: 1px solid #999;
}

#footer .ad {
	margin: 10px auto;
}

#footer_copyright {
	margin-bottom: 10px;
	padding: 4px;
  width: 962px;
  height: 1em;
	overflow: hidden;
	background-color: #333;
}

#footer_nav {
	float: left;
	width: 650px;
}

#copyright_partners {
  float: right;
}

#courtesy_nav {
	float: right;
	margin-top: 3px;
}

#footer_nav li, #copyright_partners li, #courtesy_nav li {
	float: left;
}

#footer_nav a, #copyright_partners p, #copyright_partners a {
	float: left;
	padding: 0 .5em;
	line-height: 1em;
	color: #fff;
	border-right: 1px solid #fff;
}

#footer_nav a:hover, #copyright_partners a:hover {
	color: #3bc7f4;
}

#courtesy_nav a {
	padding: 0 .5em;
	line-height: 1em;
	border-right: 1px solid #333;
}

#footer_nav .last a, #copyright_partners .last a, #courtesy_nav .last a {
	border-right-width: 0;
}

#connect p, #connect ul {
	float: left;
	margin: 0 0 0 10px;
	line-height: 22px;
}

#connect ul li {
	float: left;
}

#connect ul a {
	float: left;
	height: 0;
	margin-right: 10px;
	padding-top: 22px;
	font-size: 1em;
	text-indent: -2000px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#connect ul #fb a {
	width: 67px;
	background-image: url('../_img/icon-facebook.gif');
}

#connect ul #t a {
	width: 67px;
	background-image: url('../_img/icon-twitter.gif');
}

#connect ul #ms a {
	width: 82px;
	background-image: url('../_img/icon-myspace.gif');
}

#connect ul #yt a {
	width: 54px;
	background-image: url('../_img/icon-youtube.gif');
}

#header, #zap2it, #content, #footer {
	background-color: #fff !important;
}

/* MISC */

#wrap #loading {
  border: none;
  padding: 0;
  display: none;
  position: fixed;
  top: 10px;
  right: 20px;
}

#wrap .ad img, #cse img {
	display: inline;
	padding: 0;
	border: none;
	background-color: transparent;
}

.btn {
	height: 29px;
}

.btn a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 29px;
	text-indent: -2000px;
	font-size: 1em;
	background-repeat: no-repeat;
}

.actions .urantSubmit a {
  width: 191px;
  background: transparent url(../_img/btn-submit.png) no-repeat scroll 0 0;
}

.btn a:hover {
	background-position: 0 -29px !important;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.clear {
	clear: both;
	height: 0; /* IE7... */
	font-size: 1px; /* IE6... */
	line-height: 0; /* IE6... */
}

.list_clear {
  border: medium none !important;
  clear: both;
  font-size: 1px !important;
  height: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  width: 0 !important;
}

.credit {
	margin: 2px 10px 2px 0;
	text-align: right;
	font-size: .85em;
	font-style: italic;
	color: #666;
}

.instructions {
	font-size: .85em;
	color: #666;
}

.notice {
  font-size: 1.2em;
}

.excerpt {
	position: relative;
	padding: 0 5px 10px 5px;
}

.excerpt img {
	display: inline; /*IE6*/
	float: left;
	margin-left: 10px;
}

.excerpt_txt {
	float: left;
	margin-left: 10px;
	width: 195px;
}

.excerpt .btn {
	margin-bottom: 0;
}

#feature {
	width: 630px;
	overflow: hidden;
}

/*
#feature_content h4 {
	margin: 15px 0 .5em;
	font-size: 1.4em;
}

#feature_content .posted {
	margin-bottom: .5em;
	font-size: .85em;
	color: #666;
}
*/

.featured_video a {
	display: block;
	padding: 0 20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	background: none;
}

/*
.grid li {
	float: left;
}
*/

.grid a {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1em;
}

.grid img {
	float: left;
	margin-right: 7px;
}

.meta {
	font-weight: bold;
}

/*
#news {
	margin-top: 10px;
	background-image: none;
}
*/

#partner_links {
	padding: 15px 0 30px;
	border-top: 1px solid #999;
}

#partner_links h4 {
/*	see headers.css*/
}

#partner_links ul {
	width: 603px;
	overflow: hidden;
	margin: 0 auto;
	background: url('../_img/gl-div-partner_links-bg.gif') repeat-y;
}

#partner_links li {
	float: left;
	width: 201px;
	margin-bottom: .25em;
	text-align: center;
}

.post_listing {
	margin-bottom: 15px;
	overflow: hidden;
}

.post_listing li {
	overflow: hidden;
	margin-bottom: 8px;
}

.post_listing img {
	float: left;
	margin-right: 5px;
}

.post_listing .txt p {
	margin-bottom: 0;
}

.post_listing h4, .more-entries ul.grid li > .txt h4 {
	margin-top: 5px;
	font-size: 1.2em;
}

.post_listing p.posted, .more-entries ul.grid li > .txt p.posted {
	margin-bottom: .75em;
	font-size: .85em;
	color: #666;
}

.post_listing p.author {
	margin-bottom: .75em;
}

#aside .post_listing {
	margin: 0 10px 20px;
}

#aside .post_listing li {
	width: 310px; /*IE*/
}

#aside .post_listing .txt {
	padding-left: 103px;
}

.rating {
	width: 62px;
	height: 12px;
	margin-bottom: 3px !important;
	background: url('../_img/rating-off.png') no-repeat;
}

.rating strong {
	display: block;
	width: 0;
	height: 0;
	font-size: 1em;
	padding-top: 12px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../_img/rating-on.png') no-repeat;
}

.r_5 strong {
	width: 6px;
}

.r1 strong {
	width: 10px;
}

.r1_5 strong {
	width: 19px;
}

.r2 strong {
	width: 25px;
}

.r2_5 strong {
	width: 31px;
}

.r3 strong {
	width: 36px;
}

.r3_5 strong {
	width: 44px;
}

.r4 strong {
	width: 50px;
}

.r4_5 strong {
	width: 57px;
}

.r5 strong {
	width: 62px;
}

.row {
	clear: left;
}

/* SIDEBARS */

#aside {
	float: left;
	width: 330px;
}

.section {
	overflow: hidden;
}

#aside .widgetbox {
  background-image: none;
}

#aside .previously ul {
	width: 330px;
	overflow: hidden;
	margin-left: 3px;
}

#aside .previously li {
	float: left;
	width: 106px;
	min-height: 120px;
	margin: 0 4px 0 0;
}

#aside .previously li a {
	font-size: .9em;
	font-weight: bold;
}

#aside .previously li img {
	margin-bottom: 2px;
}

#aside #video_player {
	margin: 10px 0 5px 5px;
}

#aside #contact.section {
	background: none;
}

#aside .section, .top_10, #aside .ad, #aside .widgetbox, #aside #trending_video {
	margin: 10px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#aside .ad.top-rect {
	margin-top: 0;
}

#aside .widgetbox {
	padding-left: 10px;
}

#top_news ol li {
	min-height: 96px;
}

.top_10 h3 {
	margin: 0 auto 10px;
}

.top_10 ol {
	width: 285px;
	margin: 0 auto 10px;
	overflow: hidden;
}

.top_10 ol li {
	margin-bottom: 10px;
	padding-left: 37px;
	min-height: 81px;
}

.top_10 ol li:last-child {
	margin-bottom: 0;
}

.top_10 .n1 {
	background: url('../_img/top_10-01.png') no-repeat;
}

.top_10 .n2 {
	background: url('../_img/top_10-02.png') no-repeat;
}

.top_10 .n3 {
	background: url('../_img/top_10-03.png') no-repeat;
}

.top_10 .n4 {
	background: url('../_img/top_10-04.png') no-repeat;
}

.top_10 .n5 {
	background: url('../_img/top_10-05.png') no-repeat;
}

.top_10 .n6 {
	background: url('../_img/top_10-06.png') no-repeat;
}

.top_10 .n7 {
	background: url('../_img/top_10-07.png') no-repeat;
}

.top_10 .n8 {
	background: url('../_img/top_10-08.png') no-repeat;
}

.top_10 .n9 {
	background: url('../_img/top_10-09.png') no-repeat;
}

.top_10 .n10 {
	background: url('../_img/top_10-10.png') no-repeat;
}

/* MESSAGE STYLES */

.alertbox {
  border: 1px solid red;
  margin: 8px 0px 14px 0px;
  padding: 5px 0px 5px 10px;
  display: none;
}

.actions {
  margin: 2em 0 0;
  line-height: 25px;
}

.actions.page_actions {
  margin-bottom: 2em;
}

.actions p {
  margin: 0;
}

.actions .ok a {
	width: 59px;
	height: 0;
	padding-top: 21px;
	text-indent: -2000px;
	background: url('../_img/btn-input-ok.png') no-repeat;
	display: block;
	margin: 0 auto;
}

.actions .ok a:hover {
	background-position: 0 -21px !important;
}

.info, .error, .success {
	margin-bottom: 0.2em;
	font-weight: bold;
}

.alert div:last-child {
	margin-bottom: 1em;
}

.error {
	color: #c00;
}

.success {
	min-height: 16px;
}

#alert_messages {
	display: none;
}

/*
#status_msg {
	border-bottom-style: solid;
	width: 954px;
	background-color: #C00;
	color: #fff;
	margin: 0px 5px;
	padding: 3px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#status_msg a {
	text-decoration: underline;
	color: #5b9cda;
}
*/

#dialog .dialog_content p.status, #status-msg {
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
}

#status-msg {
	background-color: #3BC7F4;
	color: #fff;
	line-height: 1em;
	padding: 10px;
	margin: 0 5px 5px;
}

#status-msg a {
	color: #fff;
	text-decoration: underline;
}

.status-msg a:hover {
	color: #eee;
	text-decoration: none;
}

.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #aaa url(../_img/overlay-bg.png);
	opacity: .3;
	filter: Alpha(Opacity=30);
}

#login_now a {
	color: #00B0F0;
	text-decoration: underline;
	font-weight: bold;
}

#login_now a:hover {
	text-decoration: none;
}

.progressContainer {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}

.progressBarInProgress {
	background-color: #666666;
}


/* Zap2it */

#zap2it {
  width: 970px;
  height: 26px;
  margin: 0 auto;
  padding: 0 5px;
}

#zap2it .logo, #zap2it .links {
  float: left;
}

#zap2it .logo {
  margin-right: 8px;
}

#zap2it .links {
  margin-top: 6px;
}

/* Detail page widgets */

#Outbrain, #adsonar, #CrowdIgnite, #MarketGid2421 {
  margin-bottom: 10px;
}

#Outbrain {
  width: 620px;
  min-height: 93px;/* todo */
}

#CrowdIgnite {
  min-height: 259px;
}

#MarketGid2421 {
  min-height: 339px;
}

#CrowdIgnite > div > div {
  margin: 0 auto;
}

#CrowdIgnite a, #MarketGid2421 a {
  color: #333 !important;
  font-family: Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: bold;
}

#CrowdIgnite img, #MarketGid2421 img {
  border: 1px solid #999 !important;
  padding: 2px !important;
}


/* NAVBAR */

#nav {
	padding: 0 5px 4px;
	width: 960px;
	height: 24px;
	overflow: hidden;
	background: #333 url('../_img/nav-bg.gif') repeat-x;
}

#nav ol {
	float: left;
}

#nav li {
	float: left;
	height: 24px;
	background-position: 0 -24px;
	background-repeat: no-repeat;
	line-height: 0; /*for ie...*/
}

#nav a {
	display: block;
	float: left;
	height: 0;
	padding-top: 24px;
	text-indent: -2000px;
	background-repeat: no-repeat;
}

#nav a:hover {
	background: none;
}

li.home, li.home a {
	width: 59px;
	background-image: url(../_img/nav-home.gif);
}

li.news, li.news a {
	width: 56px;
	background-image: url(../_img/nav-news.gif);
}

li.reviews, li.reviews a {
	width: 84px;
	background-image: url(../_img/nav-reviews.gif);
}

li.videos, li.videos a {
	width: 68px;
	background-image: url(../_img/nav-videos.gif);
}

li.music, li.music a {
	width: 61px;
	background-image: url(../_img/nav-music.gif);
}

li.comedy, li.comedy a {
	width: 80px;
	background-image: url(../_img/nav-comedy.gif);
}

li.qa, li.qa a {
	width: 60px;
	background-image: url(../_img/nav-qa.gif);
}

li.horoscope, li.horoscope a {
	width: 107px;
	background-image: url(../_img/nav-horoscope.gif);
}

li.style, li.style a {
	width: 59px;
	background-image: url(../_img/nav-style.gif);
}

li.holiday, li.holiday a {
	width: 131px;
	background-image: url(../_img/nav-holiday.gif);
}

li.about, li.about a {
	width: 69px;
	background-image: url(../_img/nav-about.gif?20110913);
}

li.login, li.login a {
	width: 54px;
	background-image: url(../_img/nav-login.gif?20110913);
}

li.logout, li.logout a {
	width: 62px;
	background-image: url(../_img/nav-logout.gif?20110913);
}

li.profile, li.profile a {
	width: 64px;
	background-image: url(../_img/nav-profile.gif?20110913);
}

li.register, li.register a {
	width: 72px;
	background-image: url(../_img/nav-register.gif?20110913);
}

li.rss, li.rss a {
	width: 74px;
	background-image: url(../_img/nav-rss.gif);
}

.home li.home a,
.news li.news a,
.reviews li.reviews a,
.videos li.videos a,
.comedy li.comedy a,
.custom-series li.holiday a,/* TODO */
.music li.music a,
.qa li.qa a,
.horoscope li.horoscope a,
.profile li.profile a,
.style li.style a,
.holiday li.holiday a,
.about li.about a,
.login li.login a,
.register li.register a,
.rss li.rss a {
	background: none;
}

.profile.other_profile li.profile a {
	background-image: url(../_img/nav-profile.gif);
}

p.fb {
	float: right;
	width: 103px;
	height: 24px;
	background: url('../_img/nav-fb.gif') no-repeat;
}

p.fb a {
	display: block;
	width: 103px;
	height: 0;
	font-size: 1em;
	padding-top: 24px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../_img/nav-fb.gif') no-repeat;
}

/*SUBNAV REVIEWS*/

.subnav {
	height: 14px;
	width: 434px;
	float: left;
	margin: 34px 0 0 10px;
	overflow: hidden;
}

.subnav li {
	float: left;
	height: 14px;
	background-position: 0 -14px;
	background-repeat: no-repeat;
	line-height: 0; /*for ie...*/
}

.subnav a {
	display: block;
	float: left;
	height: 0;
	padding-top: 14px;
	text-indent: -2000px;
	background-repeat: no-repeat;
}

li.sub_movies, li.sub_movies a {
	width: 68px;
	background-image: url('../_img/subnav-reviews-movies.png');
}

li.sub_tv, li.sub_tv a {
	width: 41px;
	background-image: url('../_img/subnav-reviews-tv.png');
}

li.sub_music, li.sub_music a {
	width: 67px;
	background-image: url('../_img/subnav-reviews-music.png');
}

li.sub_news, li.sub_news a {
  width: 66px;
  background-image: url('../_img/subnav-news.png');
}

li.sub_reviews, li.sub_reviews a {
  width: 78px;
  background-image: url('../_img/subnav-reviews.png');
}
li.sub_books, li.sub_books a {
	width: 75px;
	background-image: url('../_img/subnav-reviews-books.png');
}

li.sub_dvd, li.sub_dvd a {
	width: 53px;
	background-image: url('../_img/subnav-reviews-dvd.png');
}

li.sub_games, li.sub_games a {
	width: 73px;
	background-image: url('../_img/subnav-reviews-games.png');
}

li.sub_stage, li.sub_stage a {
	width: 56px;
	background-image: url('../_img/subnav-reviews-stage.png');
}

li.sub_ublog_news, li.sub_ublog_news a {
	width: 66px;
	background-image: url('../_img/subnav-ublog-news.png');
}

li.sub_ublog_music, li.sub_ublog_music a {
	width: 67px;
	background-image: url('../_img/subnav-ublog-music.png');
}

li.sub_ublog_reviews, li.sub_ublog_reviews a {
	width: 78px;
	background-image: url('../_img/subnav-ublog-reviews.png');
}

.subnav a:hover, .subnav .selected a{
	background: none;
}

/* HEADERS */

h1 {
	margin: 5px auto 0;
	width: 376px;
	height: 96px;
	background: url('../_img/gl-h1-logo_lg-bg.gif') no-repeat;
}

h1 a {
	display: block;
	width: 376px;
	height: 0;
	padding-top: 96px;
	font-size: 1em;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../_img/gl-h1-logo_lg-bg.gif') no-repeat;
}

h2 {
	float: left;
	margin: 0 8px 0 0 !important;
	height: 0;
	font-size: 1em;
	text-indent: -2000px;
	overflow: hidden;
}

h3 {
	height: 0;
	font-size: 1em;
	text-indent: -2000px;
	overflow: hidden;
}

/*HOME*/

#hot_shot h3, #videos h3 {
	width: 360px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: 0 -33px;
	margin-bottom: 5px;
}

#hot_shot h3 {
	background-image: url('../_img/h3-hot_shot.png');
}

#videos h3 {
	background-image: url('../_img/h3-videos.png');
}

#hot_shot h3 a, #videos h3 a {
	display: block;
	width: 360px;
	height: 0;
	font-size: 1em;
	padding-top: 33px;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url('../_img/h3-hot_shot.png');
	background-repeat: no-repeat;
}

#videos h3 a {
	background-image: url('../_img/h3-videos.png');
}

#hot_shot h3 a:hover, #videos h3 a:hover {
	background-image: none;
}

#hot_shot .description {
	width: 331px;
	height: 0;
	font-size: 1em;
	margin: 0 auto;
	padding-top: 9px;
	padding-bottom: 5px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../_img/home-p-hot_spot_description-bg.gif') no-repeat;
}

#videos .description {
	width: 198px;
	height: 0;
	font-size: 1em;
	margin: 0 auto;
	padding-top: 9px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../_img/home-p-vdieos_description-bg.gif') no-repeat;
}

#qa h3, #style h3, #music h3, #reviews h3, #horoscope h3, #contact h3, #prev_interviews h3 {
	margin: 10px auto 5px;
	height: 20px;
	background-repeat: no-repeat;
}

#qa h3 a, #style h3 a, #music h3 a, #reviews h3 a, #horoscope h3 a, #contact h3 a, #prev_interviews h3 a {
	display: block;
	height: 0;
	font-size: 1em;
	padding-top: 20px;
	text-indent: -2000px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#qa h3, #qa h3 a {
	width: 89px;
	background-image: url('../_img/h3-QA.png');
}

#qa h3 a:hover {
	background-position: 0 -20px !important;
}

#style h3, #style h3 a {
	width: 72px;
	background-image: url('../_img/h3-style.png');
}

#style h3 a:hover {
	background-position: 0 -20px !important;
}

#music h3, #music h3 a {
	width: 73px;
	background-image: url('../_img/h3-music.png');
}

#music h3 a:hover {
	background-position: 0 -20px !important;
}

#reviews h3, #reviews h3 a {
	width: 107px;
	background-image: url('../_img/h3-reviews.png');
}

#reviews h3 a:hover {
	background-position: 0 -20px !important;
}

#horoscope h3, #horoscope h3 a {
	width: 147px;
	background-image: url('../_img/h3-horoscope.png');
}

#horoscope h3 a:hover {
	background-position: 0 -20px !important;
}

#contact h3, #contact h3 a {
	width: 112px;
	background-image: url('../_img/h3-contact.png');
}

#contact h3 a:hover {
	background-position: 0 -20px !important;
}

#videos h4, #horoscope h4 {
	width: 185px;
	height: 0;
	font-size: 1em;
	margin: 0 auto 10px;
	padding-top: 13px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../_img/h4-previous_interviews.gif') no-repeat;
}

#horoscope h4 {
	width: 283px;
	background: url('../_img/h4-daily_astro_inlfuences.gif') no-repeat;
}

.home #movie_reviews h4 a, .home  #tv_reviews h4 a, .home #music_reviews h4 a {
	display: block;
	width: 281px;
	height: 0;
	font-size: 1em;
	margin-bottom: 4px;
	padding-top: 27px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../_img/h4-movies.png') no-repeat;
}

.home #tv_reviews h4 a {
	width: 140px;
	background: url('../_img/h4-tv.png') no-repeat;
}

.home #music_reviews h4 a {
	width: 140px;
	background: url('../_img/h4-music.png') no-repeat;
}

.home #movie_reviews h4 a:hover, .home  #tv_reviews h4 a:hover, .home #music_reviews h4 a:hover {
	background-position: 0px -27px !important;
}


/*MUSIC*/

.music h2 {
	width: 149px;
	padding-top: 100px;
	background: url('../_img/music-h2-bg.png') no-repeat;
}

/*U Q&A*/

.qa h2 {
  margin: 0 auto 10px;
  width: 149px;
  padding-top: 100px;
  background: url('../_img/uqanda-h2-bg.png') no-repeat;
}

.qa #qa_hotlist h2 {
  margin: 0 auto 10px;
  width: 152px;
  padding-top: 100px;
  background: url('../_img/uqa-hotlist-h2-bg.png') no-repeat;
}

/*COMEDY*/

.comedy h2 {
	clear: both;
	float: none;
	margin: 0 auto 20px !important;
	width: 168px;
	padding-top: 35px;
	background: url('../_img/comedy-h2-bg.png') no-repeat;
	background-position: center;
}

/* CUSTOM SERIES */

.holiday-gifts h2 {
	clear: both;
	float: none;
	margin: 0 auto 20px !important;
	width: 300px;
	height: 35px;
}

.holiday-gifts h2.no-link {
	background: url('../_img/holiday-h2-bg.png') no-repeat;
	background-position: center;
}

.holiday-gifts h2 a {
	display: block;
	width: 297px;
	height: 0;
	padding-top: 35px;
	font-size: 1em;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../_img/holiday-h2-bg.png') no-repeat;
	background-position: center;
}

.holiday-gifts #feature h3, .holiday-gifts .section h3, .holiday-gifts #aside h3 {
	margin: 0 auto 20px;
	padding-top: 18px;
}

.holiday-gifts #feature.custom-series h3 {
	width: 141px;
	background: url('../_img/h3-cs-slideshow.png') no-repeat;
}

.holiday-gifts #custom-series-news.section h3 {
	width: 258px;
	background: url('../_img/h3-cs-hg_news.png') no-repeat;
}

.holiday-gifts #custom-series-videos.section h3, .holiday-gifts #aside .cs-videos h3 {
	width: 277px;
	background: url('../_img/h3-cs-hg_videos.png') no-repeat;
}

.holiday-gifts #cs-slideshow.section h3 {
	width: 141px;
	background: url('../_img/h3-cs-slideshow.png') no-repeat;
}

/*Horoscope*/

.horoscope h2 {
  width: 149px;
  padding-top: 100px;
  background: url('../_img/horoscope-h2-bg.png') no-repeat;
}

#answered h3 {
	margin: 0 auto 10px;
	width: 328px;
	height: 0;
	padding-top: 16px;
	font-size: 1em;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../_img/h3-horoscope-questions-answered.png') no-repeat;
}

/*NEWS*/

.news h2, .ublog h2, #rant h3, #rant .description, #rant .previously h4 {
	margin: 0 auto 10px;
	height: 0;
	font-size: 1em;
	text-indent: -2000px;
	overflow: hidden;
}

.news h2 {
	width: 122px;
	padding-top: 130px;
	background: url('../_img/news-h2-bg.png') no-repeat;
}

#rant h3 {
	width: 109px;
	padding-top: 18px;
	background: url('../_img/h3-rants-bg.png') no-repeat;
}

#rant .description {
	width: 200px;
	padding-top: 9px;
	background: url('../_img/news-p-rants_description-bg.png') no-repeat;
}

#rant .previously h4 {
	width: 180px;
	padding-top: 14px;
	background: url('../_img/h4-rants-bg.png') no-repeat;
}

/*REVIEWS*/

.reviews h2 {
	width: 122px;
	padding-top: 130px;
	background: url('../_img/reviews-h2-bg.png') no-repeat;
}

.reviews.detail h2, .reviews.categories h2 {
	width: 142px;
	padding-top: 100px;
	background: url('../_img/reviews-h2-detail-bg.png') no-repeat;
}

.reviews #feature h3, #tv h3, #stage h3, #movies h3, #games h3, #dvd h3, #books h3 {
	height: 20px;
	background-repeat: no-repeat;
}

.reviews #feature h3 a, #tv h3 a, #stage h3 a, #movies h3 a, #games h3 a, #dvd h3 a, #books h3 a {
	display: block;
	height: 0;
	font-size: 1em;
	padding-top: 20px;
	text-indent: -2000px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.reviews #feature h3, .reviews #feature h3 a {
	width: 89px;
	margin: 0 auto 10px;
	background-image: url('../_img/h3-movies.png');
}

.reviews #feature h3, .reviews #feature h3 a:hover {
	background-position: 0 -20px !important;
}

#tv h3, #tv h3 a {
	width: 32px;
	background-image: url('../_img/h3-tv.png');
}

#tv h3 a:hover {
	background-position: 0 -20px !important;
}

#stage h3, #stage h3 a {
	width: 75px;
	background-image: url('../_img/h3-stage.png');
}

#stage h3 a:hover {
	background-position: 0 -20px !important;
}

#movies h3, #movies h3 a {
	width: 89px;
	background-image: url('../_img/h3-movies.png');
}

#movies h3 a:hover {
	background-position: 0 -20px !important;
}

#games h3, #games h3 a {
	width: 82px;
	background-image: url('../_img/h3-games.png');
}

#games h3 a:hover {
	background-position: 0 -20px !important;
}

#dvd h3, #dvd h3 a {
	width: 49px;
	background-image: url('../_img/h3-dvd.png');
}

#dvd h3 a:hover {
	background-position: 0 -20px !important;
}

#books h3, #books h3 a {
	width: 83px;
	background-image: url('../_img/h3-book.png');
}

#books h3 a:hover {
	background-position: 0 -20px !important;
}

/*REVIEWS DETAIL*/

#comments h3 {
	width: 121px !important;
	margin: 0 auto 10px !important;
	padding-top: 18px;
	background: url('../_img/h3-comments.gif') no-repeat !important;
}

/* MORE ENTRIES HEADERS */

.videos #more h3, .custom-series #more.videos h3 {
	width: 169px;
	background: url('../_img/h3-more_videos.png') no-repeat !important;
}

.news #more h3, .custom-series #more.news h3 {
	width: 151px;
	background: url('../_img/h3-more_news.png') no-repeat !important;
}

.reviews #more h3 {
	width: 188px;
	background: url('../_img/h3-more_reviews.png') no-repeat !important;
}

.comedy #more h3 {
	width: 176px;
	background: url('../_img/h3-more_comedy.png') no-repeat !important;
}

.style #more h3 {
	width: 153px;
	background: url('../_img/h3-more_style.png') no-repeat;
}

.ublog #more h3 {
	width: 182px;
	background: url('../_img/h3-more_ublog.png') no-repeat;
}

.urant #more h3 {
	width: 196px;
	background: url('../_img/h3-more_urants.png') no-repeat;
}

.music #more h3 {
  width: 153px;
  background: url('../_img/h3-more_music.png') no-repeat;
}

.qa #more h3 {
  width: 169px;
  background: url('../_img/h3-more_uqa.png') no-repeat;
}

#more .more_ublog_news .more-entries h3 {
  width: 151px;
  background: url('../_img/h3-more_news.png') no-repeat;
}

#more .more_ublog_reviews .more-entries h3 {
  width: 188px;
  background: url('../_img/h3-more_reviews.png') no-repeat;
}

#more .more_ublog_music .more-entries h3 {
  width: 153px;
  background: url('../_img/h3-more_music.png') no-repeat;
}

/* UBLOG */

.ublog_side h3 {
	margin: 0 auto 10px;
	height: 17px;
	background-repeat: no-repeat;
}

.ublog_side h3 a {
	display: block;
	height: 0;
	font-size: 1em;
	padding-top: 17px;
	text-indent: -2000px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ublog_side h3, .ublog_side h3 a {
	width: 91px;
	background-image: url('../_img/h3-ublog-bg.png');
}

.ubog_side h3 a:hover {
	background-position: 0 -17px !important;
}

/*STYLE*/

.style h2,
#hot_shot_style h3 ,
#hot_shot_style h4,
#previous_hot_shot h3 {
	height: 0;
	overflow: hidden;
}

.style h2 {
	margin: 0 auto 10px;
	width: 152px;
	padding-top: 100px;
	background: url('../_img/style-h2-bg.png') no-repeat;
}

.style #style_hotlist h2 {
  margin: 0 auto 10px;
  width: 152px;
  padding-top: 100px;
  background: url('../_img/style-hotlist-h2-bg.png') no-repeat;
}
  
.caption h2 {
	width: 152px;
	background: url('../_img/style-caption-h2-bg.png') no-repeat;
}

.style.caption #feature h3 {
	clear: none;
	width: 376px;
	margin: 30px 0 0 170px;
	padding-top: 18px;
	background: url('../_img/h3-todays_style_photo.png') no-repeat;
}

#hot_shot_style h3 {
	margin: 0 auto 10px;
	width: 179px;
	padding-top: 18px;
	background: url('../_img/h3-hot_shot_style.png') no-repeat;
}

#hot_shot_style h4 {
	margin: 0 auto 10px;
	width: 216px;
	padding-top: 13px;
	background: url('../_img/h4-previous_style_photos.png') no-repeat;
}

#previous_hot_shot h3 {
	margin: 0 auto 10px;
	width: 376px;
	padding-top: 18px;
	background: url('../_img/h3-previous_hot_shot.png') no-repeat;
}


/*URANT*/

.urant h2 {
	width: 142px;
	padding-top: 100px;
	background: url('../_img/urant-h2-bg.png') no-repeat;
}


/*VIDEOS*/

.videos h2 {
	width: 152px;
	padding-top: 100px;
	background: url('../_img/videos-h2-bg.png') no-repeat;
}

.videos #main h3.user-gen {
	width: 330px;
	padding-top: 18px;
	background: url('../_img/h3-user_generated_interviews.png') no-repeat;
}

.horoscope #influence {
  width: 397px;
  padding-top: 16px;
  background: url('../_img/horoscope-todays-influences.png') no-repeat;
  margin-bottom: 1em;
}

.horoscope #every_sign {
  width: 407px;
  padding-top: 16px;
  background: url('../_img/horoscope-todays-horoscope.png') no-repeat;
  margin-bottom: 1em;
}

/* SIDEBARS */
#trending_video h3 {
	width: 202px;	
	padding-top: 18px;
	background: url('../_img/h3-trending_video.png') no-repeat;
	margin: 0px auto 10px;
}

#top_videos h3 {
	width: 253px;
	padding-top: 18px;
	background: url('../_img/h3-most_popular_videos.png') no-repeat;
}

#top_comedy h3 {
	width: 292px;
	padding-top: 18px;
	background: url('../_img/h3-most_popular_comedy.png') no-repeat;
}

#top_news h3 {
	width: 263px;
	padding-top: 18px;
	background: url('../_img/h3-most_popular_news.png') no-repeat;
}

/*LOGIN*/

.login h2, #login_header {
	width: 152px;
	padding-top: 100px;
	background: url('../_img/login-h2-bg.png') no-repeat;
}

.profile h2 {
  width: 124px;
  padding-top: 135px;
  background: url('../_img/profile-h2-bg.png') no-repeat;
}

/*REGISTER*/

.register h2, #register_header {
	width: 122px;
	padding-top: 130px;
	background: url('../_img/register-h2-bg.png') no-repeat;
}

/* PARTNER LINKS */

#partner_links h3 {
	margin: 0 auto 30px;
	width: 239px;
	height: 0;
	font-size: 1em;
	padding-top: 14px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../_img/h3-partner_links-bg.png') no-repeat;
}

/* BUTTONS */

.sub_caption a {
	width: 195px;
	background-image: url('../_img/btn-submit_caption.png');
}

.vote a {
	width: 95px;
	background-image: url('../_img/btn-vote.png');
}

.ask_question a {
  margin: 0 auto;
	margin-top: 10px;
	width: 201px;
	background-image: url('../_img/btn-ask_question.png');
}

.contact_btn a {
	width: 201px;
	background-image: url('../_img/btn-contact.png');
}

.submit_rant, .submit_rant a {
	margin-left: auto;
	margin-right: auto;
	width: 241px;
	background: url('../_img/btn-submit_rant.png') no-repeat;
}

.more_news, .more_news a {
	margin-left: auto;
	margin-right: auto;
	width: 237px;
	background: url('../_img/btn-more_news.png') no-repeat;
}

.more_blog_posts, .more_blog_posts a {
	margin-left: auto;
	margin-right: auto;
	width: 287px;
	background: url('../_img/btn-more_blog_posts.png') no-repeat;
}

.continue_reading, .continue_reading a {
	margin-left: auto;
	margin-right: auto;
	width: 241px;
	background: url('../_img/btn-continue_reading.png') no-repeat;
}

.rant .continue_reading, .rant .continue_reading a {
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  background: url('../_img/btn-urant-watch.png') no-repeat;
}

.reviews #main .section .btn, .reviews #main .section .btn a {
	width: 256px;
	margin-right: auto;
	margin-left: auto;
}

.more_game_reviews a {
	background: url('../_img/btn-more_game_reviews.png') no-repeat;
}

.more_tv_reviews a {
	background: url('../_img/btn-more_tv_reviews.png') no-repeat;
}

.more_stage_reviews a {
	background: url('../_img/btn-more_stage_reviews.png') no-repeat;
}

.more_music_reviews a {
	background: url('../_img/btn-more_music_reviews.png') no-repeat;
}

.more_movie_reviews a {
	background: url('../_img/btn-more_movie_reviews.png') no-repeat;
}

.more_dvd_reviews a {
	background: url('../_img/btn-more_dvd_reviews.png') no-repeat;
}

.more_book_reviews a {
	background: url('../_img/btn-more_books_reviews.png') no-repeat;
}

.submit_blog_post a {
	margin: 0 auto;
	width: 288px;
	background: url('../_img/btn-submit_blog_post.png') no-repeat;
}

.submit_review a {
	margin: 0 auto;
	width: 412px;
	background: url('../_img/btn-submit_review.png') no-repeat;
}

.read_more_reviews a {
	margin: 0 auto;
	width: 307px;
	background: url('../_img/btn-read_more_reviews.png') no-repeat;
}

#upcoming_form .submit a {
	width: 191px;
	background: url('../_img/btn-submit.png') no-repeat;
}

#coming_next .submit a {
  width: 171px;
  background: url('../_img/btn-submit_question.png') no-repeat;
}

.submit a {
  width: 191px;
  background: url('../_img/btn-submit.png') no-repeat;
}

.profile .submit a {
  width: 171px;
  background: url('../_img/btn-input-submit.png') no-repeat;
}

.submit_caption_vote a {
	margin: 0 auto;
	width: 241px;
	background: url('../_img/btn-submit_caption_vote.png') no-repeat;
}

.more_info a {
	width: 171px;
	background: url('../_img/btn-more_info.png') no-repeat;
}

.buy_now a {
	width: 287px;
	background: url('../_img/btn-buy_now.png') no-repeat;
}

.more_style_interviews a {
	margin: 0 auto;
	width: 301px;
	background: url('../_img/btn-more_style_interviews.png') no-repeat;
}

.more_music_interviews a {
	margin: 0 auto;
	width: 301px;
	background: url('../_img/btn-more_music_interviews.png') no-repeat;
}

.more_uqa_interviews a {
  margin: 0 auto;
  width: 300px;
  background: url('../_img/btn-more_qa_interviews.png') no-repeat;
}

.more_urants a {
	margin: 0 auto;
	width: 307px;
	background: url('../_img/btn-more_urants.png') no-repeat;
}

.more_videos a {
	width: 328px;
	background: url('../_img/btn-more_videos.png') no-repeat;
}

.more_comedy a {
	width: 328px;
	background: url('../_img/btn-more_comedy.png') no-repeat;
}

.submit_vote a {
	width: 211px;
	background: url('../_img/btn-input-submit_vote.png') no-repeat;
}

.submit_caption a {
	width: 211px;
	background: url('../_img/btn-input-submit_caption.png') no-repeat;
}

.post a {
	width: 211px;
	background: url('../_img/btn-input-post.png') no-repeat;
}

/* FOOTER PAGES */

.footer h2 {
	width: 152px;
	padding-top: 100px;
	background-repeat: no-repeat;
	margin-bottom: 20px !important;
}

.about h2 {
	background-image: url('../_img/about-h2-bg.png');
}

.editors-note h2 {
	background-image: url('../_img/editors-note-h2-bg.png');
}

.masthead h2 {
  background-image: url('../_img/masthead-h2-bg.png');
}

.ugc h2 {
	background-image: url('../_img/ugc-h2-bg.png');
}

.advertise h2 {
  background-image: url('../_img/advertise-h2-bg.png');
}

.terms h2 {
  background-image: url('../_img/terms-h2-bg.png');
}

.contact h2 {
  background-image: url('../_img/contact-h2-bg.png');
}

.privacy h2 {
  background-image: url('../_img/privacy-h2-bg.png');
}

/* PROFILES */

#favorites h3, #recent_activity h3 {
	padding-top: 17px;
  margin-bottom: 1em;
}

#favorites h3 {
	width: 125px;
	background: url('../_img/h3-profile-favorites.gif') no-repeat;
}

#recent_activity h3 {
	width: 206px;
	background: url('../_img/h3-profile-recent-activity.gif') no-repeat;
}

/* Classes added by manusis */

.ublog h2 {
  width: 149px;
  padding-top: 100px;
  background: url('../_img/ublog-h2-bg.png') no-repeat;
}

.ublog.detail h2, {
  width: 149px;
  padding-top: 100px;
  background: url('../_img/ublog-h2-bg.png') no-repeat;
}

.more_hot_shot a {
  width: 300px;
  background: url('../_img/btn-more_hot_shot.png') no-repeat;
}

.read_more_blogs a {
  margin: 0 auto;
  width: 307px;
  background: url('../_img/btn-more_blog_posts.png') no-repeat;
}

.more_recent_activity a {
  width: 207px;
  background: url('../_img/btn-more_activity.png') no-repeat;
}

.view_more_tags a {
  width: 170px;
  background: url('../_img/btn-view-more.png') no-repeat;
}

/* TAG LANDING */

.tag #feature {
  margin-bottom: 20px;
}

.tag h2 {
  width: 149px;
  padding-top: 100px;
  background: url('../_img/h2-related-posts.png') no-repeat;
}

#uqa h3, #uqa h3 a {
  padding-top: 17px;
  margin: 0 auto 10px;
  background-image: url('../_img/h3-hot-list.png');
  width: 101px;
}

/***** urant********/

.urant h2{
  margin: 0 auto 10px;
  height: 0;
  font-size: 1em;
  text-indent: -2000px;
  overflow: hidden;
}
.urant h2 {
  width: 142px;
  padding-top: 100px;
  background: url('../_img/urant-h2-bg.png') no-repeat;
}

.urant.detail h2, {
  width: 142px;
  padding-top: 100px;
  background: url('../_img/urant-h2-bg.png') no-repeat;
}

.read_more_urants a {
  margin: 0 auto;
  width: 307px;
  background: url('../_img/btn-more_urants.png') no-repeat;
}

/**********urant side bar**************/

#news_urant h3, #reviews_urant h3, #music_urant h3 {
  margin: 0 auto 10px;
  height: 20px;
  background-repeat: no-repeat;
}

#news_urant h3 a, #reviews_urant h3 a, #music_urant h3 a {
  display: block;
  height: 0;
  font-size: 1em;
  padding-top: 20px;
  text-indent: -2000px;
  overflow: hidden;
  background-repeat: no-repeat;
}

#news_urant h3, #news_urant h3 a, #reviews_urant h3, #reviews_urant h3 a, #music_urant h3, #music_urant h3 a {
	width: 109px;
	background: url('../_img/h3-rants-bg.png') no-repeat;
}

/******urant for side bar (music, news, reviews)*********/


.more_urant_posts, .more_urant_posts a {
  margin-left: auto;
  margin-right: auto;
  width: 287px;
  background: url('../_img/btn-more_urants.png') no-repeat;
}

.submit_urant_post a {
  margin: 0 auto;
  width: 288px;
  background: url('../_img/btn-submit_urant.png') no-repeat;
}

#submitUrant_form .msg {
  display: none; 
  margin-left:180px; 
  padding-right:20px;
}


/* HOME - CONTENT */

.home .col {
  float: left;
}

.home .primary {
  width: 359px;
}

.home .primary .section {
  width: 359px; /*IE6*/
  background: url('../_img/border-primary-bottom.gif') center bottom no-repeat;
}

.home .secondary {
  width: 281px;
}

.home .secondary .section {
  width: 281px; /*IE6*/
  background: url('../_img/border-secondary-bottom.gif') center bottom no-repeat;
}

#hot_shot_img {
  clear: both;
}

#hot_shot_img .date {
  margin-bottom: 4px;
}

#hot_shot_img .img {
  float: left;
  width: 346px;
  margin-right: 10px;
}

#hot_shot_img .img .credit {
  margin-right: 0;
}

#hot_shot .feature {
  margin: 0 auto;
}

#hot_shot dl {
  padding: 20px 20px 10px;
  font-size: 1.1em;
}

#hot_shot dt {
  margin-bottom: .25em;
  font-weight: bold;
}

#hot_shot dd {
  color: #666;
  margin-bottom: .75em;
}

#hot_shot .actions {
  width: 290px;
  overflow: hidden;
  margin: 0 auto;
}

.home #hot_shot .btn {
  float: left;
}

#hot_shot .slide_show {
  position: relative;
  margin-top: 10px;
  padding: 15px 0;
  overflow: hidden;
  background: url('../_img/border-1px-horizontal.gif') left top repeat-x;
}

#hot_shot .slide_show .slides {
  overflow: hidden;
  width: 276px;
  margin: 0 auto;
}

#hot_shot .slide_show ul {
  width: 285px;
}

#hot_shot .slide_show li {
  float: left;
  width: 86px;
  margin-right: 9px;
}

.slide_show .local_nav a {
  position: absolute;
  top: 30px;
  display: block;
  width: 23px;
  height: 0;
  font-size: 1em;
  padding-top: 54px;
  text-indent: -2000px;
  overflow: hidden;
  background: url('../_img/slideshow-a-next-bg.gif') no-repeat;
}

.slide_show .local_nav .prev a {
  left: 12px;
  background: url('../_img/slideshow-a-prev-bg.gif') no-repeat;
}

.slide_show .local_nav .next a {
  right: 12px;
  background: url('../_img/slideshow-a-next-bg.gif') no-repeat;
}

.slide_show .local_nav .prev a:hover, .slide_show .local_nav .next a:hover {
  background-position: 0 -54px;
}

.home .grid li {
  float: left;
}

.home #qa ul {
  margin-left: 24px;
}

.home #qa .grid li {
  width: 145px;
  min-height: 185px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.home #qa .grid li img {
  margin-bottom: 5px;
}

.home #style {
  background-position: center top;
}

.home #style ul {
  margin-left: 5px;
}

.home #style li {
  width: 164px;
  margin-right: 10px;
  min-height: 66px;
}

.home #style li p {
  margin-bottom: 0;
  padding-left: 60px;
}

.home .primary .ad {
  width: 250px;
  margin: 10px auto;
}

#news_feed {
  width: 275px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom-width: 0;
  background: url('../_img/home-news_feed_bot-bg.gif') left bottom no-repeat;
}

#news_feed h3 {
  width: 275px;
  height: 0;
  font-size: 1em;
  padding-top: 55px;
  text-indent: -2000px;
  overflow: hidden;
  background: url('../_img/home-h3-news_feed-bg.gif') no-repeat;
}

#news_feed ul {
  width: 275px;
  margin-top: -5px;
  overflow: hidden;
  background: #fefefe url('../_img/home-news_feed_body-bg.gif') repeat-y;
}

#news_feed ul li {
  margin: 0 14px;
  padding: 4px 2px;
  border-bottom: 1px solid #e6e6e6;
  width: 243px;
  min-height: 86px;
}

#news_feed ul li a {
  font-size: 1.2em;
}

#news_feed ul li.last {
  border-bottom-width: 0;
}

#news_feed .posted {
  margin-bottom: 0; /*IE*/
  font-size: .85em;
  color: #666;
}

.home #music {
  margin-top: 10px;
  background: url('../_img/border-secondary-bottom.gif') center top no-repeat;
}

.home #music ul {
  margin-left: 10px;
}

.home #music li {
  width: 126px;
  min-height: 220px;
  margin-right: 9px;
}

.home #music li img {
  margin-bottom: 4px;
}

.home #music li p {
  margin-bottom: 0;
}

.home #reviews {
  background: url('../_img/border-secondary-bottom.gif') center top no-repeat;
}

.home #reviews img {
  margin-bottom: 4px;
}

.home #movie_reviews {
  overflow: hidden;
  background: url('../_img/border-1px-horizontal.gif') left bottom repeat-x;
}

.home #movie_reviews ul {
  margin-left: 5px;
  width: 300px;
}

.home #movie_reviews li {
  width: 130px;
  margin-right: 15px;
}

.home #other_reviews {
  overflow: hidden;
  width: 281px;
  padding-bottom: 10px;
  background: url('../_img/border-1px-vertical.gif') 140px 0 repeat-y;
}

.home #other_reviews ul {
  padding: 0 7px;
}

.home #other_reviews a {
  font-weight: bold;
  font-size: 1.2em;
}

.home #tv_reviews, .home #music_reviews {
  float: left;
  width: 140px;
  padding-top: 3px;
}

.home #tv_reviews {
  margin-right: 1px;
}

.home #aside .featured_video a {
  padding: 0 10px 10px;
  text-align: left;
  background: url('../_img/border-1px-horizontal.gif') left bottom repeat-x;
}

/* NEWS */

.news #feature, .custom-series #feature, .custom-series #video {
  margin-bottom: 12px;
  padding-bottom: 10px;
  background: url('../_img/border-1px-horizontal.gif') left bottom repeat-x;
}

.news #feature .img {
  float: left;
}

.news #feature .img .credit {
  margin-right: 0;
}

.news #feature .btn {
  margin-bottom: 0;
}

#news_content {
  margin-top: 2em;
}

#news_content, .news #feature_content {
  width: 560px;
}

#news_content h4 {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.news #main {
  padding-bottom: 50px;
}

#aside #news {
  background: none;
}

.news .more_news {
  margin: 0 0 0 270px;
}

.news #main .ad {
  float: left;
  margin-right: 20px;
}

.news #main .post_listing {
  float: left;
  width: 429px;
  padding-left: 21px;
  background: url('../_img/border-1px-vertical.gif') left top repeat-y;
}

.news #main .post_listing li.last {
  margin-bottom: 0;
}

.hot_shot #previous_hot_shot {
  padding-top: 15px;
  width: 630px;
  background: url('../_img/border-1px-horizontal.gif') left top repeat-x;
}

.hot_shot #previous_hot_shot .grid {
  overflow: hidden;
  width: 630px;
  background: url('../_img/border-1px-horizontal.gif') left bottom repeat-x;
}

.hot_shot #previous_hot_shot .grid li {
  width: 300px;
  margin: 0 15px 8px 0;
}

.hot_shot #previous_hot_shot .grid em {
  font-style: normal;
}

.hot_shot #previous_hot_shot .grid .user {
  margin: 4px 0;
}

/*REVIEWS*/

.reviews .section .col {
  float: left;
  width: 50%;
  overflow: hidden;
}

.reviews .section .col_bg {
  width: 100%;
  overflow: hidden;
  background: url('../_img/border-1px-vertical.gif') 305px 0 repeat-y;
}

.reviews .section .col h3 {
  margin: 10px auto 5px;
}

.reviews #main .post_listing li {
  float: left;
  width: 290px;
  padding-right: 10px;
}

.reviews #main .post_listing .rating {
  margin-left: 101px;
}

.reviews #feature {
	min-height: 320px;
}

.reviews #feature_content img {
  float: left;
  margin-right: 8px;
}

.reviews #feature.reviews #feature_content .txt {
  float: left;
  width: 200px;
}

.reviews #feature_content .txt .continue_reading,
.reviews #feature_content .txt .continue_reading a {
  width: 221px;
  background: url('../_img/btn-continue_reading-sm.png') no-repeat;
}

.reviews #main .submit_review {
  width: 630px;
  padding-top: 15px;
}

/*REVIEWS CATEGORIES*/

.reviews .cat {
  clear: both;
  padding: 8px 0;
  width: 630px;
  overflow: hidden;
  background: url('../_img/border-1px-horizontal.gif') left bottom repeat-x;
}

.reviews .cat img {
  float: left;
  margin-right: 10px;
}

.reviews .cat .txt {
  float: left;
  width: 345px;
}

.reviews .cat h4, .ublog .cat h4 {
  padding: 10px 0 5px;
  font-size: 1.4em;
}

.reviews .cat .author {
  margin-bottom: 4px;
}

.reviews .cat .btn {
  margin: 0 auto;
  width: 241px;
  background-image: none;
}

/*REVIEWS DETAIL*/

.detail #feature_content, .category #feature_content {
  clear: both;
  margin-bottom: 50px;
  padding: 5px 0 10px;
  background: url('../_img/border-1px-horizontal.gif') left bottom repeat-x;
}

.reviews.detail #feature_content .txt .rating-new .rating, .urant.detail #feature_content .txt .rating-new .rating, .ublog.detail #feature_content .txt .rating-new .rating {
  margin-bottom: 0 !important;
  display: inline-block;
}

#feature_content .txt .rating-new, .reviews.detail #feature_content .txt .author, .urant.detail #feature_content .txt .author, .ublog.detail #feature_content .txt .author {
  margin-bottom: 0.4em;
}

#aside .urant_side {
	padding-top: 0;
}

#comments {
  width: 630px;
  padding-bottom: 4px;
  text-align: left;
  margin-top: 30px;
}

.reviews.detail #comments {
  background: url('../_img/border-1px-horizontal.gif') left bottom repeat-x;
}

#comments a {
  text-decoration: underline;
}

#comments textarea {
  width: 585px;
  height: 150px;
}

#comments form p a {
  margin: 4px auto 0;
}

#comments_page {
  margin-bottom: 2em;
}

#comments_page li img {
  margin: 0 10px 10px 0;
  float: left;
}

/* MORE ENTRIES */

#more {
  padding-top: 20px;
  background: url('../_img/border-1px-vertical.gif') 180px 0 repeat-y !important;
}

#more.has-webwatch {
  background-position: 269px 0 !important;
}

#more #webwatch {
  margin-right: 20px;
}

#more .ad {
  float: left;
  margin-right: 21px;
  margin-bottom: 20px;
}

#more .more-entries {
  float: left;
  width: 429px;
  margin-left: 20px;
}

#more.has-webwatch .more-entries {
  width: 341px;
}

#more .more-entries h3 {
  margin: 0 auto 1em;
	padding-top: 18px;
}

#more .more-entries ul.grid li {
  margin-bottom: 10px;
}

.videos #more .more-entries ul.grid li, .style #more .more-entries ul.grid li {
  min-height: 81px;
}

.news #more .more-entries ul.grid li, .urant #more .more-entries ul.grid li, .ublog #more .more-entries ul.grid li {
  min-height: 96px;
}

.more-entries ul.grid li > a, .more-entries ul.grid li > .txt {
	float: left;
}

.more-entries ul.grid li > a {
	margin-right: 10px;
}

.more-entries ul.grid li > a img {
	float: none;
	margin-right: 0;
}

.more-entries ul.grid li > .txt p:last-child {
	margin-bottom: 0;
}

.news .more-entries ul.grid li > .txt, .urant .more-entries ul.grid li > .txt, .ublog .more-entries ul.grid li > .txt {
	width: 323px;
}

.videos .more-entries ul.grid li > .txt, .reviews .more-entries ul.grid li > .txt, .comedy .more-entries ul.grid li > .txt,
.music .more-entries ul.grid li > .txt, .style .more-entries ul.grid li > .txt, .qa .more-entries ul.grid li > .txt {
	width: 313px;
}

.read_more_entries {
  width: 630px;
  margin-top: 12px;
}

/*STYLE,UQA & MUSIC*/

.qa .intro h4, .music .intro h4, .style .intro h4 {
  padding-bottom: 5px;
  line-height: 1.2em;
  font-size: 1.4em;
  font-weight: normal;
}

#aside #music {
  background: none;
}

#aside #uqa {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.style #previous_hot_shot {
  padding-top: 15px;
  width: 630px;
  background: url('../_img/border-1px-horizontal.gif') left top repeat-x;
}

.style #previous_hot_shot .grid {
  overflow: hidden;
  width: 630px;
  background: url('../_img/border-1px-horizontal.gif') left bottom repeat-x;
}

.style #previous_hot_shot .grid li {
  width: 300px;
  margin: 0 15px 8px 0;
}

.style #previous_hot_shot .grid em {
  font-style: normal;
}

.style #previous_hot_shot .grid .user {
  margin: 4px 0;
}

.hot_shot form {
  width: 565px;
  margin: 10px auto;
}

.hot_shot form .btn a {
  margin: 0 auto;
}

.hot_shot #caption_vote ul {
  margin-bottom: 15px;
}

.hot_shot #caption_vote li {
  margin-bottom: 8px;
}

.hot_shot #caption_msg {
  text-align: center;
}

.hot_shot #caption_msg textarea {
  width: 485px;
  height: 100px;
  margin-bottom: 10px;
}

.qa_list {
  width: 620px;
  overflow: hidden;
  margin-bottom: 12px;
  padding: 8px 0 10px;
  background: url('../_img/border-1px-horizontal.gif') left bottom repeat-x;
}

.qa_list dl, .style .intro {
  float: left;
  width: 380px;
}

.qa_list dt span {
  position: relative;
}

.qa_list dt span img {
  position: absolute;
  top: 0;
  left: -68px;
}

.qa_list dt, .qa_list dd {
  padding: 0 0 20px 70px;
}

.qa #main .continue_reading,
.music #main .continue_reading,
.style #main .continue_reading {
  display: inline; /*IE6*/
  float: right;
  margin: 0 60px 0 0;
}

.qa #main .ad,
.music #main .ad,
.style #main .ad {
  margin-bottom: 10px;
}

.media {
  float: left;
  margin-right: 10px;
  width: 226px;
}

.media .style_video .video_player {
	width: 226px;
	height: 190px;
 	margin-bottom: 10px;
}

.media .ad {
  position: relative;
  margin: 10px 0 0 0;
}

.media_image, .lookbook {
  margin-bottom: 10px;
}

.lookbook img {
  margin-left: 2px;
  padding: 0;
  border-width: 0;
}

.lookbook ul {
  height: 26px;
}

.lookbook li {
  float: left;
}

.lookbook li.open {
  width: 177px;
  height: 0;
  font-size: 1em;
  padding-top: 26px;
  text-indent: -2000px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('../_img/lookbook-open.png');
}

.lookbook li a {
  float: left;
  width: 23px;
  height: 0;
  font-size: 1em;
  padding-top: 26px;
  text-indent: -2000px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.lookbook li a:hover {
  background-position: 0 -26px;
}

.lookbook li.prev a {
  float: left;
  width: 23px;
  background-image: url('../_img/lookbook-previous.png');
}

.lookbook li.next a {
  width: 26px;
  background-image: url('../_img/lookbook-next.png');
}

.style #aside .btn {
  margin: 0;
}

.qa #aside .ad.skyscraper,
.music #aside .ad.skyscraper,
.style #aside .ad.skyscraper {
  margin: 10px 0 10px 10px;
}

#hot_shot_style {
  background-image: none !important;
}

#hot_shot_style img {
  margin: 0 auto;
}

#hot_shot_style dl {
  padding: 10px 20px;
  font-size: 1.1em;
}

#hot_shot_style dt {
  margin-bottom: .25em;
  font-weight: bold;
}

#hot_shot_style dd {
  color: #666;
  margin-bottom: .75em;
}

#hot_shot_style .previously {
  margin-top: 8px;
  padding-top: 10px;
  background: url('../_img/border-1px-horizontal.gif') left top repeat-x;
}

#coming_next {
	text-align: center;
	background: url('../_img/gl-div-coming_next_bottom-bg.png') left bottom no-repeat !important;
	width: 299px !important;
}

#coming_next div {
  display: block;
  background: url('../_img/gl-span-coming_next_body-bg.png') repeat-y;
  padding-bottom: 4px !important;
}

#coming_next h3 {
  width: 299px;
  height: 0;
  font-size: 1em;
  padding-top: 60px;
  text-indent: -2000px;
  overflow: hidden;
  background: url('../_img/h3-coming_next.png') no-repeat;
}

#coming_next img {
  margin: 10px auto;
}

#coming_next h4 {
  margin-bottom: 10px;
  font-size: 1.2em;
}

#coming_next .btn {
  margin-bottom: 0;
}

#coming_next .btn a {
  margin: 0 auto;
}

#music_ublog {
  background-image: none !important;
  padding-bottom: 0;
}

.style #aside .previously li {
	height: 106px;
	min-height: 0;
}

.music #aside #video_player {
	width: 300px;
  margin: 0 auto;
  height: auto;
}

.music #aside #video_player h4 {
  margin-top: 5px;
}

.music #aside #video_player iframe {
	width: 300px;
	height: 225px;
}

.music #aside #video h4 {
	padding-left: 15px;
}

/*URANT*/

.urant_list {
	margin-top: 20px;
}

.rant {
	width: 620px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background: url('../_img/border-1px-horizontal.gif') left bottom repeat-x;
}

.rant h4 {
	margin-bottom: 15px;
	font-size: 1.4em;
	font-weight: normal;
}

.rant .video {
	float: right;
}

.rant .video .view_larger {
	display: block;
	width: 98px;
	height: 0;
	margin: 3px -3px 10px auto;
	padding-top: 21px;
	font-size: 1em;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../_img/btn-view_larger.png') no-repeat;
}

.rant .video .view_larger:hover {
	background-position: 0 -21px;
}

.rant .txt img {
	float: left;
}

.rant .txt {
	width: 400px;
	float: left;
}

.rant .txt p {
	padding-left: 66px;
}

.rant .txt .posted {
	margin-bottom: 0;
	color: #666;
}

.rant .txt .btn {
	padding: 0;
}

.rant .continue_reading {
	margin: 0 0 0 62px;
}

/*VIDEOS, COMEDY*/

.videos #main h3.user-gen {
  margin: 30px 0 0 170px;
}

.videos #video,
.comedy #comedy {
  clear: both;
  width: 630px;
  padding-top: 10px;
  margin-bottom: 2em;
}

.videos #video h4,
.comedy #comedy h4 {
  font-size: 1.4em;
  margin: 5px 0;
}

.videos .qa_list dl,
.comedy .qa_list dl {
  float: none;
  width: auto;
}

.comedy #aside .top_10:last-child {
	border-bottom: none;
}

.video-embed {
	margin-bottom: 1em;
}

.video_list {
	width: 632px;
	overflow: hidden;
	clear: both;
	padding-top: 10px;
}

.video_list li {
	width: 306px;
	float: left;
	margin-right: 10px;
	min-height: 320px;
}

.video_list h4 {
	margin: 8px 0 5px;
	font-size: 1.4em;
}

.video_list .ad {
	width: 250px;
	margin: 20px 0 0 25px;
}

.more_videos a, .more_comedy a {
	margin: 20px auto 10px;
}

#video_player {
	width: 320px;
	height: 240px;
}

.comedy .video_list li {
	min-height: 264px;
	margin-bottom: 1em;
}

/*REGISTER*/

.register #main {
  padding-bottom: 100px;
}

.profile #intro,
.register #intro {
  width: 480px;
  float: left;
  margin-top: 20px;
}

form.standard .alert {
  margin-left: 160px;
}

form.standard {
  clear: both;
  width: 450px;
  margin: 10px auto;
}

form.standard li {
	   margin-bottom: 11px;
}

form.standard label {
  float: left;
  margin-right: 10px;
  width: 150px;
  text-align: right;
}

form.standard li input {
	width: 200px;
}

form.standard li input.celebrity_look {
	margin-top: 8px;
	width: 200px;
}

form.standard li input.celebrity_ques {
	margin-top: 14px;
	width: 200px;
}

form.standard span {
  color: #c00;
}

form.standard li select {
  width: 150px;
}

form.standard li select.birthday {
  width: auto;
}

form.standard li select.birthday option {
  padding-right: 10px;
}

form.standard li textarea {
  width: 250px;
  height: 60px;
}

form.standard li #gender {
  width: 100px;
}

form.standard p input {
  vertical-align: middle;
  margin-left: 160px;
}

form.standard .btn {
  display: inline; /*IE6...*/
  float: left;
  margin-left: 160px;
}

form.standard .page_actions .btn {
  display: block;
  float: none;
}

form.standard .cancel a {
  display: block;
  float: left;
  padding-left: .5em;
  text-decoration: underline;
  font-size: 1.1em;
  line-height: 26px;
  font-weight: bold;
}

/* DIALOG - popup */

#dialog {
  width: 534px;
  padding: 10px;
  font-size: .8em;
  line-height: 1.2em;
  text-align: left;
  background: url('../_img/dialog-bg.png');
}

.dialog_content {
  padding: 1em 45px;
  background-color: #fff;
}

.dialog_content a {
  color: #00b0f0;
  text-decoration: underline;
}

.dialog_content a:hover {
  text-decoration: none;
}

.dialog_content .warning em {
  font-style: normal;
}

.dialog_content .warning em a {
  color: #333;
}

.dialog_content h3 {
  width: 300px;
  height: 0;
  font-size: 1em;
  margin: 0 auto 30px;
  padding-top: 19px;
  text-indent: -2000px;
  overflow: hidden;
}

.submit_reviews .dialog_content h3 {
  background: url('../_img/h3-dialog-submit_review.gif') no-repeat;
  width: 191px;
}

.submit_Ublog .dialog_content h3 {
  background: url('../_img/dialog-submit-ublog-bg.png') no-repeat;
  width: 231px;
}

.submit_Urant .dialog_content h3 {
  background: url('../_img/dialog-submit-urant-bg.png') no-repeat;
  width: 245px;
}

.contact_us .dialog_content h3 {
  background: url('../_img/h3-dialog-contactus.gif') no-repeat;
  width: 152px;
}

.ask_astrologist .dialog_content h3 {
  background: url('../_img/h3-dialog-ask_astrologist.gif') no-repeat;
  width: 282px;
}

.submit_question .dialog_content h3 {
  background: url('../_img/h3-dialog-submit_question.gif') no-repeat;
  width: 242px;
}

.dialog_content .warning {
  margin-left: 80px;
  font-size: 1.1em;
  font-weight: bold;
}

.dialog_content form li {
  margin-bottom: 8px;
}

.dialog_content li label {
  font-size: 1.1em;
  font-weight: bold;
}

.dialog_content li input {
  width: 195px;
}

.dialog_content li textarea {
  width: 335px;
  height: 150px;
}

.dialog_content .actions {
  margin-top: 30px;
  line-height: 25px;
  font-size: 1.1em;
  font-weight: bold;
}

.dialog_content .actions a {
  color: #333;
}

.dialog_content .btn {
  float: left;
  margin: 0 .5em 0 110px;
}

.ui-icon-closethick {
  display: none;
}

/* HOROSCOPE */

#daily_influences {
  min-height: 100px;
}

#daily_signs {
  margin-top: 20px;
}

#daily_influences, #daily_signs {
  width: 630px;
}

.horoscope #signs li {
  width: 186px;
  min-height: 280px;
  margin: 0 20px 20px 0;
  float: left;
}

.horoscope #signs li.last {
  margin-right: 0;
}

.horoscope #signs img {
  margin-bottom: 10px;
}

.horoscope #signs h4 {
  margin-bottom: 0.2em;
}

.horoscope #signs li p {
  margin-bottom: 0;
}

.horoscope #aside h4 {
	font-size: 1.1em;
}

.horoscope #aside img {
	margin: 5px 0px;
}

.horoscope .qa_list, .horoscope .qa_list dl {
  float: none;
  width: auto;
}

/* FOOTER PAGES */

.footer .footer-content > div {
	float: left;
}

.footer .footer-content .footer-media {
	width: 300px;
	margin-right: 10px;
}

.footer .footer-content .footer-media img {
	margin-bottom: 20px;
}

.footer .footer-content .footer-text {
	width: 310px;
}

/*** ADDL CSS  ***/

.dialog_content #login_form li label {
  width: 150px;
}

.dialog_content .upcoming-qa h3 {
  background: url('../_img/h3-dialog-upcoming-qa.gif') no-repeat;
  width: 189px;
}

.upcoming_data {
  min-height: 136px;
}

.upcoming-qa, #upcoming_form {
  clear: none;
  margin: 0;
}

.upcoming-qa h4, #upcoming_dialog h4 {
  font-size: 1.4em;
  padding-bottom: 10px;
}

.upcoming-qa img, #upcoming_dialog img {
  float: right;
  margin: 0 0 10px 10px;
}

.upcoming-qa .actions {
  text-align: center;
}

#upcoming_form textarea {
  height: 80px;
  width: 220px;
}

#upcoming_form li label {
  width: 70px;
}

.ui-close {
  padding: 12px 80px 30px;
  position: absolute;
  top: 0;
  right: 0;
}

#login_form #forgot_password a {
  margin-left: 160px;
}

#login_form #register a {
  margin-left: 160px;
}


/* Recaptcha Style */

#recaptcha_wrap {
    margin: 20px 0;
    margin-left:55px;
}

#recaptcha_wrap p {
    margin-top: 40px;
    line-height: 1.1em;
    text-align: left;
}

#recaptcha_widget {
    width: 300px;
    height: 57px;
}

#recaptcha_image {
    margin-bottom: 10px;
    width: 300px;
    height: 57px;
}

.recaptcha_only_if_incorrect_sol {
    color: red;
}

.recaptcha_only_if_image {
    margin-top: 57px;
    line-height: 1.1em;
    text-align: left;
}

#lightbox-loading img {
	display: inline;
}

/* PROFILES */

.profile #main {
  padding-bottom: 50px;
}

.profile #user_image {
  width: 171px;
  float: left;
  margin: 0 10px 10px 0;
}

.profile #user_info {
  float: left;
}

.profile #user_info ul {
  margin-top: 1em;
}

.profile #user_info h4 {
  font-size: 1.2em;
}

.profile #user_info a {
  font-weight: bold;
  text-decoration: underline;
}

.profile #user_actions {
  margin-top: 2em;
}

.profile #rpx_providers {
  margin: 1em 0;
}

.profile #rpx_providers p {
  margin-bottom: 0;
}

.profile #user_info #user_providers {
  margin-top: 0;
}

.profile #favorites, .profile #recent_activity {
  width: 290px;
  float: left;
  margin-top: 40px;
}

.profile #favorites {
  margin-right: 30px;
}

.profile #favorites ul li {
  margin-bottom: 1em;
  font-weight: bold;
}

.profile #favorites ul li em {
  font-style: italic;
  font-weight: normal;
}

.profile #favorites ul li.why {
  padding-left: 2em;
}

.profile #recent_activity {
  margin-left: 10px;
}

.profile #recent_activity ul li {
  margin-bottom: 1em;
}

/* Manage Profile Page */

.profile #image_row {
  margin-bottom: 0.2em;
}

.profile .note {
	font-size: 0.9em;
	margin-left: 162px;
	margin-bottom: 0;
}

/* ERROR PAGE */

.error_page #main {
	min-height: 500px;
}

.error_page h4 {
  font-size: 1.5em;
  margin-bottom: 1em;
}

.error_page #content {
	background: none;
}

/* UBLOG */

.ublog #feature img {
  float: left;
}

.ublog #feature .btn {
  margin-bottom: 0;
}

.ublog #main {
  padding-bottom: 50px;
}

.ublog .cat {
  clear: both;
  padding: 8px 0;
  width: 650px;
  overflow: hidden;
  background: url('../_img/border-1px-horizontal.gif') left bottom repeat-x;
}
.more_hot_shot a {
  margin:20px auto 10px;
}

.ublog .cat img {
  float: left;
  margin-right: 10px;
}

.ublog .cat .txt {
  float: left;
  width: 325px;
}

.ublog .cat .btn {
  margin: 0 auto;
  width: 241px;
  background-image: none;
}

.ublog #main .post_listing li {
  float: left;
  width: 290px;
  padding-right: 10px;
}

.ublog .cat .author {
  margin-bottom: 4px;
}

.ublog_side .btn {
  margin-bottom: 0;
}

/**ublog detail */

.ublog #feature {
  min-height: 320px;
}

.ublog #feature_content img {
  float: left;
  margin-right: 8px;
}

.ublog_sidebar {
  margin-bottom: 15px;
}

#aside .ublog_sidebar.last {
  margin-bottom: 0;
  background: none;
}

/* TAG LANDING PAGE */

.tag #tag {
  width: 620px;
  margin-bottom: 2em;
}

.tag_list h4 {
  font-size: 1.2em;
}

.tag_list h4, .tag_list .posted {
  margin-bottom: 0.2em;
}

.more_tag li {
  margin-bottom: 1.5em;
}

/*********urant*********/

.urant #feature img {
  float: left;
}

.urant #feature .btn {
  margin-bottom: 0;
}

.urant #feature {
  min-height: 320px;
}

.urant #feature_content .video {
  float: left;
  margin-right: 8px;
  border: 1px solid #999999;
  padding: 2px;
}

.urant_sidebar {
	background: none;
}

/* TODO: remove */
/*******urant cat *****/

.urant .cat {
  clear: both;
  width: 620px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background: url('../_img/border-1px-horizontal.gif') left bottom repeat-x;
}

.urant .cat h4 {
  margin-bottom: 15px;
  font-size: 1.4em;
  font-weight: normal;
}

.urant .cat .video {
  width: 200px;
  float: right;
  padding: 2px;
}

.urant .cat .video .view_larger {
  display: block;
  width: 98px;
  height: 0;
  margin: 3px -3px 10px auto;
  padding-top: 21px;
  font-size: 1em;
  text-indent: -2000px;
  overflow: hidden;
  background: url('../_img/btn-view_larger.png') no-repeat;
}

.urant .cat .video .view_larger:hover {
  background-position: 0 -21px;
}

.urant .cat .txt img {
  float: left;
}

.urant .cat .txt {
  width: 400px;
  float: left;
}

.urant .cat .txt p {
  padding-left: 66px;
}

.urant .cat .txt .posted {
  margin-bottom: 0;
  color: #666;
}

.urant .cat .txt .btn {
  padding: 0;
}

.urant .cat .continue_reading {
  margin: 0 0 0 62px;
}

.urant #main {
  padding-bottom: 50px;
}

#preregister .article_txt {
   margin-left: 130px;
}

#preregister .alternate {
   padding-left: 40px;
   padding-top: 10px;
}

#preregister .alternate span a{
	background:transparent url(../_img/rpx-use-email.png) no-repeat scroll 0 0;
	width:191px;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 51px;
	width: 152px;
	text-indent: -2000px;
	margin-top: 10px;
}

#loginpopup .article_txt {
   margin-left: 130px;
}

#file_loading {
  border: none;
}

/* rpx friends provider overlay style */

#rpx_friends {
	margin: 0 auto;
	padding: 40px;
}

#rpx_friends ul li a {
  float: left;
  margin: 0px 10px 10px 0px;
}

.upload_msg img {
	border: none;
	display: inline;
	vertical-align: middle;
}

.upload_msg {
  margin-left: 20px;
	margin-right: 10px;
}

.friend_import_cont {
  padding: 50px 0px 10px;
  float: left;
  width: 500px;
}

#frnd_cont {
  width: 500px;
  padding: 5px;
  margin-left: -6px;
}

#frnd_left_content {
  border: 1px solid #999999;
  padding: 3px;
  width: 350px;
}

.frnd_content_header {
  padding: 5px;
  border: 1px solid #999999;
  background: #cccccc;
}

#frnds_lists {
  border: 1px solid #999999;
  padding: 10px 0px 5px 5px;
  max-height: 250px;
  overflow: auto;
}

#frnds_lists input {
  vertical-align: middle;
  padding-right: 5px;
}

#frnds_lists .check_list {
  padding-right: 10px;
}

#frnds_lists .email_class {
  color: #999999;
}

#frnds_lists tr {
  height: 30px;
}

#frnd_msg_cont {
  margin-top: 10px;
}

#frnd_msg_cont #msg_inst, #frnd_msg_cont #msg_exceed {
  float: right;
  color: #249946;
}

#frnd_msg_cont #msg_exceed {
	color: #ff0000;
}

#frnd_msg_cont textarea {
  width: 347px;
  height: 100px;
  font-family: Arial,sans-serif;
  font-size: 1em;
}

.frnd_content_header .multi_select {
  font-weight: bold;
  font-size: 0.8em;
}

#frnd_right_content {
  float: right;
  width: 130px;
}

#all_friends {
  padding: 30px 30px 10px 30px;
  width: 70px;
  max-height: 300px;
  overflow: auto;
}

#all_friends td {
  padding: 0px 5px;
  vertical-align: top;
}

#all_friends td.last {
  padding-left: 40px;
}

.actions .inviteUser a {
	background: transparent url(../_img/btn-send-invites.png) no-repeat scroll 0 0;
	width: 198px;
	margin-left: 15px;
}

.actions .invite_btn a {
  background: transparent url(../_img/btn-invite-friends.png) no-repeat scroll 0 0;
  width: 198px;
  margin-top: -12.5px;
}

.rpxnow_lightbox_container img {
	background: none;
	border: 0 none;
}

.processing_dialog {
	background: #aae5f8;
	padding: 10px;
}

.actions.invite {
	margin-left: 61px;
}

/* social widget options style */

#social_publish_opt {
	background: #dbf5ff;
	width: 220px;
	padding: 10px;
	margin-bottom: 10px;
}

#social_publish_opt #opts {
	margin-top: 5px;
	padding-left: 20px;
}

.widget_icons img {
	width: 79px;
	height: 15px;
	display: inline;
	vertical-align: middle;
	border: 0 none;
	background: #dbf5ff;
}

/* Styles for WebWatch module */

#webwatch {
	margin-bottom: 10px;
	padding: 10px;
	display: inline-block;
}

.home #webwatch {
  padding-left: 0;
}

#webwatch h3, .urant #more #webwatch h3 {
	height: 17px;
	margin: 0 auto 10px;
	background: url('../_img/h3-webwatch.png') no-repeat;
	width: 141px;
	padding-top: 0px;
	float: none;
}

#webwatch .img {
	float: left;
	margin-right: 5px;
}

#webwatch .ww_content {
	float: left;
}

.home #webwatch .ww_content {
	width: 188px;
}

.videos #webwatch .ww_content {
	width: 450px;
}

#aside #webwatch .ww_content {
	width: 148px;
}

#webwatch li.ww_item {
	border-bottom: 1px solid gainsboro;
	margin: 0px 0px 10px;
	padding-bottom: 5px;
	max-width: 458px;
}

#webwatch .ww_item strong {
	font-weight: bold;
}

#webwatch li.first strong {
	font-size: 1.2em;
}

#webwatch li.last {
	border: none;
}

.urant #main #more #webwatch,
.urant #main #more #webwatch ul {
	float: left;
	padding: 0px;
	border: none;
}

.urant #main #more #webwatch img {
	width: 128px;
}

.urant #main #more #webwatch .ww_content,
.urant #main #more #webwatch .ww_content li {
	width: 110px;
}

/* Styles for Third Party Feeds module */

#tp_feeds {
  margin-top: 20px;
}

#tp_feeds h3 {
  float: left;
  width: 121px;
	height: 86px;
	background: url("../_img/feeds-news-from-partners.png") no-repeat;
	margin-right: 10px;
}

#tp_feeds ul {
	float: left;
	width: 140px;
	margin-right: 15px;
	padding-right: 16px;
	background: url("../_img/border-1px-vertical-feeds.gif") no-repeat right top;
}

#tp_feeds ul.last {
	margin-right: 0;
	padding-right: 15px;
	background: none;
}

#tp_feeds ul li {
	margin: 10px 0;
}

#tp_feeds ul li.feed_logo {
	height: 50px;
}

#tp_feeds ul li.feed_url {
	font-weight: bold;
}

#tp_feeds ul li.feed_logo img {
  padding: 0;
  border: none;
  background-color: transparent;
  margin: 0 auto;
}

#hot_shot {
	width: 359px;
	height: 547px;
}


/* Styles for the homepage slides */
#slides {
   width: 344px;
   height: 424px;
   border: 1px solid #3bc7f4;
   background: url(../_img/loading.gif) no-repeat 50% 50%;
   margin: 4px 8px 4px 9px;
}

#slides .slide {
  position:absolute;
}

#slides .slide img {
	width: 340px;
	height: 420px;
  border: medium none;
}

/* Slide caption styles */
#slides .caption {
	font-size: 1.2em;
	line-height: 1.2em;
	background: rgba(0, 0, 0, 0.5);
  	position: absolute;
	bottom: 2px;
	margin: 0 0 0 2px;
	padding: 8px 10px;
	width: 320px;
}

#slides .caption a, .custom-series #feature.custom-series ul li p.caption a {
	color: #3bc7f4;
	display: inline-block;
}

#slides .credit {
	display: block;
	color: #fff;
	font-size: .75em;
	line-height: .75em;
	margin: 3px 0 0;
}

/* Slider thumbs styles */
#slider-thumbs {
	float: left;
	width: 270px;
	height: 106px;
	overflow: hidden;
	margin: 0 10px 0 14px;
}

#slider-thumbs ul {
	width: 630px;
	height: 106px;
}

#slider-thumbs ul li {
	float: left;
	margin-right: 4px;
}

#slider-thumbs ul li a {
	cursor: pointer;
}

#slider-thumbs img {
	width: 80px;
	height: 100px;
}

#slider-thumbs a.selected img {
  border-color: #3bc7f4;
}

/* Slider thumbs navigation buttons styles */
#slider-controls {
	float: left;
	margin: 1px 7px 5px 12px;
}

#slider-controls .nav {
	display: inline-block;
	float: left;
	height: 54px;
	margin-top: 27px;
	text-indent: -2000px;
	cursor: pointer;
}

#slider-controls .nav:hover {
	background-position: 0px -54px;
}

#slider-controls .prev-nav {
	background: url("../_img/slideshow-a-prev-bg.gif") no-repeat scroll 0 0 transparent;
	padding-left: 23px;
}

#slider-controls .next-nav {
	background: url("../_img/slideshow-a-next-bg.gif") no-repeat scroll 0 0 transparent;
	padding-right: 23px;
}


/* Effen ads */

/*
#wrap.effen {
  width: 1406px;
}

.effen-left, .effen-middle, .effen-right {
  float: left;
}

.effen-left, .effen-right {
  width: 218px;
  height: 899px;
}

.effen-middle {
  width: 970px;
}

.effen-left img, .effen-right img {
  border: none;
  padding: 0;
  background-color: transparent;
}
*/

.effen-videos {
  margin-bottom: 8px;
}

/* 9/2/11: New detail headline, posted and share */

.detail #content #main #feature h4, #content #main #feature_content h4, .detail #content #main #video h4 {
  font-size: 1.4em;
  line-height: 1em;
  margin-bottom: 0.4em;
}

#content #main #feature_content h4 {
	margin-top: 8px;
}

.posted-share, .posted-share .addthis_toolbox {
	height: 21px;
}

.posted-share {
	margin-bottom: 1em;
}

.posted-share .posted, .posted-share .addthis_toolbox {
	float: left;
}

.posted-share .posted {
	margin-right: 2em;
	margin-bottom: 0;
}

.posted-share.narrow {
	height: auto;
}

.posted-share.narrow .posted, .posted-share.narrow .addthis_toolbox {
	float: none;
}

.posted-share.narrow .posted {
	margin-right: 0;
	margin-bottom: 0.4em;
}


/* CUSTOM SERIES */

.custom-series #feature.custom-series {
	padding-bottom: 0;
	margin-bottom: 22px;
	background: none;
}

.custom-series #feature.custom-series ul {
	width: 622px;
	height: 246px;
}

.custom-series #feature.custom-series ul li {
	float: left;
	position: relative;
	margin-right: 11px;
}

.custom-series #feature.custom-series ul li.last {
	margin-right: 0;
}

.custom-series #feature.custom-series ul li p.caption {
	font-size: 1.1em;
	line-height: 1.1em;
	background: rgba(0, 0, 0, 0.5);
 	position: absolute;
	bottom: 2px;
	padding: 4px 6px;
	margin: 0 3px;
	width: 182px;
}

.custom-series #custom-series-news ul li {
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
	width: 300px;
	min-height: 146px;
}

.custom-series #custom-series-news ul li.right-column {
	margin-right: 0;
}

.custom-series #custom-series-news ul li a.img {
	float: left;
	margin-right: 10px;
	width: 146px;
	height: 146px;
}

.custom-series #custom-series-news ul li h4 {
	font-size: 1.2em;
	margin-bottom: 0.2em;
}

.custom-series #aside .cs-videos {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.custom-series #aside .cs-videos ul {
	width: 306px;
	margin: 0 auto 20px;
}

.custom-series #aside .cs-videos ul li {
	margin-bottom: 20px;
}

.custom-series #aside .cs-videos ul li:last-child {
	margin-bottom: 0;
}

.custom-series #aside .cs-videos ul li h4, .custom-series #cs-slideshow .cs-slideshow-text h4 {
	font-size: 1.4em;
}

.custom-series #aside .cs-videos ul li h4 {
	margin-top: 8px;
}

.custom-series #aside .cs-videos .more-videos a {
	margin: 20px auto 10px;
}

.custom-series #aside .cs-videos .more-videos a {
	width: 328px;
	background: url('../_img/btn-more_videos.png') no-repeat;
}

.custom-series #cs-slideshow {
	margin-bottom: 12px;
	padding-bottom: 30px;
	background: url('../_img/border-1px-horizontal.gif') left bottom repeat-x;
}

.custom-series #cs-slideshow .cs-slides-container {
	width: 363px;
	float: left;
	margin-right: 20px;
}

.custom-series #cs-slideshow .cs-slides-container #slides {
	margin-top: 0;
}

.custom-series #cs-slideshow .cs-slideshow-text {
	width: 233px;
	float: left;
}

.custom-series #cs-slideshow .cs-slideshow-text p.credit {
	margin: 0;
	text-align: left;
}

.custom-series #cs-slideshow .cs-slideshow-text h4 {
	margin-bottom: 1em;
}

.custom-series #cs-slideshow .cs-slideshow-text .txt {
	margin-bottom: 2em;
}

.custom-series #cs-slideshow .cs-slideshow-text .addthis_toolbox {
	margin-bottom: 0.2em;
}

.holiday-gifts .cs-news h3 {
	width: 260px;
	background: url('../_img/h3-cs-fw_news.png') no-repeat !important;
}

.custom-series #aside .cs-news, .custom-series #aside .top_10 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.custom-series #aside .cs-news ul {
	width: 306px;
	margin: 0 auto;
}
.custom-series #aside .cs-news ul li {
	margin-bottom: 10px;
}
.custom-series #aside .cs-news ul li h4 {
	margin-top: 8px;
	font-size: 1.4em;
}

.custom-series #aside .comedy .top_10 {
	margin-bottom: 0;
}

.custom-series #aside #webwatch {
	border-top: none;
}

.custom-series #aside #webwatch h3 {
	height: 0;
}

.custom-series #aside .pop_videos .top_10 {
	border-bottom: none;
}

.custom-series #aside .comedy .top_10 {
	padding-top: 10px;
	border-top: 1px solid #999;
}

/* Ublog Sidebar */
.ublog_sidebar{
	border-bottom: 1px solid #ccc;
}
.ublog_sidebar h3 {
	margin: 0 auto 10px;
	height: 17px;
	background-repeat: no-repeat;
}

.ublog_sidebar h3 a {
	display: block;
	height: 0;
	font-size: 1em;
	padding-top: 17px;
	text-indent: -2000px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ublog_sidebar h3, .ublog_sidebar h3 a {
	width: 91px;
	background-image: url('../_img/h3-ublog-bg.png');
}

/* Google Custom Search Page */

.search #cse {
	width: 630px;
	min-height: 500px;
	margin-top: 15px;
}

.search #cse #loading-image{
	margin:0 auto;
	border:none;
}

.search #main .gsc-input {
	padding: 3px;
	width: 350px;
}

.search #main table.gsc-search-box, .search #main table.gsc-branding {
	width: 445px;
	margin: 0 auto;
}

.search #main table.gsc-search-box input.gsc-search-button {
	width: 70px;
	margin-left: 4px;
	padding: 1px 0;
}

/* CelebSelect widget styles */

#celeb_select {
  padding: 0 10px;
}

/* TODO: Need to adjust after getting the header image */
#celeb_select h3 {
	height: auto;
	font-size: 1.3em;
	text-align: center;
	text-indent: 0;
}

#celeb_select h4.title {
  padding: 5px 0;
}

#celeb_select div.cs_entry {
	background: url(../_img/loading.gif) no-repeat 50% 50%;
}

#celeb_select .featured_entry img {
  margin: 0 auto;
}

#celeb_select ul li, #trending_video ul li {
  display: inline-block;
  margin: 0 6px 5px 0;
  width: 150px;
}

#celeb_select ul li.right-column {
  margin-right: 0;
}

#celeb_select li img {
	margin-right: 10px;
	float: left;
}

#celeb_select li div.details {
	float: left;
	width: 84px;
}

#celeb_select ul.cs_nav, #trending_video ul.tv_nav {
	text-align: center;
	margin-top: 5px;
}

#trending_video ul.main_tv_nav li { width: 300px;}

#celeb_select ul.cs_nav li, #trending_video ul.tv_nav li {
  margin: 0 5px 0 0;
  width: 25px;
}

#celeb_select ul.cs_nav li a.active img, #trending_video ul.tv_nav li a.active img {
	border-color: #3BC7F4;
}

/*
#celeb_select ul.cs_nav li a {
	display: block;
  width: 16px;
  height: 16px;
  background: url('../_img/circle_gray.png') no-repeat 0 0;
}

#celeb_select ul.cs_nav li a.active {
  background: url('../_img/circle_blue.png') no-repeat 0 0;
}
*/

/* section sidebar slideshow */
#aside #slides{ width: 310px; height: 390px;}
#aside #slides .slide img { width: 306px; height: 386px;}
#aside #slides .caption { width: 286px;} 
#aside #slider-thumbs { width: 240px; margin: 0 10px;}
#aside #slider-thumbs img { width: 71px; height: 94px;}

/* for guest user friend invitation */
#invite_msg { height: 15px; margin:0 auto; padding: 5px; background-color:#E7E7E7; font-size: .8em; font-weight: bold;}
#invite_msg a{ text-decoration: underline;}
