/* CSS Document */

/* TCC Colors
Blue: #0033ff */

* 
	 { 
	margin: 0;
	padding: 0;
	 }

html { 
	height: 100%;
	 }

body
	 { 
	background: #ffffff url(http://www.thecinemaclub.com/images/bg.jpg) top left repeat-x;
	font-family: "Helvetica", "Arial", Serif;
	font-size: 16px;
	color: #333333;
	height: 100%;
	 }
	 
body > #container { 
	height: auto; 
	min-height: 100%;
	 } 

a:link, a:visited, a:active
	 {	
	color: #0033ff;
	text-decoration: none;
	 }

a:hover
	 { 
	color: #0033ff;
	text-decoration: underline;
	 }

p 
	 { 
	padding: 10px 0px 10px 0px;
	 } 
 
h1
	 { 
	padding: 5px 0 10px;
	color: #0033ff;
	font-size: 24px;
	 }
	 
h2
	 { 
	clear: both;
	padding: 5px 0 5px;
	color: #0033ff;
	font-size: 18px;
	 }

hr
	 { 
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	border-top: 1px dotted #999999;
	border-bottom: none;
	border-left: none;
	border-right: none;
	 }

#header
	 { 
	z-index: 500;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0px 0px;
	text-align: center;
	color: #333333;
	 }

#container 
	{ 
	width: 900px;
	height: 100%;
	margin: 0 auto;
	 }

#main 
	 { 
	margin-top: 32px;
	padding-bottom: 100px;
	  }
	  
