/*  
Theme Name: Dalmatian
Theme URI: http://www.dalmatian.co.uk
Description: The default Dalmatian.
Version: 1.2
Author: Martin Gardner
Author URI: http://www.martin-gardner.co.uk
*/



/* Begin Typography & Colors */

<!-- POST STYLING -->
.post 
{
	margin:0 0 30px 0;
}
.post-info 
{

	margin:0;
	padding:0;
	color:#333;
}
.post-info a
{
	color:#042B62;
}
.post-info a:hover 
{
	color:#0064A1;
}
.post-content {
	padding:10px 0;
	margin:3px 0;
	border-top:#BBC4A3 1px solid;	
}
.post-title {
	font-size:1.5em;
	margin:0;
	font-weight:bold;
}
.post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active
{
	text-decoration:none;
	color:#0064A1;
}
.post-date {
	float: left;
	color: #5D6B74;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	margin: 3px 10px 0 0;
	padding: 8px 3px;
	width: 60px;
	background: #E5E5E5;
	line-height:1em;
}
<!-- END POST STYLING -->

<!-- SIDEBAR STYLING -->
#ja-col2 ul li {
	/*background:transparent url(../images/bullet-list.gif) no-repeat scroll 3px 9px;*/
	background:none;
}

#ja-col2 #cat ul li {
		list-style-type: none; 		
		list-style:none;		
		list-style-position:inside;	
		background:none;	!important		
}
#ja-col2 #cat h2 {
	list-style:none;				
	list-style-type:none;		
	font-weight:bold;			
	font-size:14px;			
}

#cat li.categories a {
	list-style:none;
	list-style-type:none;
}
#cat li.categories h2 {
	border-bottom:1px dashed #00ACEA;
	list-style:none;
	list-style-type:none;
}
#cat ul li {
	list-style:none;
	list-style-type:none;
	background:none;
}


<!-- END SIDEBAR STYLING -->