/*
Title: Reset default browser styles
Author: alvin.law@tmz.com, based on Eric Meyer's Reset
CSS: http://meyerweb.com/eric/tools/css/reset
*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1em;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
img {
border:0;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* --------------------------------------------------------------------------------------------END OF RESET.CSS */


/*--------------------------------------------BASIC LAYOUT */
#redbar {
height: 205px;
width: 100%;
background:#dd0f0f url('../images/bg_redwhitegrey.gif') repeat-x scroll 0 0;
position: absolute;
top: 0px;
left: 0px;

}
#page-wrap {
margin:0 auto;
text-align:left;
width:982px;
}
#header {
position:relative;
}

/* -----------------------------TOP HAT */
#hat a:link, #hat a:visited {
 text-decoration: none;
 font-weight: bold;
 color: #777777;
}

#hat {
 font-family: Arial,Helvetica,sans-serif;
 height: 18px;
 width:982px;
 overflow:hidden;
}
#hat li {
 display: inline;
}
#hat li a {
 color: #777777;
 float: left; display:inline;
 padding: 0.4em 10px 0;
 font-size: 9px;
 height: 14px;
}
#hat li a:hover {text-decoration:underline;}

ul#hat li.leftlast a {
border: medium none;
margin: 0 180px 0 0;
}

ul#hat li.rss a {
background: transparent url('../images/rss_logo_10x10.gif') no-repeat 0 4px;
padding-left: 14px;
margin-left: 10px;
}
#atffc { /*clearspring 1px swf tracker*/
height:0px;
}

/*------------------------------------------ HEADER CLICKABLES*/

a#home {
 position: absolute;
 display: block;
 width: 260px;
 height: 110px;
 top: 8px;
 left: 24px;
}

a#aol-news {
 display:block;
 height:20px;
 left:874px;
 position:absolute;
 top:12px;
 width:48px;
}

/*------------------------------------------ SEARCH TOP*/

#search-buttons {
right:20px;
position: absolute;
top: 33px;
}

div#hot-search {
color:#fff;
margin-left: -89px;
margin-bottom:6px;
font-weight: bold;
}

div#hot-search .hot-search-title {
font-size: 110%;
}

div#hot-search a {
color:#fff;
}

input#query {
background:#FFFFFF url(../images/search-bar-bg.jpg) no-repeat scroll 0 0;
border:0 none;
font-size:180%;
height:30px;
padding:5px 8px 0;
vertical-align:top;
width:209px;
}
input#srchLnk {
background:#FFFFFF url(../images/search-btn.gif) no-repeat scroll 0 0;
border:0 none;
height:17px;
right:8px;
top:12px;
position:absolute;
text-indent:-9999px;
width:20px;
cursor:pointer;
margin: 0 0 0 -3px;
}
.ac_results {
background-color:#FFFFFF;
color:#000000;
display:block;
font-size:130%;
left:725.5px;
line-height:1.4em;
position:absolute;
top:131px;
width:303px;
z-index:10000;
text-align:left;
}
.ac_results ul {
border:1px solid #CCCCCC;
padding-bottom:10px;
}
.ac_results ul li {
padding: 0 15px;
}
.ac_results ul li:hover {
background-color: #d2d2d2;
color:#111;
}
.ac_over {
background-color: #d2d2d2;
color: #111;
font: bold;
}




/* ------------------------------------------- BLOG STREAM (Left Column) */




#sphere-inline {
margin:10px 0 0 6px;
overflow:hidden;
width:596px;
}




.box, #boxad5, #post5_adbox {
padding: 15px;

}





