/*  
Theme Name: Fresh Face Blog V2
Theme URI: http://freshfaceclinic.com.au
Version: 2
Editor: Andrew Seidel

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
#leftColumnBlog input {
	width: 150px;
}
#searchform .buttons {
	width: 55px;
}
#searchform {
	padding-left: 15px;
}
#leftColumnBlog li {
	list-style-image:none;
	list-style: none;
}
/*.cat-item {
	width: 250px;
	height: 26px;
	line-height: 28px;
	text-align:right;
	margin-left: -20px;
}*/
li.cat-item {
	text-align:left;
	background:url(http://www.freshfaceclinic.com.au/css/images/leftMenuDivider.jpg) no-repeat center top;
	height: 26px;
	line-height: 28px;
	padding-left: 60px;
}
li.cat-item a {
	font-size: 13px;
	text-decoration:none;
	color: #003f56;
	font-weight: bold;

}
h1 a {
	color:#FFFFFF;
	text-decoration:none;
}
#content {
	min-height: 770px;
}
.BlogSideText {
	padding: 0 15px;
}