/*
 * The main style.css can be found in the theme folder.
 *
 * Use this file to override the default styles (both this and the main style.css are 
 * loaded when a page is viewed).
 */

#l_sidebar ul {
	list-style-type: square;
}


#l_sidebar .cat-item {
	list-style-type: square;
	list-style: square;
}


#l_sidebar a {
	text-decoration: underline;
}

#content a {
	text-decoration: underline;
}

#l_sidebar ul li a {
	font-weight: normal;
	font-size: 100%;
	text-decoration: underline;
}

#l_sidebar ul li {
}

#r_sidebar a {
	text-decoration: underline;
}

#r_sidebar ul li a {
	color: blue;
	text-decoration: underline;
}

#footer {
	background-color: #000044;
}
