/* Project Blackbox: Style.css */

/* Main */
body {
	background:#1351A1;
	color:white;
}
#masthead {
width: 100%;
text-align: center;
}

#nav {
float: left;
width: 20%;
}

#content {
float: left;
width: 60%;
}

#sidebar { 
float: left; 
width: 20%;
}

#footer {
width: 100%;
clear: both;
}

/* Classes */
/* Header / Footer */
p.header {
	font-size:26px;
}
p.footer {
	font-size:10px;
}

/* Navibar */
ul.navi {
	list-style-type:none;
	padding-bottom:10px;
}
a.navi:link, a.navi:visited, a.navi:active {
	font-family: verdana, arial, sans-serif;
	color: white;
	text-decoration:none;
	font-size:17px;
}
a.navi:hover {
	font-family: verdana, arial, sans-serif;
	color:#B0CFF7;
	text-decoration:underline;
	font-size:18px;
}

/* From free CSS Vertical Menus at exploding-boy.com */
#menu3 {
	width: 200px;
	margin: 10px;
	border-color: #BCD2E6;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu3 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #006DFA;
	display: block;
	background:  url(images/menu3.gif);
	padding: 8px 0 0 10px;
	}
	
#menu3 li a:hover {
	color: #627EB7;
	background:  url(images/menu3.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}


/* Sidebar */
p.login {
	padding-bottom: .5px;
}
input.loginbox {
	border-style:outset;
	border-width:1px;
	background-color:#B0CFF7;
}
input.loginsubmit {
	border-style:outset;
	border-width:1px;
}



