/* 
 * Style CSS
 *
 * Orange Color(bright): #ffa906
 * Burnt Orange Color: #cc7600
 */
 
#header {
	color: #ffffff;
	}
	
#navigation {
	text-transform: uppercase;
	}

#container {
	background-color: #333333;
	border: 1px solid #1c1e1f;
	}

#logo {
	margin-left: 50px;
	padding-top: 20px;
	}

#logo a {
   text-decoration: none;
   color: #ffffff;
	}

#logo span {
	color: #cc7600;
	}

#logo h1 {
	font-size: 3em;
	}

#navigation ul {
	border-top: 1px solid #1c1e1f;
	border-bottom: 1px solid #1c1e1f;
	height: 35px;
	text-align: center;
}

#navigation ul li {
	display: inline;
	line-height: 35px;
	padding-right: 10px;
	padding-left: 10px;
	}

#content {
	}

#footer {
	border-top: 1px solid #1c1e1f;	
	padding: 5px;
	padding-left: 15px;
	font-size: 0.8em;
}

.right {
	text-align: right;
	float: right;
}

.torrentbox {
    padding: 0 4px 0 4px;
    margin: 5px 5px 20px 15px;
    border: 1px solid #a9a9a9;
}

.torrentbox table th {
    padding: 4px 0 2px 0;
    margin: 0;
    font: 0.9em Sans-Serif;
    border-bottom: 1px solid #cc7600;
    color: #cc7600;
}

.torrentbox table tr.odd {
    background-color: #454545;
}

.torrentbox table tr.even {
    background-color: #606060;
}

.torrentbox table tr:hover td {
	background: #cc7600;
	color: #000000;
}

.post {
	padding: 0 4px 0 4px;
	margin: 5px 5px 20px 15px;
	font: 1.0em Sans-Serif;
	background: #1c1e1f;
	border: 1px solid #a9a9a9;
	}
	
.post h2 a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.post h2 {
	padding: 4px 0 2px 0;
	margin: 0;
	font: 1.6em Sans-Serif ;
	border-bottom: 1px solid #cc7600;
	color: #cc7600;
	}
	
.post h3 {
	padding: 0 0 0 0px;
	margin: 0 0 3px; 0;
	font: 0.7em Sans-Serif;
	color: #a5a5a5;
}

.post pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
    border: 2px dotted #cc7600;
    padding: 5px 5px 5px 10px;
	font-family: "Courier New", Courier, "Lucida Console", monospace;
	overflow: auto;
	background-color: #666666;
    color: #D8D8D8;
}

.box {
	/*background-color: #000000;*/
	background-color: #333333;
	color: #a9a9a9;
	font: 0.9em Sans-Serif;
	padding: 0 4px 0 4px;
	margin: 4px 4px;
	border: 1px solid #1c1e1f;
	}
.box a {
	color: #a9a9a9;
	text-decoration: none;
	}	
	
.box h4 {
	font: 1.1em Sans-Serif;
	border-bottom: 1px solid #cc7600;
	color: #cc7600;
	}

.comment {
	/*background-color: #000000;*/
	background-color: #333333;
	color: #a9a9a9;
	font: 0.9em Sans-Serif;
	padding: 0 4px 0 4px;
	margin: 4px 4px;
	border: 1px solid #1c1e1f;
	}
.comment a {
	color: #a9a9a9;
	text-decoration: none;
	}	
	
.comment h3 {
	font: 1.1em Sans-Serif;
	border-bottom: 1px solid #cc7600;
	color: #cc7600;
	}	

.comment label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
	}

.submit-post {
	width: auto; 
	margin-left: 4.5em;
	margin-bottom: 10px;
	padding: 0 4px 0 4px;
	}
.submit-preview {
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0 4px 0 4px;
	}

.comment_odd {
	background-color: #1c1e1f;
	padding: 0 4px 0 4px;
	margin: 4px 4px;
	color: #a5a5a5;
	}	

.comment_odd a {
	color: #a5a5a5;
	text-decoration: none;
	}

.comment_odd a:hover {
	color: #e2e2e2;
}
.comment_even {
	background-color: #a5a5a5;
	padding: 0 4px 0 4px;
	margin: 4px 4px;
	color: #1c1e1f;
	}

.comment_even a {
	color: #1c1e1f;
	text-decoration: none;
	}

.comment_even a:hover {
	color: #e2e2e2;
}

.tag-cloud {
    text-align: center;    
    /*border: 1px solid #FFFF00;
    padding: 5px;
    background-color: #FFFFCC;*/
}

.tag-1 {
    font-size: 12px;
}

.tag-2 {
    font-size: 13px;
}

.tag-3 {
    font-size: 14px;
}

.tag-4 {
    font-size: 15px;
}

.tag-5 {
    font-size: 16px;
}

.tag-6 {
    font-size: 17px;
}
/* For large tag cloud 6 step */
.tag-7 {
    font-size: 18px;
}

.tag-8 {
    font-size: 19px;
}

body {
	background-color: #cccccc;
	background: url('/static/images/bg.jpg') repeat;
	font-family: sans-serif;
	font-size: 0.75em;
	color: #D8D8D8;
}

a {
	color: #a9a9a9;
	text-decoration: none;
}

a:hover {
	color: #e2e2e2;
}

ul {
	list-style: none;
}
/*
h2 {
	font-size: 1.2em;
	width: 100%;
	border-bottom: 1px solid #1c1e1f;
	margin-bottom: 10px;
	padding-bottom: 2px;
}
*/
 h2 {
	padding: 0 4px 0 4px;
	margin: 5px 5px 20px 15px;
	font: 1.6em Sans-Serif ;
	border-bottom: 1px solid #1c1e1f;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
}

