/*
 * included when sidebar is used. overrides default
 */

#content-wrapper{padding-left:0}
#sidebar{/*BILLY START*/width:180px;/*BILLY END*/float:left;}
#content{/*BILLY START*/margin-left:190px;/*BILLY END*/}
#sidebar h2{
 /* margin:0 10px;
  padding:5px 10px;*/
  padding:5px;
  margin-top:10px;
  font-size:1.2em;
  font-weight:bold;
  background-color:#998478/*#60413D*/;
/*  border-style: solid;
  border-width:5px 5px 0 5px;
  border-color:#998478;*/
  color:#fff;
}
#sidebar div.box{
  margin:0 10px 10px 0;
  padding:10px 0;
/*  border-style: solid;
  border-width:0px 5px 5px 5px;
  border-color:#998478;*/
}

#sidebar a,
#sidebar a:link,
#sidebar a:visited
{
  padding-left:15px;
  /*background:url(../images/layout/bullet_black.png) no-repeat 2px center;*/
}

#sidebar a.selected{
  font-weight:bold;
  padding-left:15px;
background:url(../images/layout/bullet_orange.png) no-repeat 0px center;
font-style:normal;
}

#sidebar .actions, #main-menu-left{
	/*BILLY START*/
  font-size:12px;
/*BILLY END*/
}
#sidebar .actions li, #main-menu-left li{
  display:block;
/*BILLY START*/
/*color:#998478;
background:transparent url(../images/layout/action.png) no-repeat center center;
height:26px;
line-height:26px;*/
width: 146px;
margin:5px 10px 10px 10px;
padding: 0px;
text-indent: 8px;
font-style: italic;
font-weight:normal;
/*BILLY END*/
  /*overflow: hidden;*/
  
}
#main-menu-left li a, #sidebar li a{
	/*BILLY START*/
	color:#998478;
/*	line-height:26px;
/*	height:26px;
	width:146px;
	/*BILLY END*/
	display:block;
  }
	
#main-menu-left li a, #sidebar .actions li a, 
#main-menu-left li a:visited, #sidebar .actions li a:visited, 
#main-menu-left li a:link, #sidebar .actions li a:link, 
#main-menu-left li a:active, #sidebar .actions li a:active, #sidebar .actions li a:hover
{/*background:none;padding-left:9px;*/}
#main-menu-left li a.selected, #main-menu-left li a:hover{color:#60413d;background:none;}
#main-menu-left li img{vertical-align:middle;}


#sidebar .actions li.search{background:none;}
#sidebar .actions li.search #search_keywords{height:18px;border:1px solid #9C887B;display:block;font-size:18px;width:114px}
#sidebar .actions li.search #search_go{height:20px;width:30px;border:1px solid #9C887B;background:#D4CBBB;color:#9C887B;display:block;float:right;padding:0;margin:0;vertical-align:middle;cursor:pointer; *cursor:hand; *width:27px;}