/*------------------------------POST META */
.shareit {
/*float:left;*/
}
.postmeta a {
display:block;
float:left;
margin-right: 5px;
}
.facebook {
display: block;
background: url('../images/socialbadges.gif') no-repeat 0px 0;
width:18px;
height:17px;
}
.stumbleupon {
display: block;
background: url('../images/socialbadges.gif') no-repeat -18px 0;
width:17px;
height:17px;
}
.digg {
display: block;
background: url('../images/socialbadges.gif') no-repeat -35px 0;
width:17px;
height:17px;
}
.twitter {
display: block;
background: url('../images/socialbadges.gif') no-repeat -52px 0;
width:18px;
height:17px;
}
.email {
display: block;
background: url('../images/socialbadges.gif') no-repeat -71px 0;
width:17px;
height:17px;
text-indent: -9999px;
float:left;
margin-right: 5px;
}
a.print {
display: block;
background: url('../images/socialbadges.gif') no-repeat -88px 0;
width:17px;
height:17px;
text-indent: -9999px;
float:left;
}
a.podcast-rss {
display: block;
background: url('../images/rss-podcast.gif') no-repeat;
width:17px;
height:17px;
text-indent: -9999px;
float:left;
}
#share  {
font-size: 90%;
font-family:arial,helvetica,sans-serif;
font-weight:bold;
text-decoration:none;
color:#000;
margin-top:2px;
margin-left:-6px;
}

/*-------------------------------TOPBOX MODULE */
#topbox {
background-color: #fff;
border: 1px solid #acacac;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
width: 300px;
margin: 20px auto 0px;

}
.topbox-nav {
background-color: #bbbbbb;
height:25px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;

}
.topbox-nav li {
display:inline;
float:left;
width:99px;
text-align: center;
color:#252525;
text-decoration: none;
font-size: 130%;
font-weight: bold;
padding-top:4px;
text-shadow: 0px 1px 1px #fff;
height:21px;
border-right:1px solid #afaeae;
cursor: pointer;
}
#topboxnav3 {
border:none;
width:100px;
}
.topbox-content {
clear:left;
}
.topbox-nav li.active {
background-color:#fff;
}
.topbox-nav li.active {
color:#000;
}
.topbox-nav li.link1 {
border-top-left-radius: 7px;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topleft: 7px;
}
.topbox-nav li.link3 {
float:right;
border-top-right-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topright: 7px;
}
#top-stories, #top-photos, #top-videos {
padding:10px 0px 3px;
}
#top-stories li, #top-photos li, #top-videos li {
display:inline;
float:left;
font-size:110%;
line-height:1.1em;
margin-left:9px;
width:88px;
}
#top-stories li a, #top-photos li a, #top-videos li a {
text-decoration: none;
color:#0033cc;
font-weight: bold;
height: 60px;
display: block;
overflow:hidden;
}
#top-stories li a:hover, #top-photos li a:hover, #top-videos li a:hover {
text-decoration: underline;
}
#top-stories li p, #top-photos li p, #top-videos li p {
margin-top: 3px;
}
/*--------------------------------MEMBA THEM */
.memba-them-tout-rr p
{
    font-size:1.2em;
    font-weight:bold;
    margin:5px 0 0 12px;
    overflow:hidden;
width:280px;
}
.memba-them-tout-rr p a {
line-height: 1.3em;
}

/*--------------------------------TOOFAB TOUT RR */
.toofab-tout-rr p
{
    font-size:1.2em;
    font-weight:bold;
    margin:5px 0 0 8px;
    overflow:hidden;
width:280px;
}

/*--------------------------------MOST READ STORIES */
#pop-news {
width:300px;
}

#pop-news ol {
padding:0;
}

#pop-news li {
color:#B3B3B3;
font-size:137%;
font-weight:bold;
height: 100px;
list-style: none;
line-height:1.2em;
margin: 0 0 15px 0;
padding:0 0 10px;
border-top:1px solid #c6c6c6;
}

#pop-news li a {
font-weight:bold;
}

#pop-news .pop-news-image a {
border:2px solid #B3B3B3;
float:left;
margin:10px 5px 10px 15px;
padding:0;
position:relative;
}

#pop-news .pop-news-image a:hover {
border:2px solid #d0230e;
}

