/*general tags*/

body
{
	background: url('../img/header_bg.jpg');
	background-repeat: repeat-x;
	background-color: #000000;
	background-attachment: fixed; /* background won't scroll w/ content */
	color : #eaf2e4;
	margin : 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color : #8aff43;
}

p {
	font-family : arial;
	font-size : 12px;
	color : #eaf2e4;
	margin : 0 0 10px 0;
}
	

#main
{
	border: red thick solid;
}

/*nav*/

#navigation 
{
	position: fixed;
	top: 0px;
	left: 0px;
	
	float: left;
	width : 200px;
	height : 400px;
	text-align : right;
	padding-top : 60px;
	padding-right : 20px;
	background : url('../img/divider.jpg') no-repeat top right;
}

#navigation img 
{
	margin-bottom : 10px;
}

#navigation ul, #navigation ul li
{
	list-style-type: none;
	margin : 0 5px 0 0 ;
	padding : 0px;
	font-size : 14px;
	line-height : 25px;
}

#navigation li
{
	border-bottom : solid 1px transparent;
}

#navigation li a {
	line-height : 25px;
	text-decoration: none;
} 
#navigation li a:hover {
	line-height : 25px;
	color : #bdff68;
	text-decoration: underline;
}
	
h1, #navigation li a {
	color : #8aff43;
	font-weight : normal;
}

/* content */

#content
{
margin: 0px;
padding: 0px;

	position: absolute;
	top: 90px;
	left: 255px;

	width: 650px;
	height: 480px;
	overflow: auto;

	padding-bottom: 0px;


}

body div.team,
body div.events
{
/*	width: 695px !important;*/
}

#calendar #content
{
	
}

#rightSide
{
	
	position: fixed;
	top: 0px;
	left: 900px;*
	width: 100px;
	height: 400px;
	padding-right : 20px;
	padding-top : 20px;

	background : url('../img/divider.jpg') no-repeat top right;
}

/* headers */

h1	/*page title*/
{
	position: fixed;
	top: 40px;
	left: 255px;

	font-size : 24px;
	display : block;
	margin: 0px;
}

h2
{
	font-size:18px;
	font-weight: bold;
	line-height: normal;
}

h3	/*upcoming, past*/
{
	margin-top: 15px;
	margin-bottom: 5px;
	font-size:16px;
	color: #8aff43;
	font-weight: lighter;
	line-height: normal;
}
	
/* footer */

hr {
	margin : 30px 0 30px 0;
	border: 0;
	color: #f00000;
    background-color: #3f3f3f;
    height: 1px;
}

#footer {

	margin-top: 10px; /* sets space between body and footer */
	position: fixed;
	bottom: 0px;

	width: 97%; /* not 100% because of left and right borders */
	border-top: #3f3f3f 1px solid;


	display: block;
	
	padding-left: 30px;
	padding-top: 20px;
		
	font-size : 11px;
	color : #728769;
	background-color: black;
	z-index: 100;
}

#footer a {
	color : #728769;
}


/* VIDEO STYLES */

.video
{
	
	position: absolute;
	
	z-index: 10;

	background-color: #000000;
	
	border: #408240 solid 1px!important;
}

.video embed
{
	background-color: #000000;
}

.video h2
{
	font-size: 14px;
	display: inline;
	padding-bottom: 3px;
	vertical-align: middle;
	
}

.video a
{
	text-align: right;
}

.video a img
{
	
	border: 0px;
}

.pop-titlebar
{
	float: none;
	height: 20px;
	border: 0px;
	padding: 0px;
	background-color: #66AC67;
	background-image: url(../module/img/titlebar.jpg);
}

.pop-body
{
	padding: 5px;	
}
