html, body {
	margin:0;
	padding:0;
}

a { color:#e86666; text-decoration:underline; }
a:hover { text-decoration: none; }



/*			GENERAL POSITIONING			*/

#frame {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

#navigation {
	width: 700px;
}

#left-side {
	clear: both;
	width: 470px;
	text-align: left;
	float: left;
}

#right-side {
	width:230px;
	float: left;
	text-align: left;
}

#footer {
	clear: both;
	width:700px;
}



/*			HEADER			*/

img#header {
	border:0;
	margin: 30px 0 40px 0;
	
}



/*			NAVIGATION			*/

ul#nav {
	float: left;
	list-style: none;
	background: #55be47;
	padding: 0;
	margin: 0;
}

ul#nav li {
	float: left;
	width: 100px;
	w/idth: 101px;
	background: #55be47;
	border: 2px solid #289728;
	border-right-width: 1px;
	border-left:0;
	border-top: 0;
	font: 16px/32px Lucida Sans, Helvetica, Arial, sans-serif;
	color: #fff;
}

ul#nav li.first {
	border-left: 2px solid #289728;
}

ul#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: 100px;
}

ul#nav a:hover { background: #317023; }

/* Statistics */

#stats {
	float: left;
	width: 224px;
	w/idth: 294px;
	border: 2px solid #289728;
	border-left: 0;
	border-top: 0;
	padding-left: 68px;
	background: #55be47;
	height: 32px;
}

#stats p {
	float: left;
	font: 10px/14px Lucida Sans, Helvetica, Arial, sans-serif;
	color: #317023;
	text-align: left;
	margin: 2px 20px 2px 0px;
}

#stats p.answers, #stats p.answers2 {
	margin: 2px 10px 2px 0px;
	color: #317023;
	font-weight: bold;
}

#stats p.answers2 { float: none; }


/*		BLOG/MOVIE POST			*/

.post, .movie {
	margin: 0 30px 50px 0;
}

h1 {
	font: 24px/24px Lucida Sans, Helvetica, Arial, sans-serif;
	color: #e86666;
	margin: 0 0 10px 0;
}

h1.archive-headline {
	font: 22px/22px Lucida Sans, Helvetica, Arial, sans-serif;
}

h1 a, h1.headline a { text-decoration: none; }
h1 a:hover, h1.headline a:hover { text-decoration: underline; }

.post h2 { /* Subheader */
	font: 16px/22px Lucida Fax, Georgia, Times, serif;
	color: #000;
	margin-top: 30px;
	font-weight: bold;
}

.post p, .post blockquote, .post li {
	font: 12px/19px Lucida Fax, Georgia, Times, serif;
	color: #000;
	margin-bottom: 19px;
}

.post blockquote {
	background: #FDFFC3;
	border-left: 4px solid #dee63a;
	margin-left: 10px;
	padding: 5px 10px;
}

.post blockquote p { margin: 5px 0; }

.post li { margin-bottom:5px; }

img.movie-still {
	padding:5px; 
	border:1px solid #ccc;
}


.movie p {
	font: 12px/18px Lucida Fax, Georgia, Times, serif;
	color: #000;
}

.movie p.externallinks {
	font-size: 120%;
	line-height: 120%;
	padding-top: 20px;
}

.movie img {
	border: 4px solid #ccc;
	float: left;
	margin-right: 10px;
	height: 200px;
}


/*			METADATA BOX			*/

.metadata-box, .metadata-box-indy {
	border-top: 2px solid #e86666;
	margin: 10px 0 5px 0;
	padding: 5px;
}

.metadata-box-indy {
	border: 4px solid #e86666;
	background: #e88888;
	margin-bottom: 15px;
	overflow: hidden;
	padding-bottom: 0;
}

.metadata-box img, .metadata-box-indy img {
	border: 2px solid #fff;
	float: left;
	margin-right: 15px;
}

.metadata-box h2, .metadata-box-indy h2 {
	font: 12px/16px Lucida Sans, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	color: #fff;
}

