body {
	background-color: #BCB9B5;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #302018;
}

#header {
	width: 950px;
	height: 115px;
	margin: 0 auto;
	background: url(../img/template/navbackground.png) no-repeat bottom left;
	position: relative;
}

#title {
	background: url(../img/template/seandougall.png) no-repeat;
	width: 167px;
	height: 28px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 100px;
	top: 50px;
	text-indent: -5000px;
}

#nav {
	text-align: center;
	position: absolute;
	top: 91px;
	width: 100%;
}

#nav a {
	height: 17px;
	margin: 5px 30px;
}

#nav img {
	border: 0;
}

#main {
	margin: 0 auto;
	width: 678px;
	position: relative;
}

#maincenter {
	background: url(../img/template/mainbackgroundpattern.png) repeat-x;
	width: 630px;
	min-height: 600px;
	margin: 0;
	padding: 10px;
	position: absolute;
	left: 14px;
}

#mainleft {
	background: url(../img/template/mainbackgroundleft.png) no-repeat;
	width: 14px;
	min-height: 600px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: -1px;
}

#mainright {
	background: url(../img/template/mainbackgroundright.png) no-repeat;
	min-height: 600px;
	min-width: 14px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: -1px;
}


#contactsidebar {
	position: absolute;
	right: -170px;
	width: 150px;
	top: 80px;
	font-size: 11px;
	text-align: left;
}




.pageheading {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid black;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h2.headline {
	font-size: 16px;
}

.news_date {
	font-size: 14px;
	font-weight: bold;
	color: #888078;
	float: right;
}

p, li {
	font-size: 13px;
}

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

a:hover, a:active
{
	color: #123;
	text-decoration: underline;
}


/***************

music.php styles

***************/

h2.mp3title {
	font-size: 14px;
}

div.musicpreview {
	padding: 10px 0 8px 20px;
}




/****************

movabletype stuff

****************/

h1.entry-title, .archive-title
{
	font-size: 22px;
	border-bottom: 1px solid #876;
}

h2.entry-title
{
	font-size: 18px;
	border-bottom: 1px solid #457;
}

.entry-title a:hover, .entry-title a:active
{
	text-decoration: none;
}

.archive-header
{
	font-size: 16px;
}

.asset-meta
{
	color: #543;
	font-size: 12px;
	text-align: right;
	margin-top: -10px;
}

.content-nav
{
	font-size: 12px;
	text-align: right;
}

.comments
{
	font-size: 12px;
}

label[for=comment-text]
{
	display: block;
	margin-top: 12px;
}

.hidden
{
	display: none;
}