body {
	background: #000000;
	color: #ff3333;
	font-family: arial, verdana, helvetica, serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

div {
    padding: 0;
    margin: 0;
}
a, a:visited {
    color: #ffbbbb;
}
a:hover, a:active {
    color: #ffffff;
}

.small {
	font-size: 90%;
}

.clear {
	color: #ff5555;
}

#frame {
    margin: 0px auto;
    width: 800px;
}

#header {
    height: 89px;
    width: 800px;
    z-index: 0;
    background: #000000 url("img/head.gif") top left no-repeat;
}
#header img {
    border: 0;
}
#header h1 {
    display: none;
}


/* -----------------------------  nav ----------------------------- */

#nav {
    float: left;
	width: 150px;
    z-index: 0;
    padding-top: 15px;
}

#nav ul {
    padding: 0;
    margin: 4px 0 0 0;
    list-style-type: none;
}

#nav ul li {
    padding: 0;
    margin: 0;
    text-align: left;
	font-weight: bold;
	font-weight: 110%;
	margin: 0px 0px 4px 0px;
}

#nav ul li a:link, #nav ul li a:visited {
    display: block;
    height: 15px;
    padding: 3px 0px 2px 10px;
    border: 1px solid #ff0000;
    text-decoration: none;
}

#nav ul li a:hover, #nav ul li a:active, #nav ul li .cmf-menu-selected {
    border: 1px solid #ffffff;
}

#nav ul li .cmf-menu-selected {
	display: block;
    height: 15px;
    padding: 3px 0px 2px 10px;
    border: 1px solid #ff0000;
	background-color: #FF0000;
	color: #FFFFFF;
    text-decoration: none;
}

#nav ul li li {
    padding: 0;
    margin: 0;
    text-align: left;
	margin: 0px 0px 4px 15px;
}

#nav ul li li a:link, #nav ul li li a:visited {
    display: block;
	font-weight: bold;
    height: 15px;
    padding: 2px 0px 2px 10px;
    border: 1px solid #000000;
    text-decoration: none;
}

#nav ul li li a:hover, #nav ul li li a:active, #nav ul li li .cmf-menu-selected {
    border: 1px solid #ffffff;
}

#nav ul li li .cmf-menu-selected {
	display: block;
	height: 15px;
	font-weight: bold;
    padding: 4px 0px 2px 10px;
    border: 1px solid #ff0000;
	background-color: #FF0000;
	color: #FFFFFF;
    text-decoration: none;
}

#navspacer {
	clear: left;
}




/* -----------------------------  content ----------------------------- */

#content {
    float: right;
    width: 600px;
    margin: 10px 0px 50px 0;
    padding: 0;
	line-height: 130%;
}

#content {
    padding: 0 15px 0 0;
}

#content p, #content td, #content li, #content blockquote {
    font-size: 13px;
	font-family: arial, verdana, helvetica, serif;
}

#content a, #content a:visited {
    color: #ffbbbb;
}

#content a:hover, #content a:active {
    color: #ffffff;
}

#content h2 {
    color: #ffffff;
    font-size: 20px;
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 5px;
}

#content h3 {
    color: #ffffff;
    font-size: 16px;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#content h4 {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}


#content hr {
    border-top: 1px solid #ff0000;
    border-bottom: 0px solid #000000;
    border-left: 0px solid #000000;
    border-right: 0px solid #000000;
    color: #ff0000;
    background-color: #000000;
    height: 2px;
	margin: 5px 0px 5px 0px;
}

#content ul {
    border: 0px none; 
    list-style-position: inside;
    list-style-type: square;
}
#content ul.list {
    float: left;
    width: 230px; 
    margin: 0 15px 15px 15px;
    padding: 0px;
}
#content li {
    padding: 0;
    margin: 0;
}
#content .box {
    text-align: center;
    border: 1px solid #660000;
    margin: 5px auto;
    width: 50%;
    padding: 5px 15px 5px 15px;
    background-color: #330000;
}
#content pre {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: Courier New, Courier, mono; 
    border: 1px solid #FFEEBB;
    padding: 15px 15px 15px 15px;
    background-color: #FFFFCC;
    line-height: 150%;
    width: 470px;
    font-size: 11px;
    overflow: auto; 
}



/* -----------------------------  bottom box ----------------------------- */