p.pop-news-title {
font-size:85%;
line-height:1.2em;
float: right;
width:147px;
margin:10px 10px 0 0;
}

p.pop-news-title a {
display: block;
}

#pop-news li:first-child {
border-top:none;
}

/*------------------------------ RAW VIDEO PLAYER*/
.digitalsmiths-video-player {
width:300px;
}
/* Player encode */
#playerContainer {
 margin:0px 1px;
 width:300px;
 height:203px;
 display:block;
}

#playlistContainer {
 width:300px;
 height:316px;
 margin-top: 8px 1px;
 display:block;
 border: 0px solid red;
}
/* END */

/*--------------------------------CATEGORY BOXES */
.lcrr-box {
margin:11px 0 15px 0;
}
.lcrr-titlelink {
display:none;
}
.lcrr-ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.lcrr-mainthumb {
float:left;
height:68px;
margin:0 0 0 18px;
padding:3px;
width:60px;
}
.lcrr-ul li {
font-size:1.1em;
font-weight:bold;
list-style-type:disc;
color:#d01e02;
margin:4px 0 0 112px;
padding-left:1px;
width:165px;
}
/* -------------------------------HOT PHOTOS */
#hotphotos li {
float:left;
width:117px;
font-size: 120%;
margin:5px 10px 5px 15px;
height: 155px;
}

#hotphotos ul li a img {
border: none;
}
#hotphotos ul li p a {
font-weight:bold;
}
/* END */

/* -----------------------------FEATURED BLOGS */
#blogroll-featured ul {
margin-left: 29px;
list-style-type: disc;
}

#blogroll-featured li {
float:left;
font-size:1.2em;
line-height:1.7em;
width:131px;
}

#blogroll-featured ul li a {
color:#000;
}

.more_button_blogroll {
text-align:right;
margin:5px 20px 0px 0px;
}
/* END */

/*-------------------------------------------------- FEATURED STORIES */

h2#featuredstories {
background: url('../images/title-featuredstories.png') no-repeat 0 0;
text-indent: -9999px;
width: 187px;
height: 14px;
margin: 25px 0 0 16px;
}
ul.threecollist {
margin-bottom: 25px;
}
ul.threecollist li {
background-color:#fff;
border:1px solid #acacac;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
    padding:10px 10px;
    margin: 10px 0 0px 16px;
    width: 117px;
    height: 120px;

    float: left;
    overflow: hidden;
}
ul.threecollist li a {
font-weight: bold;
font-size: 110%;
}
/*---------------------------------------------------TOO FAB MODULE RR */
#toofabmod {
background: #fff url('../images/bg-toofabmod.jpg') no-repeat bottom right;
padding-bottom: 80px;
}

#toofabmod li {
float:left;
font-size:120%;
height:130px;
margin:5px 10px 5px 15px;
width:117px;
}

#toofabmod ul li p a {
font-weight: bold;
}

/*---------------------------------------------------MOST COMMENTED */
#mostcommented-rr {
margin: 10px auto;
padding:0px 30px;
}

#mostcommented-rr ul {
font-size: 110%;
list-style-position:outside;
list-style-type:disc;
color:#D01E02;
}

#mostcommented-rr li {
margin-top:5px;
}

#mostcommented-rr li a {
text-decoration: none;
color:#0033cc;
font-weight: bold;
}

#mostcommented-rr li a:hover{
text-decoration: underline;
}

/*---------------------------------------------------FOOTER */
#backtotop {
float:right;
font-size:140%;
font-weight:bold;
margin-bottom:-15px;
margin-right:30px;
background: url('../images/uptriangle.png') no-repeat right 2px;
padding-right: 15px;
}

#categories {
background:#fff;
}

/* END */



/* CATEGORY LISTINGS FOOTER */
#categories h3{
background: url('../images/title-categories.png') no-repeat 0 0;
width:91px;
height: 11px;
text-indent: -9999px;
margin-left: 32px;
}

