/**
* Global Styles
*/
body {
	margin: 0;
	padding: 0;
	background-color: black;
	background-image: url(/img/ashes/side_bg2.jpg);
	background-position: 767px 0px;
	background-repeat: repeat-y;
	background-attachment: fixed;
	color: #d6d1ba;
	font-family: "Verdana", "Arial", "Helvetica", "Bitstream Vera Sans", sans-serif;
	font-size: 63% !important;
}

input, select, textarea {
	font-family: "Verdana", "Arial", "Helvetica", "Bitstream Vera Sans", sans-serif;
	font-size: 100% !important;
}

a { color: #ffffcd; }
a img { border: 0; }

form, fieldset { margin: 0; padding: 0; border: 0; }


/**
* Hidden Elements
*/
.hidden, hr { display: none; visibility: hidden; }


/**
* Float Clearings
*/
.fixfloat { clear: both; margin: 0; padding: 0; height: 1%; }


/**
* Common Styles
*/
.right { text-align: right; }

p.readmore, p.back { font-weight: bold; text-transform: uppercase; }

p.error { color: red; font-weight: bold; border-bottom: 1px solid #373125; }

p.success { font-weight: bold; border-bottom: 1px solid #373125; }

img.leftpic { padding: 2px; border: 1px solid #373125; float: left; margin: 0 1em .5em 0; }

.narrow { width: 1%; }

/**
* Container
*/
#container {
	background-image: url(/img/ashes/site_bg.jpg);
	background-position: 0px 378px;
	background-repeat: repeat-y;
	width: 773px;
	padding-right: 0;
}


/**
* Pagehead
*/
#head {
	position: relative;
	height: 348px;
	background-image: url(/img/ashes/band.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-right: 590px;
	border-bottom: 0;
}

#head img { display: inline; }

#head a#homeLink
{
  position: absolute;
  top: 100px;
  left: 0;
  width: 244px;
  height: 86px;
}

#head h1 {
	position: fixed;
  margin: 0;
  padding: 0;
	height: 100px;
  width: 773px;
  top: 0;
  left: 0;
  z-index: 100;
  text-indent: -5000px;
	background-image: url(/img/ashes/head_bar.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/**
* Next Gig & Newsletter
*/
#nextgig, #newsletter { padding: 10px 15px; }

#nextgig p, #newsletter p { padding: 0 0 0 3px; margin: .3em 0; line-height: 135%; }

#nextgig h2, #newsletter h2 {
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 0 -3px;
	padding: 25px 0 0 0;
	font-size: 1px;
	color: #373125;
}

#nextgig { height: 50px; position: absolute; top: 200px; left: 0; display: none; }
#nextgig h2 { background-image: url(/img/ashes/nextgig.png); }
#nextgig p span { display: block; font-weight: bold; }

#newsletter { position: absolute; bottom: 5px; }
#newsletter h2 { background-image: url(/img/ashes/newsletter.png); }

#newsletter legend, #newsletter label { display: none; visibility: hidden; }

#newsletter input#nl_email {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #373125;
	border-bottom: 1px solid #373125;
  background: #373125 url(/img/ashes/site_bg.jpg) top left no-repeat; 
	margin-top: 5px;
	color: #fff;
	width: 140px;
}


/**
* Navigation
*/
#menu { background: #373125 url(/img/ashes/menu_bg.jpg) center left no-repeat; height: 40px; }

#menu h2 { display: none; visibility: hidden; }

#menu ul {
	padding: 15px 0 0 10px;
	margin: 0;
	list-style-type: none;
	border-bottom: 0;
}

#menu li { text-transform: uppercase; display: inline; }
#menu li.active { padding: 7px; }
#menu li a { padding: 7px; color: white; margin: 0 1px; text-decoration: none; }

#menu li a:hover,
#menu li a:active,
#menu li.active { 
  margin: 0;
  border-top: 1px solid #171105;
  border-right: 1px solid #474135;
  border-bottom: 1px solid #474135;
  border-left: 1px solid #171105;
  background: #373125 url(/img/ashes/menu_bg.jpg) 99% 50% no-repeat; 
}

