/*---------------------------------------------*/
/* custom formatting */

.picture {text-align: center;}
.image_border {border:solid 1px #ddd;}
.arrow { width: 24px;}

.pad_horizontal {padding-left: 1em; padding-right: 1em;}
.pad_vertical {padding-bottom: 1em; padding-top: 1em;}
.pad_menu {padding-bottom: 1em; padding-top: 1em;}
.pad_footer {padding-bottom: 3em; padding-top: 3em;}

.title_text {
	font-stretch:extra-expanded;
	color: #4665af;
	letter-spacing: 0.2em;
}

/* styling of category lists */
 li.categories { 
  	font-weight: bold;
 	margin-left: 0;
	border-left: none;
	list-style: none; }  /* outermost list item */
	
 li.cat-item {
 	margin-left: 0;
	padding-left: 3px;
	padding-right: 3px;
	list-style: none;
	}
 li.current-cat {
 	font-weight: bold;
	}
 li.current-cat-parent {  	
 	font-weight: bold; }
	
 ul.children {
 	font-family: Trebuchet MS, Tahoma, Times, serif;
	font-size: 1em;
	letter-spacing: 0.25em;
	margin-left: 0em;
	margin-right: 0em;
	padding-left: 0;
	list-style: none;
 }
/* end styling of category lists */

.menu_font {
	font-family: Trebuchet MS, Tahoma, Times, serif;
	font-size: 1em;
	letter-spacing: 0.25em;
	}

.menu_list {
	margin-left: 1em;
	margin-right: 1em;
	padding-left: 0;
	list-style: none;
	} 

.menu_item {
	margin-left: 0;
	padding-left: 3px;
	padding-right: 3px;
	padding-top:3px;
	padding-bottom:3px;
	list-style: none;
	}
			
.menu_first_item {
	padding-top:5px;
	font-weight:bold;
	margin-left: 0;
	border-left: none;
	list-style: none;
	}

.top_menu_list {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

.top_menu_item {
	margin-left: 0;
	padding-left: 6px;
	padding-right: 3px;
	border-left: 1px dotted #666;
	list-style: none;
	display: inline;
	}
			
.top_menu_first_item {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

.bottom_menu_list {
	font-size: 0.8em;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

.bottom_menu_item {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px dotted #4665af;
	list-style: none;
	display: inline;

	}		
.bottom_menu_first_item {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

/* for slide-out panel */
.panel {
	background: #F3F3D6;
	display: none;
	margin: 0;

}
.slide {
	margin: 0;
	padding: 0;
	background: url(../icons/btn-slide.gif) no-repeat center top;
}
.btn-slide {
	background: url(../icons/white-arrow.gif) no-repeat right -50px;
	font-family: Trebuchet MS, Tahoma, Times, serif;
	font-weight: bold;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 5px 5px 0 0;
	margin: 0 auto;
	display: block;
	font: Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
	color:#000;
}
