/*

THEME:		960bc
AUTHOR:		Troy Dean 
WEBSITE:   	http://www.guardianwebdesign.com.au
CLIENT NAME:	xxx
CLIENT SITE:	xxx
VERSION:		1.0  

*/ 

/* Put your css for colours here */

body {
		background: #fff;
		color: #000;
		}

#header {
		background-color: #fff;
		}

#footer {
		background: #fff;
		border: none;
		}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
		color: #333;
		}

a, h2 a:hover, h3 a:hover {
		color: blue;
		}

a:hover {
		color: #147;
		}

a img {
		border: none;
		}

.wp-caption {
		border: none;
		background-color: #fff;
		margin: 0;
		}

.wp-caption img {
		border: 0 none;
		}

acronym, abbr {
		border-bottom: 1px dashed #999;
		}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike, .postmetadata a {
		color: #777;
		}

blockquote {
		border-left: 2px solid #eee;
		}

.entry p a:visited {
		color: #b85b5a;
		}

.commentlist li {
		border-top: 0px solid #eee;
}

.commentlist li .avatar { 
		border: 1px solid #eee;
		background: #fff;
		}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
		background-color: #fff;
		}

.thread-alt {
		background-color: #eee;
		}

.thread-even {
		background-color: white;
		}

.depth-1 {
		border-top: 1px solid #ddd;
		}

.even, .alt {
		/*border-left: 1px solid #ddd;*/
		}
		
.pinglist li.pings {
		border: 0;
}