
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

/* COLOURS 
Dark Grey - 343642
Medium Grey - 979C9C
Green - 348899
Red - 962D3E
Tan - F2EBC7
Pale tan - FCFBF3


LAYOUT */

body {
	background:#ddd;
	margin:20px;
}
.clear {
	clear:both;
}
#wrapper {
	width:960px;
	margin:0 auto;
}
li {
	margin-bottom:10px;
}	

.header {
	background-color:#343642;
	background-image:url(/images/afestein.png);
	background-repeat:no-repeat;
	background-position:17px 17px;
	height:75px;
	width:100%;
}
.search {
	height:25px;
	float:left;
	margin-top:50px;
	margin-left:76%;
}
.topnav {
	background-color:#348899;
	height:25px;
	padding-left:20px;
	margin-bottom:20px;
	border:1px solid #343642;
	border-width:0 1px 1px 1px;
	font-family:"Trebuchet MS", Verdana, Arial;
}
.topnav a {
	border:none
}
.topnav ul {
	padding:0;
	margin:0;
}
.topnav li {
	display:inline;
	margin:0 0 0 0;	
}
.topnav a {
	color:#fff;
	line-height:25px;
	margin-right:20px;
}
.topnav a:hover {
	border-bottom:1px dashed #fff;
}
.content {
	width:680px;
	float:left;
}
.sidebar {
	margin-left:700px;
}
.sidebar li {
	margin:10px 0;
}
.post, .sidebox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #343642;
	margin-bottom:20px; 
	background:#FFF;
}
.twitterbox {
	background-image:url(/images/birdy.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-right:30px;
}
.tweet {
}
.song ul {
	padding:0;
	margin:0 0 5px 0;
	list-style:none;
}
.about {
	background-image:url(/images/q.png);
	background-repeat:no-repeat;
	background-position:top right;
}
.social {
	background-image:url(/images/usuck.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.inner {
	padding:10px;
}
.footer {
	background-color:#343642;
	height:25px;
	line-height:25px;
	text-align:center;
	width:100%;
	color:#999999;
	float:left;
	margin-top:20px;
}
.footer a {
	color:#fff;
	border-color:#fff;
}
.clear {
	clear:both;
}
.post {
	margin-bottom:30px;
	padding:20px;
	overflow:auto
}
.l1 {
	border:1px solid #979C9C;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.l0, .alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.r1 {
	border:1px solid #979C9C;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.r0, .alignright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.post h2 {
	margin:0;
}
.img_right {
	float:right;
	margin:0 0 5px 5px;
	border:1px solid #979C9C;
}
li.subscribe {
	list-style-type:none;
	height:25px;
	line-height:25px;
	background-image:url(/images/rss.png);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left:30px;
}
.commentlist li {
	background-color:#F2EBC7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #979C9C;
	padding:10px;
}

/* TEXT */

body {
	font-family:Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-size:14px;
	line-height:21px;
}
h1,h2,h3 {
	font-weight:normal;
	font-family:"Trebuchet MS", Verdana, Arial;
}
h1  {
	font-size:18pt;
}
h2 {
	font-size:14pt;
}
h3 {
	font-size:10pt;
	font-weight:bold;
}
a {
	color:#962D3E;
	border-bottom:1px dashed #962D3E;
	text-decoration:none;
}
a:hover {
	border-bottom:1px solid #962D3E;
}
.song {
	font-size:8pt;
}

/* Forms */

input {
	border:1px solid #343642;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input#searchsubmit {
	background-color:#962D3E;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
textarea#comment {
	width:100%;
}
/* Other */
.aligncenter {
	margin:0 auto;
}
.wp-caption {
	font-size:8pt;
	padding-top:5px;
	text-align:center;
	background:#E9E9E9;
	border:1px solid #CCCCCC;
}
.wp-caption a {
	border:0;
	text-decoration:none;
}
.wp-caption p {
	padding:0;
	margin:0;
}