/* @override 
	http://whitelabelpartnersite.businesscatalyst.com/stylesheets/theme.css
	http://westsidecms.com/stylesheets/theme-westside.css
*/

/* -----------------------------------------------------------------------

 Gray Theme for Unbranded Partner Site

----------------------------------------------------------------------- */

/* links */
a:link, a:visited {
	color: #1969bc;
}

a:hover, a:active {
	color: #1969bc;
}

a.link-button {
	background: #fff;
	border: 1px solid #e7e7e7;
	color: #1969bc;
}

a.link-button:hover {
	background: #1969bc;
	border: 1px solid #1969bc;
	color: #fff;
}

a.link-block {
	background: #1969bc;
	color: #fff;
}

a.link-block:hover {
	background: #e0f0fa;
	color: #1969bc;
}

#whoslogged a {
	background: #888;
	border: 1px solid #888;
	color: #fff;
}

#whoslogged a:hover {
	background: #000;
	border: 1px solid #000;
}

/* submit button */
.button-submit {
	background: #111;
	color: #fff;
}


/* containers */
#stretch-header {
	background: #aaa;
	border-bottom: none;
}

#stretch-header .gradient {
	background: #333 url(../images/bg_header_dkgray.jpg) repeat-x 0 0;
	_background: none; /* IE6 */
	height: 105px;
}



#search-site {
	background: #888;
	border: 1px solid #b7b7b7;
	border: none;
}

#stretch-nav {
	background: #eee url(../images/bg_nav_gradient_gray.jpg) 0 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #7f7f7f;
}

#container-nav {
	height: 36px;
}

#logo {
	position: absolute;
	top: 30px;
}

/* menu hover state */
#container-nav li a {
	color: black;
	/*background: url(../images/nav-main-6.png) 0 72px;*/
	padding: 0;
	/*margin: 0px;*/
	height: 36px;
	line-height: 36px;
	text-decoration: none;
}
#container-nav li.main a {
	margin: 0 27px 0 0;
	font-size: 13px;
}

#container-nav li.sub a {
	
	font-weight: normal;
	margin: 0 0 0 21px;
}

#container-nav li.selected a,
#container-nav li.selected a:hover {
	color: #000;
	cursor: default;
}

#container-nav li a:hover {
	/*color: #1969bc;*/
	color: #1f5aaf;
	background-position: 0 36px;
}

.nav-side li a:hover {
	background: #e0f0fa;
	border-top: 1px solid #fff;
	color: #1969bc;
}

#stripNav0 li a:hover {
	background: #e0f0fa;
	color: #1969bc;
}



