/* CSS Document */
/*-----------------------------------------------------------
Styles the boxes, secondary navigation bar,font headings, and Header
Created Apr 09, 2008 for Urban Kolor Legends
by Ron Williams
-------------------------------------------------------------*/

body {
	text-align:center;
	min-width: 790px;
	background-color:#000000;
	margin:0px;
	padding:0px;
	}
	
#wrapper {
	width:980px;
	margin-left: 20px;
	margin-right: auto;
	padding: 0px;
	background-color:#000000;
	}
	
#branding {
	height:220px;	
}
	
#SecNav ul {
	width: 12%;
	height: 500px;
	float:left;
	padding:0;
	margin:19px 5px 10px 5px; /*margin: 50px*/
	line-height:40px;
	font-family: "bradley Hand ITC", Verdana, "Times New Roman";
	border:1px solid #FFFFFF;
}	

#SecNav li {
	list-style-type:none;	
	padding: 0px;
	margin:0px;
	display:inline: /*:KLUDGE: Removes large gaps in IE/Win */

	}
	
#SecNav a:link {
	color:#0000FF;
	line-height:40px;
	text-decoration:none;
}

#SecNav a:visited {
	color:#0000FF;
	line-height:40px;
	text-decoration:none;
}

#SecNav a:hover {
	color:#Ffffff;
	text-decoration:none;
	} 
	
#SecNav a:active {
/*	TEST background-position:right bottom;*/
	color:#DF0000;
	text-decoration:none;
	}

.secnavtitle {
	font-family: "bradley Hand ITC", Verdana, "Times New Roman";
	font-weight:bold;
	color: #FFFFFF;
	text-align:center; /*left*/	
}

.secnavtitlelogin {
	font-family: "bradley Hand ITC", Verdana, "Times New Roman";
	font-weight:bold;
	color:#FF0000;
	text-align:center; /*left*/	
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:"bradley Hand ITC";
	margin: 0px;
	padding: 0px;
}

h1{
 font-family:"bradley Hand ITC", Verdana, "Times New Roman";
 font-size:36px;
 color:#FFFFFF;
}

h2{
 font-size: 114%;
 color:#FFFFFF;
}

h3{
 font-size: 100%;
 color: #FFFFFF;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #FFFFFF;
}

h5{
 font-size: 100%;
 color:#FFFFFF;
}

p {
	color:#FFFFFF;
	font-family:"bradley Hand ITC", Verdana, "Times New Roman";
	}

#samplepic {
	width:150px;
	height:200px;
	float:right;
	}

#menucontainer {
	position:relative; 
    text-align:left;
	width:650px; 
    height:auto; 
    margin:20px 150px 0 auto;
	background-color:#000000;
	}	
	
#textcontainer {
 	position:relative; 
    text-align:left;
	width:650px; 
    height:auto; 
    margin:20px 150px 0 auto;
	background-color:#000000;
	}

#textcontainer a:link {
/*	color:#0000FF;
	display:block;
*/	line-height:40px;
	text-decoration:none;
	color:#FFFF00;
}

#textcontainer a:visited {
	color:#3f96a9;
/*	display:block;
*/	line-height:40px;
	text-decoration:underline;
}

#textcontainercenter {
 	position:relative; 
    text-align:center;
	width:650px; 
    height:650px; 
    margin:20px 150px 0 auto;
	background-color:#000000;
	}
	
#textcontainercenter a:link {
	color:#0000FF;
/*	display:block;
*/	line-height:40px;
	text-decoration:none;
}

#textcontainercenter a:visited {
	color:#3f96a9;
/*	display:block;
*/	line-height:40px;
	text-decoration:underline;
}	

#footer {
	clear:both;
	height:20px;
	width:650px;
	font-size: 80%;
	color:#FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
}

#footer a:link{
	padding-right:20px;
/*	color:#0000FF;
*/	color:#FFFF00;
}

#footer a:visited{
	padding-right:20px;
	color:#3f96a9;
}

#siteInfo{
	width:680px;
	font-size: 75%;
	color:#FFF;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
}

#spotlight{
filter:light
}