/* 	WRIGHT.edu Cascading Style Sheet
	TITLE: Black Mopix
	SRC: black.css
	CREATED: June 24, 2006
	AUTHOR: Luke Teaford	*/

/*	BASIC PAGE ELEMENTS */


@import url(http://www.wright.edu/cola/css/blackbar.css);

body
	{
		background-color:#000000;
		background-image:url("../images/mopixribbon.png");
		background-repeat:repeat-x;
		color:#ffffff;
		font-family:arial, verdana, "sans-serif":
		font-size:small;
		margin:0px;
		text-align:center;
	}

h1,h2,h3,h4,h5
	{
		font-weight:normal;
		text-transform:small-caps;
		font-family:Arial, Helvetica, sans-serif;
		color:#ffffff;
	}

h1
	{
		font-size:22px;
	}
	
h2
	{
		font-size:16px;
		color:#000000;
	}

h2.white
	{
		font-size:16px;
		font-weight:bold;
		color:#ffffff;
	}

img
	{
		border-width:0px;
	}

img.derry
	{
		width:200px;
		height:243px;
		float:right;
	}

img.reichert
	{
		width:200px;
		height:300px;
		float:right;
	}

img.student
	{
		width:350px;
		height:200px;
	}

p
	{
		font-family:arial,verdana,"sans-serif";
		font-size:12px;
	}
	
li
	{
		font-family:arial,verdana,"sans-serif"; 
		font-size:12px;
	}

/* LINKS */

a
	{
		font-size:12px;
		font-family:arial,verdana,sans-serif;
	}

a.navbar
	{
		font-family:arial,verdana,sans-serif;
	}

a:link
	{
		color:#a51010;
		text-decoration:none;
	}

a:hover
	{
		color:#ff0000;
		text-decoration:underline;
	}

a:visited
	{
		color:#a2640b;
	}

a:link.navbar
	{
		color:#f1bf39;
		text-decoration:none;
	}

a:hover.navbar
	{
		color:#fff888;
		text-decoration:underline;
	}

a:active.navbar
	{
		color:#cc0000;
		text-decoration:underline;
	}

a:visited.navbar
	{
		color:#ed9314;
		text-decoration:none;
	}	

.black
	{
		color:#000000;
	}

/* NAMED SEGMENTS */

#container
	{
		background-color:#000000;
		border-top-width:23px;
		border-left-width:8px;
		border-right-width:8px;
		border-bottom-width:6px;
		border-style:solid;
		width:721px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:0px;
		text-align:left;
	}

#flash
	{
		width:705px;
		height:200px;
	}

#navigation
	{
		background-color:#444444;
		padding-left:10px;
		padding-top:2px;
	}

#content
	{
		background-color:#000000;
		border-top-width:0px;
		border-left-width:8px;
		border-right-width:8px;
		border-bottom-width:6px;
		border-style:solid;
		width:721px;
		position:absolute;
		margin-left:-8px;
		margin-right:0;
		margin-bottom:0px;
		text-align:left;
	}

#text
	{
		margin-left:8px;
		margin-right:8px;
		width:410px;
		float:left;
	}

#sidebar
	{
	color:#000;
	background-color:#eeeeee;
	border-color:#666666;
	border-width:0px;
	border-left-width:4px;
	border-bottom-width:4px;
	border-style:solid;
	padding-left:10px;
	float:left;
	position:absolute;
	width:240px;
	right:0px;
	top: 1px;
	}
	
#sidebar p 
	{
		font-size:12px;
	}		

#spantext
	{
		background-color:#00ff00;
		margin-left:12px;
		width:400px;
	}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
}

