.ie.6 * {
	border: none;
}

body {
	background: white url('/images/2.0/body_bg.jpg') top center no-repeat;
	-webkit-background-size: 1280px 2200px;
}

a.button {
	width: 160px;
	height: 34px;
	margin: 5px auto;
	display: block;
	border: none;
	background: white url('/images/2.0/button_bg.gif') top left no-repeat;
}

a.button span {
	margin: 0;
	padding: 9px 10px;
	display: block;
	overflow-y: hidden;
	color: #414141;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background: transparent url('/images/2.0/button_right_bg.gif') top right no-repeat;
}

.firefox a.button span {
	padding-top: 11px;
}

a.button:hover span {
	color: #e39226;
}

a.button.feed span {
	text-align: left;
}

a.button.feed span span {
	margin: -2px 0 0 0;
	padding: 2px 0 2px 25px;
	background: transparent url('/images/2.0/feed_btn.gif') 0 0 no-repeat;
}

.firefox a.button.feed span span {
	margin-top: -4px;
	padding-bottom: 0;
	line-height: 20px;
}

a.button.feed:hover span span {
	background-position: 0 -20px;
}


#container {
	width: 910px;
	margin: 0 auto;
	padding: 0 5px 1px 5px;
	overflow-x: hidden;
	background: transparent url('/images/2.0/container_bg-trans.png') top center repeat-y;
}

.ie.6 #container {
	padding: 0 !important;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: white !important;
	filter: none !important;
}

/** Footer **/

#footer {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 10px 5px 5px 5px;
	background: transparent url('/images/2.0/footer_bg-trans.png') top left no-repeat;
	font-size: 10px;
	text-transform: uppercase;
}

.ie.6 #footer {
	width: 900px !important;
	border-top: 1px solid #999;
	background: none !important;
	filter: none !important;
}

#footer a {
	color: #878787;
	border-color: #878787;
}

#footer a:hover {
	color: #333;
	border-color: #333;
}

/** Header **/

#header {
	height: 100px;
	padding: 8px 8px 0 8px;
	background: black url('/images/2.0/header_bg.jpg') top left no-repeat;
}

.ie.6 #header {
	margin-right: -10px;
	padding-right: 0;
	padding-left: 0;
}

#header-home {
	width: 165px;
	height: 90px;
	display: block;
	float: left;
	border: none;
}

#header-home span {
	display: none;
}

/** Search **/

#search {
	width: 231px;
	height: 33px;
	margin: 10px;
	float: right;
	
	background: transparent url('/images/2.0/search_bg.gif') top left no-repeat;
	color: #414141;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#search input {
	width: 173px;
	height: 14px;
	margin: 4px 0 0 5px;
	padding: 6px;
	float: left;
	
	background: transparent;
	border: none;
	color: #999;
	font-size: 13px;
	font-weight: normal;
}

.firefox #search input {
	margin-top: 3px !important;
}

#search-form-go {
	margin: 1px 0 0 1px;
	padding: 8px;
	float: left;
	border: none;
	color: #414141;
}

.firefox #search-form-go {
	margin-top: 3px !important;
}

#search-form-go:hover { color: #e39226; }
#search-form-go:active { color: #999; }

/** Navigation **/

#navigation {
	height: 54px;
	background: white url('/images/2.0/nav_bg.gif') top left repeat-x;
}

.ie.6 #navigation {
	margin-right: -10px;
}

#navigation ul {
	/* height: 52px; */
	margin: 0 10px;
	float: left;
	background: transparent url('/images/2.0/nav_separator.gif') 0 15px no-repeat;
}

#navigation ul li {
	padding: 0 0 0 5px;
	display: block;
	float: left;
	position: relative;
	background: transparent url('/images/2.0/nav_separator.gif') right 15px no-repeat;
}

#navigation ul li:hover ul {
	display: block;
}

#navigation ul li a {
	padding: 18px 17px 20px 7px;
	display: block;
	border: none;
	color: #414141;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.firefox #navigation ul li a {
	padding-top: 20px;
}

#navigation ul li a:hover, 
#navigation ul li:hover a { color: #e39226; }
#navigation ul li a:active { color: #999; }

#navigation ul li ul {
	top: 53px;
	left: 0;
	width: 170px;
	margin: 0 0 10px 0;
	padding: 0;
	z-index: 1000;
	display: none;
	position: absolute;
	border-top: 1px solid #d9d7d7;
}

#navigation ul li ul li {
	margin: -1px 0 0 0;
	padding: 5px 10px 4px 10px;
	display: block;
	float: none;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px dotted #ccc;
	color: #444;
	background: #e3e2e2;
}

#navigation ul li ul li a, 
.firefox #navigation ul li ul li a {
	margin: -5px -10px -4px -10px;
	padding: 5px 10px 4px 27px;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
	color: #666 !important;
	background: #eee url('/images/2.0/nav_menu_item.gif') 10px 6px no-repeat;
}

