/**
 * Navlist - Secondary Vertical Navigation List  
 * ----------------------------------------------
 * 
 */
 /********************* 
 - MAKARA COLORS -
	
   BLUE - 0F004E
   YELLOW - FFC425
   WHITE - FFFFFF
*********************/	

#bloglist {
	vertical-align: top;
	width: 100%;
	border-left: 1px solid #0F004E;
	border-right: 1px solid #0F004E;
} 

#bloglist ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	position: relative; 
	
	
} 

#bloglist h2 {
	/* Graphics Header: Height: 30px Width: 210px */ 
	height: 30px;
	width: 210px;
	background-image:url('../images/WSR_Head_JudysBLOG.gif');
	/*background: #0F004E;*/
	color: #FFC424;
	} 
#bloglist h3 {
	/* Graphics Footer: Height: 15px Width: 200px */ 
	background-image:url('../images/WSR_Foot_JudysBLOG.GIF');
	/*background: #0F004E;*/
	color: #FFC424;
	position: relative;
	text-transform : uppercase;
	letter-spacing   : 0.15em;
	padding-bottom: 5px;
	margin: 0;/*
	border-top: 1px solid #0F004E;
	border-left: 1px solid #0F004E;
	border-right: 1px solid #0F004E;
	border-bottom: 1px solid #0F004E;*/
	font-size: 0.9em;
	height: 10px;
	text-align:center;
} 

#bloglist li { 
	margin: 0; 
	padding: 0; 
	background: #EFEFEF; 
	border-bottom: 1px solid #0F004E; 
	border-left: 1px solid #0F004E; 
	border-right: 1px solid #0F004E; 
	list-style: none; 
		text-align: center;


} 

#bloglist li.title { 
	padding: 6px 10px 8px 20px; 
	font-size: 0.85em; 
	font-weight: bold; 
	color: white; 
	line-height: normal; 
	background: #782223; 
	text-align: center;
	color:#FFC425;
	
} 

#bloglist a {
	padding: 10px 10px; 
	display: block; 
	font-size: 0.85em; 
	font-weight: bold; 
	text-decoration: none; 
	color: #525152; 
	line-height: normal
	} 

#bloglist a:hover {
	background: #D0CFCF;
		text-align: center;
/*	background: #CC7E55;*/
} 

#bloglist .selected a {
	color: #FFFFFF; 
	background: #932A2A;
} 

#bloglist .selected a:hover {
	color: #FFFFFF; 
	background: #932A2A;
}




/** html #navlist ul li a { 
	height: 1%; 
} 

*/
