/* ########## Layout ########## */
body { font-size: 10px; font-family: Arial, Helvetica, Verdana, sans-serif; color: white;
text-align:center; /* center for IE */
background-color: #5e5e61;
background-repeat: no-repeat;
}

h1,h2,h3,h4,h5 { margin:0; padding:0; }

#wrapper {
	text-align: left;
	width: 817px;
	padding-top: 25px;
	padding-bottom: 0px;
	margin: 0 auto; /* center for the rest */
}

#subborder {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

hr {
	height: 1px;
	color: black;
	background-color: black;
	border-style:none;
}

/* ########## SubNav ########## */
#subAbout, #subFilmFest, #subTheaters, #subMembership { visibility: hidden; }

/* ########## Quads ########## */
	/* ########## upper right ########## */
	#ur {
		background-color: black;
		border-right: 1px solid black;
		border-top: 1px solid black;
	}
	#ur div {
	}
	#ur #search {
		padding-left: 12px;
		margin: 0;
		height: auto;
		display: inline;
		width: 100%;
		text-align: right;
		border: none;
		position: relative;
		top: -8px;
	}
	#ur #search .button {
		border: none;
		width: auto;
		background: transparent;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}
	#ur #search .button:hover {
		color: #ff0005;
	}
	#ur #search #button {
		border: none;
		width: auto;
		background: transparent;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}
	#ur #search #button:hover {
		color: #ff0005;
	}
	#ur #search input {
		border: 1px solid black;
		width: 125px;
	}
	
	/* ########## upper left ########## */
	#ul #div {
		padding-left: 44px;
		padding-top: 50px;
	}
	#ul { 
		background-color: red;
		width: 410px;
		height: 80px;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		border-top: 1px solid black;
		border-left: 1px solid black;
		background-image: url(images/site/upper_left.gif);
		background-repeat: no-repeat;
	}
	#ul .subnav {
		position: absolute;
		padding: 0;
		margin: 0;
		border: none;
		height: auto;
	}
	#ul .subnav a {
		display: inline;
		color: black;
		text-decoration: none;
		font-size: 9px;
		padding-right: 10px;
	}
	#ul .subnav a:hover {
	color: white;
	}
	
	#ul .subnav #selected {
		color: white;
	}

	/* ########## lower left home ########## */
	#ll-home {
		background-color: red;
		width: 410px;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}
	#ll-home div {
	padding-left: 44px;
	padding-top: 3px;
	}
	#ll-home .white {
		color: white;
		width: 170px;	
	}
	#ll-home .white a {
		color: white;
		text-decoration: none;
	}
	#ll-home .white a:hover {
		text-decoration: underline;
	}
	#ll-home .white p {
		padding: 0;
		margin: 0;
		padding-bottom: 8px;
	}
	#ll-home #nav {
		width: 200px;
		margin-left: 40px;
		padding-left: 4px;
		padding-bottom: 10px;
		margin-bottom: 12px;
		margin-top: 12px;
		border: 1px solid black;
		background-image: url(images/site/home/blur-menu.jpg);
		background-repeat: no-repeat;
	}
	#ll-home #nav a {
		display: block;
		color: black;
		text-decoration: none;
		font-size: 11px;
		margin-top: 25px;
	}
	#ll-home #nav a:hover {
		color: white;
	}
	#ll-home #nav .subnav {
		padding: 0;
		margin: 0;
		border: none;
		height: auto;
	}
	#ll-home #nav .subnav a {
		display: inline;
		color: black;
		text-decoration: none;
		font-size: 9px;
		padding-right: 10px;
	}
	#ll-home #nav .subnav a:hover {
	color: white;
	}
	
	/* ########## lower left ########## */
	#ll {
		background-color: white;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		background-repeat: no-repeat;
	}
	#ll div {
		padding-left: 44px;
		padding-top: 3px;
	}
	#ll #nav a {
		display: block;
		color: black;
		text-decoration: none;
		font-size: 11px;
		margin-top: 20px;
		padding-bottom: 8px;
	}
	#ll #nav a:hover {
		color: #ff0005;
	}
	#ll #nav #selected {
		color: #ff0005;
	}
	
	/* ########## lower right ########## */
	#lr {
		background-color: white;
		width: 570px;
		font-size: 12px;
	}
	#lr #content {
		color: black;
		margin-top: 18px;
		margin-right: 30px;
		margin-bottom: 28px;
		border-bottom: 1px solid black;
		padding-bottom: 20px;
	}
	#lr #content {
		line-height: 25px;
	}
	#lr h1 {
		font-size: 13px;
		font-weight: bold;
		font-variant: small-caps;
		letter-spacing: 2px;
		margin-bottom: -10px;
		line-height: auto;
	}
	
	#lr h2 {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: -12px;
		margin-top: 15px;
		line-height: auto;
	}
	
	#lr h3 {
		font-size: 11px;
		font-weight: bold;
		margin-bottom: -12px;
		margin-top: 15px;
		line-height: auto;
	}
	
	#lr #content hr {
		color: #bbbbbb;
		background-color: #bbbbbb;
	}

/* ########## content ########## */
#content a {
	color: #5e5e61;;
	text-decoration: underline;
}

#content a:hover {
	color: #ff0005;
	text-decoration: underline;
}

#content .right {
	display: block;
	padding: 10px;
	margin: 5px;
	background-color: #bbbbbb;
	float: right;
}

#content .left {
	display: block;
	margin: 5px;
	padding: 10px;
	background-color: #bbbbbb;
}

/* ########## forms ########## */
#content form label {
	display: block;
	width: 100%;
	margin-bottom: -8px;
	margin-top: -4px;
}
#content form input {
	width: 180px;
	border: 1px solid black;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
}
#content form select {
	border: 0px solid white;
	font-weight: bold;
	font-size: 9px;
	background-color: #ededed;
}
#content form textarea {
	width: 100%;
	border: 1px solid black;
}