#navigation ul li ul li a:hover {
	color: #333 !important;
	background-position: 10px -12px;
	background-color: #fff;
}

/** Content **/

#content .row {
	margin: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #cacaca;
	clear: left;
	overflow: hidden;
}

.ie.6 #content .row {
	border: none !important;
}

#content .row.last {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom:none;
}

#content .row:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.row .column {
	width: 355px;
	min-height: 20px;
	margin: 0 10px -10px 0;
	float: left;
	overflow-x: hidden;
}

.row .column.double { width: 720px; }
.row .column.full { width: 890px; margin-right: 0; }
.row .column.half { width: 440px; }
.row .column.two-thirds { width: 590px; }
.row .column.one-third { width: 290px; }
.row .column.narrow { width: 160px; }

.row .column.last { 
	margin-right: 0;
	margin-bottom: 0;
}

.module {
	clear: left;
	padding: 0 0 10px 0;
}

.module .header {
	height: 26px;
	margin: 0 0 1px 0;
	padding: 0 2px 0 0;
	background: white url('/images/2.0/module_header_bg.gif') top left repeat-x;
	border-bottom: 1px solid #ebc593;
}

.module .header h1 {
	height: 15px;
	margin: 0;
	padding: 5px 10px;
	overflow-y: hidden;
	float: left;
	color: #e39226;
	font-size: 14px;
	text-transform: uppercase;
}

.firefox .module .header h1 {
	padding-top: 7px !important;
}

.column.narrow .module .header h1 {
	width: 100%;
	padding: 5px 0;
	text-align: center;
}

.module .header a, 
.module .footer a {
	margin: 2px;
	padding: 3px 5px 5px 5px;
	border: none;
}

.module .footer a {
	float: left;
}

.module .header h1 a {
	margin: 0;
	padding: 0;
}

/** Module Pagination **/

.module .header .pagination {
	width: auto;
	float: right;
}

.module .header .pagination li {
	width: 10px;
	height: 10px;
	margin: 8px 1px 0 0;
	float: left;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background-color: transparent;
	background-position: 0 1px;
	background-repeat: no-repeat;
	background-image: url('/images/2.0/paginate_item.gif');
}

.module .header .pagination li.active, 
.module .header .pagination li:hover {
	background-position: 0 -7px;
}

.module .header .pagination li.previous, 
.module .header .pagination li.next, 
.module .header .pagination li.all {
	margin-top: 3px;
	width: 27px;
	height: 20px;
	background-position: 0 0;
}

.module .header .pagination li.previous {
	margin-right: 5px;
	background-image: url('/images/2.0/paginate_prev.gif');
}

.module .header .pagination li.next {
	margin-left: 3px;
	background-image: url('/images/2.0/paginate_next.gif');
}

.module .header .pagination li.all {
	margin-left: 1px;
	width: 65px;
	background-image: url('/images/2.0/view_all_btn.gif');
}

.module .header .pagination li.previous:hover, 
.module .header .pagination li.next:hover, 
.module .header .pagination li.all:hover {
	background-position: 0 -20px;
}

.module .header .feed, 
.module .header .view-all {
	height: 20px;
	margin: 3px 2px 0 0;
	padding: 0 !important;
	float: right;
	display: block;
	border: none;
}

.module .header .feed {
	width: 20px;
	background: transparent url('/images/2.0/feed_btn.gif') 0 0 no-repeat;
}

.module .header .view-all {
	width: 64px;
	background: transparent url('/images/2.0/view_all_btn.gif') 0 0 no-repeat;
}

.module .header .view-all span, 
.module .header .feed span {
	display: none;
}

.module .header .view-all:hover, 
.module .header .feed:hover { 
	background-position: 0 -20px;
}

.module .pagination.up, 
.module .pagination.down {
	width: 290px;
	height: 20px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.module .pagination.up:hover, 
.module .pagination.down:hover {
	cursor: pointer;
	background-position: 0 -20px;
}

.module .pagination.up {
	background-image: url('/images/2.0/paginate_up.gif');
}

.module .pagination.down {
	background-image: url('/images/2.0/paginate_down.gif');
}

.module .footer {
	min-height: 10px;
	margin: 1px 0 0 0;
	background: white url('/images/2.0/module_footer_bg.gif') top left repeat-x;
}

.module .footer:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.module .footer a {
	display: block;
	float: right;
}

.module .footer .read_more {
	height: 17px;
	margin: 3px 10px 5px 0;
	padding: 1px 0 5px 20px;
	border: none;
	
	background: transparent url('/images/2.0/raquo.gif') 0 0 no-repeat;
	color: #9a9a9a;
	text-transform: lowercase;
}

.module .footer .read_more:hover {
	color: #e39226;
}


/** Email Updates Module **/

#email-updates-module {
	height: 104px;
	margin: 0 0 10px 0;
	background: url('/images/2.0/films/email-updates-module_bg.gif') top left no-repeat;
}

