body {
    margin: 0;
    font-family: sans-serif;
    background: url('../_img/body_bg.png') repeat-x 0 0 black;
    color: white;
}

A {
    color: red;
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
}

H2 {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #666;
    margin-bottom: 6px;
    text-align: left;
    text-shadow: -4px 3px 4px #aaa;
    padding-bottom: 4px;
}

.fine {
    color: #666;
    font-size: 10px;
}

DIV#page {
	margin-bottom: 50px;
	position: relative;
}

DIV#header {
    width: 800px;
    margin: 0 auto;
    position: relative;
    padding: 8px;
    padding-bottom: 2px;
    height: 80px;
}

DIV#content {
    width: 800px;
    margin: 0 auto;
    padding: 8px;
    background-color: black;
   	border-radius: 6px;
	border: 1px solid #666;
}




UL.buttons {
    padding: 0;
    margin: 0;
    padding-left: 40px;
}

UL.buttons LI {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 120px;
    float: left;
    text-align: center;
    height: 174px;
    position: relative;
}

UL.buttons LI A {
}

UL.buttons LI DIV.play, .single_snippet DIV.play {
    border: 0;
    height: 100px;
    width: 100px;
    background-image: url('../_img/button.png');
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

UL.buttons LI FORM {
	display: none;
	position: absolute;
	top: 3px; 
	right: 3px;
	z-index: 10;
}

UL.buttons LI:hover FORM {
	display: inline;
}

UL.buttons LI A, DIV.single_snippet SPAN {
    font-weight: bold;
    font-size: 14px;
    color: #eee;
    outline: 0;
}

SPAN.tags {
	font-size: 10px;
	font-weight: normal;
}

UL.buttons LI SPAN.tags A, DIV.single_snippet SPAN.tags A{
    color: red;
	font-size: 10px;
	font-weight: normal;
}


/* page nav */

DIV.page_navigation {
	width: 600px;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
}

DIV.page_navigation A, DIV.page_navigation SPAN {
	padding: 2px 6px;
	border: 1px solid #666;
	margin: 0px;
	line-height: 20px;
}

DIV.page_navigation A:hover {
	background-color: #ccc;
	text-decoration: none;

}



/*
	ERRORS
*/
.telluser_error {
	color: #AF151B;
	background-color: #FFFFCF;
	border: 1px solid #AF151B;
	padding: 4px;
	margin: 1px 0;
	margin-bottom: 10px;
}

.telluser_ok {
	color: #357F0F;
	background-color: #DFFFCF;
	border: 1px solid #357F0F;
	padding: 4px;
	margin: 1px 0;
	text-align: center;
}


/* tags */
      UL.tagcloud {padding:0px;text-align: center;}


	    UL.tagcloud LI {
            list-style-type: none;
            display: inline;
            padding: 2px;
            background:none transparent !important;
            line-height: 16px;
            }
            UL.tagcloud LI SPAN {display: none;}
            UL.tagcloud LI.level1 a {color:#8F0808 !important;font-size: 9px;}
            UL.tagcloud LI.level2 a {color:#AF1515 !important;font-size: 11px;}
            UL.tagcloud LI.level3 a {color:#BF2323 !important;font-size: 12px;}
            UL.tagcloud LI.level4 a {color:#CF2626 !important;font-size: 14px;font-weight:700;}
            UL.tagcloud LI.level5 a {color:#DF0000 !important;font-size: 18px;font-weight:700;}
            UL.tagcloud LI.level6 a {color:#FF0000 !important;font-size: 20px;font-weight:100;}
            UL.tagcloud LI.level7 a {color:#FF0000 !important;font-size: 22px;font-weight:700;}


/* volume slide */
DIV#vol_slider {
	position: absolute;
	width: 118px;
	height: 20px;
	top: 63px;
	right: -1px;
	background: black;
	border-radius: 6px;
	border: 1px solid #666;
	padding: 2px;
}


/* mute message */
P#mute_message {
	background-color: rgba(255, 200, 200, .8);
	width: 340px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #e11;
	position: absolute;
	left: 50%;
	z-index: 100;
	border: 2px solid #e11;
	padding: 10px;
	border-radius: 10px;
}


