/* $Id: style.css,v 1.7 2007/06/04 11:10:38 goba Exp $ 			  */
@import "../common/common.css";
@import "../common/navigation.css";
/*================================================================*/
/*	Title: All Things Beltline theme styles						  */
/*																  */
/*================================================================*/
/*					BASIC TYPE AND HTML ELEMENTS				==*/
/*================================================================*/
a, a:link, a:active, a:visited {
	color: #83002D!important;
	background-color:transparent;	
}
a:hover {
	color:#83002D!important;
	background-color:transparent;
}
#breadcrumb a {
	color:#DDC3B9!important;
	text-decoration:none!important;
}
#breadcrumb a:hover {
	text-decoration:underline!important;
}

h1, h2, h3, h4, h5 {color: #83002D!important;}

/*================================================================*/
/*					IDs and other elements						==*/
/*================================================================*/
#masthead {
/*	background-image:url('../common/rotator.php');*/
	background-position:top left;
	background-repeat:no-repeat;
}

#masthead #logo {
	background-image: url('/sites/all/themes/planninggroup/assets/img/logo.png');
}

#colwrapper {
	background-image:url('assets/img/sidebar-left-background.png');
	background-repeat:repeat-y;
	background-position:top left;
}
#sidebar-left {

}
#sidebar-left-head {
	background-image:url('assets/img/sidebar-left-head.png');
	background-repeat:no-repeat;
	display:block;
	height:22px;
}
#sidebar-left-body {
	padding-right:2px;
}
#buildings[id] {
	background:transparent url(assets/img/building-leftbar.png) no-repeat scroll 0% 0%;
}
#sidebar-right {
	width:200px;
}
/*================================================================*/
/*					Classes										==*/
/*================================================================*/
.menu-name-primary-links .menu li.expanded li a.active, 
.menu-name-primary-links .menu ul ul .active-trail a,
.menu-name-primary-links .menu .active-trail > a{ background-color:#83002D!important;color:#fff!important;}