#announcement 
	 { 
	width: 94%;
	margin: 0 auto;
	background: url(http://www.thecinemaclub.com/images/transparencyBG.png) repeat;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding: 10px;
	border: 3px double red;
	 } 	  

.leftcol
	 { 
	z-index: 200;
	float: left;
	width: 70%;
	padding: 10px;
	  }

.rightcol
	 { 
	z-index: 300;
	text-align: center;
	width: 25%;
	float: left;
	border-left: 1px dotted #999999;
	padding: 10px;
	  }

#footer 
	 { 
	z-index: 400;
	line-height: 16px;
	background: #0c0e37 url(http://www.thecinemaclub.com/images/footerbg.jpg) top center repeat-x;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-top: -100px;
	height: 100px;
	clear: both;
	 }
	 
#footer a:link, #footer a:visited, #footer a:active
	 {	
	color: #CCCCCC;
	text-decoration: none;
	 }

#footer a:hover
	 { 
	color: #CCCCCC;
	text-decoration: underline;
	 }

.quotebox 
	{
	width: 75%;
	margin: 0 auto;
	margin-bottom: 8px;
	background: #666;
	border: 1px dotted #CCC;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
	}
	
img.lquo 
	{
	vertical-align: super;
	margin: 0px 8px 0px 0px;
	width: 23px;
	height: 20px;
	border: none;
	}

img.rquo 
	{ 
	float: right;
	margin: 0px 0px 0px 4px;
	width: 23px;
	height: 20px;
	border: none;
	}

span.quo 
	{
	color: #FFF;
	font-family: Baskerville, Georgia, Cambria, Times, Times New Roman, serif;
	line-height: 24px;
	}

.rating { 
 	border: 1px solid #888;
 	color: #999;
 	text-transform: uppercase;
 	font-family: "Georgia", serif;
 	font-size: 12px;
 	display: inline;
 	font-weight: normal;
 	padding: 1px 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}

.fedex {
	font-weight: bold;
	color: purple;
}

.ups {
	font-weight: bold;
	color: brown;
}

.usps {
	font-weight: bold;
	color: green;
}


/* BEGIN CALENDAR */
div.cal 
	{
	width: 630px;
	margin: 0 auto;
	padding: 10px 0px;
	background: #c3d9ff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}

table.cal 
	{
	width: 615px;
	margin: 0 auto;
	padding: 0;
	font-size: 10px;
	}
	
td.cal 
	{
	width: 123px;
	background: #FFF;
	vertical-align: top;
	padding: 0;
	}

p.calheader 
	{
	padding: 2px;
	background: #e8eef7;
	text-align: right;
	color: #555;
	}

p.calcontent 
	{
	padding: 4px;
	}

p.calholiday 
	{
	text-align: center;
	color: #999;
	padding: 4px;
	font-style: italic;
	}

td.next 
	{
	width: 123px;
	vertical-align: top;
	padding: 0;
	background: #ffffcc;
	color: black;
	}

td.caltitle 
	{
	padding: 0px 0px 10px 0px;
	color: #222;
	font-size: 14px;
	font-weight: bold;
	}

.tbd 
	{
	color: red;
	font-weight: bold;
	}
/* END CALENDAR */


/* BEGIN CINEMETER */
.cinemeter 
	{
	width: 204px;
	border: 0;
	padding: 0;
	}

td.cinemeter
	{
	z-index: 100;
	height: 30px;
	background: url(http://films.thecinemaclub.com/images/cinemeter/cmBG.png) center no-repeat;
	}
/* END CINEMETER */


/* BEGIN DROP DOWN nav */
#navh-container
	{ 
	position: absolute;
	width: 900px;
	z-index: 600;
	}

#navh
	{
	width: 100%;
	height: 30px;
	float: left;
	background-image: url(http://www.thecinemaclub.com/images/navbar.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	}
		
#navh a
	{ 
	font-size: 14px;
	text-align: center;
	display: block;
	border: none;
	white-space: nowrap;
	margin: 0;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#navh a:link, #navh a:visited, #navh a:active /* nav at rest */
	{ 
	text-decoration: none;
	color: #000000;
	}
	
#navh a:hover /* nav on mouse-over  */
	{ 
	color: #fff;
	text-decoration: none;
	}	

#navh ul
	{ 
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 180px; /* width of all nav boxes */
	}

#navh li
	{ 
	position: relative;
	z-index: 500;
	min-height: 16px;
	vertical-align: bottom;	
	}

#navh li li 
	{ 
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	}

.sub a 
	{
	background: #999;
	z-index: 1000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}

.sub a:hover 
	{
	color: #7f99ff;
	background: #666;
	}

#navh ul ul
	{
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	padding: 1px;
	margin: -1px 0 0 -1px;
	}

#navh ul ul ul
	{
	top: 0;
	left: 100%;
	}

div#navh li:hover
	{
	cursor: pointer;
	z-index: 100;
	}

div#navh li:hover ul ul,
div#navh li li:hover ul ul,
div#navh li li li:hover ul ul,
div#navh li li li li:hover ul ul
{ display: none; }

div#navh li:hover ul,
div#navh li li:hover ul,
div#navh li li li:hover ul,
div#navh li li li li:hover ul
{ display: block; }
/* END DROP DOWN nav */


/* CLEAR FIX */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* END CLEAR FIX */


/* BEGIN POP-UP WINDOW */	
#blanket 
	{
	background-color: #111;
	opacity: 0.65;
	filter: alpha(opacity=65);
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
	}

#popUpDiv 
	{
	position: absolute;
	background-color: #eee;
	border: 1px solid #666;
	width: 400px;
	height: 400px;
	z-index: 9002;
	}
/* END POP-UP WINDOW */
	
	
/* BEGIN NEW SLIDESHOW */
#slider {
	position:relative;
    width:533px; /* Change this to your images width */
    height:300px; /* Change this to your images height */
    margin: 0 auto;
    background: #000 url(http://www.theavalon.org/wp-content/uploads/2010/05/loading.png) no-repeat 50% 50%;
    border: 8px solid #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(http://www.theavalon.org/film/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:34px;
	background:url(http://www.theavalon.org/film/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
/* END NEW SLIDESHOW */
