/*** GLOBAL ***/
* {
	font-family: arial, sans-serif;
    font-size: 12px;
    color: black;
}

html, body {
	margin: 0;
	padding: 0;
    height: 100%;
}

body {
    background-color: #000000;
    background-image: url('/img/background.jpg');
    background-position: top center;
    background-repeat: no-repeat;
	text-align: center;
}

img {
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

form {
    padding: 0px;
    margin: 0px;
}

object {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url('/img/h1.gif');
    padding-left: 30px;
    margin-bottom: 15px;
}

h2 {
    background-image: url('/img/r_arrow.gif');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 7px;
    margin-top: 7px;
}

.h {
    display: none;
}

a {
    color: #6E0202;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*** MAIN ***/
div#main {
    /*border: red solid 1px;
    /*width: 780px;*/
    width: 820px;
    margin: auto;
    padding-top: 12px;
}

div#main2 {
    height: 648px;
}

div#main_left_padding {
    width: 20px;
    height: 582px;
    float: left;
}

div#main_menu {
    /*border: yellow solid 1px;*/
    position: relative;
    width: 386px;
    height: 582px;
    float: left;
}

div#main_menu li {
    list-style-type: none;
}

div#main_menu a {
    position: absolute;
    background-image: url('/img/menu.gif');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 29px;
    padding-top: 4px;
    padding-bottom: 7px;
    color: #383D04;
    font-size: 18px;
    text-decoration: none;
}

div#main_menu a:hover {
    background-image: url('/img/menu_sel.gif');
}

div#main_menu a.selected {
    background-image: url('/img/menu_sel.gif');
}

a#menu_home {
    left: 38px;
    top: 449px;
}

a#menu_members {
    left: 48px;
    top: 497px;
}

a#menu_aboutas {
    left: 155px;
    top: 470px;
}

a#menu_news {
    left: 148px;
    top: 502px;
}

a#menu_photos {
    left: 245px;
    top: 488px;
}

a#menu_discography {
    left: 28px;
    top: 472px;
}

a#menu_guestbook {
    left: 21px;
    top: 523px;
}

a#menu_contact {
    left: 276px;
    top: 547px;
}

a#menu_links {
    left: 150px;
    top: 549px;
}

a#menu_calendar {
    left: 241px;
    top: 522px;
}
a#menu_videos {
    left: 60px;
    top: 550px;
}


div#main_content {
    /*border: blue solid 1px;*/
    float: left;
    /*padding-top: 48px;*/
    width: 382px;
}

div#main_counter {
    height: 48px;
}

div#main_counter div {
    padding-top: 8px;
    padding-right: 15px;
    font-size: 11px;
    text-align: right;
}

div#main_content2 {
    height: 517px;
    text-align: left;
    overflow: hidden;
}

div#copyright {
    text-align: right;
    padding-right: 15px;
    font-size: 10px;
}

div#copyright a {
    font-size: 10px;
}

/*** ELEMENT PROTOTYPES ***/

.scroll {
    width: 387px;
    overflow: auto;
}

.full_height {
    height: 470px;
}

.non_scroll {
    width: 360px;
}

/*** PHOTOGALLERY ***/

table.photos {
    margin-top: 16px;
    height: 430px;
}

table.photos td {
    width: 50%;
    vertical-align: top;
    text-align: center;
}

table.photos img {
    /*width: 120px;*/
    border-width: 5px;
    border-color: #000000;
    border-style: solid;
}

div.pager {
    border-top-color: #000000;
    border-top-width: 1px;
    border-top-style: solid;
    width: 360px;
}

div.pager div {
    background-image: url('/img/r_arrow.gif');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;
}

div.pager span {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 11px;
    background-image: url('/img/pager_star.gif');
    background-position: bottom center;
    background-repeat: no-repeat;
}

div.pager a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    padding-bottom: 11px;
}

div.pager a:hover {
    background-image: url('/img/pager_star.gif');
    background-position: bottom center;
    background-repeat: no-repeat;
}

/*** NEWS ***/

div.news {
    clear: both;
    padding-top: 1px;
    padding-bottom: 1px;
}