#footer_category_listings ul {
font-size:1.2em;
line-height: 1.2em;
padding:0px 0px 10px 5px;
width:170px;
}

#footer_category_listings ul li {
width: 189px;
background: url('../images/sm_blk_bullet.gif') no-repeat 0 5px;
padding:0px 0px 0px 10px;
margin-top:7px;
}

#footer_category_listings #listings_col-1 a,
#footer_category_listings #listings_col-2 a,
#footer_category_listings #listings_col-3 a,
#footer_category_listings #listings_col-4 a {
color:#000;
}

span.parse-titles {
font-size:1.2em;
font-weight:bold;
text-transform:uppercase;
}

#footer_category_listings #listings_col-1 .parse-titles a,
#footer_category_listings #listings_col-2 .parse-titles a,
#footer_category_listings #listings_col-3 .parse-titles a,
#footer_category_listings #listings_col-4 .parse-titles a {
color:#0033ff;
}

#footer_category_listings #listings_col-1 .parse-titles a:active,
#footer_category_listings #listings_col-2 .parse-titles a:active,
#footer_category_listings #listings_col-3 .parse-titles a:active,
#footer_category_listings #listings_col-4 .parse-titles a:active {
color:#99000c;
}

#footer_category_listings #listings_col-1 {
position:relative;
float:left;
width:215px;
border-right:1px solid #cecece;
padding:0px 0px 0px 22px;
margin:5px 0 0 0px;
overflow:hidden;
}


#footer_category_listings #listings_col-2,
#footer_category_listings #listings_col-3 {
position:relative;
float:left;
width:200px;
border-right:1px solid #cecece;
padding:0px 15px;
margin:5px 0px 0px 0px;
overflow:hidden;
}

#footer_category_listings #listings_col-4 {
position:relative;
float:left;
width:200px;
padding:0px 0 0 15px;
margin:5px 0px 0px 0px;
overflow:hidden;
}

#footer_category_listings #listings_col-1,
#footer_category_listings #listings_col-2,
#footer_category_listings #listings_col-3,
#footer_category_listings #listings_col-4 {
/* height: 325px; */
}


/* END */





/* TMZ FOOTER */

#footer {
background: #7e7d7c url(../images/042011-tmz-footer-bg-v2.gif) no-repeat;
height:200px;
line-height:18px;
text-align:left;
width:982px;
}

#footer a {color:#fff;}

#footer p {
position:relative;
top:36px;
font-size: 12px;
font-weight:normal;
color: #fff;
padding:0 0 0 95px;
}

#footer p.footer-first {
padding-top: 0px;
}

#footer p.footer-middle  {
padding-top: 20px;
}

#footer p.footer-last {
padding-top: 20px;
}

/* END */


/*-----------------------------------------SPHERE AD */
div#sphere-related div#sphereAd-wrap div#sphereAd {
margin:12px 0 0 8px;
}
#sphereAd-wrap {
margin:-300px 0 0 0px;
float:right;
}

/*--------------------------------------------------------SIDE PAGES BELOW*/

/*-------------------------------- FORWARD-POST PAGE*/
h2#blogroll {
background: url('../images/title-blogroll.png') no-repeat 0 0;
text-indent: -9999px;
width: 100px;
height: 14px;
margin: 25px 0 0px 16px;
}
ul.bloglist {
margin: 20px 0px;
}
h2#androidapp {
background: url('../images/title-downloadtmzappandroid.png') no-repeat 0 0;
text-indent: -9999px;
width: 351px;
height: 14px;
margin: 25px 0 0px 16px;
}
h2#resetpassword {
background: url('../images/title-resetpassword.png') no-repeat 0 0;
text-indent: -9999px;
width: 176px;
height: 14px;
margin: 25px 0 0px 16px;
}
h2#passwordreset {
background: url('../images/title-send-password-reminder.png') no-repeat 0 0;
text-indent: -9999px;
width: 276px;
height: 14px;
margin: 25px 0 0px 16px;
}
.forms-content h2#mobilealerts {
background: url('../images/title-signupfortmzmobilealerts.png') no-repeat 0 0;
text-indent: -9999px;
width: 325px;
height: 14px;
margin: 25px 0 0px 16px;
}
h2#mobilealertsthankyou {
background: url('../images/title-thankyoumobilealert.png') no-repeat 0 0;
text-indent: -9999px;
width: 533px;
height: 14px;
margin: 25px 0 0px 16px;
}
h2#thankyouweeklyblast {
background: url('../images/title-thankyouweeklyblast.png') no-repeat 0 0;
text-indent: -9999px;
width: 529px;
height: 14px;
margin: 25px 0 0px 16px;
}
.forms-content h2#emailpost {
background: url('../images/title-emailthefollowingpost.png') no-repeat 0 0;
text-indent: -9999px;
width: 276px;
height: 14px;
margin: 25px 0 0 16px;
}

