/*
	Default page values
*/
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Trebuchet, sans-serif;
	font-size: 90%;
}

/*
	Links
*/
a:link, a:visited { 
 color: #CC9933; 
 text-decoration: none; 
}

a:active, a:hover { 
 color: #FFCC00; 
 text-decoration: none; 
}


/*  
    Hyperlinks that appears in the member navbar:
    login, register, calendar, etc.
*/
.loginText, .loginText a:link, .loginText a:active, .loginText a:visited, .loginText a:hover{ 
	 color:       #ffffff;
	 font-size:   9px; 
	 font-weight: bold;
}
.loginText a:link    { color:  #CCCCCC; }
.loginText a:visited { color:  #CCCCCC; }
.loginText a:active  { color:  #FFCC00; }
.loginText a:hover   { color:  #FFCC00; } 

#menu {
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 0px;
	min-width: 140px;
	width: 12%;
	font: 11px/12px verdana,trebuchet,sans-serif;
	padding-right: 20px;
	text-align: right;
	color: #333;
	padding-bottom: 30px;
	padding-top: 10px;
	background-color: #FFFFFF;
	clear:both;
}
#menu a:link, #menu a:visited { 
	color: #666666; 
 	text-decoration: none; 
}
#menu a:active, #menu a:hover {
	color: #FFCC00 !important;
}

#content {
	margin: 0 5px 30px 5px;
	padding: 0 15px 30px 15px;
	text-align: left;
	border-style: dotted;
	border-width: 0 1px 0 1px;
	border-color: #FFCC00;
	background-color: #FFFFFF;
	voice-family: "\";}\"";
	voice-family: inherit;
	margin-left: 5px;
	margin-right: 5px;
	position:relative;
	float:left;
	clear:none;
	width:37%;
}
html>body #content {
	margin-left: 5px;
	margin-right: 5px;
}
#rightlog {
	position: relative;
	float: left;
	clear: none;
	width: 34%;
	font-size: 80%;
	padding: 5px 0px 10px 10px;
	background-color: #FFFFFF;
	margin: 5px;
	display:inline;
}
#rightlog a { 
 	text-decoration: none; 
	font-weight: bold;
}

.menuitems {
 padding-top : 15px;
 padding-bottom : 15px;
 border-bottom : 1px dotted #999;
}
.author {
	font-size:   10px;
	color:       #333333;
	font-weight: bold;
}
.author a {
	font-weight: bold !important;
}

h1, h2 {
 font-size:   17px;
 color:       #333333;
 font-weight: bold;
}
h3 {
 font-size:   14px;
 color:       #333333;
 font-weight: bold;
}
h4 {
 font-size:   12px;
 color:       #666666;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: bold;
}
h5 {
 font-size:   11px;
 color:       #666666;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}
#content h1+h3 {
	margin-top: -10px;
	margin-bottom: 0px;
}
#content blockquote {
	margin-top: -10px;
	margin-bottom: 0px;
}
.smText {
 font-size:   9px;
 color:       #333333;
 font-weight: normal;
}

.medText {
 font-size:   11px;
 color:       #333333;
 font-weight: normal;
}

.lgText {
 font-size:   12px;
 color:       #333333;
 font-weight: bold;
}

input {
 font : bold 10px/12px verdana,trebuchet,sans-serif;
 border : 1px solid #999999;
 color : black;
 background-color : #eeeeee;
 margin-top: 2px;
 margin-bottom: 2px;
}

input.large {
 width: 200px;
}

input:focus {
 background-color : #ffffff;
}

input.button {
 color : white;
 background-color : #000000;
}

textarea {
 border: 1px solid #999999;
 margin-bottom: 10px;
 color: black;
 background-color: #eeeeee;
 font: 11px/16px verdana,trebuchet,sans-serif;
}

textarea:focus {
 background-color : #ffffff;
}

.pulldown {
 font-size:	11px;
 font-weight: bold;
 color:	#333333;
 border-top: #000000 1px solid; 
 border-left: #000000 1px solid; 
 border-right: #000000 1px solid; 
 border-bottom: #000000 1px solid;
}

.weblog {
	padding-bottom: 12px;
	border-bottom:1px dotted #999999;
	margin-bottom: 6px;
}

/* THE FOLLOWING ARE FOR USE WITH THE MINI-CALENDAR */


/*  Calendar header text  */
.header {
 font-size:   10px;
 color:       #ffffff;
 font-weight: bold;
}


/*  Navigational links in the header  */
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #ffffff; text-decoration: none;}
.navlinks a:visited { color:  #ffffff; text-decoration: none;}
.navlinks a:active  { color:  #333333; text-decoration: none;}
.navlinks a:hover   { color:  #000000; text-decoration: underline;}


/*  Days of the week text  */
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
 font-weight:  bold;
}

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
}
.monthdays a:link    { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #333333; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #cccccc; text-decoration: none;font-weight: bold;}

#banner {
	background-color: #000000;
	background-position: 0px 0px;
	width: 100%;
	height: 110px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-image: url(images/metaphilm-logo-v3.png);
}

html>body #banner {
		height:110px;
		}