/**
* Content
*/
#cwrapper {
	width: 771px;
	position: relative;
}

#content {
    font-size: 110% !important;
	float: left;
	width: 530px;
    margin-left: 13px;
	padding: 15px;
	height: 1%;
}

#content h2 {
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 0 -3px;
	padding: 30px 0 0 0;
	font-size: 1px;
	color: #373125;
}

#content h3 {
	font-size: 100% !important;
	margin: .5em 0;
	padding: 0 0 0 16px;
	background-image: url(/img/ashes/dotbox.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#content h4 { font-size: 100% !important; margin: .5em 0; }


/**
* Page Navigation
*/
div.pagenav { text-align: right; margin: 10px 0; line-height: 190%; }

div.pagenav a {
	text-decoration: none;
    border: 1px solid #373125;
    padding: 1px 3px;
}

div.pagenav span.disabled { border: 1px solid #333; padding: 1px 3px; color: #333; }

div.pagenav a:hover, div.pagenav a#currentpage {
    border: 1px solid black;
    background-color: #373125;
	color: #fff;
}

div.pagenav select {
    background-color: #373125;
	color: #fff;
}


/**
* News
*/
#info h2 { background-image: url(/img/ashes/info.png); }

#info h3 {
	 padding-bottom: .5em;
	 border-bottom: 1px solid #373125;
}

#info p { padding: 0; margin: .5em 0; line-height: 135%; }

#info div#bandpic { position: relative; z-index: 24; }
#info div#bandpic p#theband { text-align: center; }
#info div#bandpic img { border: 1px solid #373125; }

#info div.personalinfo {
	border: 1px solid white;
	color: #fff;
	width: 240px;
	visibility: hidden;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 25;
}

#info div.personalinfo h3, #info div.personalinfo h4 {
	padding: 0; background-image: none; margin: 0;
	background-color: #373125;
	padding: 5px;
	border-bottom: 1px solid white;
}

#info div.personalinfo h3 span { position: absolute; top: 2px; right: 2px; }

#info div.personalinfo h4 { border-top: 1px solid white; }

#info div.personalinfo p { text-align: left; padding: 5px; }

#info div.personalinfo#rainer {
	top: 130px; left: 10px;
	background: black url(/img/rainer.jpg) top left no-repeat;
}

#info div.personalinfo#joschi {
	top: 220px; left: 160px;
	background: black url(/img/joschi.jpg) top left no-repeat;
}

#info div.personalinfo#tom {
	top: 160px; left: 350px;
	background: black url(/img/tom.jpg) top left no-repeat;
}

#info div.tinyform form { margin: 1em 0; }
#info div.tinyform form label { float: left; width: 10em; }
#info div.tinyform form p { margin: 0; padding: 2px 5px; }

input#cfr_name, textarea#cfr_text, input#cfr_email,
input#cfj_name, textarea#cfj_text, input#cfj_email,
input#cft_name, textarea#cft_text, input#cft_email {
	width: 122px;
	border: 1px solid white;
	background-color: transparent;
	color: white;
}
textarea#cfr_text, textarea#cfj_text, textarea#cft_text { width: 225px; }

input#cfr_go, input#cfj_go, input#cft_go {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	background-color: #373125;
}


/**
* News
*/
#news h2 { background-image: url(/img/ashes/news.png); }

#news h3 {
	 padding-bottom: .5em;
	 border-bottom: 1px solid #373125;
}

#news p { padding: 0; margin: .5em 0; line-height: 135%; }

ul#newsindex {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #333;
}

ul#newsindex li a {
    margin: 0;
    display: block;
    padding: 7px 0 7px 16px;
	background-image: url(/img/ashes/dotbox.gif);
	background-position: center left;
	background-repeat: no-repeat;
    border-bottom: 1px solid #333;
    height: 1%;
}