.forms-content h2#sendhottip {
background: url('../images/title-sendtmzahottip.png') no-repeat 0 0;
text-indent: -9999px;
width: 276px;
height: 14px;
margin: 25px 0 0 16px;
}

.forms-content h2#contacttmz {
background: url('../images/title-contacttmz.png') no-repeat 0 0;
text-indent: -9999px;
width: 194px;
height: 14px;
margin: 25px 0 0 16px;
}

.forms-content h2#advertisinginq {
background: url('../images/title-advertisinginquiry.png') no-repeat 0 0;
text-indent: -9999px;
width: 276px;
height: 14px;
margin: 25px 0 0 16px;
}

.forms-content h2#publicrelations {
background: url('../images/title-publicrelationsinquiry.png') no-repeat 0 0;
text-indent: -9999px;
width: 276px;
height: 14px;
margin: 25px 0 0 16px;
}
.forms-content h2#signin {
background: url('../images/title-signin.png') no-repeat 0 0;
text-indent: -9999px;
width: 80px;
height: 14px;
margin: 25px 0 0 16px;
}

.forms-content h2#signup {
background: url('../images/title-signup.png') no-repeat 0 0;
text-indent: -9999px;
width: 83px;
height: 14px;
margin: 25px 0 0 16px;
}

.forms-content h2#thankyou {
background: url('../images/title-thankyouforsigningup.png') no-repeat 0 0;
text-indent: -9999px;
width: 286px;
height: 14px;
margin: 25px 0 0 16px;
}

.forms-content h2#editaccount{
background: url('../images/title-editaccount.png') no-repeat 0 0;
text-indent: -9999px;
width: 141px;
height: 14px;
margin: 25px 0 0 16px;
}

.forms-content h2#editprofile{
background: url('../images/title-edit-profile.png') no-repeat 0 0;
text-indent: -9999px;
width: 135px;
height: 14px;
margin: 25px 0 0 16px;
}

h2#memberinfo{
background: url('../images/title-member-info.png') no-repeat 0 0;
text-indent: -9999px;
width: 138px;
height: 14px;
margin: 25px 0 0 16px;
}

h2#mycomments{
background: url('../images/title-my-comments.png') no-repeat 0 0;
text-indent: -9999px;
width: 151px;
height: 14px;
margin: 25px 0 0 16px;
}

h2#mylinks{
background: url('../images/title-my-links.png') no-repeat 0 0;
text-indent: -9999px;
width: 97px;
height: 14px;
margin: 25px 0 0 16px;
}


div.forms-content div.box p {
font-size:150%;
}

.forms-content form h2 {
font-size: 190%;
margin: 15px 0 25px;
}

.forms-content form hr {
border:0;
border-top: 1px solid #c6c6c6;
height:1px;
margin: 0 0 20px 0px;
}

.forms-content form input, .forms-content form textarea {
margin: 0 0 17px 0px;
}

#formerrors {
color: #900;
font-weight: bold;
font-size: 110%;
padding: 0 0 15px 0;
}

