.cb{clear:both;display:block;}
.sc{clear:both;*zoom:1;}
.sc:after{content:".";display:block;height:0;clear:both;visibility:hidden; }

p,form,h1,h2,h3,h4,ul,li{margin:0px;padding:0px;}
ul{list-style-type:none;}

a{color:#5379f4;}


input.text,input.buttoninput, textarea.text,select{
	width:98%;
	padding:5px 3px;
	font-size:16px;
	font-weight:bold;
	border:1px #999 inset;
	color:#333;
	background:#FFF;
}
select{
	width:auto;
}
textarea.text{
	padding:3px;
	font-size:11px;
	font-weight:normal;
	line-height:1.5em;
}
input.buttoninput{
	width:auto;
	text-align:center;
	border-style:outset;
}



/*======= generic page layout =====*/

body{
	background:#444;
	border:0px;
}

body,textarea{
	font:normal 12px arial;
}
h2 {
	font-size: 20px;
}

#content-all{
	/*width:985px;*/
	width: 1180px;
	margin:6px auto 12px auto;
	baackground:#FFF;
	border:1px #333 solid;
	border-width:2px 3px 3px 2px;
}

#content-outer{
	background:#FFF;
	padding:10px 15px;
	clear:both;
}


/*================= header and footer ===============*/

#header{
	/*background:#00FF00;*/
	background:#CCCCCC;
}
#header-top{
	padding:10px 15px;
}
#header #logoholder{
	float:left;
	width:395px;
	margin-top:10px;
	margin-left:20px;
}
#header #logo, #header #globalstats{
	display:block;
	background:url(../img/logo-red.png) no-repeat;
	/*width:154px;*/
	width: 395px;
	height:63px;
}
#header #globalstats{
	margin-top:0px;
	background:none;
	display:block;
	height:1em;
	font-weight:normal;
	font-size:11px;
	margin-left:43px;
	margin-top:-13px;
	color:#FFF;
}
#header .ad728x90{
	float:right;
	width:728px;
	height:90px;
}
#header-nav{
	clear:both;
	float:right;
	padding:12px 40px;
	padding-left:16px;
}

#header-search{
	position:relative;
	top:33px;
	left:35px;
	margin-top:-24px;
	margin-right:14px;
}
#header-search form{
	display:inline;
}
#header-search label{
	width:25px;
	display:block;
	float:left;
}
#header-search input.text{
	width:300px;
	padding:8px;
	padding-left:20px;
	font-size:12px;
	display:block;
	float:left;
	font-weight:normal;
	border:1px #999 solid;
	color:#999;
}
#header-search input.text.default{
	color:#000;
}
#header-search #searchicon{
	display:block;
	width:12px;
	height:12px;
	background:url("/assets/jqui/images/ui-icons_cd0a0a_256x240.png") no-repeat -178px -194px;
	position:absolute;
	left:5px;
	top:11px;
}
#header-nav li{
	display:block;
	float:left;
}
#header-nav li.on{
	background:#FE0000;
	margin-bottom:-5px;
	margin-top:-5px;
}
#header-nav li.on a{
	padding-top:5px;
	padding-bottom:5px;
	color:#FFF;
}
#header-nav a{
	color:#000;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	line-height:16px;
	display:block;
	padding:0px 15px;
}


#header-subnav{
	clear:both;
	/*background:url(../img/green-hatch.png);*/
	background:url(../img/navbg2.png);
	padding:5px 40px;
}

#header-subnav li{
	display:block;
	float:left;
	margin-right:27px;
}
#header-subnav a{
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:16px;
}

#header-blurb {
	padding: 10px 70px; 
	background-color: #ffffff;
	vertical-align: middle;
}
#header-blurb-img {
	margin-top: 0px;
	width: 30px;
	height: 33px;
	float: left;
	background:url(../img/mini-logo.png);
}

#header-blurb-text {
	margin-top: 7px;
	height: 40px;
}

#header-blurb-text strong {
	font-size: 20px;
}

#header-blurb-top {
	font-size: 20px;
}

#header-blurb-bottom {
	font-size: 16px;
	margin-left: -30px;
}
#header-blurb-bottom a {
	color: #2178ec;
	text-decoration: none;
}

#header #header-postown{
	float:right;
	display:block;
	font-size:14px;	
	padding-right:0px;
}


#footer{
	clear:both;
	padding:15px;
	color:#FFF;
	background:#444;
	margin-bottom:-3px;
	margin-left:-2px;
	margin-right:-3px;
}
#footer hr{
	background:url("../img/grey-hatch.png");
	margin-left:-15px;
	margin-right:-15px;
	margin-top:-15px;
	height:8px;
	border:0px;
}

#footer a{
	color:#FFF;

}
#footer-sitelinks{
	float:left;
	width:200px;
	font-size:12px;
	margin-left:10px;
}
#footer-sitelinks h3{
	font-size:18px;
	color:#999;
}
#footer-sitelinks a{
	font-weight:bold;
	line-height:1.5em;
}

