html, body {
	font-family: Arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #000;
}

.clear {
	clear: both;
}

a img {
	border: 0;
}

.page {
	width: 960px;
	margin: 0 auto;
}

.logo {
	text-align: center;
}

.title {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-size: 20px;
}

.title select {
	font-size: 16px;
	vertical-align: 2px;
}

.footer {
	margin: 20px auto 10px auto;
	font-size: 10px;
	color: #ccc;
	text-align: center;
}

.footer a {
	color: #ccc;
}

.all_movie_link {
	margin:10px 0 20px 0; 
	text-align: center; 
	font-size: 16px;
}

.all_movie_link a {
	color: #ccc;
	font-weight: bold;
}

.movie_container {
	margin: 0 auto;
	padding: 10px;
	min-height: 225px;
	width: 800px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.movie_shadow {
	margin: 0 auto 10px auto;
	height: 5px;
	width: 800px;
	background-color: #666;
}

.movie .rating_ribbon {
	float: left;
	width: 50px;
	height: 50px;
	margin: -10px 0 0 -176px;
	background: transparent url(../images/ribbon.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 0 0 5px;
}

.movie .poster {
	float: left;
	background-color: #fff;
	width: 144px;
	height: 215px;
	padding: 5px;
	border: 1px solid #e6e6e6;
	margin-right: 10px;
	background: url(../images/poster.png) center center no-repeat;
	line-height: 215px;
	text-align: center;
}

.movie .poster img {
	vertical-align: middle;
}

.movie .move_to_top, .movie .movie_showtime_toggle {
	float: right;
}

.movie .move_to_top a {
	text-decoration: none;
	display: block;
	height: 24px;
	width: 30px;
	background: url(../images/pin_up.png) no-repeat;
}

.movie.pinned .move_to_top a {
	background: url(../images/pin_down.png) no-repeat;
}

.movie h2 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

.movie h2 a {
	text-decoration: none;
	color: #000;
}

.movie h2 a:hover {
	text-decoration: underline;
}

.movie h2 a.rt_fresh {
	float: left;
	background: url(../images/rt_fresh.png) no-repeat 0 0;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	width: 26px;
	padding: 3px 0 0 5px;
	text-shadow: 1px 1px #000;
	text-decoration: none;
}

.movie h2 a.rt_rotten {
	float: left;
	background: url(../images/rt_rotten.png) no-repeat 0 0;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	width: 26px;
	padding: 3px 0 0 5px;
	text-shadow: 1px 1px #000;
	text-decoration: none;
}


.movie p {
	margin: 0 5px 10px 0;
	font-style: italic;
	color: #666;
}

.movie p a {
	color: #666;
}

/* Showtimes */
.movie .showtime table {
	margin: 0;
	padding: 0;
}

.movie .showtime table tr {
	height: 22px;
}

.movie .showtime table th {
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
}

.movie .showtime table td.time {
	width: 65px;
}

.movie .showtime table td.time span {
	width: 60px;
	display: block;
	text-align: center;
	font-size: 11px;
	background-color: #666;
	color: #eee;
}

.movie .showtime table td.time span.next {
	color: #eee;
	background-color: #333;
}

.movie .showtime table td.time span.past {
	color: #999;
	background-color: #eee;
}

.movie .showtime table td.cinema {
	font-weight: bold;
	width: 100px;
	padding-right: 10px;
	font-size: 12px;
}

.movie .showtime table td.cinema div.cinema_name {
	width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 
	-icab-text-overflow: ellipsis; 
	-khtml-text-overflow: ellipsis; 
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis;
	color: blue;
}

.movie .showtime table td.cinema div.cinema_name span {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.movie .showtime table td.notice {
	color: #000;
}

/* Movie poster mode */
#movies_now_playing {
	width: 880px;
	margin: 0 auto;
	background-color: #fff;
}

#movies_now_playing .poster {
	float: left;
	width: 144px;
	height: 215px;
	padding: 5px;
	border: 1px solid #e6e6e6;
	margin: 10px;
	background: transparent;
	line-height: 215px;
	text-align: center;
}

#movies_now_playing .poster img {
	vertical-align: middle;
}

.qtip-content a {
	color: #fff;
}

.tooltip_title {
	background-color: #333;
	color: #fff;
	padding: 5px 9px;
	margin: -5px -10px 5px;
	font-weight: bold;
}

#social_media {
	margin: 20px auto;
	width: 400px;
	text-align: center;
}

#social_media {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}

#social_media ul {
	margin: 0 auto;
	padding: 0;
	height: 50px;
	width: 216px;
}

#social_media ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 2px;
	padding: 0;
}

#social_media ul li a {
	display: block;
	width: 32px;
	height: 32px;
}

#social_media a.facebook {
	background: url(../images/social/facebook.png);
}

#social_media a.twitter {
	background: url(../images/social/twitter.png);
}

#social_media a.digg {
	background: url(../images/social/digg.png);
}

#social_media a.delicious {
	background: url(../images/social/delicious.png);
}

#social_media a.stumbleupon {
	background: url(../images/social/stumbleupon.png);
}

#social_media a.reddit {
	background: url(../images/social/reddit.png);
}

/* Blank state */
.blank_state {
	padding: 20px;
	text-align: center;
}


/* ie6 trash */
* html #gritter-notice-wrapper {
	position:absolute; 
}
* html .gritter-top {
	margin-bottom:-10px;
}
* html .gritter-item {
	padding-bottom:0;
}
* html .gritter-bottom {
	margin-bottom:0;
}
* html .gritter-close {
	background:url(../images/gritter-close-ie6.gif);
	width:22px;
	height:22px;
	top:7px;
	left:7px;
}

/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:9999;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url('.'); /* ie7/8 fix */ 
}
.gritter-top {
	background:url(../images/gritter.png) no-repeat left -30px;
	height:10px;
}
.hover .gritter-top, .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	background:url(../images/gritter.png) no-repeat left bottom;
	height:8px;
	margin:0;
}
.hover .gritter-bottom, .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	background:url(../images/gritter.png) no-repeat left -40px;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 11px;
	font-family:verdana;
}
.hover .gritter-item, .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
}
.gritter-close {
	position:absolute;
	top:5px;
	left:3px;
	background:url(../images/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
}
.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px #000; /* Not supported by IE :( */
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}
.gritter-with-image {
	width:220px;
	float:right;
}
