/*  
Theme Name: Kickstart
Theme URI: http://www.kickstart.com.au
Description: The Kickstart theme
Version: 1.0
Author: Ashley Gibson

*/

body
{
	background-color: #660000;
	background-image: url(images/bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div
{
	margin: 0;
	padding: 0;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6,p
{
	margin: 5px 0 15px 0;
}

a
{
	text-decoration: none;
	color:#0000FF;
}

a img
{
	border: 1px solid #000000;
}

.post
{
	margin-bottom: 10px;
}

.post h2{
	font-size: 18px;
	color: #990000;
}

.entry{
	line-height: 18px;
	font-size: 12px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

#wrapper
{
	padding: 10px;
	margin: 0 auto;
	width: 750px;
	text-align: left;
	background: url(images/border_middle.jpg);
}

#header{
	float: left;
	width: 750px;
}

#introText
{
	text-align: center;
	color: #990000;
	font-weight: bold;
}

#content
{
	width: 580px;
	margin: 20px 10px;
	float: left;
}

#sidebar{
	float: left;
	width: 130px;
	margin: 20px 0 0 20px;
	display: inline;
}

#nav
{
	font-size: 14px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li
{
	margin: 5px 0;
	padding: 5px 0 5px 15px;
	background-image: url(images/navIcon.jpg);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

#nav li a
{
	font-weight: bold;
	color: #990000;
}

.clearfix
{
	clear: both;
}

#footer{
	width: 770px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	color: #fff;
}