#footer-followus{
	float:left;
	font-size:25px;
	font-weight:bold;
	margin-top:20px;
}


/*==================== standard page layouts ======*/

.stdpage #maincol{
	width:790px;
	float:left;
	margin-right:10px;
	margin-left: 20px;
	margin-top: 10px;
}
.stdpage #sidecol{
	float:right;
	width:322px;
}

.page3col #main{
	width:32%;
	float:left;
	margin-right:10px;
}
.page3col #sub{
	width:32%;
	float:left;
	margin-right:10px;
}
.page3col #side{
	width:32%;
	float:left;
}


.ad300 {
	text-align:center;
}

#ad300-1 {
	margin-top: -55px;
}

#ad300-2 {
	margin-top: 0px;
}

.top5-movie-listing {
	width:100%;
	background-color: #FFF;
	clear:both;
	margin-top:4px;
}
.top5-movie-title {
	padding: 17px 17px;
	font-size: 16px;
	color: #999999;
	float:left;
}

.top5-movie-title a{
	xmargin-left: 3px;
	color: #0668ff;
	text-decoration: none;
}

.top5-movie-ranking {
	float: right;
	height: 38px;
	width: 90px;
	margin-top: 5px;
	
}
.top5 .movie-sentiment-pos,.top5 .movie-sentiment-neg{
	height:25px;
	margin-right:-1.5em;
}


.movie-score {
	float: right;
	margin-right: 5px;
}
.movie-score-pos,.movie-score-neg {
	color: #009a00;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
.movie-score-neg{
	color: #fd0004;
}

.movie-sentiment-pos,  .movie-sentiment-neg{
	display:none;
	background: transparent url(../img/happyface.png) no-repeat scroll 0 0;
	width: 22px;
	height: 45px;
	margin-right: 5px;
	float: right;
}

.movie-sentiment-neg{
	background-image:url(../img/unhappyface.png);
}

.movie-score-tweets {
	font-size: 10px;
	color: #000000;
}




/*========= review listings =====*/
.review-listing{
	padding:0px;
	list-style-type:none;
}
.review-listing li{
	display:block;
	margin-bottom:1em;
}

.review-listing .review-listing-tools{
	display:block;
	font-size:12px;
}



/*================= roundy boxes ==========*/
.box{margin-bottom:10px;}
.box div {*background-image:none;}
.box .head, .box .head div, .box .foot, .box .foot div{
	font-size:0px;
	height:5px;
	padding:0px;
	background:transparent url("../img/boxoutline.png") no-repeat;
	clear:both;
	*zoom:1;
}

.box .head, .box .foot{padding-left:5px;clear:both}
.box .content{
	background-color:#FFF;
	padding:1px 5px 1px 5px;
	border:1px #DBDBDB solid;
	border-width:0px 1px 0px 1px;
	*zoom:1;
}
.box .content:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
.box .foot{background-position:0px 100%;clear:both;}

.box .head div{background-position:right 0px; clear:both;}
.box .foot div{background-position:100% 100%; clear:both;}  
.box .box{margin:4px 0 0 0;}

.box.fill .heading{
	background:#E4E4E4;
	padding:5px 10px;
	margin:-5px -5px 2px -5px;/*this causes the heading to look rounded. goes just behind rounded corners of box*/
	color:#000;
	overflow:hidden;
	font-size:16px;
}

/*============== box w/ fill color ====*/
.box.fill .content{background-color:transparent; background:url("../img/diag-tile.png");}

.box.fill .head, .box.fill .head div, .box.fill .foot, .box.fill .foot div{
	background-image:url("../img/box-filled-hash.png");
}



/*============= timeline display =======*/
.timeline{
	border-bottom:2px #999 solid;
	height:1em;
	margin-bottom:2em;
}
.timeline h2, .timeline h1{
	float:left;
	background:#FFF;
	padding-right:0.5em;
	height:1em;
	font-size:20px;
}
.timeline ul{
	float:right;
	background:#FFF;
	margin-top:2px;
}
.timeline ul li{
	display:block;
	float:left;
	margin-left:5px;
	
}
.timeline ul li a{
	padding:5px;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#222;
}
.timeline ul li a.on{
	color:#FFF;
	background:#FE0000;
	-moz-border-radius:5px;
}



/*================= end timeline =============*/



/*================= release date "icon" =====*/
a.catbuttons{
	display:block;
	background:#07043B;
	color:#FFF;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	width:66px;
	height:17px;
	background:url("/assets/img/ricon.gif") no-repeat;
	padding-left:7px;
	margin:auto;
}
a.catbuttons em{
	display:block;
	padding:3px 10px;
	padding-left:0px;
	font-style:normal;
	background:url("/assets/img/ricon.gif") no-repeat 100% 0;
}
a.catbuttons:hover{
	color:red;
}


#debug{
	background:#FFF;
	padding:16px;
	line-height:1.5em;
}
