body { 
    margin: 0;
    padding: 0; 
	font-family: Helvetica, Arial sans-serif ;	
    font-size: 100%;
	line-height:18px;
	font-size:14px;
	color: #4c4c4c; 
/*	background: #f4f4f4;*/
	background: white;
	 
}


body a:link, a:active, a:visited{
	text-decoration:none;
	font-weight: bold;
	color:rgb(0, 153, 255);
}


body a:hover{
	text-decoration:underline;
}


a:link, a:active, a:visited{
	text-decoration:none;
	font-weight: bold;
	color:#720a0b;
}

img{
border: none;
}

img.rounded {
	-webkit-border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-moz-border-radius: 1em;
}

h1, h2, h3{
color: #4d8dca;}

#spacer{
	width:970px;
	margin: auto;
	height: 139px;
	background: white url(http://www.campusmoviefest.com/nls/test/images/headerj.png) no-repeat top center;
	overflow: hidden;
}

#date {
	position: absolute;
	font-size: 9px;
	word-spacing: 2px;
	font-family: Helvetica;
	color: black;
	top: 28px;
	margin-left: 909px;
	text-align: center;
	line-height: 14px;
	text-transform: uppercase;
}

#tagline{
	letter-spacing: 2px;
	width: 970px;
	margin: auto;
	height: 18px;
	text-align: center;
	font-family: Helvetica;
	font-size: 9px;
	font-weight: bold;
	background: white;
	padding-bottom: 8px;
	border-bottom: 1px #e5e5e5 solid;
	text-transform: uppercase;
	}
	
#textblock{
	margin: auto;
    text-align: justify;
}

#textblock.footer{
	text-align: center;
    
}

#textblock p small{
	font-size: 8pt;    }

#textblock p small a{
	color: black;
	font-weight: normal;
	}

#textblock p small a:hover{
	text-decoration: underline;
	}


/*NAV*/
#nav {
    position: relative;
    background: white;
    width: 970px;
    height: 26px;
    padding: 5px 0 5px 0;
    margin: auto;
}

ul#nav {
    list-style-type: none;
    float: left;
	background: white;

}

ul#nav li { 
    padding: 5px 0 5px 0px;
    float: left;
	background: white;

}

ul#nav li a {
    font: bolder 12px Helvetica;
    text-transform: uppercase;
    color: #606060;
    padding: 4px 30px 2px 30px;
    display: block;
	background: white;

}

ul#nav li#active {
	background: white;
	border-bottom: 3px solid #f02d00;
}

ul#nav li#active a {
	text-decoration: none;
}

/*END NAV */


/* begin slider */
#sliderwrap {
	width: 970px;
	height: 100%;
	margin: auto;
	background: white;
	position:relative;

}

#sliderright {
    width: 193px;
    padding: 20px;
    height: 412px;
	float: left;
    background: white;
    margin-left: 30px;
    -webkit-border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-moz-border-radius: 1em;
    
    
}

#sliderright h3 {
	margin-top: 10px;   
	line-height: 20px;
	text-align: justify; 
}

#sliderright p {
	margin: 0;   
}


#slider {
    width: 670px;
	float: left;
    position: relative;
    background: white;
    padding: 0 5px 0 5px;
}

#slider img.directors {
	height: 446px;
	-webkit-border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-moz-border-radius: 1em;
	}

.scroll {
    height: 450px;
    width: 670px;
    margin-left: 10px;
	overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: right;
    background: white;
    }


    
.scrollContainer div.panel {
    padding: 0;
    height: 450px;
    width: 670px;
}

.scrollButtons {
    position: absolute;
    top: 0px;
    cursor: pointer;
    z-index: 3;
}

.scrollButtons.left {
    left: 15px;
    height: 450px;
    opacity: 0.50;
}

.scrollButtons.right {
    right: -5px;
    height: 450px;

    opacity: 0.50;
}

/* slidertags */

#slider a { 
	height: 132px;
    overflow: hidden;
    text-decoration: none;
	}

#slider a span{
	position:absolute;
	left:-9999px;
	text-decoration: none;
	}
	
