html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input {
	margin: 0;
	padding: 0px;
}
p,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
img, input { vertical-align: bottom; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body { color: #000; text-align: center; font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; background: #ffffff;}

em { font-family: Georgia, Times, serif; }
em.required { color: #666; font-size: 80%; font-style: italic; display: block; margin: 0 0 15px 0; }

a { color: #357bbc; }
a:hover { color: #666; }
a.button {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #002f49;
	padding: 16px 20px 20px 26px;
	background: transparent url(../img/add.png) top left no-repeat;
	display: block;
	float:left;
}
a.button:hover {  }

p { margin: .7em 0 1em 0; }
p.footer { font-size: 90%; color: #666; margin: 0 0 1.5em 0; padding: 0 0 1.5em 0; border-bottom: 1px dotted #002f49; }

h2 { font-size: 150%; font-weight: bold; margin: 0 0 15px 0; }
h2 a, h3 a, a.viewmore { text-decoration: none; }
h3 { font-size: 18px; }
h4 { font-size: 105%; font-weight: bold; }
h5 { font-size: 90%; font-weight: bold; color: #666; }

input { vertical-align: top; margin: 0 0 8px 0;}
.full, .semi, .date, .small, .tiny { font-size: 110%; font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif; padding: 3px; border: 1px solid #aeaeae; }
.full { width: 95%; }
.semi { width: 50%; }
.small { width: 30%; }
.date { width: 20%; }
.tiny { width: 8%; }

dt { margin: 0 0 2px 0; }
dd img { margin: 0 0 10px 0; }

textarea#newsbody { height: 275px; }

#nav h1 { color: #002F49; font-size: 120%; font-weight: bold; padding: 15px 0; float: left; }
#nav h1 .sitename { color: #333; font-size: 150%; }
#nav h3 {
	color: #231f20;
	font-size: 102%;
	font-weight: bold;
	margin: 15px 8px;
	float: right;
	text-align: right;
}
#nav h3 a {
	color: #9c1335;
	font-family: "Lucida Grande", Georgia, Times, serif;
	font-weight: normal;
	margin: 0 3px;
}
#nav h3 a:hover {
	color: #ff6e23;
}

#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

#leftcol { float: left;
}
#leftcol ul h3 { color: #666; 
float: left; }
#leftcol ul a {  }
#leftcol ul a:hover { }
#leftcol ul a.active { color: #000; font-weight: bold; }
#leftcol li.link { padding: 0 0 0 0px; }
#leftcol li.subnav { font-size: 90%; color: #666; padding: 0 28px; }
#leftcol li.subnav a { text-decoration: none; }
#leftcol li.subnav a:hover {}

#rightcol { width: 180px; float: left; }

#main {
	width: 495px;
	margin: 0 10px 10px 10px;
	float: left;
	background: #fff;
	padding-bottom: 70px;
	text-align:left;
}
#mainfull { margin: 0 0 75px 0; }
#mainfull .col1 {
	width: 375px;
	margin: 0;
	float: left;
}
#mainfull .col2 {
	width: 495px;
	margin: 0;
	float: left;
	padding-bottom: 50px;
}
#mainfull h3 {
	color: #ffffff;
	margin: 0 0 5px 0;
	clear: both;
}
#mainfull h4 {
	font-size: 18px;
	font-weight:bold;
	height: 16px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

ul {
	background: #fff;
	padding: 20px;
	margin: 5px 5px 0px 5px;
}
li.news, h4.news {
	border-bottom: 1px solid #9c1335;
}
li.tour, h4.tour {
	border-bottom: 1px solid #9c1335;
}
li.release, h4.release { background: transparent url(../img/icon_release.gif) no-repeat; }
li.videos, h4.videos { background: transparent url(../img/icon_videos.gif) no-repeat; }
li.mp3, h4.mp3 { background: transparent url(../img/icon_mp3.gif) no-repeat; }
li.users, h4.users { background: transparent url(../img/icon_users.gif) no-repeat; }
li.info, h4.info { background: transparent url(../img/icon_info.gif) no-repeat; } 
li.customize, h4.customize { background: transparent url(../img/icon_customize.gif) no-repeat; }
li.home { }
h4.about { background: transparent url(../img/icon_about.gif) no-repeat; }

#footer { color: #8b8b8b; font-size: 10px; clear: both; }

#newspreview { height: 300px; }

.pagination .numbers { float: left; }
.pagination .next { float: right; }
.noentry { font-size: 80%; text-align: left; margin: 25px 0 40px 0; }

.error { margin: 0 0 10px 0; }
.error h2 { color: red; margin: 0; }
.error ul { list-style: disc; border: none; margin: 0; padding: 10px 30px; }

table { font-size: 100%; width: 100%; }
th { font-weight: bold; }
td { padding: 3px 2px; }
tr.row1 { background: #e9ebeb; }

.releaseimg, .videoimg { float: left; padding: 1px; margin: 0 8px 0 0; border: 1px solid #aeaeae; }
img.releaseimage { padding: 2px; border: 1px solid #aeaeae; }
.videoinfo p.footer { padding: 0 0 50px 0; }
.releaseinfo p, .videoinfo p { margin: 0; }
.releaseinfo p.footer, .videoinfo p.footer { margin: 0 0 20px 0; }

#tracklist { padding: 5px; }
#tracklist li.row1 { background: #ededed; }
#tracklist li { font-size: 110%; width: 100%; padding: 3px; cursor: move; clear: both; }
#tracklist span.tracknumber { text-align: right; width: 30px; display: block; float: left; margin:  0 20px 0 10px; }
#tracklist span.trash { width: 11px; display: block; float: left;}
#tracklist span.trash img { vertical-align: top; margin-top: 2px; cursor: pointer; }

.customize dt { font-weight: bold; }
.customize dd { margin: 0 0 10px 0; }
textarea.template { width: 98%; height: 250px; margin: 0 0 20px 0; }

#login { text-align: left; width: 460px; padding: 20px; margin: 50px auto; background: #fff;}
