@charset "utf-8";
body {
	 margin: 0;
	 padding: 0;
	 text-align: center;
	 color: #999;
	 /* background-color: #000; */
	 background: url(images/xlcinemaBG.jpg) center center;
	 line-height: 1.5;
	 font-family: "Gabriola", Harrington, Baskerville, "Handwriting - Dakota", "Giddyup Std", "Bradley Hand ITC", Calibri, Arial, Helvetica, san-serif;
	 font-size: 1em;
	 background-repeat: no-repeat; /* New */
	 background-attachment:fixed; /* New */
	}

#wrapper {
		  margin: 1em auto;
		  width: 1000px;
		  text-align: left;
		  background-color: #444;
		  border: 1px solid #444;
		 }

#wrapperJS {
		  margin: 1em auto;
		  width: 1000px;
		  text-align: left;
		  background-color: black;
		  border: 1px solid black;
		 }
		 
#nav {
	 float: left;
	 text-align: center;
	 padding-left:15px; /* 25 */
	 }
	 

/*#header {
		height: 150px;
		width: 100%;
		position: relative;
		} */

#nav a {
	   text-decoration: none;
	   display: block;
	   color: #999;
	   font-weight: bold;
	   /* border-left: 5px solid #444; */
	   font-family: calibri;
	   text-align:left;
	   padding-left:5px;
	   padding-top: 10px;
	   width: 140px;
	  /* background-image: url(images/greyfilmbg.png); */
	   height: 40px;
	   }
	   

#nav a:hover {
			background-image: url(images/greyfilmbgOnCopy.png);
			background-repeat: no-repeat;
			/* border: 1px solid white;*/
			 }
			 
#nav1 a:hover {
			  font-size: 0px;
			  font-family: none;
			  background-image: url(images/uncensoredSmall.png);
			  background-repeat: no-repeat;
			 }
			 		 
#nav2 a:hover {
			  font-size: 0px;
			  font-family: none;
			  background-image: url(images/IMDbSm.png);
			  background-repeat: no-repeat;
			 }
			 
#nav3 a:hover {
			  background-image: url(images/greyfilmbgOnCopy.png);
			  background-repeat: no-repeat;
			/* border: 1px solid white;*/
			 }				 

#nav4 a:hover {
			  background-image: url(images/greyfilmbgOnCopy.png);
			  background-repeat: no-repeat;
			/* border: 1px solid white;*/
			 }				 
			 
#mainContent {
			 margin: 20px 20px 0px 175px; 
			 padding-left: 20px;
			 border-left-color: black;
			 border-left-style: solid;
			 border-left-width: 1px;
			 text-align: left;
			}
#topHeader{
		color: #999;
		text-align: center;
		font-size: 1.1em;
		background-image: url(images/topfilmbg.png);
		border-top-width: 2px;
		border-top-style: solid;
		border-top-color: #000;
		padding: 0px;
		font-weight: bold;
		height:30px;
		}
		
#footer{
		color: #999;
		text-align: center;
		font-size: 1.1em;
		background-image: url(images/bottomfilmbg.png);
		border-top-width: 2px;
		border-top-style: solid;
		border-top-color: #000;
		padding: 5px;
		font-weight: bold;
		clear:both;
		}

a {
  color: #00CCFF;
  text-decoration: none;
  } 

a:hover {
		color: #FF3333;
		font-weight: bold;
		}
		
.claudio:first-letter {
					  background-color: none;
					  color:#3366CC;
					  font-size:2em;
					  font-family: "Edwardian Script ITC", Christopherhand, Mistral, "Bickham Script Pro", arial, san-serif;
					  padding: 5px 5px 0px 5px;
					  }		
					  
.claudio2:first-letter {
					  background-color: none;
					  color: #00CCFF;
					  font-size:2em;
					  font-family: "Edwardian Script ITC", Christopherhand, Mistral, "Bickham Script Pro", arial, san-serif;
					  padding: 5px 5px 0px 5px;
					  }							  

.imageCenterFloat {
				   float: center;
				   padding: 0px 0px 10px 135px;
				   padding-bottom: 5px;
				   }

.imageRightFloat {
				float: right;
				padding-left: 1px;
				padding-bottom: 5px;
}

.imageLeftFloat {
				float: left;
				padding: 1px;
				padding-bottom: 5px;
}

.imageLeftFloatHome {
				   float: left;
				  /* padding: 3px;
				   padding-bottom: 0px; */
				   margin-right: 15px;
				   }
				   

div.imageFloat { 
			  float: left;
			  margin:10px;
			  }
			  
div.imageFloat1 { 
			  float: right;
			  margin:10px;
			  }			  
			  
.nextLine {
		   clear:both;
		  }
		  
div#imageContainer {
					background-color:black;
					border: solid 2 #999;
					text-align:center;
					width:600px;
					margin:0 auto;
					padding:30px;
					}				   

div#imageContainer2 {
					background-color:#444;
					border: solid 2 #999;
					text-align:center;
					width:600px;
					margin:0 auto;
					padding:30px;
					}				
		
#warning {
		 font-family: Calibri;
		 color: red;
		 }

#quote {
		font-family: "Lucida Handwriting", "Lucida Calligraphy";
		font-size: 22px;
		color: #DDD;
		}		 