.forms-content div.box h2,.forms-content div#comments h2, div.box h2.notice  {
font-size:14px;
font-style:italic;
}

.req-f {
color: #e90000;
font-weight: bold;
font-size: 110%;
}
.formlabel {
font-weight: bold;
color:#777;
font-size: 120%;
}

form#account-form fieldset ul li div input, form#profile-form fieldset ul li div input {
margin-bottom: 0px;
}

form#account-form fieldset ul li, form#profile-form fieldset ul li {
margin-bottom: 17px;
}

#label-state {
margin-left: 209px;
}


/*----------------------------------- RSS PAGE*/
h2#rssfeed {
background: url('../images/title-tmzrssfeeds.png') no-repeat 0 0;
text-indent: -9999px;
width: 194px;
height: 14px;
margin: 25px 0 0 16px;
}

.rssbox {
float:left;
margin:20px 20px 0;
}
.rssbox:first-child {
margin-left:15px;
}

.rssbox ul li {
background: url('../images/rss-button.gif') no-repeat;
padding:2px 0px 0px 25px;
margin-left: 0px;
list-style-type: none;
height:14px;
margin-bottom:7px;
}
/*-------------------------------------------------MAIN 1COL  */
#main-1col {
background-color:#fff;
border:1px solid #e0e0e0;
border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding:4px;
    margin: 10px 5px 15px 5px;
    width: 959px;
}
/*---------------------------------------------------TMZ Videos Page*/
/* -------------------------------TMZVideos Search*/
#tmzvideotitle {
margin: -12px 0 0 7px;
width:139px;
height:38px;
float: left;
}
.searchTMZvideosBox {
background: url('../images/bg-video-search2.gif') no-repeat;
width:470px;
height:45px;
padding:2px 0 0 3px;
position:absolute;
top:8px;
right:-12px;
}
#searchGoButton {
height: 23px;
width: 31px;
position: absolute;
top: 8px;
right: 16px;
display: block;
cursor:pointer;
}
#searchInput {
position: absolute;
left: 133px;
top: 11px;
border: 0;
width:290px;
}
#rawvidplayerplaylist {
width: 960px;
margin-top: 47px;
}

/*end TMZVideos Search*/

/*--------------------------------TMZ ON TV Search */
.searchTMZTVBox {
background: url('../images/bg-tmztv-search_refresh.gif') no-repeat;
width:470px;
height:44px;
padding:2px 0 0 3px;
position:absolute;
top:8px;
right:-16px;
}
#free-episodes {
position:absolute;
right:5px;
top:50px;
width:470px;
}
#mainassets {
margin-top: -44px;
}

/*------------------------------------------------- WEEKLY BLAST NEWSLETTER*/
.forms-content h2#weeklyblast {
background: url('../images/title-weeklyblastsignup.png') no-repeat 0 0;
text-indent: -9999px;
width: 276px;
height: 14px;
margin: 25px 0 0 16px;
}

/*------------------------------------------------- GAMES*/
h2#games {
background: url('../images/title-games.png') no-repeat 0 0;
text-indent: -9999px;
width: 80px;
height: 14px;
margin: 25px 0 0 16px;
}

#games {
width:600px;
height:150px;
}

#games.games-border {
padding:0px 0px 30px 0px;
margin:0px 0px 0px 15px;
}

.games-category-name {
padding:0px 0px 0px 0px;
margin:15px 0px 10px 0px;
}

.games-category-name a {
font-size:2.0em;
font-weight:bold;
width:280px;
color:#b72113;
padding:0px 0px 0px 3px;
}


#games ul {
width:580px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}


#games li {
padding:0px 10px 0px 0px;
float:left;
display:inline;
line-height:1em;
font-size:1em;
width:280px;
}


#games li a {
font-weight:bold;
font-size:1.5em;
color:#000;
line-height:1.1em;
}

.games-image {
height:150px;
float:left;
width:85px;
padding:0px 5px 0px 0px;
}

