/*  
Theme Name: Film
Theme URI: http://film.newyork-tokyo.com
Description: Custom Theme for NYT Film based on something I didn't design.
Version: 0.8
Author: Dick Butkus

*/

html, body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	height: 100%;
	width: 100%;
	background-image: url('leftBG.gif');
	background-repeat: repeat-y;
	background-position: left;
	}
	
#wrapper {
	position: relative;
	width: 642px;
	min-height: 100%;
	width: 100%;
	background-color: transparent;
	}
	
* html #wrapper { /* Should be included via Conditional Comment for IE */
height: 100%;
}

#header {
	width: 100%;
	background-color: #E6E6E6;
	margin: 0px;
	padding: 0px;
	}
	
#subheader {
	width: 100%;
	background-color: #666666;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 20px;
	}
	
#sbtop {
	background-color: #e6e6e6;
	width: 170px;
	float: left;
	}
	
#topright {
	float: left;
	}
	
.toptitle {
	color: #fff;
	position:relative; top:-3px;
	font-family: "Century Gothic", Arial;
	font-weight: bold;
	vertical-align: text-top;
	}

#topright img {
	padding: 0px;
	border: none;
	}

#sidebar {
	background-color: transparent;
	color: #336699; text-decoration: none; font: bold 14px "Century Gothic";
	width: 170px;
	float: left;
	padding: 20px 0 0 0;
	}
	
#sidebar ul li {
	padding: 10px 0 0 0;
	}
	
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	float: left;
	width: 600px;
	padding: 20px 0 20px 40px;
}

.maintitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	}
	
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
a:active {
	color: #336699;
	text-decoration: none;
}