@charset "utf-8";
/* CSS Document */


body {
	background: #28232e;
	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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height:70px;
	background-image:url(../img/head_bg.jpg);
	background-repeat: repeat-x;
	padding: 10px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #28232e;
	
}

.pageLinks a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
}
.pageLinks a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
}


.pageLinks a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.pageLinks a:active {
	color: #FF9900;
	text-decoration: underline;
}

.homeLinks a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

.homeLinks a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}


.homeLinks a:hover {
	color: #FF9900;
	text-decoration: underline;
}

#nav {
	width:770px;
	margin-top: 26px;
}

ul {
	
	
}
li {
	display: inline;
	list-style-type: none;
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #mainContent h2 {}

.oneColFixCtrHdr #footer {
	height:38px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../img/foot_bg.jpg);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #28232E;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}


#contact {
	width:700px;
	height:467px;
	margin: 0 auto;
	background-image:url(../img/Lora_Matty_penumbra.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
}

.contactText {
		padding-left:25px;
		padding-top:20px;
	
}	

.projects{
	width:100%;
	margin-bottom:20px;

}

.upcomingProjects{
	width:100%;
	float:left;
	margin-bottom:2px;

}

.upcomingProjectsAlt{
	width:100%;
	float:left;
	background-color:#E7E7E7;
	margin-bottom:2px;

}

.clear {
	clear:both;
}

td img {
	display: block;
}
#TSAccordion1 {
	width: 400px;
	min-height:376px;
	float: left;
}
.picRight {
	float: right;
	width: 350px;
}

.repHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	
}

.repHead a {
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;
}

.moreInfo, .moreInfo2, .moreInfo3, .moreInfo4, .moreInfo5, .moreInfo6, .moreInfo7, .moreInfo8, .moreInfo9, .moreInfo10, .moreInfo11, .moreInfo12, .moreInfo13, .moreInfo14, .moreInfo15, .moreInfo16{
	cursor:pointer;
	color: #FF9900;
	font-weight:bold;
	text-decoration: underline;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.oneColFixCtrHdr #mainContentSeason {
	min-height:450px;
	background-color: #1D0201;
	background-image: url(../img/carmina_bg2.jpg);
	background-repeat: no-repeat;
}

#videos {
	background-image: url(../videos/img/bg3.jpg);
	background-color: #555033;
	
	background-repeat: repeat-y;
}
.credits {
	padding-right:30px;
	padding-left:20px;
	padding-bottom:10px;
	color: #CCCCCC;
}

.creditsVideo {
	padding-right:30px;
	padding-left:20px;
	padding-bottom:10px;
	color: #CCCCCC;
}

.season {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	width:360px;
	padding-left:20px;
}

.picRightWhide {
	float: right;
	width: 450px;
}
.picLeft {
	float:left;
	padding-bottom:10px;
	padding-right: 10px;
}

.picLeftIndex {
	float:left;
	padding-right: 5px;
}
#gallery {
	width:680px;
	margin: 0 auto;
	
}

.box {
	width:308px;
	padding:15px;
}

.boxLeft {
	width:308px;
	padding:15px;
}

.boxRight {
	width:308px;
	padding:15px;
	float:right;
}

.thumb {
	width:130px;
	height:85px;
	float:left;
}


.thumbDesc {
	height:auto;
	width:616px;
	padding-left:6px;
	margin-left:136px;
	margin-top:20px;
	
}