ul#newsindex li a:hover {
    background: #373125 url(/img/ashes/menu_bg.jpg) center left no-repeat;
    color: white;
}


/**
* Kontakt
*/
#contact h2 { background-image: url(/img/ashes/contact.png); }

#contact h3 {
	 padding-bottom: .5em;
	 border-bottom: 1px solid #373125;
	 margin-top: 2em;
}

#contact p span { float: left; width: 8em; }

#contact p { padding: 0; margin: .5em 0; line-height: 135%; }

#imprint h2 { background-image: url(/img/ashes/imprint.png); }

#imprint h3 {
	 padding-bottom: .5em;
	 border-bottom: 1px solid #373125;
	 margin-top: 2em;
}
#imprint dd { line-height: 135%; }

#imprint dt { font-weight: bold; margin: 1em 0; }

input#cf_go {
	margin-left: 10em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	background-color: #373125;
	background-image: url(/img/ashes/site_bg.jpg);
}

#contact form label {
	float: left;
	width: 10em;
}

input#cf_name, input#cf_email, input#captcha_input, textarea#cf_text {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #373125;
	background-image: url(/img/ashes/site_bg.jpg);
	color: #fff;
	width: 300px;
}

input#captcha_input {
    font-size: 300% !important;
    width: 198px;
}

.captcha span.s
{
  background: #373125;
  color: #373125;
}

/**
* Gästebuch
*/
#guestbook h2 { background-image: url(/img/ashes/guestbook.png); }

#guestbook h3 {
	 padding-bottom: .5em;
	 border-bottom: 1px solid #373125;
}

#guestbook dl { margin: 0 0 4em 0; padding: 0; }
#guestbook dl dt { font-weight: bold; }

#guestbook dl dd {
	margin: .5em 1em;
	line-height: 135%;
	padding: .5em;
}

#guestbook form { margin-top: 2em; }
#guestbook input#gb_name, #guestbook input#gb_email, #guestbook textarea#gb_text {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #373125;
	background-image: url(/img/ashes/site_bg.jpg);
	color: #fff;
	width: 300px;
}

#guestbook input#gb_go {
	margin-left: 8em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	background-color: #373125;
	background-image: url(/img/ashes/site_bg.jpg);
}

#guestbook form label {
	float: left;
	width: 8em;
}

/**
* Links
*/
#links h2 { background-image: url(/img/ashes/links.png); }

#links h3 {
	 padding-bottom: .5em;
	 border-bottom: 1px solid #373125;
}

#links ul {
	line-height: 150%;
	list-style-type: square;
}

#links ul li {
 	position: relative;
}

#links ul li a {
	font-weight: bold;
    z-index: 24;
}

#links ul li a:hover { z-index: 25; border: none; }
#links ul li a span { display: none; text-decoration: none  !important; }

/*
#links ul li a span strong {
	padding: 0 0 0 16px;
	background-image: url(/img/ashes/dotbox.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
*/

#links ul li a:hover span {
    display: block;
    position: absolute;
	top: 0;
	right: 1em;
	width: 25em;
    border: 1px solid black;
    background-color: #373125;
	padding: 5px;
	font-weight: normal;
	color: white;
}

/**
* Presse
*/
#press h2 { background-image: url(/img/ashes/press.png); }

#press h3 {
	 padding-bottom: .5em;
	 border-bottom: 1px solid #373125;
}

#press dl { margin: 0 0 4em 0; padding: 0; }
#press dl dt { font-weight: bold; }

#press dl dd {
	margin: .5em 1em;
	line-height: 135%;
	padding: .5em;
}

#press dl dd p.right { padding: .5em 0 2em 0; }


/**
* Goodies
*/
#goodies h2 { background-image: url(/img/ashes/goodies.png); }

#goodies h3 {
	 padding-bottom: .5em;
	 border-bottom: 1px solid #373125;
}

