/*  
Theme Name: Chris Rickwood 2008
Theme URI: http://rickwoodmusic.com/
Description: Theme for Chris Rickwood Music
Version: 1.0
Author: Will Jayroe
Author URI: http://jayroe.com/
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font: 12px/1.7em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color: #ffc;
	text-align: center;
	background: url('images/body_bg.jpg') #100 center 180px repeat-y fixed;
}

a {
	color: #fc0;
	outline: none;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

abbr {
	border: 0;
}

hr {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

/* Layout */

#page {
	position: relative;
	min-height: 100%;
	width: 100%;
	text-align: center;
	background: url('images/page_bg.jpg') transparent center 140px no-repeat fixed;
	/*background-color: red;*/
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	z-index: 1000;
	background: url('images/header_bg.png') transparent center top no-repeat fixed;
	text-align: center;
}

#header h1 {
	width: 420px;
	height: 100px;
	margin: 0 auto;
}

#header h1 a {
	display: block;
	width: 420px;
	height: 100px;
	text-indent: -9999px;
}

#header #description {
	display: none;
}

#content {
	margin: 0 auto;
	padding: 160px 0 90px 0;
	width: 400px;
	z-index: 1;
	min-height: 100%;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	font-size: 10px;
	line-height: 15px;
	color: #ff9;
	text-align: center;
	background: url('images/footer_bg.png') transparent center bottom no-repeat;
}

#footer p {
	padding-top: 25px;
}

/* Global Navi */

#globalnavi {
	position: relative;
	top: 20px;
	width: 408px;
	margin: 0 auto;
}

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

#globalnavi li {
	display: inline;
	float: left;
	width: 68px;
	text-align: center;
}

#globalnavi .current_page_item {
	background: url('images/header_bg.png') transparent -100px 0 no-repeat;
	font-weight: bold;
	border: 1px solid #350f00;
	border-bottom: none;
	margin: -1px -1px 0 -1px;
}

/* Posts */

.post {
	margin-bottom: 20px;
	/*border: 1px solid red;*/
	text-align: left;
	clear: both;
}

.post small {
	display: block;
	font-size: 10px;
	margin: -20px 0 5px 0;
}

.post p {
	margin-bottom: 10px;
}

.postnavi {
	height: 20px;
}

.post ul {
	list-style-image: url('images/bullet.gif');
	margin: 10px 0 10px 40px;
}

.editentry {
	font-size: 10px;
	margin: 20px auto 0 auto;
}

/* Images & Alignment */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #200;
}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	border: 1px solid #200;
}

img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	border: 1px solid #200;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.top {
	margin-bottom: 10px;
	font-size: 10px;
}

.bottom {
	margin-top: 10px;
}

.flashmovie {
	text-align: center;
	margin: 20px auto;
}

img#wpstats {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none; 
	overflow: hidden;
}