#footer {
    clear: both;
    text-align: center;
    font-size: 90%;
    color: #ff6666;   
	padding-top: 5px;
	margin-bottom: 20px;
}
#footer a, #footer a:visited {
    color: #ff6666;
    text-decoration: none;
}

#footer a:hover, #footer a:active {
    color: #ffffff;
    text-decoration: none;
}


/**********************************/
/* #warning (sub div of #content) */
/**********************************/
.warning {
	color: #F07974;
    font-style: italic;
}
div.warning h1, div.warning h2, div.warning h3, div.warning h4, div.warning h5, div.warning h6 {
	font-weight: bold;
	font-family: Myriad, "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	color: #F03934 !important;
}


/**********************************/
/* blocks                         */
/**********************************/
pre {
	width: 98%;
}
code, .code, pre { 
    font-family: Courier New, Courier, mono; 
    /* color: #5E7385; */
    border-color: #8b9fad; 
    background-color: #F5F9FC; 
    border-style: solid; 
    border-width: 1px; 
    padding: 3px; 
    margin: 0;
    font-size: 12px;
	overflow: auto;
}
span.code {
    padding: 1px;
}
.box { 
    border-color: #FFEEBB; 
    border-style: solid; 
    border-width: 1px; 
	padding: 5px; 
	margin: 5px; 
	width: 70%; 
}


/**********************************/
/* CMF : tables                   */
/**********************************/
table.cmf-list {
}
table.cmf-highlight tr td:hover {
    border: #8b9fab solid 1px;
}


td.cmf-top { 
    color: #ffffff; 
    background-color: #ff0000; 
}
td.cmf-nav { 
    color: #ff0000; 
    background-color: #000000; 
}
td.cmf-line { 
    color: #ff0000; 
    background-color: #000000; 
}
td.cmf-linesep { 
    color: #ff0000; 
    background-color: #000000; 
}
td.cmf-line1 { 
    color: #ff0000; 
    background-color: #000000; 
}
td.cmf-line2 { 
    color: #ff0000; 
    background-color: #330000; 
}

td.cmf-right {
    color: #ff0000; 
}
span.cmf-compulsory {
    color: #FF9999;
}
td.cmf-left {
    color: #ff0000; 
}
td.cmf-break { 
    color: #ff0000; 
    background-color: #000000; 
    border-bottom: #ff0000 solid 1px;
}
td.cmf-sep { 
    color: #ff0000; 
    background-color: #000000; 
}
td.sep h4 {
    background-color: #000000; 
}
td.cmf-bottom {
    color: #ff0000;
}


/**********************************/
/* CMF : forms                   */
/**********************************/
form.cmf-form input, form.cmf-form select, form.cmf-form textarea, a.cmf-actionbutton,  select { 
    color: #ff0000;
	background-color: #000000; 
	border: 1px solid #ff0000; 
} 


form.cmf-form input.cmf-submit, form.cmf-form input[type=submit], form.cmf-form button, a.cmf-actionbutton { 
    color: #ffffff;
	background-color: #ff0000; 
	/*border: 1px solid #ffffff; */
	border: 1px solid #000000; 
} 

a.cmf-actionlink, a.cmf-actionlink:visited { 
    font-weight: bold;
	color: #ff0000 !important;
	background-color: #000000; 
	border: 1px solid #ff0000; 
	text-decoration: none;
} 
a.cmf-actionlink:hover, a.cmf-actionlink:active { 
    color: #ffffff !important;
	background-color: #ff0000; 
	border: 1px solid #ff0000; 
	text-decoration: none;
} 
/**********************************/
/* CMF : meessages                */
/**********************************/
.cmf-actiondiv {
}

.cmf-messages {
    color: #669966; 
    border: 1px solid #bfbfbf; 
}
.cmf-errors {
    color: #CC6666; 
    border: 1px solid #bfbfbf; 
}
.cmf-confirmation {
    border: 1px solid #bfbfbf; 
}
.cmf-confirmationbuttons {
}
.cmf-confirmationbuttons a.cmf-actionbutton {
}
.cmf-confirmationbuttons input {
}
.cmf-confirmationtitle {
}
.cmf-confirmationbox {
}




/* -----------------------------  gallery  ----------------------------- */
.cmf-gallery-legend {
	font-size: 100%;
}
.cmf-gallery-credits {
	font-size: 85%;
	font-style: italic;
}
.cmf-gallery a img {
	border: 1px solid #660000;
}
.cmf-gallery a:hover img {
	border: 1px solid #ffffff;
}


