/*  
Theme Name: Visual Activity 2007
Theme URI: http://blog.visualactivity.com/
Description: Blog theme to match visualactivity.com site design
Version: 1.0
Author: Visual Activity
Author URI: http://blog.visualactivity.com/
*/
 #contentarea h2 {
margin: 0;
padding: 0;
}
 #contentarea ol.commentlist li {
	color : #4C4C4C;
	font : bold 13px/15px "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
	margin: .5em 1em;
	list-style:none;
	border: 1px solid #ff6600;
	padding: 5px;
	background-color: #efefef;
}
#searchform input {
font-size: 13px;
margin: 2px 0;
}
 #contentarea li {
 list-style: none;
 list-style-image: none;
 list-style-type: none;
 }
#contentarea .post ol, #contentarea .post ul {
list-style: none;
}
#contentarea .post ol li, #contentarea .post ul li {
font-weight: normal;
list-style: none;
background-image:url('http://blog.visualactivity.com/wp-content/themes/visualactivity/images/orangeBullet.gif');
background-repeat: no-repeat;
background-position: 0 6px;
margin: 1em 0;
padding-left: 13px;
}
.navigation {
font-size: 13px;
}
#contentarea .post {
background-image: url('http://www.visualactivity.com/_resources/images/VAbullet.gif');
background-repeat: no-repeat;
background-position: bottom;
padding-bottom: 15px;
margin-bottom: 15px;
}

