/* PNG Alpha Transparency fix for IE versions < IE7 */
* html img { behavior: url(http://www.star-fleet.com/images/iefix/pngbehavior.htc); }

/* BEGIN MAIN PAGE STYLES */

body {
	background: #000000 url(none);
	color: #FFFFFF;
	padding:0px;
	}
	
a:link, a:visited {
	color: #5588ee; 
	background-color: transparent;
	}

img {
	border: none;
}

/* END MAIN PAGE STYLES */

/* BEGIN HEADER STYLES */

/* The header block at the top of the page containing title and similar info */
#header {
	background-color: black;
	border: thin solid #bbbbbb;
	vertical-align: middle;
	text-align: center;
	background-image: url(http://www.star-fleet.com/images/starfield.gif);
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	margin-top: 5px;
	margin-left:25px;
	margin-right:25px;
	}

/* The main STF logo, common to every page */
#stflogo {
	margin-left: 10px;
	float: left;
	border: none;
}

/* The logo for the department, if there is one. */
#deptlogo {
	margin-right: 10px;
	float: right;
	border: none;
}

/* The title of the page itself */
#header h1 {
	color: #dfb833;
	background-color: transparent;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}

/* This is the subtitle of the page */
#header h2 {
	text-align: center;
	color: #5588ee;
	background-color: transparent;
	font-size: 16pt;
	font-weight: normal;	
}

/* The epigraph quote at the top of the page. */
.epigraph {
	color: #eeeeee; 
	font-style: italic; 
	text-align: center;
	font-size: 11pt;
	font-weight: normal;
	}

/* END HEADER STYLES */

/*
These definitions are what turn the link unordered lists into horizontal
lists with extra fancy text.  The extra fancy text does not appear in
Internet Explorer, because Internet Explorer is 5 years out of date.  To
see the page properly, upgrade to a modern browser.  Mozilla Firefox
is recommended.
*/
ul.links {
margin-right: 5%;
margin-left: 5%;
text-align: center;
width: 90%;
list-style: none;
padding-left: 0px;
padding-right: 0px;
padding-top: 0em;
padding-bottom: 0em;
}

ul.links li {
display: inline;
}

ul.links li:before {
content: "-- [";
}

ul.links li:after {
content: "]";
}

ul.links li:last-child:after {
content: "] --";
}

ul.links li a {
padding-left: 2px;
padding-right: 2px;
white-space: nowrap;
}

/* END LINKS LIST STYLING */


/*
These definitions are what turn the department directory unordered lists
into horizontal lists with extra fancy text.  The extra fancy text does
not appear in Internet Explorer, because Internet Explorer is 5 years
out of date.  To see the page properly, upgrade to a modern browser.
Mozilla Firefox is recommended.
*/
ul.deptdir {
margin-right: 5%;
margin-left: 5%;
text-align: center;
width: 90%;
list-style: none;
padding-left: 0px;
padding-right: 0px;
padding-top: 0em;
padding-bottom: 0em;
}

ul.deptdir li {
display: inline;
color: #ffd833;
font-size: 11pt;
font-weight: bold;
}

ul.deptdir li:before {
content: "-- [";
}

ul.deptdir li:after {
content: "]";
}

ul.deptdir li:last-child:after {
content: "] --";
}

ul.deptdir li a {
padding-left: 2px;
padding-right: 2px;
white-space: nowrap;
}

/* END DEPARTMENT DIRECTORY LIST STYLING */

/* BEGIN FOOTER STYLES */

/* This is the common footer that all pages have */
#footer {
	background-color: black;
	color: #cccccc;
	border: thin solid #BBBBBB;
	background-image: url(http://www.star-fleet.com/images/starfield.gif);
	padding-top:10px;
	padding-bottom:10px;
	margin-top: 5px;
	margin-left:25px;
	margin-right:25px;
	text-align: center;
	}

/* END FOOTER STYLES */

/* BEGIN CONTENT STYLES */

/* The main body of the page, where actually useful content goes */
#content {
	background-color: #000000;
	color: #cccccc;
	background-image: none;
	padding-top:10px;
	padding-bottom:10px;
	margin-top: 5px;
	margin-left:25px;
	margin-right:25px;
}

/* This is the main section header */
h1 {
	color: #dfb833;
	background-color: transparent;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}

/* This is a subsection header */
h2 {
	color: #ffd833;
	background-color: transparent;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

/* The block containing the fedbar image */

.sectionbar {
  height: 32px;
  background: url(http://www.star-fleet.com/images/fed-bar.gif) no-repeat scroll center;
}
.sectionbar hr {
  display: none;
}

/*
The "Brag button" links at the bottom.  Same idea as the nav links, but
styled differently.
*/
ul#standards {
margin-top: 0.3em;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding: 0px;
text-align: right;
list-style: none;
}

ul#standards li {
display: inline;
}

ul#standards li a {
padding-left: 2px;
padding-right: 2px;
white-space: nowrap;
}

/* END FOOTER STYLES */
