/* Created by Chris Messineo */

/* OSF Color Scheme: */
/* aab500 - Green */
/* e34b1e - Orange */
/* b01535 - Red */
/* 671b68 - Purple */
/* 0087d7 - Blue */
/* 615c59 - Grey */

/* MoviePoet.com Color Scheme: */
/* 902692 - Purple Lightest */
/* 7c207e - Purple Lighter */
/* 671b68 - Purple */
/* 541655 - Purple Darker */
/* 401141 - Purple Darkest */
/* f5ffcf - Creme */
/* Logo & Menu Font: Penshurst */
/* Tagline Font: Chopin Script */

/* HTML & CLASS TAGS */

html, body, form, p
{
	margin: 0px;
	padding: 0px;
}

.message, .rfv, .rev
{
	color: #671b68;
}

a
{
	color: #671b68;
	text-decoration: none;
}
a:visited
{
	color: #671b68;
	text-decoration: none;
}
a:hover
{
	color: #671b68;
	text-decoration: underline;
}

a.thread
{
	color: #f5ffcf;
	text-decoration: none;
}
a:visited.thread
{
	color: #f5ffcf;
	text-decoration: none;
}
a:hover.thread
{
	color: #f5ffcf;
	text-decoration: underline;
}

body
{
	height: 100%;
	background: #222 url(images/bg.gif) fixed;
	font-family: georgia, times, serif;
	font-size: 13px;
	color: #333;
}

form
{
	height: 100%;
}

html
{
	height: 100%;
}

input.button
{
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
}

p
{
	margin-bottom: 1em;
}
p.center
{
	text-align: center;
}
p.right
{
	text-align: right;
}
p.righttight
{
	text-align: right;
	margin-bottom: 0em;
}
p.indent
{
	text-indent: 30px;
}
#home p.indent:first-letter
{
	font-size: 26px;
}

span.cbl
{
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
}

td
{
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
}
table.gridview
{
	width: 100%;
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
}
table.scores
{
	width: 300px;
	border: solid 1px #000;
}
td.scoresheader
{
	padding: 3px;
	border-bottom: solid 1px #000;
	background-color: #401141;
	color: #f5ffcf;
	text-align: center;
	font-weight: bold;
	font-family: georgia, times, serif;
	font-size: 13px;
}
td.scoreslabel
{
	padding: 3px;
	background-color: #671b68;
	color: #f5ffcf;
	text-align: center;
	font-family: georgia, times, serif;
	font-size: 13px;
}
td.scores
{
	padding: 3px;
	text-align: center;
	font-family: georgia, times, serif;
	font-size: 13px;
}
td.gvtitle
{
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* DIV ID TAGS */

#wrapper
{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	background: #f5ffcf url(images/mp-bg.jpg);
}

#header
{
	width: 960px;
	height: 112px;
	background: #f5ffcf;
}

#content
{
	float: left;
	width: 724px;
	padding-left: 20px;
	padding-right: 16px;
	padding-bottom: 60px;
}

#navigation
{
	float: right;
	width: 165px;
	padding-left: 15px;
	padding-right: 20px;
}

#middle:after
{
	content: " ";
	display: block;
	clear: both;
}

#footer
{
	position: absolute;
	width: 760px;
	height: 55px;
	left: 0px;
	bottom: 0px;
	padding-top: 5px;
	text-align: center;
	font-family: verdana, tahoma, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 3em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footer a
{
	background: #671b68;
	padding: 2px 5px;
	color: #f5ffcf;
	margin: 0;
}
#footer a:hover
{
	background: #000;
	text-decoration: none;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #401141;
	background: #671b68;
	margin-bottom: 15px;
}

#navigation li
{
	font-family: verdana, tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2em;
	color: #000;
	text-indent: 0;
	border-bottom: 1px solid #401141;
}
#navigation li:hover
{
	background: #541655;
}
#navigation li a
{
	display: block;
	padding-left: 17px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	border: none;
	color: #f5ffcf;
	background: transparent url(images/bullet.gif) no-repeat 5px 50%;
}
#navigation li a:hover
{
	color: #000;
	text-decoration: none;
	background-position: -996px 50%;
}
#navigation li.on
{
	background: #541655;
}
#navigation li.on a
{
	color: #000;
	text-decoration: none;
	background-position: -996px 50%;
}

#new ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #401141;
	border-left: 1px solid #401141;
	border-right: 1px solid #401141;
	background: #EEE;
	margin-bottom: 15px;
}
#new li
{
	font-family: verdana, tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2em;
	color: #000;
	text-indent: 0;
	border-bottom: 1px solid #401141;
}
#new li:hover
{
	background: #DCDCDC;
}
#new li a
{
	display: block;
	padding-left: 17px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	border: none;
	color: #000;
	background: transparent url(images/bullet.gif) no-repeat -1995px 50%;
}
#new li a:hover
{
	color: #000;
	text-decoration: none;
	background-position: -996px 50%;
}

#thread
{
	width: 100%;
	border: 1px;
	border-style: solid;
	border-color: #000;
	text-align: left;
}
#thread p
{
	margin: 0px;
	padding: 3px;
}
#thread p.admin
{
	text-align: center;
}
#thread p.author
{
	background-color: #671b68;
	color: #f5ffcf;
	text-align: center;
}
#thread p.message
{
	background-color: #f5ffcf;
	color: #333;
}
#thread p.replier
{
	border-top: solid 1px #000;
	background-color: #671b68;
	color: #f5ffcf;
	text-align: center;
}
#thread p.reply
{
	background-color: #f5ffcf;
	color: #333;
}
#thread p.subject
{
	background-color: #401141;
	color: #f5ffcf;
	text-align: center;
	font-weight: bold;
}

#commentsafter
{
	width: 100%;
	border: 1px;
	border-style: solid;
	border-color: #000;
	text-align: left;
}
#commentsafter p
{
	margin: 0px;
	padding: 3px;
}
#commentsafter p.admin
{
	text-align: center;
}
#commentsafter p.comments
{
	background-color: #f5ffcf;
	color: #333;
}
#commentsafter p.heading
{
	background-color: #401141;
	color: #f5ffcf;
	text-align: center;
	font-weight: bold;
}
#commentsafter p.reviewer
{
	border-top: solid 1px #000;
	background-color: #671b68;
	color: #f5ffcf;
	text-align: center;
}

#commentsduring
{
	width: 100%;
	border: 1px;
	border-style: solid;
	border-color: #000;
	text-align: left;
}
#commentsduring p
{
	margin: 0px;
	padding: 3px;
}
#commentsduring p.admin
{
	text-align: center;
}
#commentsduring p.comments
{
	background-color: #f5ffcf;
	color: #333;
}
#commentsduring p.heading
{
	background-color: #401141;
	color: #f5ffcf;
	text-align: center;
	font-weight: bold;
}
#commentsduring p.reviewer
{
	border-top: solid 1px #000;
	background-color: #671b68;
	color: #f5ffcf;
	text-align: center;
}

#__asptrace
{
	position: relative;
}

.film
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	margin-bottom: 0px;
	width: 720px;
	height: 405px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