#games .games-image a {
float:left;
margin:0px 0px 0px 0px;
padding:3px;
border:2px solid #666666;
}

#games .games-image a:hover {
border:2px solid #b72113;
}

#games li div.games_play a{
bottom:0;
color:#0044CC;
float:left;
font-size:11px;
font-weight:bold;
text-decoration:underline;
position:relative;
right:0;
text-transform:uppercase;
background: url(http://tmz.vo.llnwd.net/o28/assets/images/red-bullet.gif) no-repeat 0px 4px;
padding-left:12px;
}

/* 2up video module */
#sidebar2upvideo-module {
padding:0 0 0 16px;
}
#sidebar2upvideo-module ul li {
width:120px;
float: left;
}
#sidebar2upvideo-module ul li:first-child {
margin-right:28px;
}
#sidebar2upvideo-module ul  li p {
margin-top:3px;
}
#sidebar2upvideo-module ul li a {
font-weight: bold;
}

/* end 2upvideo module*/

/*chalk*/

#chalk {
background-color:#fff;
border:1px solid #acacac;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
    padding:15px 0px;
    margin:32px auto;
    width: 585px;
}

#chalk iframe {
padding-left: 10px;
}

/*end chalk*/

/* Pistachios Videos Page Sponsor - Get Crackin */
#videocapimg{
display:block;
margin:26px 0 0 4px;
position:absolute;
}

#sponsorbyimg {
float:right;
margin-top:48px;
}



/* end  ------ also remove ie7 and ie8 specific styling-------*/

/*------------------------pistachios sponsorship begin */
div.rr-box.pistachios {
border: 2px solid #C6C6C6;
background-color: #fff;
background: url('http://tmz.vo.llnwd.net/o28/sponsorship/images/RR_bg_pistachio.jpg') no-repeat bottom;
}
div.rr-box.pistachios #pop-news{
position:relative;
}
.pistachios h3 {
color:#000;
padding:0px 0 6px 15px;
margin: 0 0 0 0;
width: 285px;
}
.pistachios #pop-news .pop-news-image a {
margin: 0 0 0 0;
}

.pistachios .sponsorlogo{
position:absolute;
right:13px;
top:-10px;
}
.pistachios #pop-news ol{
width:300px;
}
.pistachios #pop-news ol li {
height: 107px;
margin: 0 0 0 0;
padding: 10px 0 0 10px;
color: #636363;
}

/*------------------------pistachios sponsorship ends */

#chalk h2#survey {
text-indent: -9999px;
background: url('../images/title-survey.png') no-repeat;
width: 78px;
height: 14px;
margin:0 0 0 17px;
}



/* LAWYER FRIDAY CATEGORY*/

div.lawyer {
background: #fff url('../images/tmz_lawyerfriday_bg06.jpg') no-repeat 13px 35px;
width: 940px;
min-height: 720px;
}
div.lawyer p.byline {
color:#000;
}

/* TMZ LIVE CUSTOM TEMPLATE*/

div.livecustom {
background: #fff url('../images/tmzlive_lindsay-bg5.jpg') no-repeat 13px 35px;
width: 940px;
min-height: 720px;
}
div.livecustom h1 {
color:#FFF;
}
div.livecustom p.byline {
color:#FFF;
}
div.livecustom h4 a, div.livecustom .readmore {
color:#FFF;
}

/* AMERICAN IDOL CAT AND PERMALINK */

#outer-main-idol {
float:left;
display:inline;
width:630px;
}

#main-idol {
display:inline;
float:left;
width:630px;
z-index:9998;
position:relative;
}

#idol-page-content {
background: #fff url('../images/american-idol-2011-bg.jpg') no-repeat;
width:960px;
margin:10px 10px 10px 10px;
border:1px solid #acacac;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
padding-top: 130px;
min-height:2000px;
}

#sidebar-idol {
position: relative;
float: right;
display: inline;
width: 315px;
z-index:9999;
padding:0 0 25px;
}

