/* ORANGE COLOR THEME */

/* 
===========================================================
Header Colors 
===========================================================
*/
#topic-title h1,
#content-main h1,
#topic-title h2,
#topic-title h1 a,
#topic-title h2 a{
	color: #612e1f;
}

/* 
===========================================================
Breadcrumb Colors 
===========================================================
*/
#breadBox,
#breadBox ul{
	background-color:#FBF5E3;
}

/* 
===========================================================
Left Nav Colors 
===========================================================
*/

#content #nav-container h3 a{
	background-image: url('/images/bg_navH3_orange.gif');
}

#nav,
#nav-container .bottom {
	background: transparent url('/images/bg_leftNav_orange.gif') repeat-y top left; 
}
#nav ul li {
	background: #f9c671;
}
#nav ul li ul li{
	background: #fbd69a;
}
#nav-container .bottom { 
/*	position: relative;
 	margin: 0 0 0.5em 0;
	height:15px; 
	width:179px;
	border:none;
	background-color:#F4F4E1;*/
	background-position: bottom left;
}

/* Selected state for Level 1 link */
#nav ul li a.selected{
	background-image: url('/images/leftNav_arrow_brown.gif');
}

/* Selected state for Level 2 link */
#nav ul ul li a.selected{
	background-image: url('/images/leftNav_arrow_brown.gif');
}

/* Selected state for Level 3 link */
#nav ul ul ul li a.selected{
	background-image: url('/images/leftNav_arrow_brown.gif');
}

#nav ul li a:hover{
	background-color: #f9c671;
}
#nav ul li ul li a:hover{
	background-color: #fbd69a;
}

/* 
===========================================================
Page Options Colors 
===========================================================
*/

#content-secondary .pageOptions{
	background: #FBF5E3 url('/images/bg_repeatPageOptions_orange.gif') 0 0;
	border-top: 1px solid #f8ba53;
}
#content-secondary .pageOptions .pageOptions-inner{
	background:transparent url('/images/bg_pageOptions_orange.gif') 0 bottom no-repeat;
}
.pageOptions-horizontal,
.pageOptions-horizontal ul{
	background-color:#FCF5E3;
}

/* 
===========================================================
Module Colors 
===========================================================
*/
#wrapper .module h3,
#wrapper .rounders h3,
#content-main h2{
	color:#612e1f;
}
.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('/images/bg_twoBlocksOrange.gif');
}

.rounders.grey .inner,
.rounders.grey .t,
.rounders.grey .b,
.rounders.grey .b div {
	background-image:url('/images/bg_greyStroke.gif');
}

#content-secondary .rounders .inner,
#content-secondary .rounders .t,
#content-secondary .rounders .b,
#content-secondary .rounders .b div{
	background-image:url('/images/bg_smallRails-orange.png');
}

.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%;
margin-top: -5px;
}

.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:#fae8c4;
}
.double-rule{ background: white url('/images/bgDivDouble_orange.jpg') 0 0 repeat-x;}
.double-rule h3{
background:#F5ECCD url('/images/bgDoubleRule_orange.gif') right bottom repeat-x;
}