@charset "UTF-8";
html
{
	min-height: 100%;
	margin-bottom: 1px;
}

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #121212;
	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: #fff;
}


img
{
	border: 0;
}

a:link
{
	color: #fff;
	text-decoration: none;
}

a:visited
{
	color: #FFFFCC;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: underline;
}


 #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #002143;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 




 #navigation { 
	background: #000; 
	padding: 0;  /* 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. */
} 
 
 #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 */
}

 #above_sb1 {
	float: right; 
	width: 320px; /* 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: 0;
	margin: 0px 15px 0 0;
}
 #logo {
background-image:url(../../images/dimensions_weblogo.gif);
height: 170px;
width:100%;
}

 #logo3 {
background-image:url(../../images/dimensions_weblogo2.jpg);
background-repeat: no-repeat;
height: 170px;
padding: 0px 11px 0 240px;
margin: 0;
border-right: #002143 2px solid;
background-color:#002143; /* this is the dimensions deep blue*/

}

 #logo3 p {
	padding:5px;
	margin:1px;
	}
 #sidebar1 {
	
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
}
 #flash { 
	margin: 0; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #00ff00;
	border: solid 11px #330000;
} 

 #mainContent { 
	margin: 0 330px 0 0; /* 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 11px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


 #media_container {
	width: 100%;
	background-color: #000;
	border-bottom: solid #000000 25px;
 
}

 #content_container {
	width: 100%;
	background-color: #f8f8f8;
	border-bottom: solid #000000 25px;
 
}



 .title_line {
	color: #000;
	background-color: #000;
	padding: 3px 0 3px 11px;
	border-top: #28508f 2px solid;  /* lighter blue */
}

.title_line a {color: #000;}

 #flash2 {
	float: left;
	width:622px;
}

 #vclips {
	float: left;
	width: 320px;
	margin: 0 0 0 20px;
	padding:  0;
	height: 523px;
	background-color:#030320; /*very dark blue*/
	vertical-align: bottom;
}


 .pictures{
	margin:15px;
	font-weight:800;
	float:left;
	width:20%;
	text-align:center;
	
}

 #pic_container {
	padding: 11px 0 0 50px
	}
	
/* #pic_container a:hover { 
	text}*/

 .pictures p {
	margin: 2px 0 5px 0;
}

.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;
}



/**********************TEMPLATE ONLY*******************/

#info {margin: 11px 15px 11px 20px; padding: 11px 0; color:#000000;}

.indent {padding-left: 8px;} 
.indentmore {padding-left: 18px;} 
.indent4search {padding: 0 11px 0 40px; min-height:500px; padding-top:30px;} 

.indent4search a {color:#2815a6; }




.title {color:#2815a6; font-size:1.4em; font-weight: bold;}

.dec_image {float: left; display:inline; margin:0 15px 15px 0;}

.video {min-height: 100px; clear:both;}



/**********************SPIFFY CORNERS*******************/


.searchbox{display:block}
.searchbox *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#dadada}
.searchbox1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #efefef;
  border-right:1px solid #efefef;
  background:#e3e3e3}
.searchbox2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fbfbfb;
  border-right:1px solid #fbfbfb;
  background:#e1e1e1}
.searchbox3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #e1e1e1;
  border-right:1px solid #e1e1e1;}
.searchbox4{
  border-left:1px solid #efefef;
  border-right:1px solid #efefef}
.searchbox5{
  border-left:1px solid #e3e3e3;
  border-right:1px solid #e3e3e3}
.searchboxfg{
  background:#dadada}
  
  /*************VIDEOS***********************/


.phpinfocolor {color: #333; padding: 11px 0; }
.variables li {list-style:none; padding-left:20px;}
#videotitle {font-size:1.5em; color:#12375d;}


.results { font-weight:bold; color:#12375d;}



/**photos**/

#rules {padding-left: 300px;}
#rules ol li {padding-bottom: 16px;}
#flickrhr {border-top:1px solid #ccc; margin:0 30px; line-height:0; position:relative; top: -30px;}
#flickrgroup {width:100%; margin:0 auto; padding-bottom:38px;  border-bottom:1px solid #1d397f; background-image:url(../../images/photopage_grdnt.jpg); background-position:bottom; background-repeat:repeat-x; }

	 
		 /*
______________________________________________________

======================================================
Footer Styles 
======================================================
*/
		
		#footer
		{
			text-align: center;
			padding: 2px 0 0 0;
			margin: auto;
			width: 980px;
			height: 60px;
			background-color: #000;
			color:#999;
			font-weight:lighter;
		}
		
		#footer ul
		{
			padding: 0 0 0 11px;
			margin: 10px 0 5px 0;
		}
		
		#footer li
		{
			
			margin: 0 15px 0 0;
			display: inline;
			list-style-type: none;
		}
		
		#footer a
		{
			line-height: 18px;
			color: #999999;
			text-decoration: none;
		}
		
	
		#footer a:visited
		{
			color: #FFFFCC;
			text-decoration: none;
		}
		
		#footer a:hover
		{
			text-decoration: underline;
		}
		
		#footer a:active
		{
			text-decoration: underline;
		}
		
		.spacy
		{
		letter-spacing: .15em;
		}


		.dimensionstitle {float:left; width: 188px; display:inline; margin:13px 0 0 20px;}
		
		.containerclass {background-image:url(http://www.wfsu.org/dimensions/images/bg_grid.gif);}
		
		#flashbox {text-align:center; background-image:url(http://www.wfsu.org/dimensions/images/video_bg.gif); background-repeat:repeat-x;}
