/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-size: 13px;
	color: #EBE6E3;
}

body, th, td, input, textarea, select, option, button {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FED772;
}

h1 {
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FED772;
}

a:hover {
	text-decoration: none;
	color: #EBE6E3;
}

/* Header */

#header {
	width: 760px;
	height: 280px;
	margin: 0 auto;
	background: url(images/guitarlogo.jpg) no-repeat right top; 
	border-bottom: solid 1px #942e00;
	text-align: right;
}

#header h1, #header p {
	margin: 0px 10px;
	color: #FED772;
}

#header h1 {
	font-size: 30px;
}


#header h1 {
	padding-top: 100px;
}

#header a {
	color: #FED772;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background-color: #411808;
}

/* Content */

#content {
	float: left;
	width: 460px;
}

.post {
	padding: 15px;
}

.title {
	margin: 0;
	border-bottom: 2px solid #957018;
}

.noline {
	border-bottom: 0px none;
}

.byline {
	margin: 0;
	color: #D79B00;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
}

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

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #957018;
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 2px solid #957018;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 2px solid #957018;
	
	text-align: center;
	font-size: smaller;
}

.clear {
	display:block;
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}

#master0 {
	margin-top: 15px;
}
#master0 img,a {
	border-color: #FED772;
}
.authpic {
	float: left;
	border: solid 1px #FED772;
	width: 200px;
	margin-top:3px;
	margin-right: 10px;"
}
.pic {
	float: left;
	margin-top:3px;
	margin-right: 10px;"
}

button
{
	background-color: #000;
	color: #fff;
	border: solid 1px #957018;
	cursor: pointer;
	margin: 3px;
}

form#register ul
{
	list-style-type: none;
}

form#register ul li
{
	margin-bottom: 5px;
}

form#register label
{
	width: 110px;
	float: left;
	padding-top: 2px;
	text-align: right;
	margin-right: 10px;
}

form#register input
{
	width:180px;
	height:22px;
	padding:2px 5px;
	border: solid 1px #957018;
	color:#323232;
	font-size:12px;
	background-color: #FFFFCC;
}

form#register textarea
{
	width: 180px;
	height: 140px;
	padding: 2px 5px;
	border: solid 1px #957018;
	color:#323232;
	font-size:12px;
	background-color: #FFFFCC;
}

fieldset
{
	border: 0px;
	padding: 0px;
}

p.error
{
	margin-bottom: -10px;
	border: solid 1px #B82E00;
	background-color: #FFB69E;
	padding: 3px;
	color: #B82E00;
	font-weight: bold;
}

p.ok
{
	margin-bottom: -10px;
	border: solid 1px #2EB800;
	background-color: #B1FF9E;
	padding: 3px;
	color: #2EB800;
	font-weight: bold;
}
.ad-post
{
	padding: 15px;
	background: #56200B;
	margin-top: 5px;
	overflow: hidden;
}

.odd
{
	
}

.advert em
{
	color: #FED772;
}

.thumb
{
	width: 64px;
	float: left;
	margin-right: 10px;
}

.messagetable
{
	width: 100%;
	border: solid 1px #b8ae72;
}

.messagetable td
{
	padding: 3px;
}

.messagetable tbody tr td
{
	border-bottom: solid 1px #b8ae72;
}

.messagetable thead
{
	background: #b8ae72 url(images/tablebg.gif) repeat-x;
	color: #000;
}

.messagetable thead tr td
{
	padding-left: 3px;
}

.messageunread td
{
	font-weight: bold;
}

.messagetable thead tr td a
{
	color: #000 !important;
}