/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d4d4d4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#FFFFFF;
}		


p {
	line-height: 1.35em;
	color: #FFFFFF;
} 	

a:link { 
	color: #ff9900;
	}
a:visited { 
	color: #ccffff;
	}	


/**
 * Font Sizing 
 * -------------------------
 */

								  /* Enables all modern browsers to display em units */
body { font-size: 62.5%; } 		  /* Targets Internet Explorer - Windows  */ 
html>body { font-size: 10px; }	  /* Targets Other Browsers  */

#content 	 { font-size: 1.2em; } 
#rightColumn { font-size: 1.0em; }
#leftColumn {font-size:1.0em; }
#pathway     { font-size: 0.8em; }
#footer      { font-size: 0.9em; }
#pagetitle   { font-size: 2.0em;} 
#rightColumn h2 { font-size: 1.0em; }
#leftColumn h2 { font-size: 1.0em; }
#content h2 { font-size: 1.0em; }
#content h1 { font-size: 1.5em;
}

/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */

#header {
	height : 120px; 	
    margin: 0 auto;
	text-align: center;  
	width:930px;
}
 
#container {
	width:930px;
    margin: 0 auto;
	text-align: left; 
	background:#2d2d2d;
} 

#content {
	margin: 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */

	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#2d2d2d; 
}

#pageheading { 
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	padding-top: 5px; 
	color: #ffa800; 
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}	

#rightColumn {
	float : right;
	width : 210px;
	padding: 10px;
/*	border-left: 1px solid #d4d4d4;*/
	background:#4a4a4a;
}

#leftColumn {
	float : left;
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px;
	background:#4a4a4a;
}	

/* Scrolling CSS to display photos of espactaculos. For the left column. */
#photoScroll {
	height: 400px;
	width: 150px;
	overflow: auto;
	padding: 1em;
	background-color:#4a4a4a;
	text-align:center;
	border:solid 1px #d4d4d4;
}
/* Scrolling CSS to display movie pages. For the content area. */
#movieScrollContent {
	height: 200px;
	width: 600px;
	overflow: auto;
	padding: 1em;
	background-color:#2d2d2d;
	text-align:left;
	border:solid 1px #d4d4d4;
}
/* Scrolling CSS to display espactaculos pages. For the content area. */
#espactaculosScrollContent {
	height: 400px;
	width: 600px;
	overflow: auto;
	padding: 1em;
	background-color:#2d2d2d;
	text-align:left;
	border:solid 1px #d4d4d4;
}
/* Scrolling CSS to display musica pages. For the content area. */
#musicaScrollContent {
	height: 600px;
	width: 600px;
	overflow: auto;
	padding: 1em;
	background-color:#2d2d2d;
	text-align:left;
	border:solid 1px #d4d4d4;
}
/* Scrolling CSS to display photos of espactaculos. For the content area. */
#photoScrollContent {
	height: 170px;
	width: 500px;
	overflow: auto;
	padding: 1em;
	background-color:#2d2d2d;
	text-align:center;
	border:solid 1px #d4d4d4;
}
/* Scrolling CSS to display photos of espactaculos. For the content area. Vertical beside the photo*/
#photoScrollContentVert {
	height: 600px;
	width: 150px;
	overflow: auto;
	padding: 1em;
	background-color:#2d2d2d;
	text-align:center;
	border:solid 1px #d4d4d4;
}
/* Scrolling CSS to display photos of espactaculos. For the content area. Vertical beside the photo short*/
#photoScrollContentVertShort {
	height: 300px;
	width: 150px;
	overflow: auto;
	padding: 1em;
	background-color:#2d2d2d;
	text-align:center;
	border:solid 1px #d4d4d4;
}

#footer {
	/*color: #000000;*/
	clear: both;
	text-align: center;
	margin: 0px auto;
	width: 930px;
	height: 80px;
	background-color:#d4d4d4;
}

#pagetitle { 
/*	font: 185%/1em Arial, Helvetica, sans-serif; */
	font-size: 1.5em; 
	font-weight: bold; 
	text-align:center;
	padding-top: 20px; 
	color: #ffffff; 
	padding-bottom: 10px;
}		

#leftColumn h2, #rightColumn h2 { 
	/*font-size: 1.0em;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	padding-top: 5px; 
	color: #ffa800; 
	padding-bottom: 5px; 
	border-bottom: 1px solid #ffa800;
	text-align: center;
}


/*#rightColumn ul { 
	margin: .5em 0 1em 0; 
}*/

#content h2 { 
	/*font-size: 1.0em;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	padding-top: 5px; 
	color: #ffa800; 
	padding-bottom: 5px; 
	padding-left: 10px;
	padding-right: 10px;	
} 

#content p {
	padding-left: 20px;
	padding-right: 15px;
}

/*#rightColumn a:hover {
  background:#ECAAAA;   
}
*/
#leftColumn a:hover {
  background:#252525;   
}



/**
 * Class Definitions  
 * ----------------------------
 * 
 */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.movie_trailer {
	float: left;
	margin-right: 10px;
}

.bannerad {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.page_header {
	text-align: center;
}

.dvd_image_th {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.story_photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.large-photo {
	text-align: center;
}
.large-photo-left {
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.FlashVocabulary {
	text-align: center;
}
