*
{
  margin: 0;
  padding: 0;
}

body
{
	background: #ffffff url('/img/bg.png') repeat-x;
	text-align: center;
}

body, input, textarea, select, table
{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #616060;
}

a img
{
	border: 0;
}

table
{
	width: 100%;
}

td, th
{
	vertical-align: top;
	text-align: left;
}

.clear
{
	clear: both;
}

div.clear
{ }

.justify
{
	text-align: justify;
}

div.hr
{
	border-top: 1px solid #d8d8d8;
	margin: 10px 0;
}

hr
{
	display: none;
}

p
{
	margin: 0.5em 0 1em 0;
}

blockquote
{
	border-left: 2px solid #acc6dd;
	padding: 0 0 0 8px;
	margin: 10px 35px;
}

pre, .akordid
{
	font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
	letter-spacing: 1px;
	font-size: 0.95em;
	line-height: 1.1em;
}

ul
{
	list-style-type: none;
	padding: 0 0 0 35px;
}

ul.nostyle, ul.nopad
{
	padding: 0;
}

li, ul.nostyle ul li
{
	padding-left: 10px;
	background: url('/img/list.png') no-repeat center left;
}

ul.nostyle li, li.nostyle,
#menu ul li, #index-updated ul li, #links ul li, #thanks ul li
{
	padding-left: 0;
	background: none;
}

input, textarea, select
{
	border: 1px solid #d8d8d8;
	padding: 2px;
}

textarea
{
	height: 5em;
	width: 30em;
}

input.button
{
	background: #f2f2f2;
	padding: 0 5px;
}

html>body input.button
{
	line-height: 1.1em;
}

input.nostyle
{
	background: transparent;
	border: 0;
	padding: 0;
}

input[type="radio"]
{
	background: transparent;
	border: 0;
	padding: 0;
}

a
{
	color: #347ea6;
	text-decoration: none;
}

a:hover
{
	color: #b00700;
	text-decoration: underline;
}

h1, h2, /*h3, h4*/
#header h4, #menu h3, #right h3, #index-updated h3, #gallery h3
{
	font-weight: normal;
}

h1
{
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 1.83em;
	line-height: 1.85em;
	color: #616060;
	margin: 10px 0 10px 0;
}

h2
{
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.52em;
	color: #347ea6;
	margin: 10px 0;
}

h3
{
	font-family: "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 1.16em;
	line-height: 1.18em;
	color: #616060;
	margin: 7px 0;
}

h4
{
	font-size: 1em;
	line-height: 1.02em;
	margin: 5px 0;
}

.important
{
	padding: 3px;
	border: 1px solid #e9e1ac;
	background: #fdf5c4;
}

.comments-block
{
	padding-left: 20px;
}

.comments-block h3
{
	margin-top: 25px;
	margin-left: -20px;
	padding-left: 25px;
	line-height: 2em;
	letter-spacing: 2px;
	border: 1px dotted #d8d8d8;
	background: #f5f5f5 url('/img/comments.png') no-repeat 7px center;
}

* html .comments-block h3
{
	border: 1px solid #d8d8d8;
}

.comment_name, .comment_name a, dl.comments dt
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

dl.comments dd
{
	margin: 0 0 10px 10px;
}

dl.comments .nostyle
{
	font-weight: normal;
	color: #000000;
}

tr.list
{
	background: #ffffff;
}

tr.list td
{
	vertical-align: middle;
	text-align: center;
}

tr.list td.first
{
	text-align: left;
}

tr.list:hover
{
	background: #fbfbfb;
}

.song th, div.song h4
{
	padding: 10px 0 1px 0;
	border-bottom: 1px solid #f2f2f2;
}

div.song h4 span
{
	font-weight: normal;
}

div.song
{
	margin-top: 10px;
}

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

#container
{
	text-align: left;
	margin: 0 auto;
	padding: 0 5px;
	max-width: 80em;
	min-width: 770px;
	width: auto;
}

* html #container
{
	width: 960px;
}

#header
{
	clear: both;
	overflow: hidden;
	height: 114px;
	padding-top: 11px;
	border-bottom: 1px solid #ffffff;
}

#logo
{
	float: left;
}

#forum
{
	float: right;
/* 	width: 337px; */
	width: 375px;
}

#forum td
{
	overflow: hidden;

	/* foorumil on */
	padding: 0;
	border-bottom: 0;
}

#forum h4
{
	margin: 0 0 8px 0;
	text-transform: uppercase;
}

#forum a
{
	color: #ffffff;
	text-decoration: none;
}

#forum .forum-name
{
	padding-left: 15px;
}

#forum .forum-band a
{
	font-weight: bold;
	display: block;
}

#forum .forum-posts
{
	text-align: left;
	width: 10px;
	background: url('/img/forum-posts.gif') no-repeat center left;
	font-weight: bold;
}

#forum .forum-posts a
{
	padding: 0 15px 0 20px;
	display: block;
}

#forum tr
{
	line-height: 25px;
	background: url('/img/forum-bg.gif') no-repeat center left;

	position: relative; /* IE; Konqueror näitab endiselt valesti... */
}

#forum tr:hover
{
	background: url('/img/forum-bg-light.gif') no-repeat center left;
}

#forum tr:hover a
{
	color: #347ea6;
}

