@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image:url(/images/background.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}
html, body {
		height:100%;
		}
.video {
	background-color: #FFFFFF;
	background-image: none;
}
#videoPlayerContainer {
	margin: 0 auto;
	width: 740px;
	height: 600px;
}


#distance { 
		width:1px;
		height:50%;
		
		margin-bottom:-350px; /* half of container's height */
		float:left;
		}


 #container { 
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	clear:left;
	width: 995px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 700px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	
} 
#container #background{
	background-image:url(/images/Shadow_Horizontal.png) ; 
} 

#header { 
		
} 
 #header span {
	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 0px 60px 0px ; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
 #rightside {
	float: right; /* since this element is floated, a width must be given */
	width: 420px; /* 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-right: 39px;
	
}
 #leftside { 
	margin: 0 440px 0 54px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


#leftside img {
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.thumbnail {
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
}


 #footer { 
} 
 #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}


#textContainer {
	width: 365px;
	margin-right: 15px;
	height: 340px;
	overflow:auto;
	/*  This block height is actually re-written by the PHP depending on how many rows  */
}

#wrapper-navigation {
	padding-top:85px;
	display: block;
	z-index:12;
	margin-left: 112px;
	float: left;  /* Floating the navigation bar incase I need to add more elements to it */
}

#wrapper-logo {
	display: block;
	margin-left: 583px;
	z-index: 10;
	width: 284px;
	height: 101px;
	padding-top:85px;
	/* margin-bottom: 85px; */
	margin-bottom: 40px;
}


#wrapper-bar {
	display: block;
	margin-left: 112px;
	/* padding-top: 30px; */
	padding-top: 0px;
	z-index: 11;
	width: 785px;
	height: 11px;
	
}


#wrapper-status {
	padding-top: 15px;
	padding-bottom: 20px;
	display: block;
	margin-left: 112px;
	z-index: 11;
	height: 11px;
	width: 750px;
	text-align: right;
	
}

#wrapper-content {
	margin-left: 112px;
}