#goodies blockquote {
    padding: 10px;
    font-style: italic;
    line-height: 160%;
    margin: 0;
}

#goodies blockquote span {
    text-align: right;
    display: block;
    padding-top: 5px;
    font-style: normal;
}

#goodies dl { margin: 1em 0 4em 0; padding: 0; }
#goodies dl dt { font-weight: bold; }

#goodies dl dd {
	margin: .5em 1em;
	line-height: 135%;
	padding: .5em;
}

#goodies dl dd p.right { padding: .5em 0 2em 0; }

#goodies ul#datenav {
	list-style-type: square;
	float: right;
	line-height: 135%;
	padding: 1em 1em 1em 2.4em;
	border: 1px solid #373125;
	margin: .5em 0 1em 2em;
}

/**
* Shop
*/

#shop h2 { background-image: url(/img/ashes/shop.png); }
#shop h3 {
	 padding-bottom: .5em;
	 border-bottom: 1px solid #373125;
}
form.shopitem {
	padding: 0;
	margin: 1em 0 3em 0;
	background: #373125 url(/img/ashes/menu_bg.jpg) center left no-repeat;
	border: 1px solid black;
  color: #D6D1BA;
}
form.shopitem input.shop_amount {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #373125;
	background-image: url(/img/ashes/site_bg.jpg);
	color: #fff;
}
form.shopitem select.shop_size { background-color: #373125; color: #fff; }
form.shopitem input.shop_go {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	background-color: #373125;
	background-image: url(/img/ashes/site_bg.jpg);
}
form.shopitem p { text-align: right; margin: 0; padding: .5em; }

p.price { text-align: right; margin: 0; font-family: Georgia, serif; font-size: 2em; }

#shoppingbasket {
	margin: 0 0 2em 0;
	border: 1px solid black;
}

#shoppingbasket table { width: 100%; font-size: 100% !important; }
#shoppingbasket table th { padding: 3px 5px; background: #373125 url(/img/ashes/menu_bg.jpg) center left no-repeat; border: 1px solid black;}
#shoppingbasket table td { color: black; padding: 3px 5px; }
#shoppingbasket table td.total { border-top: 3px double #373125; font-weight: bold; }

#shoppingbasket form { padding: 5px; margin: 0; }
#shoppingbasket label { float: left; width: 7em; }
#shoppingbasket form p { margin: 0; padding: .5em 0; }
input#shop_name, input#shop_street, input#shop_city, input#shop_email {
	color: #fff;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #373125;
	background-image: url(/img/ashes/site_bg.jpg);
}
input#shop_order {
	background-color: #373125; margin-left: 7em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	background-image: url(/img/ashes/site_bg.jpg);
}

/**
* Soundsamples
*/
#soundsnippets, #tourpics { margin-top: 3em; }

#soundsnippets { float: left; width: 160px; }
#soundsnippets h2 { background-image: url(/img/ashes/indiefresse.png); }

#soundsnippets ol { margin: 0; padding: 0; list-style-type: none; }
#soundsnippets li { margin: 5px 0; padding: 0 0 5px 0; border-bottom: 1px solid #373125; }

#soundsnippets ol li a {
	padding: 0 0 0 16px;
	background-image: url(/img/ashes/dotbox.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/**
* Goodies: Art-Section
*/

div.artelement {
    float: left;
    width: 47%;
    margin: 15px 15px 30px 0;
}

div.artelement p {
    margin: 0;
    padding: 0;
}

div.artelement form.download {
    padding-top: 5px;
	height: 1%;
    border-top: 1px solid #373125;
    clear: left;
}

div.artelement form.download select,
div.artelement form.download input {
	background-color: #373125;
	background-image: url(/img/ashes/site_bg.jpg);
	color: #fff;
}

div.artelement form.download input {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	background-image: url(/img/ashes/site_bg.jpg);
}

div.artelement img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 100px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

#goodies div.artelement h4 {
    margin: 0;
    padding-bottom: 1em;
}


