/* CSS - Stylist */

/***********************************
************************************
	General Rules 
------------------------------------
*/

body {
	background: #292929 url(/images/website_theme/body_rest_back.jpg) repeat-x;
}

#wrapper {
	background: #343434 url(/images/website_theme/wrapper_rest_back.jpg) repeat-x;
}

.clear {
	background: none;
}

/***********************************
************************************
	Header
------------------------------------
*/

#logo h1 {
	color: #ffd80c;
}

#header p {
	color: #fff;
}

/***********************************
************************************
	Navigation 
------------------------------------
*/

#navigation {
	background: url(/images/website_theme/nav_menu_div.jpg) no-repeat right -1px;
}

/*------------------------------------
	Main Menu 
------------------------------------*/

ul#main-menu li span a {
	color: #000;
	background: url(/images/website_theme/nav_menu_div.jpg) no-repeat 0 0;
}

ul#main-menu li a:hover {
	color: #000;
	background: #ffd80c url(/images/website_theme/nav_menu_div.jpg) no-repeat left top;
}

ul#main-menu li.current span a {
	background: #ffd80c;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

/*------------------------------------
	Sub Menu 
------------------------------------*/

.sub-menu li, .sub-menu li a {
	color: #000;
	background-color: #DADAD9;
	border: 1px solid #B5B5B5;
	border-top: 1px solid #E6E6E6;
}

/***********************************
************************************
	Page Content
------------------------------------
*/

/*------------------------------------
	Title 
------------------------------------*/

#content-section h1 {
	color: #FFD80C;
	background: #292929;
	border: 3px solid #343434;
}

/*------------------------------------
	Content 
------------------------------------*/

#content h1, #content h2, #content .highlight, #content .spotlight-heading {
	color: #ffd80c;
}

#content h3, #content p, #content ul {
	color: #fff;
}

#content a {
	color: #ffd80c;
	text-decoration: underline;
}

/*------------------------------------
	Content-Pagination
------------------------------------*/

#content #pagination a:link, #pagination a:visited {
	background-color: #292929;
	color: #fff;
}

#content #pagination a:hover {
	background-color: #6B187F;
	color: #fff;
}

#content #pagination .active_link {
	background-color: #0050A3;
	color: #fff;
}

#content #pagination .disable_link {
	background-color: #B5B5B5;
	color: #D7D7D7;
}

/*------------------------------------
	Content-Articles
------------------------------------*/

#content .article h2, #content .article h3 {
	color: #ffd80c;
}

#content .article .article-button a {
	color: #fff;
	background-color: #292929;
}

#content .article .article-button a:hover {
	color: #fff;
	background-color: #6B187F;
}

/***********************************
************************************
	Sidebar
------------------------------------
*/

#sidebar {
	background-color: #292929;
	border: 3px solid #343434;
}

#sidebar hr {
	background: #343434 url(/images/website_theme/rows_div.jpg);
	color: #343434;
	border: none;
}

#sidebar .row h2, #sidebar .row p {
	color: #fff;
}

#sidebar .row .highlight, #sidebar .row .spotlight-heading {
	color: #ffd80c;
}

/***********************************
************************************
	Footer
------------------------------------
*/

#footer {
	background-color: #343434;
	border-top: 30px solid #292929;
	border-bottom: 19px solid #292929;
}

#footer .column {
	border: 3px solid #cecece;
	background-color: #292929;
}

#footer p, #footer .column h2 {
	color: #fff;
}

#footer  a {
	color: #ffd80c;
}

/***********************************
************************************
	Forms
------------------------------------
*/

form.data-forms dt {
	font-weight: bold;
}

form.data-forms label {
	color: #ffd80c;
}

form.data-forms .req-field {
	color: #ffd80c;
}

form.data-forms span.errormsg {
	color: #ffd80c;
}

form.data-forms span.errormsg-textarea {
	color: #ffd80c;
}

form.data-forms input.f-button {
	color: #fff;
	background-color: #292929;
	border: none;
}

/*************************************/
/*Twitter/LinkedIn links*/
DIV#content
{
	position: relative;
}
A.link-twitter
{
	position: absolute;
	left: 124px;
	bottom: 12px;
}
A.link-linked-in
{
	width: 176px;
	height: 47px;
	display: block;
	position: absolute;
	left: 294px;
	bottom: 36px;
	z-index: 12;
	background: #008000;
	opacity: 0;
	filter: alpha(opacity = 0);
}
