*
{
	margin:0;
	padding:0;
}

body
{
	background:#000 url(./bird.jpg) 50% 100px no-repeat;
	height:600px;
	margin:0px;
	padding:0px;
	color:#FFF;
	font-family: Verdana, georgia, arial, sans-serif;
	font-size:62.5%;
}

a:link { color: #667; }
a:visited { color: #667; }

h2
{
	font-size:1.5em;
	color:#667;
}

h3
{
	margin:5px 0px 5px 0px;
}

ul
{
	margin:0px 0px 0px 30px;
	list-style-image: url(bullet.jpg);
}

p
{
	margin:3px 0px 3px 0px;
	padding: 2px 0px 2px 0px;
}

#commentform input
{
	background:#BBB;
	width:200px;
}

#commentform textarea
{
	background:#BBB;
	width:200px;
}

#header
{
	height:50px;
	margin-bottom:1px;
	overflow:hidden;
}

#header h1
{
	position:relative;
	height:50px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

#header h1 span {
	background: url(header.jpg) 50% top no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

/** 
 * navstyle from http://css.maxdesign.com.au/listamatic/horizontal05.htm
 *
 * slight modifications
 */
#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #960;
font: bold 1.2em Verdana, sans-serif;
text-align:center;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #960;
border-bottom: none;
background: #000;
text-decoration: none;
}

#navlist li a:link { color: #667; }
#navlist li a:visited { color: #667; }

#navlist li a:hover,
#navlist li a#current:hover
{
	color: #000;
	background: #960;
	border-bottom: 1px solid #960;
}

#navlist li a#current
{
	background: #000;
	border-bottom: 1px solid #000;
}

#content 
{
	margin-top:3px;
	border-top:1px solid #960;
	border-bottom:1px solid #960;
}

#footer
{
	margin-top:3px;
	padding-top:3px;
	border-top:1px solid #960;
	color:#960;
	text-align:center;
	font-size:0.9em;
}

div.column
{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
}

div.astore
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
}

/**
 * This is the wrapper for blog content
 */
#innerContent
{
	float:left;
	width:570px;
}

#sidebar
{
	width:200px;
	margin-left:575px;
}

br.clear
{
	clear:both;
}

div.post
{
	border-bottom:1px solid #667;
	margin-bottom:10px;
}

#sidebar ul li
{
	margin:8px 0px;
}

#sidebar ul li ul li
{
	margin:3px 0px;
}

#sidebar ul li form input
{
	margin:5px 0px;
}

#inPostAd
{
	float:right;
	margin:0px 0px 10px 10px;
}

p.postmetadata
{
	clear:both;
}
