/* $Id: local-sample.css,v 1.1 2009/08/19 04:28:07 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

body {
	background-color: #000000;
	background: url("/sites/default/files/images/web-background.jpg");
	color: #FFFFFF;
}

.page {
	width: 960px;
	background-color: #000000;
}

div.primary-menu {
	background-color: #000000;
}

div.main-group {
	background-color: #000000;
}

#site-name {
  font-size: 200%;
}

a {
	color: #74B0B8;
}

a:hover {
	color: #FFFFFF;
}

#logo {
	float: left;
}

.primary-menu-inner ul.sf-menu a,
.primary-menu-inner ul.sf-menu a:visited  {
	color: #74B0B8;
}

.primary-menu-inner ul.sf-menu a:hover,
.primary-menu-inner ul.sf-menu a:focus {
	color: #FFFFFF;
}

.primary-menu-inner ul.sf-menu a.active { 
	color: #000000;
	background-color: #94867B;
}

.primary-menu-inner ul.sf-menu .expanded .menu a {
	background-color: #333333;
}

#content-tabs ul.primary {
	border-width: 1px 1px 0 1px;
	background-color: #333333;
}

#content-tabs ul.primary li {
	border-width: 3px 3px 0 3px;
	border: solid #000000;
	padding: 5px 5px 5px 5px;

}

#content-tabs ul.primary li a:link,
#content-tabs ul.primary li a:visited,
#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
	color: #DDDDDD;
	
}


ul.menu li a.active:link,
ul.menu li a.active:visited {
  color: #BBBBBB;
}