#menu
{
	float: left;
	margin: 10px 0;
	padding: 5px 20px;
	background: #f2f2f2;
	border: 1px solid #d8d8d8;
}

#menu ul, #index-updated ul, #links ul
{
	float: left;
	width: 220px;
	padding: 0;
	margin: 0 10px 0 0;
}

#search
{
	float: left;
	width: 228px;
}

#menu h3, #index-updated h3
{
	margin: 0 0 10px 0;
}

#search div
{
	float: left;
}

#search-field
{
	width: 155px;
	margin: 0 10px 10px 0;
}

#search-submit
{
	float: right;
	margin-top: -10px;
}

#content
{
	float: left;
	width: 45em;
	margin: 0 0 25px 0;
	text-align: justify;
}

.content-title,
#rss h1, #playerrr h1
{
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #d8d8d8;
}

.newsitem
{
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #d8d8d8;
}

.newsitem h2
{
	float: left;
	margin-top: 5px;
}

.newsitem h2 a
{
	color: #347ea6;
	text-decoration: none;
}

.posted-by
{
	text-align: right;
	margin: -10px 0 5px 0;
}

.newsitem span
{
	float: right;
	margin: 10px 0;
	padding: 0 0 0 20px;
	background: url('/img/date.png') no-repeat center left;
}

.newsitem div
{
	clear: both;
}

/* IE6, IE7 */
* html .newsitem div
{
	margin-top: -10px;
}

.news-comments
{
	text-align: right;
	font-family: "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 1.16em;
	line-height: 1.18em;
}

* html .news-comments
{
	padding: 10px 0 0 0;
}

.news-comments a
{
	margin-left: 25px;
}

.news-comments .comments
{
	background: url('/img/comments2.png') no-repeat center left;
	padding: 0 0 0 20px;
}

.roostevaba
{
	background: url('/img/comments2.png') no-repeat center left;
	padding-left: 17px;
	margin-left: 15px;
	font-style: italic;
}

#songs th
{
	text-align: center;
}

#songs th.first
{
	text-align: left;
}

#add-lyrics
{
	padding-top: 20px;
	font-style: italic;
/* 	text-align: left; */
}

#right
{
	float: right;
	width: 330px;
	margin: 0 0 0 10px;
}

* html #right
{
	margin-right: -5px;
}

#rss
{
	background: url('/img/rss.png') no-repeat 100% 70%;
	padding: 0 0 25px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #d8d8d8;
}

#rss h1, #playerrr h1
{
	text-align: right;
}

#rss p
{
	padding: 0 75px 0 0;
	margin: 0;
}

#mailinglist
{
	padding: 0 0 25px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #d8d8d8;
}

#mailinglist p
{
	margin: 0 0 15px 0;
}

#mailinglist-field
{
	width: 155px;
	margin-right: 15px;
}

#mailinglist-field, #mailinglist-submit
{
	vertical-align: middle;
}

#mailinglist-submit
{ }

#playerrr
{
	background: url('/img/player.png') no-repeat right 60px;
	margin: 0 0 30px 0;
}

/*#playerrr div
{
	padding: 0 0 0 110px;
	margin: 25px 0 0 0;
}

#playerrr h4
{
	font-weight: bold;
}*/

#playerrr p
{
	margin-right: 105px;
/* 	text-align: justify; */
}

#gallery
{
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0; /* IE = 20px */
	border-bottom: 1px solid #d8d8d8;
}

#gallery p
{
	float: left;
	border: 1px solid #d8d8d8;
	background: #f2f2f2;
	padding: 5px;
	margin: 10px 35px 10px 30px;
}

* html #gallery p
{
	margin: 10px 35px 10px 20px; /* IE */
}

#gallery span
{
	clear: both;
	display: block;
	text-align: right;
	font-size: 1.16em;
	line-height: 1.18em;
	margin-right: 80px;
}


#index-updated
{
	float: left;
	width: 100%;
}

* html #index-updated
{
	margin-bottom: -20px; /* IE */
}

#index-updated ul
{
	width: 250px;
	padding: 0 0 20px 0;
	margin: 0 10px 0 0;
}

#main-bottom
{
	float: left;
	padding: 0 10px 10px 10px;
	margin: 0 0 25px 0;
	background: #f2f2f2;
	border: 1px solid #d8d8d8;
}

#poll, #links, #thanks
{
	float: left;
}

#poll
{
	width: 35em;
}

#links
{
	width: 28em;
}

#thanks
{
	width: 15.16em;
}

* html #thanks
{
	width: 14.31em;
}

#thanks ul
{
	padding: 0;
	margin: 0;
}

#poll p
{
	margin: 10px 0;
}

#poll-submit
{
	color: #347ea6;
	padding: 5px 10px;
	margin: 10px 0;
	background: #f2f2f2;
	border: 1px solid #d8d8d8;
	font-size: 1.15em;
}

#poll-forum
{
	font-size: 1.3em;
	margin: 0 0 0 30px;
}

#poll-forum a
{
	margin-right: 40px;
}

#bottom
{
	height: 4em;
	background: #f2f2f2;
	padding: 0 10px;
	border-top: 1px solid #d8d8d8;
	line-height: 1.9em;
}

#bottom p
{
	float: left;
	margin: 0;
}

#bottom p.right
{
	float: right;
}

#list
{
	margin: 0 auto;
	width: 150px;
	text-align: left;
}
