@charset "utf-8";
/* CSS Document */
body {
	background: #000000 url(../img/background.jpg) center top fixed;
	margin: 0px;
	padding: 0px;
}
div, td, input, select {
	font: normal 12px Verdana, sans-serif;
	color: #605145;
}
a {
	color: #079a98;
	text-decoration: none;
}
a:hover	{
	color: #996600;
	text-decoration: underline;
}
a img {
	border: none;
}
a.button {
	font-size: 9px;
	background: #9d8646;
	color: #ffffff;
	border: 1px #c9be9c solid;
	padding: 0px 2px;
}
a.button:hover {
	background: #cc9900;
	color: #ffffff;
	border: 1px #cc9900 inset;
	text-decoration: none;
}
a.button2 {
	font: bold 11px Verdana, sans-serif;
	background: #996600;
	color: #ffffff;
	border: 1px #996600 outset;
	padding: 2px 10px;
}
a.button2:hover {
	background: #cc9900;
	color: #ffffff;
	border: 1px #cc9900 inset;
	text-decoration: none;
}
a.button3 {
	font: normal 9px Verdana, sans-serif;
	background: #ededed;
	color: #999999;
	border: 1px #dddddd solid;
	padding: 0px 2px;
	margin-left: 5px;
}
a.button3:hover {
	background: #cc9900;
	color: #ffffff;
	border: 1px #cc9900 inset;
	text-decoration: none;
}
#lines {
	border-top: 3px #968146 double;
	margin-bottom: 2px;
}
#content {
	position: relative;
	width: 1000px;
	margin: 0px auto;
}
#nav {
	position: relative;
	background: url(../img/nav_bg.jpg);
	width: 1000px;
	height: 40px;
}
#nav a.home {
	display: inline-block;
	width: 49px;
	height: 13px;
	margin: 14px 0px 0px 15px;
}
#nav a.home:hover {
	background: url(../img/home.jpg);
}
#nav a.tour {
	display: inline-block;
	width: 47px;
	height: 13px;
	margin: 14px 0px 0px 15px;
}
#nav a.tour:hover {
	background: url(../img/tour.jpg);
}
#nav a.music {
	display: inline-block;
	width: 51px;
	height: 13px;
	margin: 14px 0px 0px 16px;
}
#nav a.music:hover {
	background: url(../img/music.jpg);
}
#nav a.videos {
	display: inline-block;
	width: 64px;
	height: 13px;
	margin: 14px 0px 0px 15px;
}
#nav a.videos:hover {
	background: url(../img/videos.jpg);
}
#nav a.photos {
	display: inline-block;
	width: 69px;
	height: 13px;
	margin: 14px 0px 0px 16px;
}
#nav a.photos:hover {
	background: url(../img/photos.jpg);
}
#nav a.band {
	display: inline-block;
	width: 48px;
	height: 13px;
	margin: 14px 0px 0px 16px;
}
#nav a.band:hover {
	background: url(../img/band.jpg);
}
#nav a.store {
	display: inline-block;
	width: 56px;
	height: 13px;
	margin: 14px 0px 0px 15px;
}
#nav a.store:hover {
	background: url(../img/store.jpg);
}
#nav a.community {
	display: inline-block;
	width: 104px;
	height: 13px;
	margin: 14px 0px 0px 15px;
}
#nav a.community:hover {
	background: url(../img/community.jpg);
}
#nav a.signin {
	display: inline-block;
	width: 59px;
	height: 13px;
	margin: 14px 0px 0px 20px;
}
#nav a.signin:hover {
	background: url(../img/signin.jpg) left 3px no-repeat;
}
#nav a.signout {
	background: url(../img/signout_off.jpg) left 3px no-repeat;
	display: inline-block;
	width: 59px;
	height: 13px;
	margin: 14px 0px 0px 20px;
}
#nav a.signout:hover {
	background: url(../img/signout_on.jpg) left 3px no-repeat;
}
#player {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 235px;
	height: 19px;
	z-index: 10;
}
#twitter .twittername, #comment .name {
	font: bold 10px Verdana, sans-serif;
}
#twitter .twittername a, #comment .name a {
	color: #998241;
}
#twitter .twittername a:hover, #comment .name a:hover {
	color: #cc9900;
	text-decoration: none;
}
#twitter .tweet, #comment .tweet {
	font-size: 10px;
	margin: 5px 0px;
}
.header {
	font: bold 18px Verdana, sans-serif;
	color: #5e4b19;
	padding-bottom: 10px;
}
.header .date {
	font: normal 10px Verdana, sans-serif;
}
.copy {
	background: url(../img/bg2.png);
	padding: 30px 40px;
}
.links {
	font: bold 9px/20px Verdana, sans-serif;
	float: right;
}
.links a {
	color: #5e4b19;
	padding: 3px 6px;
}
.links a:hover {
	color: #ffffff;
	background: #5e4b19;
	text-decoration: none;
}
#more {
	font: bold 10px Verdana, sans-serif;
	color: #ffffff;
}
#more a {
	text-decoration: none;
	color: #7f6b36;
	padding: 0px 2px;
}
#more a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #c2a975;
}
#footer {
	position: relative;
	width: 1000px;
	height: 30px;
	margin: 0px auto;
	font: bold 10px/30px Verdana, sans-serif;
	letter-spacing: 2px;
	text-align: center;
}
#footer a {
	color: #7f6b36;
	padding: 5px;
}
#footer a:hover {
	color: #ffffff;
	background: #c2a975;
	text-decoration: none;
}
#addComment 
{
    display:none;
}
