/*  
Theme Name: Spark
Theme URI: http://www.patrickcole.com
Description: This theme was specially designed for Team384 <i>FIRST</i> Robotics. Please do not use without permission.
Version: 1.0
Author: Patrick Cole
Author URI: http://www.patrickcole.com
*/

/* Only For Testing Purposes */
#desc {
	position: fixed; 
	right: 0px; 
	bottom: 0px;
	width: 350px;
	background-color: #fff;
	border-style: dotted;
	border-width: 1px;
	border-color: #000;
	font-weight: bold;
	letter-spacing: 0px;
	opacity: .5;
	filter: alpha(opacity=50);
}

#desc p {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #000;
}

#desc ul { list-style-type: none; }

/* Begin Global Tag Styles */

* { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

body { 
	background-color: #395972;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333;
}

h1 { margin: 0px 0px 0px 0px; padding: 10px 0px 0px 0px; font-size: 31px; letter-spacing: -1px;}
h2 { margin: 0px 0px 0px 10px; padding: 10px 0px 10px 0px; font-size: 28px; letter-spacing: -1px; font-weight: normal; }
h3 { margin: 0px 0px 0px 10px; padding: 0px 0px 0px 0px; font-size: 17px; letter-spacing: 0px; font-weight: bold; }
h5 { margin: 0px 0px 0px 0px; padding: 10px 0px 10px 0px; }
p { margin: 5px 10px 5px 10px; }
small { margin: 0px 0px 0px 10px; }

hr.cleaner { clear:both; height:1px; margin: -1px 0 0 0; padding:0; border:none; visibility: hidden; }


.alignleft { float: left; margin: 10px 10px 10px 10px; }
.alignright { float: right; margin: 10px 10px 10px 10px; }


a:link { text-decoration: none; color: #333; font-weight: normal; border-style: dotted; border-width: 0px 0px 1px 0px; border-color: #666; }
a:visited { text-decoration: none; color: #333; font-weight: normal; }
a:hover, a:active { text-decoration: none; color: #333; font-weight: normal; }

#menus a:link { text-decoration: none; color: #fff; font-weight: normal; }
#menus a:visited { text-decoration: none; color: #fff; font-weight: normal; }
#menus a:hover, #menus a:active { text-decoration: none; color: #fff; font-weight: normal; }

#foot a:link { text-decoration: none; color: #fff; font-weight: normal; border-style: dotted; border-width: 0px 0px 1px 0px; border-color: #fff;}
#foot a:visited { text-decoration: none; color: #fff; font-weight: normal; }
#foot a:hover, #foot a:active { text-decoration: none; color: #fff; font-weight: normal; }
/* End Global Tag Styles */

/* Begin Global CSS Styles */	
#head {
	width: 100%;
	height: 125px;
	background-color: #092c47;
	color: #fff;
}
	
#mast {
	width: 950px;
	margin: 0px auto 0px auto;
	text-align: left;
	}
	
#logo {
	float: left;
	width: 250px;
	height: 125px;
	background: url('resources/global/logo.jpg') top left no-repeat;
	margin: 0px 0px 0px 0px;
}

#logo span {
	display: none;
}

#menus { float: left; margin: 20px 0px 0px 0px; }

#menutop { margin: 25px 0px 0px 0px; }
#menutop li { display: inline; list-style-type: none; padding-right: 10px; }
#menutop li a:link { text-decoration: none; font-weight: normal; color: #fff; border-bottom: 0px solid #ff4908; }
#menutop li a:visited { text-decoration: none; font-weight: normal; color: #fff; border-bottom: 0px solid #ff4908; }
#menutop li a:hover, a:active { text-decoration: none; font-weight: normal; color: #fff; border-bottom: 2px solid #ff4908; }

#menubot { margin: 5px 0px 0px 0px; }
#menubot li { display: inline; list-style-type: none; padding-right: 10px; }
#menubot li a:link { text-decoration: none; font-weight: normal; color: #fff; border-bottom: 0px solid #ff4908; }
#menubot li a:visited { text-decoration: none; font-weight: normal; color: #fff; border-bottom: 0px solid #ff4908; }
#menubot li a:hover, a:active { text-decoration: none; font-weight: normal; color: #fff; border-bottom: 2px solid #ff4908; }


#page {
	width: 100%;
	background-color: #23455f;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
}
	
#content {
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 0px 6px 6px 0px;
	border-color: #1a3447;
	text-align: left;
	background: #fff url('resources/global/contentBg.gif') top left repeat-y;
}
	
#foot {
	width: 100%;
	background-color: #395972;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
#credits {
	width: 950px;
	margin: 0px auto 0px auto;
	text-align: left;
	max-width: 1024px;
}

.author {
	float: left;
	margin: 0px;
	padding: 4px 0px 5px 0px;
	width: 450px;
}

.author p {
	margin: 10px 0px 0px 0px;
}

#footlinks li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

.compatability {
	float: right;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 5px 0px;
	width: 450px;
}
.compatability li { display: inline; list-style-type: none; padding: 0px 2.5px 0px 2.5px; margin: 10px 0px 0px 0px;}


.compatability p {
	margin: 10px 0px 0px 0px;

}

/* Content Pages CSS */

#sidebar {
	float: left; 
	width: 220px; 
	min-height: 200px; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 5px 0px 0px; 
	}
#sidebar-content { margin: 20px 10px 0px 10px; padding: 0px 0px 0px 0px; }
#sidebar-content ul { list-style-type: none; }
#sidebar-content img { margin: 0px 0px 0px 10px; }


#main { 
	margin: 0px 0px 0px 230px; 
	padding: 0px 0px 0px 5px;
	
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: #ccc;
	
}
#main-content { margin: 0px 10px 0px 0px; padding: 0px 0px 0px 0px; font-size: 100%; }
#main-content ul { margin: 0px 0px 0px 15px; }
#main-content li { margin: 0px 0px 0px 15px; }