.metadata-box h2 a { color: #e86666; text-decoration: none; }
.metadata-box-indy h2 a { color: #fff; text-decoration: none; }

.metadata-box p, .metadata-box-indy p {
	font: 12px/16px Lucida Sans, Helvetica, Arial, sans-serif;
	margin:0;
	color: #444;
}

p.category { color: #000; }

.metadata-box p a, .metadata-box-indy p a { color: #000; text-decoration: none; }
.metadata-box h2 a:hover, .metadata-box p a:hover, .metadata-box-indy h2 a:hover, .metadata-box-indy p a:hover {	text-decoration: underline; }

/* Linked Entries for Movie Page */

.linkedentries, .recent-entries { clear: both; margin-top: 5px; }

h2.linkedentrytitle { color: #000; margin-bottom: 10px; }

.linkedentries h3, .recent-entries h2 {
	clear: left;
	float: left;
	margin: 0 5px 10px 0;
	font: 10px/10px Lucida Sans, Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 3px;
	width: 30px;
	font-weight: bold !important;
	background: #e86666;
	font-weight: normal;
}

.linkedentries h3 span, .recent-entries h2 span { 
	font-size: 14px;
	display: block;
	margin: 3px 0 2px 0;
}

h2.recent-entries { margin-bottom: 15px; }

.metadata-box-indy h1.recent-entries-title {
	font: 24px/24px Gotham Book, Helvetica, Arial, sans-serif;
	margin:6px 0 20px 0;
	text-align: center;
	color: #fff;
}

.linkedentries p, .recent-entries p {
	font: 10px/12px Lucida Sans, Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
	padding-top: 0px;
}

.recent-entries p { margin-bottom: 18px; }

/* Post Information */

.post-info, .post-info-indy {
	float: right;
	background: #e88888;
	padding: 3px 5px 5px 10px;
	border-top: 4px solid #e86666;
	margin: 2px 0 30px 10px;
}

.post-info-indy {
	float: none;
	border: 0;
	margin: 0 0 10px 0;
	padding: 5px;
	background: #e66666;
}

.post-info p, .post-info-indy p {
	color: #000;
	font: 10px/14px Lucida Sans, Helvetica, Arial, sans-serif;
}

.post-info p a, .post-info-indy p a { text-decoration: underline; }
.post-info p a:hover, .post-info-indy p a:hover { text-decoration: none; }


/* Comments */

#comments h2 {
	font: 18px/22px Lucida Sans, Helvetica, Arial, sans-serif;
	color: #e86666;
	margin: 0 0 10px 0;
}

#comments h2.comments, #post-a-comment {
	border-top: 4px solid #e86666;
	padding-top: 10px;
	margin-top: 30px;
}

#post-a-comment {
	background: #eee;
	padding: 10px 0 10px 10px;
}

.comment {
	padding-bottom: 10px;
	border-bottom: 1px solid #e86666;
	margin-bottom: 20px;
	font: 12px/17px Lucida Fax, Georgia, Times, serif;
	color: #000;
}

.last-comment { border: 0; }

p.comment-footer {
	font: 11px/14px Lucida Sans, Helvetica, Arial, sans-serif;
	color: #444;
}

p.comment-footer a { color: #444; text-decoration: underline; }
p.comment-footer a:hover { text-decoration: none; }

#post-a-comment label {
	font: 12px/16px Lucida Sans, Helvetica, Arial, sans-serif;
}

#post-a-comment input.single-line {
	width: 415px;
}

#post-a-comment textarea {
	width: 415px;
	height: 200px;
}



/*			MOVIE LISTING HOME			*/

.movie-listing, .movie-listing-posterless {
	clear: both;
	margin-right: 30px;
}

.movie-listing-posterless { margin: 0 0 70px 65px; }

.movie-listing img {
	border: 2px solid #ccc;
	float: left;
	margin: 0 10px 20px 0;
}

h1#movie-listing, h1#archive-header {
	font: 30px/30px Lucida Sans, Helvetica, Arial, sans-serif;
	color: #e86666;
	margin: 0 0 25px 0;
}

.movie-listing h2, .movie-listing-posterless h2 {
	font: 16px/16px Lucida Sans, Helvetica, Arial, sans-serif;
	color: #e86666;
	margin: 0 0 5px 0;
}

.movie-listing h2 a, .movie-listing-posterless h2 a { text-decoration: none; }
.movie-listing h2 a:hover, .movie-listing-posterless h2 a:hover { text-decoration: underline; }

.movie-listing p, .movie-listing-posterless p {
	font: 11px/11px Lucida Fax, Georgia, Times, serif;
	margin: 0;
	color: #777;
}

.movie-listing p.list-review-link, .movie-listing p.list-review-link a { 
	font-size: 13px;
	margin: 5px 0 0 0;
	font-weight: bold;
	color: #00a0e2;
}


