/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #111;
	color: #BBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(img/kobe_bryant_stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #000;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 130px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	border: 3px solid #444;
	border-top: none;
	position: relative 
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 64%;}
.main .right {width: 36%;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}

/* content elements */
.content h1 {
	background: url(img/kobe_bryant_bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: none;
}

.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #191919 url(img/kobe_bryant_nav.gif);}
.nav a {
	background: #191919 url(img/kobe_bryant_nav.gif);
	border-right: 1px solid #161616;
	color: #E9E9E9;
	text-decoration: underline;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(img/kobe_bryant_nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px; color: #fff;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/kobe_bryant_li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 1% 1% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

#c5t_body {
    margin:0 auto;
    background-color:#303030;
    text-align:left;
	font-size: 11px;
}

#c5t_body a:link,
#c5t_body a:visited,
#c5t_body a:active {
    text-decoration:none;
    color:#E9E9E9;
}

#c5t_body a:hover {
    color:#BBBBBB;
    text-decoration:underline;
}
#c5t_bodycontent{
    text-align:left;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
.c5t_system {
    padding:10px;
    width:800px;
    margin-bottom:10px;
    border:1px solid #444;
    background-color:#303030;
}

.c5t_debug {
    padding:10px;
    margin-bottom:10px;
    border:1px solid #444;
    background-color:#303030;
}

.c5t_comment_form_background {
	padding:0px;
	background-color:#303030;
	margin-top:40px;
    border:0px solid #444;
	width:100%;
}

.c5t_comment_form_table {
    width:100%;
    padding:0px;
	background-color:#303030;
}

.c5t_comment_form_field input,
.c5t_comment_form_field select,
.c5t_comment_form_field textarea {
    width:260px;
	background-color:#FFFFFF;
    font-size:1em;
}

.c5t_comment_form_field input,
.c5t_comment_form_field select{
	height:18px;
}

.c5t_comment_form_label {
    vertical-align:top;
    width:100px;
}

.c5t_comment_list {
    margin-bottom:10px;
}

.c5t_comment_item_background {
	padding:8px;
	background-color:#303030;
	margin-top:30px;
    margin-bottom:10px;
    border:1px solid #444;
}

.c5t_comment_item {
    padding:5px;
	background-color:#303030;
	overflow:auto;
}

.c5t_comment_item_details {
    font-size:100%;
	margin-top:20px;
	color: #E6E6E6;
}

.c5t_comment_item_text {
    margin-top:10px;
    margin-bottom:10px;
}

.c5t_comment_form_submit input {
    margin-top:20px;
}

.c5t_headline {
    font-size:100%;
}

.c5t_comment_item_title {
	font-weight:bold;
	color:#FFFFFF;
}

.c5t_error_message {
	color:#FFCC00;
}

.c5t_error_message_item {
	padding-bottom:10px;
}

.c5t_installation_form {
	margin-bottom:30px;
}

.c5t_installation_form legend {
	font-weight:bold;
}

.c5t_installation_form_label {
	font-weight:bold;
	width:160px;
}

.c5t_frontend_pagination {
	margin:15px 0 15px 0;
}

.c5t_frontend_pagination a {
	border:1px solid #444;
	padding:3px 10px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

.c5t_frontend_pagination span {
	border:1px solid #444;
	padding:3px 10px;
	text-decoration:none;
	font-weight:bold;
}

.c5t_frontend_pagination form {
	display:inline;
}
.c5t_frontend_pagination input {
	cursor:pointer;
	border:1px solid #444;
	padding:2px 10px;
	text-decoration:none;
	font-weight:bold;
	color:#BBB;
	background-color:#303030;
}


.c5t_link_button {
	margin:15px 0 35px 0;
}

.c5t_link_button a {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-weight:bold;
}

.c5t_link_button a:hover {
	border:1px solid #444;
	padding:3px 10px;
	text-decoration:none;
	font-weight:bold;
	color:#BBB;
	background-color:#303030;
}

input[type="submit"] {
    background-image:url(./image/button_background_large.gif);
    border:1px outset #FFF;
    color:#000000;
    text-decoration:none;
    padding:2px 4px;
}

input[type="submit"]:hover {
        border:1px inset #FFF;
}

.c5t_link_submit_button a:link,
.c5t_link_submit_button a:visited {
    background-image:url(./image/button_background_large.gif);
    border:1px outset #FFFFFF;
    color:#000000;
    text-decoration:none;
    padding:3px 5px;
}

.c5t_link_submit_button a:hover,
.c5t_link_submit_button a:active {
    border:1px inset #444;
}

#c5t_language_selector {
    text-align:right;
    margin-bottom:25px;
}

#c5t_language_selector a {
    margin-left:5px;
}