/* ------------------------------THE FACTS BEHIND THE FUNNY - - CATEGORY PAGE */

#page-content-behindtf {
background: #efefef url('../images/bg_behindtf_repeat.png') repeat-y;
width:982px;
}
#behindtf-header {
background: url('../images/bg_behindtf_header_r1.png') no-repeat;
width:982px;
min-height:598px;
position:relative;
}
#main-behindtf {
width:620px;
margin-top: 280px;
margin-left: 15px;
float:left;
}
#sidebar-behindtf {
background: transparent;
width: 315px;
padding:0 0 25px;
position: relative;
float:right;
margin-top: 262px;
margin-right: 25px;
}
#behindtf-date {
position: absolute;
left: 705px;
top: 106px;
font-size: 18px;
font-weight: bold;
line-height: normal;
}
#main-behindtf div:first-child {
background: none;
}
div.post-behindtf {
background: url('../images/bg_behindtf_post.png') no-repeat;
width:100%;
height:150px;
position:relative;
}
div.article-behindtf {
position:absolute;
left: 210px;
top: 30px;
font-size: 120%;
line-height: 1.5em;
margin-right: 15px;
}

div.article-behindtf h1 {
margin-bottom: .7em;
}
div.article-behindtf h1 a {
color:#000;
font-size: 125%;
}

div.article-behindtf p a{
color:#f32900;
text-decoration: underline;
font-weight:bold;
}

div.post-behindtf span.commentnum {
font-size:230%;
margin:0;
position: absolute;
left: 20px;
top: 31px;
line-height: normal;
}
a.thumbnail-jump {
position:absolute;
left: 45px;
top: 25px;
}

a.thumbnail-jump img {
border: 4px solid #DDDDDD;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
#behindtf-header .breadcrumbs {
display:none;
}

/* - - - -  - - - - - - - - - - - - --  -- TMZ BUS HOLLYWOOD TOUR - */
div.content-bustour {
background: url('http://tmz.vo.llnwd.net/o28/assets/images/0331-bg-hollywood-tours.jpg') no-repeat;
margin-left: 6px;
height:709px;
width:969px;
position:relative;
}
div.content-bustour iframe {
margin:427px 0 0 624px;
}

/* - - - -  - - - - - - - - - - - - --  -- HOWTOSKYPE - */
.howtoskype h2 {
font-size: 18px;
font-style: italic;
font-weight: bold;
margin: 20px 0 0 15px;
}
.howtoskype h3, .howtoskype h4 {
font-size: 15px;
font-weight: bold;
}
.static-section {
border-top: 1px solid #ccc;
padding: 0 20px 20px 20px;
}
#skype-first-section {
margin-top: 40px;
}
.static-section h3 {
margin-top: 30px;
margin-left: 30px;
}
.static-section p {
font-size: 12px;
margin-left: 30px;
}
.static-section ul {
margin: 10px 0 20px 15px;
}
.static-section ul li {
font-size: 13px;
list-style-image: none;
margin: 0 0 0 15px;
}

/* AMERICAN IDOL TICKER */

#home-morecontent{
background: url('../images/ai-ticker-sponsored-bg-v3.png') no-repeat;
clear:both;
width:615px;
padding-top:20px;
height:75px;
position:relative;
}

ul#TickerDIV {
float: left;
font-size: 13px;
font-weight: bold;
margin-left: 242px;
width: 375px;
}
ul#TickerDIV a {
text-decoration:none;
}
ul#TickerDIV a:hover {
text-decoration: underline;
}
ul#TickerDIV .tickeritem {
        display: none;
}
a.morenews {
background: url("../images/ticker-ai-more.png") no-repeat scroll 0 0 transparent;
display:block;
height:35px;
left:240px;
position:absolute;
top:55px;
width: 110px;
text-indent: -9999px;
}

#ticker-ai {
padding: 12px 17px 2px;
}

/* COMMUNITY */

.my-link-error {
color : red;
}

.my-link-message {
color : green;
}