#slider a span {
	background: black; 
	color: white; 
	height: 110px;
	width: 610px;  
	opacity: 0.80; 
	font-size: 36px; 
	line-height: 36px;
	bottom: 40px;
	left: 0;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
    text-decoration: none;
	}

#slider a span.alt {
	background: black; 
	color: white; 
	height: 110px;
	width: 610px;  
	opacity: 0.80; 
	font-size: 36px; 
	line-height: 36px;
	left: 0;
	margin: auto;
	top: -250px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
    text-decoration: none;
	}

#slider a span p {
	font-size: 14px; 
	line-height: 14px;
	padding-bottom: 30px;
	}


#slider a:hover span {
    text-decoration: none;
    background: #0099ff;
	}

#slider a img { 
	text-decoration: none;
	border: none;
	-webkit-border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-moz-border-radius: 2em;
	background: white;
	}
		
/* end all slider related stuff */

/* columns */

#container {
    width: 930px;
	margin: 0 auto;
	padding: 20px;
	height: 100%;
    background: white;
	position:relative;
		-webkit-border-bottom-right-radius: 1em;
		-webkit-border-bottom-left-radius: 1em;
		-moz-border-radius-bottomright: 1em;
		-moz-border-radius-bottomleft: 1em;
	}


	#wrap {
		width:930px;
		margin: auto;
		height: 100%;
	    background: white;
		position:relative;
	}

	#main {
		float:right;
		width:557px;
		padding: 0 0px 0 25px;
		border-left: 1px solid black
	}

	#main p {
		text-align: justify;
	}
	
	#main h3 {
		margin: 0;
	}
	
	#sidebar {
		background:url(http://www.campusmoviefest.com/nls/test/images/calendar.png) no-repeat top right;
		float:left;
		width:325px;
		padding: 0 0px 0px 0px;
		}
		
	.graphite{
	border: 1px #4c4c4c solid;
}
		
	#sidebar h3 {
		margin: 0;
	}
	
	#agenda{
	}
		
	.scroller {
		overflow-x: none;
		}
			
	ul.minical {
		max-height: 150px;
		overflow-y: auto;
		overflow-x: none;
		border: 1px solid #999;
		padding: 0; }

	ul.minical li {
    	list-style: none;
    	border-bottom: solid 1px #999; }

	ul.minical li a {
		color: #000;
		display: block;
		font-size: 1.0em;
		padding: 10px 15px;
      	text-decoration: none; }

	ul.minical li a:hover {
		background-color: #cccccc; }
		

		
/* end columns */

/* mega menu */
ul#menu {
background: white;
color: black;
margin: 0;
padding: 0.3em 0em;

}


ul#menu li {
display: inline;
margin: 0.1em 1em;
position: relative;
}

ul#menu h2, ul#menu h3 {
font-size: 100%;
font-weight: normal;
display: inline;
}


ul#menu li a {
text-decoration: none;
padding: 4px 6px 2px 6px;
font: bolder 12px Helvetica;
color: #606060;
}

ul#menu li a:hover {
text-decoration: underline;
}

ul#menu li.mega a {
background: transparent url(http://www.campusmoviefest.com/nls/test/arrow.gif) center right no-repeat;
padding: 0 1.2em;
}

ul#menu li.mega a:hover {
	-decoration: underline;
}

ul#menu div {
display: none;
}

ul#menu li.mega div {
width: 12em;
position: absolute;
top: 1.6em;
left: 0em;
padding: 1.3em;
background: #d8d8d8;
color: #000;
filter:alpha(opacity=97);
-moz-opacity:0.97;
-khtml-opacity: 0.97;
opacity: 0.97;
z-index: 990;
-webkit-border-bottom-right-radius: 1em;
-webkit-border-bottom-left-radius: 1em;
-moz-border-radius-bottomright: 1em;
-moz-border-radius-bottomleft: 1em;
}

ul#menu li.hovering div {
display: block;
}

ul#menu li.mega div a {
color: #300;
padding: 0;
background-image: none;
text-decoration: none;
line-height: 18pt;
}

ul#menu li.mega div a:hover {
text-decoration: underline;
}


ul#menu li div a.more {
color: #390;
font-weight: bold;
}


ul#menu div h3 {
color: #606060;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
}

ul#menu div p {
margin: 0 0 0.8em 0;
padding: 0;
}