#email-updates-module .header {
	background: none;
	border: none;
}

#email-updates-module .header h1 {
	margin: 0;
	padding: 10px 0 5px 0;
	color: #414141;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#email-updates-module .content p {
	margin: 0;
	padding: 0 8px;
	text-align: center;
}

#email-updates-module .content p a {
	line-height: 20px;
	font-weight: bold;
	color: #878787;
	border-color: #878787;
}


/** Module Ratings **/

.module .rating {
	height: 16px;
}

.module .rating li {
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
	padding: 0;
	float: left;
	background: transparent url('/images/2.0/rating_stars-trans.png') 0 -16px no-repeat;
}

.module .rating li.active {
	background-position: 0 -32px;
}

.module .content h2 {
	margin: 10px 10px 5px 10px;
	font-size: 13px;
	line-height: 16px;
}

.module .content ul li a.entry  {
	/* height: 50px; */
	padding: 8px 10px;
	overflow: hidden;
	display: block;
	background-color: #f9f7f7;
	border-bottom: 1px dotted #cacaca;
	color: #878787;
}

.ie.6 .module .content ul li a.entry:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.module .content ul li.alt a.entry {
	background-color: #f0eeee;
}

.module .content ul li a.entry:hover {
	background-color: #fff;
	color: #555;
}

.module .content ul li a.entry .thumb {
	margin: 0 10px 0 0;
	float: left;
	border: 1px solid #c3c3c3;
}

.module .content ul li a.entry:hover .thumb {
	border-color: #e39226;
	cursor: pointer;
}

.module .content ul li a.entry p {
	max-height: 45px;
	margin: 2px 0 0 0;
	padding: 0;
	display: block;
	overflow-y: hidden;
}

.ie.6 .module .content ul li a.entry p {
	float: left;
}


/** Alerts **/

#searchlight_alert {
	width: 475px;
	top: 100px;
	left: 100px;
	position: absolute;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	opacity: .9;
	background: #000;
	border: 5px solid #333;
}

#searchlight_alert div {
	padding: 10px 0 0 85px;
	opacity: 1;
	color: #fff;
	background: transparent url('/images/2.0/searchlight_alert_icon-trans.png') 17px 27px no-repeat;
}

#searchlight_alert h1 {
	font-size: 20px;
	line-height: 22px;
}

#searchlight_alert ul {
	margin: 0 20px 0 0;
	float: right;
}

#searchlight_alert li {
	height: 15px;
	margin: 0 0 15px 5px;
	padding: 3px 15px 2px 15px;
	display: block;
	float: left;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	font-weight: bold;
	background: #222;
}

#searchlight_alert li:hover {
	background: #333;
	cursor: pointer;
}

#searchlight_alert_overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	
	opacity: .7;
	background: #000;
}

/** Flash **/

.flash-content p {
	max-width: 250px;
	min-height: 50px;
	margin: 10px auto;
	padding: 10px 10px 10px 80px;
	color: #aaa;
	background: #efefef url('/images/2.0/searchlight_alert_icon-trans.png') 15px 10px no-repeat;
}

.flash-content a {
	color: #aaa;
	border-color: #aaa;
}

/** Advertising **/

.advertising a {
	border: none;
}

.advertising .indicator {
    width: 100%;
	padding: 4px 0 2px 0;
	display: block;
	font-size: 10px;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #999;
	background: #ececec;
	
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.advertising.banner {
	width: 728px;
	height: 90px;
	overflow: hidden;
}

.advertising .skyscraper {
	width: 160px;
	height: 600px;
	overflow: hidden;
}

.advertising .rectangle {
	width: 300px;
	height: 250px;
	overflow: hidden;
}


/** Share links **/
.module .share ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.module .share ul li {
	width: 16px;
	height: 16px;
	margin: 5px 5px 0 0;
	padding: 0;
	display: block;
	float: left;
	cursor: pointer;
	list-style-type: none;
	background-position: center center;
	background-repeat: no-repeat;
}

.module .share ul li span {
	display: none;
}

.module .share .delicious { background-image: url('/images/2.0/share/delicious.gif'); }
.module .share .digg { background-image: url('/images/2.0/share/digg.gif'); }
.module .share .facebook { background-image: url('/images/2.0/share/facebook.gif'); }
.module .share .google { background-image: url('/images/2.0/share/google.gif'); }
.module .share .myspace { background-image: url('/images/2.0/share/myspace.gif'); }
.module .share .reddit { background-image: url('/images/2.0/share/reddit.gif'); }
.module .share .stumbleupon { background-image: url('/images/2.0/share/stumbleupon.gif'); }
.module .share .twitter { background-image: url('/images/2.0/share/twitter.gif'); }
.module .share .windows { background-image: url('/images/2.0/share/windows.gif'); }

