/*  
Theme Name: Ballarat Patchwork Wordpress Theme
Description: My first attempt at a Wordpress Theme.  And it shows.
Version: 0.1
Author: Julian Laffey
*/

* { margin: 0; padding: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #f16672;
}

a {
	color: #f16672;
}

h1, h2, h3, h1 a, h2 a, h3 a {
	color: #e1173f;
}

textarea {
	width: 100%;
}

a img { border: 0; }

p {
	margin: 0.5em 0;
}

ul {
	margin-left: 2em;
}

li {
	margin-bottom: 1em;
}

#page {
	width: 770px;
	max-width: 100%;
	background-color: white;
	margin: auto;
}


#header .description, hr { 
	display: none; 
}


#headerimg h1 {
	background-image: url(images/scrapbag.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999em;
	height: 300px;
}

#headerimg h1 a {
	display: block;
	height: 100%;
	width: 100%;
}
	

#content {
	float: left;
	width: 65%;
	padding: 1em;
}

#sidebar {
	float: right;
	width: 30%;
	margin-top: 1em;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
}

#sidebar li {
	margin: 0;
}

#sidebar h2 {
	font-size: 1em;
	margin-top: 1em;
}

#footer {
	clear: both;
	padding: 5em 1em 1em 1em;
	font-size: 0.9em;
	color: #777;
	text-align: right;
}

#searchform {
	margin-top: 1em;
}
	#searchform input {
		border: 1px solid #aaa;
	}



#copyright {
	padding-top: 2em;
	color: #555;
	font-style: italic;
}

.post {
	margin-bottom: 3em;
}

.post h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.post h2 a { text-decoration: none; }
.post h2 a:hover { text-decoration: underline; }

.entry {
	margin: 1em 0;
}

.post small, .postmetadata {
	color: #777;
	font-size: 0.9em;
	line-height: 1.2em;
}

.postmetadata.alt {
	margin-top: 1em;
	color: #333;
	background-color: #eee;
	padding: 1em;
	border: 1px solid #ccc;
	border-width: 1px 0;
}


.commentlist li {
	border: 1px solid #666;
	border-width: 1px 0;
	padding: 1em;
	margin: 2em 0;
	background-color: #eef;
}

.brought {
/*	padding: 0.2em;
	text-align: center;
	border: 1px solid #f16672;
	border-right-width: 5px;
	background-color: #fee;
	margin: 1em 0;
	font-size: 0.9em;*/
	width: 12em;
	line-height: 1.2em;
}

li.twitter-item {
	font-style: italic;
	border-bottom: 1px dotted #f99;
	padding: 0.5em 0 !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}
	li.twitter-item .twitter-timestamp {
		font-size: 0.7em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-style: normal;
	}

	