.movie-listing .release-date, .movie-listing-posterless .release-date {
	color: #000;
	font-weight: bold;
}

.movie-listing p a, .movie-listing-posterless p a { color: #000; text-decoration: underline; }
.movie-listing p a:hover, .movie-listing-posterless p a:hover { text-decoration: none; }
	


/*			ABOUT BOX			*/

#about {
	background: url("http://www.themoviebinge.com/images/about-box_bgd.gif") no-repeat top left;
	background-color: #30bbee;
	border: 4px solid #00a0e2;
	width: 222px;
	w/idth: 230px;
	margin-bottom: 20px;
}

#about.movies-by-category { 
	background-image: none !important;
}

#about h1 {
	font: 24px/24px Gotham Book, Helvetica, Arial, sans-serif;
	margin:6px 0 40px 0;
	text-align: center;
	color: #fff;
}
#about.movies-by-category h1 { margin-bottom: 10px; }

#about.movies-by-category li { list-style: none; font-size: 14px; }

#about.movies-by-category ul { margin: 0; padding: 0; }

#about.movies-by-category li a { color: #fff; text-decoration: none;}


#about.movies-by-category li a:hover { text-decoration: underline;}

#about p, #about.movies-by-category li {
	font: 12px/16px Lucida Sans, Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 0 10px;
	margin-bottom: 7px;
	text-align: justify;
}

#about #about-footer {
	background: #00a0e2;
	font: 12px/12px Lucida Sans, Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 5px;
	text-align: center;
}

#about #about-footer a { color: #fff; text-decoration: none; }
#about #about-footer a:hover { text-decoration: underline; }



/*			SCHEDULE LIST			*/

img.schedule-header {
	border:0;
}

#schedule {
	border: 4px solid #f89b36;
	border-top: 0;
	padding-top: 10px;
	margin-bottom: 30px;
}

#schedule ul {
	margin:0;
	padding-left: 0px;
	list-style: none;
	background: #fff;
}

#schedule li {
	background: #f8b266;
	padding: 0;
	margin: 0;
	font: 14px/18px Lucida Sans, Helvetica, Arial, sans-serif;
	color: #fff;
	text-indent: 10px;
}

#schedule li a { color: #e88888 !important; }

#schedule ul.subset {
	list-style-image: url("http://www.themoviebinge.com/images/calendar-icon.gif");
	padding: 10px 0 5px 30px;
	margin-bottom: 0;
	background: #fff;
}

#schedule li.checked {
	list-style-image: url("http://www.themoviebinge.com/images/calendar-icon_checked.gif");
}

#schedule li.checked a { color: #e86666 !important; }

#schedule ul.subset li {
	background: #fff;
	text-indent: 0;
	padding: 0 10px 5px 5px;
	margin: 0;
	font: 12px/12px Lucida Sans, Helvetica, Arial, sans-serif;
	color: #000;
}

#schedule ul.subset li a { font-weight: bold; text-decoration: none; }
#schedule ul.subset li a:hover { text-decoration: underline; }

#schedule #schedule-footer {
	background: #f89b36;
	font: 14px/14px Lucida Sans, Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 10px;
	text-align: center;
}

#schedule #schedule-footer a { color: #fff; text-decoration: none; }
#schedule #schedule-footer a:hover { text-decoration: underline; }


/*			FOOTER			*/

#footer {
	clear: both;
	width: 690px;
	w/idth: 700px;
	text-align: left;
	border-top: 4px solid #289728;
	background: #55be47;
	margin: 30px 0 0 0;
	padding: 20px 5px 10px 5px;
}

#footer .list h1 {
	font: 16px/16px Gotham Book, Helvetica, Arial, sans-serif;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
	padding-bottom: 2px;
}

#footer .list {
	float: left;
	margin: 0 10px;
	width: 210px;
	w/idth: 230px;
}

*html #footer .list {
	margin-right: 8px;
	margin-left: 8px;
}

#footer .list ul {
	list-style: none;
	margin: 0 0 25px 0;
	padding-left: 0;
}

#footer .list li {
	font: 12px/16px Lucida Sans, Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #fff;
	margin: 0;
}

#footer .list a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px 10px;
	width: 190px;
	w/idth: 210px;
}

#footer .list a:hover { background: #289728; }

#footer #copy p {
	clear: both;
	text-align: center;
	font: 12px/16px Lucida Sans, Helvetica, Arial, sans-serif;
	color: #317023;
	margin-left: 10px;
}
