/*

      Created by Keith Donegan of Code-Sucks.com

	  

	  E-Mail: Keithdonegan@gmail.com

	  

	  You can do whatever you want with these layouts,

	  but it would be greatly appreciated if you gave a link

	  back to http://www.code-sucks.com

	  

*/



* { padding: 0; margin: 0; }



body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	vertical-align: vertical-alignvertical-alignvertical-align;

}

#maincontainer{
background-color: #ffffff;
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border: thin solid rgb(0,0,0);
}



#wrapper { 

 margin: 0 auto;

 width: 922px;

}

#topsection{

background-color: #ffffff;

background-image: url('images/mvbanner.jpg');

width: 840px; /*Height of top section*/

height: 150px; /*Height of top section*/

background-repeat:no-repeat;

}



#topsection h1{

margin: 0;

padding-top: 0px;



}



#header {

 width: 840px;

 color: #333;

 padding: 10px;

 height: 100px;

 margin: 10px 0px 0px 0px;

 background: #ffffff;

 margin:0 auto;



}

#content { 

 width: 840px;

 color: #333;
 
 background: #ffffff;

 margin: 0px 0px 0px 0px;

 padding: 10px;

 height: 350px;

}

#footer { 

 width: 830px;
 color: #333;
 background: #ededed;

 margin: 0px 0px 0px 0px;

 padding: 5px;

 font-size: 11px;

}



a.boldbuttons{

background: transparent url('media/roundedge-red-left.gif') no-repeat top left;

display: block;

float: left;

font: bold 13px Arial; /* Change 13px as desired */

line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */

font

height: 30px; /* Height of button background height */

width: 200px;

padding-left: 8px; /* Width of left menu image */

text-decoration: none;

text-align: center;

}



a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{

color: red; /*button text color*/

}



a.boldbuttons span{

background: transparent url('media/roundedge-red-right.gif') no-repeat top right;

display: block;

padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/

}



a:hover.boldbuttons{ /* Hover state CSS */

text-decoration: underline;

}





.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */

overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */

width: 100%;

}



.mattblacktabs{

width: 100%;

overflow: hidden;

}



.mattblacktabs ul{

margin: 0;

padding: 0;

padding-left: 0px; /*offset of tabs relative to browser left edge*/

font: bold 12px Verdana;

list-style-type: none;



}



.mattblacktabs li{

display: inline;

margin: 0;

}



.mattblacktabs li a{

float: left;

display: block;

text-decoration: none;

margin: 0;

padding: 7px 16px; /*padding inside each tab*/

color: #ffffff;

border-right: 1px solid black; /*right divider between tabs*/

background: #000000; /*background of tabs (default state)*/

}



.mattblacktabs li a:visited{

color: #fffff;

}



.mattblacktabs li a:hover, .mattblacktabs li.selected a{
color: #ffffff;
background: #575757 /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */

}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	