/* -----------------------------  news  ----------------------------- */
.cmf-newss .cmf-news {
    border: 1px solid #660000;
    margin: 2px 0px 20px 0px;
    padding: 10px 10px 10px 5px;
    background-color: #330000;
}
.cmf-news-info {
    margin-top: 3px;
    font-style: italic;
}
.cmf-news-header {
    margin-top: 3px;
}
.cmf-news-text {
    margin-top: 3px;
}
.cmf-news h3 {
    margin: 1px 0px !important;
    padding: 1px 0px !important;
}


/* -----------------------------  forum  ----------------------------- */
.cmf-comments {
    margin: 10px 0px 0px 0px;
}
.cmf-comment {
    margin: 2px 0px 8px 0px;
}
.cmf-comment-title {
    font-weight: bold;
}
.cmf-comment-text {
    padding: 3px 5px 3px 5px;
	border: 1px solid #FFEEBB;
	font-size: 95%;
	background-color: #ffffcc;
}
.cbmf-comment-info {
    color: #663300;
	margin: -4px 0px 0px 0px;
	font-size: 55%;
}
.cmf-comment-author {
    font-weight: bold;
}
.cmf-comment-links {
	margin-right: 0px;
	margin-top: -4px;
}
.cmf-comment-links a {
	text-decoration: none;
}
.cmf-comment-children .cmf-comment-title {
}
.cmf-comment-children {
	margin-bottom: 10px;
}
.cmf-comment-togglethread {
	padding: 0px 2px 0px 2px;
	margin-right: 3px;	
}
.cmf-comment-togglethread:hover, .cmf-comment-links a:hover {

}
.cmf-comment-picturepreview {
	text-align: right;
}
.cmf-comment-picturepreview a span {
	padding-right: 5px;
	display: none;
}
.cmf-comment-picturepreview a:hover span {
	margin-top: -20px;
	display: block;
}
.cmf-comment-threads .cmf-comment {
	background-color: #ffffcc; 
	border: 1px solid #FFEEBB;
}
.cmf-comment-threads .cmf-comment:hover {
	background-color: #ffffdd; 
}
.cmf-comment-threads .cmf-comment-hidden:hover {
	background-color: #ffffdd; 
}
.cmf-comment-flag {
	color: #ff7385;
}


/* -----------------------------  cds  ----------------------------- */
.cmf-cds {
}

.cmf-cd-item {
	border-bottom: 1px solid #993333;
	margin-bottom: 10px;
}

.cmf-cd-title {
}

.cmf-cd-image {
	float: right;
	margin: 0px 0px 15px 10px;
}

.cmf-cd-info {
	font-style: italic;
}

.cmf-cd-text {
}

.cmf-cd-tracks {
	font-size: 85%;
	padding-left: 10px;
	border-left: 1px solid #663333;
}


/* -----------------------------  mp3s  ----------------------------- */
div.cmf-mp3s {
}
div.cmf-mp3 {
	margin: 0px 0px 10px 0px; 
	padding: 0;
	text-align: left; 
}
div.cmf-mp3-title {
}
div.cmf-mp3-text {
	margin: 0 0 5px 0;
}
div.cmf-mp3-clear {
	clear: both;
}
div.cmf-mp3-image img {
	display: none;
}

div.cmf-mp3-play {
	width: 90px;
	float: right;
	padding: 0px 0px 5px 10px;
	text-align: center;
}
div.cmf-mp3-play a {
	display: block;
	padding: 3px 5px;
	margin-top: 3px;
	border: 1px solid #ff0000;
	text-decoration: none;
	font-weight: bold;
}
div.cmf-mp3-play a:hover {
	/*background-color: #ff0000;*/
	border: 1px solid #ffffff;
}
div.cmf-mp3-info {
	display: block;
	padding: 0px 0px 5px 10px;
	margin-top: 3px;
	font-size: 85%;
	color: #bb0000;
	float: left;
	border-top: 1px solid #660000;
	width: 100%;
}

.cmf-mp3-info-file, .cmf-mp3-info-birate, .cmf-mp3-info-sampling, .cmf-mp3-info-mode, .cmf-mp3-info-length {
	float: left;
	margin-right: 10px;
}
.cmf-mp3-info-length {
	font-weight: bold;
}