img.news_photo {
    float: left;
    margin: 7px;
    margin-left: 0px;
    width: 120px;
    border-width: 5px;
    border-color: #000000;
    border-style: solid;
}

a.news_attach {
    float: right;
    clear: right;
}

/*** HOME ***/

div.home_news_height {
    height: 340px;
}

div.home_calendar {
    border-top-color: #000000;
    border-top-style: solid;
    border-top-width: 1px;
    width: 360px;
    padding-top: 15px;
    padding-bottom: 25px;
}

/*** DISCOGRAPHY ***/

table.albums {
    border-collapse: collapse;
}

table.albums td {
    vertical-align: top;
    text-align: left;
    padding-bottom: 22px;
}

table.albums td.image {
    width: 130px;
}

table.albums td.image img {
    width: 120px;
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
}

table.albums h3 {
    margin: 0px;
}

table.albums ol {
    margin: 0px;
    padding: 0px;
}

table.albums li {
    margin: 0px;
    padding: 0px;
    /*margin-left: 20px;*/
    list-style-position: inside;
}

table tr.non_first td {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: black;
    padding-top: 22px;
}

table.albums span.dl {
    /*margin: 0px;
    padding: 0px;*/
    /*margin-left: 20px;*/
    width: 100%;
    display: block;
    list-style-position: inside;
    text-align: right;
}

/*** CALENDAR ***/

h2.calendar_month {
    margin-bottom: 0px;
}

div.calendar_ctx {
    padding-left: 5px;
}

div.calendar_height {
    height: 430px;
}

div.calendar_pager {
    width: 360px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

div.calendar_pager span {
    font-size: 12px;
    font-weight: bold;
    padding-top: 11px;
    background-image: url('/img/pager_star.gif');
    background-position: top center;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: underline;
}

div.calendar_pager a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    padding-top: 11px;
}

div.calendar_pager a:hover {
    background-image: url('/img/pager_star.gif');
    background-position: top center;
    background-repeat: no-repeat;
}

/*** GUESTBOOK ***/

div.guestbook_form {
    position: relative;
    width: 360px;
    padding-bottom: 10px;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

div.guestbook_form input {
    width: 133px;
    border-color: #7F9DB9;
    border-style: solid;
    border-width: 1px;
}

div.guestbook_form textarea {
    width: 215px;
    height: 63px;
    border-color: #7F9DB9;
    border-style: solid;
    border-width: 1px;
    vertical-align: top;
}

div.guestbook_form label {
    display: block;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
}

div.guestbook_form .button {
    position: absolute;
    right: 0px;
    bottom: 10px;
    border: 0 none;
    background-image: url('/img/submit_star.gif');
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    width: auto;
    color: #313801;
    font-size: 14px;
}

div.guestbook_form .button:hover {
    background-image: url('/img/submit_star_sel.gif');
}

div.guestbook_form .button_hover {
    background-image: url('/img/submit_star_sel.gif');
}

div.guestbook {
    height: 285px;
}

div.guestbook h2 {
    margin: 0px;
    margin-top: 3px;
    margin-bottom: 15px;
}

div.guestbook span {
    font-weight: normal;
    padding-right: 10px;
}

div.guestbook div.text {
    padding-left: 5px;
}

/*** MEMBERS ***/

div.members div.member {
    float: left;
    width: 180px;
    height: 195px;
}

div.members div.top {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}

div.members div.nontop {
    margin-top: 21px;
}

div.members div.bottom {
    clear: both;
}

div.members div.member img {
    border-color: #0F0400;
    border-width:3px;
    border-style: solid;
}

div.members div.member span.name {
    display: block;
    font-size: 11px;
}

div.members div.member span.actions {
    display: block;
    font-size: 11px;
}

/*** FULL IMAGE ***/

body.picture {
    background-image: none;
}

body.picture a {
    color: #FFFFFF;
}

body.picture table {
    width: 100%;
    height: 100%;
}

body.picture table td {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.clear {
	clear: both
}
#adv {
text-align: left; 
margin: 0 auto;
}
#festival {
	margin: 20px 0 0 280px;
	display: block;
	width: 230px;
	height: 25px;
	background-color: transparent;
}

div.news object { width: 350px; height: 280px; }
div.news embed { width: 350px; height: 280px; }