/**
* Picture gallery
*/
#tourpics { float: right; width: 330px; }
#gallery h2, #tourpics h2 { background-image: url(/img/ashes/tourpics.png); }


#gallery h3, #gallery dl dt, #tourpics dl dt, #press dl dt {
	font-weight: bold;
	padding: 0 0 5px 16px;
	background-image: url(/img/ashes/dotbox.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom: 1px solid #373125;
}

#gallery dl dd, #tourpics dl dd { margin: 0; }
#gallery dl dd p, #tourpics dl dd p, #links dl dd p { margin: 0; padding: 5px 0; }
/*#gallery dl dd img, #tourpics dl dd img { float: left; width: 100px; margin-right: 10px; border: 1px solid #373125; padding: 2px; }*/
#gallery dl dd img, #tourpics dl dd img {
    float: left;
    width: 100px;
    margin-right: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
/*    border: 1px solid #373125;
    padding: 2px;*/
}

#gallery dl dd hr, #tourpics dl dd hr { clear: left; height: 10px; display: block; }

#gallery p {
	margin: 0; padding: 0;
}

div#bigpic img, div#picpreview img {
	margin: 2.5%;
	vertical-align: middle;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}


div#bigpic p { text-align: center; }

div#commentform form label {
	float: left;
	width: 8em;
}

div#commentform input#comment_go {
	margin-left: 8em;
	background-color: #373125;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	background-image: url(/img/ashes/site_bg.jpg);
}

div#commentform p { margin: .5em 0; }

div#commentform input#comment_name, div#commentform input#comment_text {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #373125;
	background-image: url(/img/ashes/site_bg.jpg);
	color: #fff;
	width: 200px;
}

div#comments { margin: 2em 0; }
div#comments dd { margin-left: 3em; padding: 1em; }


/**
* Side-Content
*/
#xtra {
  position: relative;
  top: -42px;
	float: right;
	width: 175px;
  color: #9C8C5F;
}

#xtra p, #content p { line-height: 150%; }

#xtra h2 {
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 5px -3px;
	padding: 30px 0 0 0;
	font-size: 1px;
	color: #373125;;
}

#xtra p { padding: 0; margin: .5em; }

/**
* Tourdates
*/
#onstage, #tourdiary, #shoutbox { padding: 15px; }
#onstage h2 { background-image: url(/img/ashes/onstage.png); }
#onstage ul { padding: 0; margin: 0; list-style-type: none; line-height: 150%; }
#onstage li { padding-bottom: .5em; margin-bottom: .4em; }
#onstage ul li a { display: block; font-weight: bold; }
/*#onstage ul li#nextgighilite { margin-left: -4px; padding: 4px 3px; border: 1px solid #2F381C; }*/

#tourdiary h2 { background-image: url(/img/ashes/events.png); }


/**
* Shoutbox
*/
#shoutbox h2 { background-image: url(/img/ashes/shoutbox.png); }

#shoutbox h3 { font-size: 100% !important; margin: 0; padding: 0; color: #D6D1BA; }
#shoutbox p { margin: 0; padding: 0 0 1em 0; }

#shoutbox legend, #shoutbox label { display: none; visibility: hidden; }

#shoutbox input#sb_message {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #373125;
	background-image: url(/img/ashes/site_bg.jpg);
	margin-top: 5px;
	color: #fff;
	width: 140px;
}

/* Auskommentiert: feste Höhe der Shouts mit extra Scrollbalken */
/* #shoutbox #shouts { height: 22em; overflow: auto; } */


/**
* Gigs
*/
#liveonstage h2 { background-image: url(/img/ashes/liveonstage.png); }

