/* PURPLE COLOR THEME */

/* 
===========================================================
Header Colors 
===========================================================
*/
#topic-title h1,
#content-main h1,
#topic-title h2,
#topic-title h1 a,
#topic-title h2 a, #topic-title h2 a:visited, #topic-title h1 a:visited {
color: #3d316a;
}

#topic-title h1 a:hover {
	border-bottom: 1px solid #3d316a;
}

/* 
===========================================================
Breadcrumb Colors 
===========================================================
*/
#breadBox,
#breadBox ul{
background-color:#F3F2F9;
}

/* 
===========================================================
Left Nav Colors 
===========================================================
*/

#content #nav-container h3 a{ background-image: url('/TemplatePackage/images/theme-purple/bg_navH3.gif'); }

#nav,
#nav-container .bottom { background: transparent url('/TemplatePackage/images/theme-purple/bg_leftNav.gif') repeat-y top left; }
#nav ul li {
background: #c5bee1;
}
#nav ul li ul li{
background: #dad5eb;
}
#nav-container .bottom { 
	background-position: bottom left;
}

/* Selected state for Level 1 link */
#nav li a.selected{ background-image: url('/TemplatePackage/images/theme-purple/leftNav_arrow.gif'); }

#nav ul li a:hover{
	background-color: #f3f2f9;
}
#nav ul li ul li a:hover{
	background-color: #f3f2f9;
}

/* 
===========================================================
Page Options Colors 
===========================================================
*/

#content-secondary .pageOptions{
	background: #F3F2F9 url('/TemplatePackage/images/theme-purple/bg_repeatPageOptions.gif') 0 0;
	border-top: 1px solid #BAB1DB;
}
#content-secondary .pageOptions .pageOptions-inner{
	background:transparent url('/TemplatePackage/images/theme-purple/bg_pageOptions.gif') 0 bottom no-repeat;
}
.pageOptions-horizontal,
.pageOptions-horizontal ul{
	background-color:#F3F2F9;
}

/* 
===========================================================
Module Colors 
===========================================================
*/
#wrapper .module h3,
#wrapper .rounders h3,
#content-main h2{
color:#3d316a;
}
.rounders .inner,
.rounders .t,
.rounders .b,
.rounders .b div,
.rounders.top-blocks .inner,
.rounders.top-blocks .t,
.rounders.top-blocks .b,
.rounders.top-blocks .b div{
background-image:url('/TemplatePackage/images/theme-purple/bg_twoBlocks.gif');
}

#content-secondary .rounders .inner,
#content-secondary .rounders .t,
#content-secondary .rounders .b,
#content-secondary .rounders .b div {
background-image:url('/TemplatePackage/images/theme-purple/bg_smallRails.gif');
}
.rounders .inner{
position: relative;
margin: 0px;
padding: 12px 12px 0 0;
}
.rounders .t{
position:absolute;
left:0;
top:0;
width:12px; 
margin-left:-12px;
height:100%;
background-position:top left;
}

.rounders .b {
	position:relative;
	width:100%;
}

.rounders .b,
.rounders .b div{
height:12px; 
font-size:1px;
}

.rounders .b{
background-position:bottom right;
}

.rounders .b div{
position:relative;
width:12px;
margin-left:-12px;
background-position:bottom left;
}

.rounders .hd,
.rounders .bd,
.rounders .ft {
position:relative;
}

.page-curl h3{ 
background-color:#eeecf6;
}
.double-rule{ background: #fff }
.double-rule h3{ background: #F0EFF7 url('/TemplatePackage/images/theme-purple/bgDoubleRule.gif') right bottom repeat-x; }
