/*
Template name: Blackbox
Template URI: http://templates.arcsin.se/blackbox-website-template/
Release date: 2006-06-01
Description: A mystic dark lightweight design.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}
body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #555;
	font: normal 0.7em sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
}

div.main ul {
	margin: 12px 0;
}
div.main li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}

ul.nav-header {
        display: block;
        text-align: center;
        padding-top: 12px;
}

ul.nav-header li {
        display: inline;
}

ul.nav-header li a {
        display: inline;
	font: normal 1.6em Tahoma,sans-serif;
        padding-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px;
}

ul.nav-header li a:hover {
        text-decoration: underline;
}

/* main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 10px auto 4px auto; 
	text-align: left;
	width: 600px; 
}


/* header */
.gfx {
	background: #222;
	height: 192px;
        overflow: hidden;
}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* menu */
.menu {
        padding-left: 0px;
        padding-top: 0px;
}

.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #444;
	float: left;
	font-size: 1.2em;
	padding-top: 4px;
	height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	border-right: none;
}

.menu ul {
        display: block;
        padding-left: 0px;
        padding-top: 0px;
        margin-left: 0px;
        margin-top: 0px;
}

.menu ul li {
        display: inline;
        padding-left: 0px;
        padding-top: 0px;
        margin-left: 0px;
        margin-top: 0px;
}

.menu ul li a {
        padding-right: 15px;
        padding-left: 5px;
}

/* content */
.content {
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content h1 {
	color: #666;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}


/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	padding: 5px;
} 
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #444;}
.footer .right a:hover {color: #999;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

body div.main div.menu {
        overflow: hidden;
        /* height: 41px; */
}

body div.main div.menu h2{ padding-top:8px}
body div.main div.menu p{padding-bottom:6px}


body div.main div.menu .ccm-page-list h3 a{
	font-weight:normal; 
	font-size: 13px;
	padding-left:5px;
	padding-right:15px;	
}
body div.main div.menu .ccm-page-list .ccm-page-list-description{
	display:none;
}

body div.main div.menu ul {
        margin-top: 0px;
}

body.left_sidebar .main .content .menu  {
        float: left;
        height: 100%;
}

body.left_sidebar .main .content .item  {
        float: right;
        width: 430px;
}

body.left_sidebar .main .content .menu ul {
        display: block;
}

body.left_sidebar .main .content .menu ul li {
        display: block;
        clear: left;
}

body.left_sidebar .main .content .menu ul li a {
        width: 129px;
}

div.footer {
        width: 590px;
        clear: left;
}