table#gigs { width: 100%; font-size: 100% !important; }
table#gigs caption { text-align: left; font-weight: bold; margin: 1em 0; }
table#gigs th { border: 1px solid black; background: #373125 url(/img/ashes/menu_bg.jpg) center left no-repeat; }
table#gigs tr td { color: #D6D1BA; }
/*table#gigs tr.altcol td { background: #373125 url(/img/ashes/menu_bg.jpg) center left no-repeat; }*/
table#gigs tr.ournextgig td { border: 1px solid #373125; }
table#gigs tr.offline td { background-color: #333; color: #373125; }
table#gigs td, table#gigs th { padding: 5px; }


/**
* Calendar
*/
table.calendar { font-size: 100% !important; border-collapse: collapse }
#xtra table.calendar { width: 99%; }
table.calendar caption { padding: 1em 0 0 0; font-weight: bold; color: white; }

table.calendar td {
    padding: 1px;
    text-align: center;
}

table.calendar td { color: #9C8C5F; }
table.calendar th { color: white; background: #373125 url(/img/ashes/menu_bg.jpg) top right no-repeat; }
table.calendar td a { color: #d6d1ba; font-weight: bold; }
table.calendar td#cal_today { border: 1px solid #373125; }
table.calendar td.cal_event a { color: #d6d1ba; }
table.calendar span.cal_othermonth { color: #373125; }
table.calendar th { text-align: center; }
table.calendar td.cal_event a.cal_event_gig { color: #d6d1ba; }

table.calendar td.cal_event a {
	position: relative;
    z-index: 24;
}

table.calendar td.cal_event a:hover { z-index: 25; border: none; }
table.calendar td.cal_event a span { display: none; }

table.calendar td.cal_event a:hover span {
    display: block;
    position: absolute;
    top: 1em;
	left: 1em;
	width: 15em;
    border: 1px solid black;
    background-color: #373125;
    color: white;
	padding: 2px 5px;
	font-weight: normal;
	text-align: left;
}

table.calendar th a {
    font-size: 160% !important;
    font-weight: normal;
    color: white;
}

table.calendar th a#cal_thismonth { color: white; font-weight: bold; font-size: 100% !important;}


/**
* Page footer
*/
#footer { height: 96px; background: #373125 url(/img/ashes/footer_bg.jpg) center left no-repeat; border-top: 1px solid black; }
#footer p { margin: 0; padding: 32px 20px 0 0; text-align: right; color: white; }
#footer p a { color: white; text-decoration: none; }

/**
* Styleswitcher
*/
#styler {
  color: white;
  padding-top: 13px;
  padding-bottom: 13px;
}

#styler p {
	margin: 0;
}

#styler select {
	width: 120px;
	background: #373125;
	color: white;
}

/**
* Usercounter
*/
#usercount {
	background: #373125 url(/img/ashes/menu_bg.jpg) 0px -5px no-repeat;
  display: none;
}

#usercount p {
	padding: 4px 0 4px 10px;
	margin: 0;
}

#usercount p a {
	color: white;
	position: relative;
    z-index: 24;
    text-decoration: none;
}

#usercount p a:hover { z-index: 25; border: none; }
#usercount p a span { display: none; }

#usercount p a:hover span {
    display: block;
    position: absolute;
	top: 1.5em;
	left: 2em;
	width: 17em;
    border: 1px solid black;
    background-color: #373125;
	padding: 2px 5px;
}

/**
* Promos, etc...
*/
#ashes {
    text-align: center;
    margin-bottom: 2em;
    width: 100%;
    background-color: black;
    padding: 1px;
    border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

/*
#ashes h2 {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: black url(/img/undertow_newlogo_black.jpg) 50% 5% no-repeat;
    font-family: Georgia, serif;
    font-size: 360%;
    color: white;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding-top: 220px;
    padding-bottom: 30px;
    text-align: center;
}
#ashes h2 small {
    font-size: 30% !important;
    display: block;
    padding: 0;
    margin: 0;
    font-family: "Verdana", "Arial", "Helvetica", "Bitstream Vera Sans", sans-serif;
}*/

