@CHARSET "UTF-8";
/**
 * @package WordPress
 * @subpackage Alter_Serendipity_Theme
 * @author David Coll - http://funkybudha.net
 * @copyright GNU GENERAL PUBLIC LICENSE - GPLv3
 */
.links_box {
	position:relative;
	left: 10px;	
	width: 120px;	
	text-align:center;
	background-color:inherit;
	overflow:hidden;
}
.links_box a {
	text-decoration: none;	
	font-weight:700;	
/*this is for the <a> to expand to the whole <div>*/
	display:block;
	width:100%; 
	height:100%;
}
.links_box h2 {
	text-align: left;
	margin: 0.75em 0 0;
	color: #777777;
	text-transform: uppercase;
	font-size: 78%;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
.left_bottom_title{
	padding-left: 1.5em;
}
.links_box > ul{
	list-style: none;
	margin-top: 5px; 
	margin-left: 0; 
	padding-left: 0;
}

.links_box ul ul{
	list-style: circle;
	color: #DCDAF8;
	background: transparent url(../img/square_opa25_FFFFFF.png) repeat scroll 0 0;
	padding-left: 15px;
	text-indent: 2px;
	text-align: left;
	margin-left: 0;
	
}
.links_box ul ul li{
	padding-left: 0;
	text-indent: 2px;
}
.links_box > ul > li{
	list-style: none;
	background-image: url("../img/link_down.png");
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding-bottom:7px;
	margin-top:2px;
	width: 100%;
}
.sitelinks_hilite, .links_box  > ul > li:hover{
	background-position: -120px bottom;
}

.left_bottom_section{
	font-size: 75%;
	width: 130px;
	left: 0;
}
.left_bottom_section ul{
	width: 115px;
	margin-left: 15px;
}
div.links_box div a{
	text-align: justify;
	color: #021728;
	display: inline;
}
div.links_box > div > a:hover{
	color: red;
}