#bannersmall {
	background-image: url(images/metaphilm-logo-v2b.png);
	background-position: center center;
	height: 45px;
	background-repeat: no-repeat;
	position: static;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	width: 200px;
	float: left;
}
#bannersmall2 {
	background-position: center center;
	height: 45px;
	background-repeat: no-repeat;
	position: static;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	width: 200px;
	float: left;
}
#frame {
	text-align: center;
}
#metaphilmore {
	margin: 50px 22% 20px;
	text-align: left;
	line-height: 20px;
	border-bottom: 1px dotted #999999;
}
#metaphilmore p {
	font-size:  100%;
}
#metaphilmore blockquote {
	font-size:  12px;
	line-height: normal;
}
#metaphilmore h1, h2, h3 {
	color: #999999;
}
#metaphilmore h3 {
	margin-bottom: 0px;
}
#metaphilmore h2+h1 {
	margin-top: -10px;
	margin-bottom: 0px;
}
#metaphilmore p+h3 {
	margin-top: 30px;
}
#metaphilmore a:link, #metaphilmore a:visited { 
	color: #CC9933;
}
#metaphilmore a:active, #metaphilmore a:hover {
	color: #FFCC00;
}
#metaphilmore blockquote+h3 {
	margin-top: 30px;
}
#metaphilmore h3 a:link, #metaphilmore h3 a:visited {
	color: #999999 !important;
	border-bottom: 1px dotted #CC9933;
}
#metaphilmore h3 a:hover, #metaphilmore h3 a:active {
	color: #FFCC00 !important;
	border-bottom: 0px dotted #CC9933;
}
#metaphilmore a[href ^="#_edn"] {
	vertical-align:super;
	font-size:9px !important;
	line-height:normal;
}
.attrib {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-align: right;
	border-top: 1px dotted #999999;
	margin-bottom: 40px;
	line-height: 14px;
	margin-top: 0px;
}
#rightpic {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: right;
	padding: 0px;
	font-size: 10px;
	line-height: normal;
	color: #CC6633;
}
.rightpic {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: right;
	padding: 0px;
	font-size: 10px;
	line-height: normal;
	color: #CC6633;
}
.metacaph {  
	color: #ffcc00;
	font-size: 20px; 
	font-weight: bold
}
.caption {
	font-size: 10px;
	color: #CC6600;
}
.editorialnote {
	color: #999999; 
	font-size: 10px;
}
.editorialnote a:link, .editorialnote a:visited {
	color: #999999 !important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9933;
}
.editorialnote a:hover, .editorialnote a:active {
	color: #FFCC00 !important;
	border-bottom: 0px dotted #CC9933;
}
.editorialattrib {
	text-align:right;
	margin-top:-15px !important;
}
.legalese {
	font-size: 9px;
	color: #999999;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
.frontpic {
	overflow: hidden;
	visibility: visible;
	border: 0px solid #000000 !important;
}
.frontpic img {
	border: none;
}
#uppermenu {
	float: right;
	visibility: visible;
	z-index: auto;
	margin: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.commentone {
	background-color: #CCCC99;
	margin: 5px 30px;
	padding: 6px;
	border: 1px dotted #FFCC00;
	font-size: 80%;
}
.commenttwo {
	background-color: #EEEEEE;
	margin: 5px 30px;
	padding: 6px;
	border: 1px dotted #FFCC00;
	font-size: 80%;
}
.philmone {
	background-color: #000000;
	margin: 0px;
	padding: 7px;
	font-size: 90%;
	color: #EEEEEE;
}
.philmtwo {
	background-color: #EEEEEE;
	margin: 0px;
	padding: 7px;
	font-size: 90%;
}
.philmone p, .philmtwo p {
		margin-top: 0px;
}
.philmone a, .philmtwo a {
		font-weight: bold;
}
.metanav {
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	background-color: #000000;
	text-align: center;
	padding: 2px;
}
.metanav a:link, .metanav a:visited {
	color: #999999 !important;
}
.metanav a:active, .metanav a:hover {
	color: #FFCC00 !important;
}
#footer {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	border-bottom: 25px solid #000000;
	height: 40px;
	width: 100%;
	clear: both;
	overflow: hidden;
	bottom: 0px;
	left: 0px;
	position: relative;
	float: left;
}
.metaheader {
	color: #FFCC00;
	background-color: #000000;
	padding: 3px;
	text-align: center;
}
.quotedstuff {
	font-size: 80%;
	color: #999999;
	line-height: normal;
}
.bio {
	background-color: #EEEEEE;
	margin: 50px 30px 5px;
	padding: 8px;
	border: 1px dotted #FFCC00;
	font-size: 12px;
	line-height: normal;
}

/*  Movie Mapper */

#bannermapper {
	background-color: #000000;
	background-position: 0px 0px;
	width: 100%;
	height: 165px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-image: url(images/mapper-v3.jpg);
}
#mappercontent {
	position:relative;
	float:left;
	clear:none;
	width:80%;
	margin-left: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFCC00;
	padding-top: 20px;
	padding-left: 15px;
}
#mappercontent table {
	font-size:12px;
}

#mappercontent h4 {
	color: #000000;
}
.mappermovie {
	background-color: #CCCC99;
	margin: 5px 30px;
	padding: 6px;
	border-top: 1px dotted #FFCC00;
	font-weight:bold;
}
.mappermovie a {
	color:#996600;
	border-bottom: solid #CC9900 1px;
}
.mappermovie a:active, .mappermovie a:hover {
	color: #CC9900;
}
