/* ---------------------------------------------------------------- */

.sidebar .section {
	clear: both;
	padding-top: 15px;
	padding-left: 7px;
	background: url(../assets/SidebarSectionTitle.png) no-repeat 0 0;
    font: 1em/1.3em Helvetica,"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	letter-spacing: 0.2em;
}

.sidebar h2 {
	height: 16px;
	padding-left: 16px;
	padding-bottom: 10px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
}

.sidebar h3 {
	padding: 10px 30px 0 16px;
	font-size: 12px;
	line-height: 18px;
}

.sidebar p {
	padding: 3px 30px 0 16px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
}
.sidebar li {
	margin: 0;
	padding: 0 0 0 16px;
	list-style: none;
}

/*List */
.sidebar li a {
	display: block;
}

.sidebar li.odd { background: url(../assets/SideDescBack.png) repeat-y 0 0  }
.sidebar li.odd a { background: url(../assets/SidebarDescriptionShadow.png) no-repeat 0 0    }
.sidebar li.even { background: transparent }
.sidebar li.even a { background: url(../assets/SidebarDescriptionHighlight.png) no-repeat 0 0    }

.refcontent {
	padding-top: 6px;
	padding-bottom: 6px;
	background: url(../assets/SideDescBack.png) repeat-y 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b9b9b9;
}

/* Featured Project */
#ref1 h2 {
	background: url(../assets/CapFeatured.gif) no-repeat 16px 0;
}

/* Category List */
#ref2 h2 {
	background: url(../assets/CapCategories.gif) no-repeat 16px 0;
}


#basic-accordian{
	clear: both;
	z-index:2;
	font: 1em/1.3em Helvetica,"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
}

.accordion_headings {
	padding: 10px 10px 10px 20px;
	background: url(../assets/SidebarSectionTitle.png) no-repeat 0 0;
	color: #582c6d;
	cursor: pointer;
	font-weight: bold;
	font: 1.6em Helvetica,"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-weight: bold;
	height: 23px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.accordion_headings:hover {
	background: url(../assets/SidebarSectionTitleHover.png) no-repeat 0 0;
}

.accordion_child {
	margin-top: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	letter-spacing: 0.2em;
	background-repeat: repeat-y;
	background-position: 6px 0;
}

.header_highlight {
	background: url(../assets/SidebarSectionTitleHover.png) no-repeat 0 0;
}

span { 
	font: normal 11px/16px 'helvetica neue',helvetica, arial, sans-serif; 
	color: #89867E; 
}
