/* -------------------------------------
Filename: main.css
Title : Primary CSS file for BaboonsOnline.com
Author : Julian Saunders
URL : www.BaboonsOnline.com/
License: Copyright 2007, Julian Saunders, All Rights Reserved. 

Description : This base style sheet imports other style sheets and 
provides basic styling for www.BaboonsOnline.com/.
--------------------------------------- */

/* ---------------------------------------
Splash content: background color: #31363E;
Lighter Purple: #732799
Accent Orange: #ff8800
Accent Green: #99cc00
Accent Blue: #6699cc
Beige: #A5A48C
Light Beige: #C7C3B3
Serif fonts: Georgia, "Times New Roman", serif
Sans-serif fonts: Verdana, Arial, Helvetica,
---------------------------------------- */

@import url("reset.css");
@import url("project_details.css");

body{
	padding: 0px;
	margin: 0px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
	color: #ccc;
	background-color: #303238;
	
}

div#header-title {
	border-bottom: 1px solid #000;
	background-color: #26292F;
	width: 100%;
	text-align: left;
}

div#splash-content {
/*	border-bottom: 1px solid #000;*/
	background-color: #31363E;
	padding-bottom: 10px;
}

div#splash-content img {
	margin-top: 5px;
	margin-bottom: 0px;
	border: 1px solid #ccc;
}

div#splash-content a:link, a:visited {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #E1DD32;
  text-decoration: none;
}
div#splash-content a:visited {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #E1DD32;
  text-decoration: none;
}
div#splash-content a:hover {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #AFD374;
  text-decoration: none;
}

div#extra-content {
	border-top: 1px solid #000;
/*	border-bottom: 1px solid #000;*/
	/*background-color: #31343B;*/
	background-color: #25272C;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#extra-content a:link, a:visited {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #EFE7DE;
  text-decoration: none;
}
div#extra-content a:hover {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #AFD374;
  text-decoration: none;
}
div#extra-content ul{
	margin:0 0 0 15px;
	padding:0;
	list-style:disc;
	color: #AFD34C;
}

.extra-title {
  font-size: 18px;
	color: #AFD374;
}

.content-text {
	padding: 5px 10px 5px 10px;
}

.content-table {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
}

div#footer {
	padding: 5px 0 0 0;
	background-color: #1C1F23;
	color: #757575;
	border-top: 1px solid #000;
}



/*Site_layout*/
div#site-layout-header {
	padding: 10px 10px 10px 10px;
	width: 680px;
	margin-top: 20px;
/*	margin-bottom: 20px;*/
	background-color: #26292F;
	text-align: left;
	
}
div#site-layout-footer-outer {
	text-align: left;
	border-top: 1px solid #000;
}
div#site-layout-footer-inner {
	text-align: left;
	padding: 10px 0 0 0;
	background-color: #1C1F23;
	color: #757575;	
}

/* =NAVIGATION STYLES */

#nav {
	width: 100%;
	margin: 0px 0 0 0;
	padding: 0;	
	background-color: #31343B;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #31343B;
	height: 15px;
	padding: 5px 0px 4px 0px;
	border-top: 1px solid #464a52;
	}
#nav li {
	display:inline;
	margin: 0;
	padding: 0;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: #31343B;
	}	
#nav li a {

	padding: 2px 12px 2px 12px;
	font-size: 10px;
	text-decoration: none;
	color: #e7e3d9;
/*	border: none;*/
/*	background: url(../images/nav-bg.gif) no-repeat bottom right;*/
	}
#nav li a:hover {
font-size: 11px;
	color: #AFD34C;
	background: #464a52;
	border: 1px solid #000;
	font-style: bold;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;
/*	background: #292d34 url(../img/1206/nav-on-bg.gif) repeat-x top left;*/
	}	
