*, html,body { margin: 0; padding: 0; }
body {
	background: #333333;
	color: #eeeeee;
	font-family:Tahoma,Verdana,Arial;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}

img {
	border:0;
}

div.welcome {
	background: #333;
	color: white;
	border-bottom: 1px solid #333333;
	padding: 2px;
}

ul.nav {
	background-color:#ffcc00;
	border-bottom:1px solid #666666;
	display:block;
	margin:0;
	text-align:center;
}

ul.nav li
{
	background-color: #ffffcc;
	border: 1px solid #666666;
	display:inline;
	list-style-type:none;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 1.2em;
}

ul.nav a
{
	color:#0099ff;
	text-decoration:none;
}

ul.nav a:visited
{
	color:#0099ff;
}

ul.nav a:hover
{
	text-decoration:underline;
}

table.table
{
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:98%;
}
table.table th, table.table td {
	padding: 3px;
}

a:link, a:visited, a:active {
	color: #0099ff;
	text-decoration: none;
	font-size: inherit;
}

div.container a:hover {
	text-decoration: underline;
}

div#page_header {
	margin: 0;
	background: #880000 url("images/header_bg.png") repeat-x;
	height: 88px;
	color: white;
	text-align: center;
}

div#page_footer {
	margin-top: 10px;
	text-align: center;
}

#left
{
	float:left;
	width:190px;
	padding:.5em;
        
}

#middle
{
	background-color:#e0e0e0;
        margin-left: 230px; 
        margin-top:.5em;
	padding:.5em;
	border:1px solid black;
        
}





div.container {
	background-color: #eeeeee;
	color: black;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

input.input, textarea.input {
	width: 100%;
}

div.container div.i, div.container div.t {
	width: 90px;
	float:left;
	padding: 20px 3px 3px 20px;
	text-align: center;
	white-space: nowrap;
}

div.container div.file {
	background: url("images/file.png") center center no-repeat;
}

div.container div.folder {
	background: url("images/fold_big_icon.png" ) center center no-repeat;
}

div.container div.folder_locked {
	background: url("images/fold_lock_big_icon.png" ) center center no-repeat;
}

div.container div.t div.thumb {
	height: 90px;
}

div.container#downloads div.t div.thumb {
	height: 40px;
}

div.container label {
	font-weight: bold;
}
div.container div#sidebar
{
	width: 19%;
	float: right;
	padding: 3px;
}

div.container div#sidebar table {
	width: 100%;
}

div.container div#sidebar table#calendar td {
	text-align: right;
}

span.calendar_date {
	color:red;
}

div.container div#sidebar div#avatar {
	text-align: center;
}

span.quote {
	font-weight: bold;
	margin-left: 2%;
}

div.quote div {
	padding: 2px;
	background: white;
	width: 93%;
	margin: 0 auto 0 auto;
	border: 1px solid black;
}

span.postdetails, span.postoptions {
	display: block;
	text-align: center;
	font-size: smaller;
}

div.commentdetails {
	display: block;
}

div.commentdetails span.author {
	font-weight: bold;
}

div.commentdetails span.date {
	font-size: smaller;
}

input, textarea {
	border: 1px solid black;
}

.box
{
	background-color:#e0e0e0;
	border:1px solid #555555;
	margin-bottom:1em;
	width:100%;
}

.box_header
{
	background-image:url(./images/header_gradient.png);
	border-bottom:1px solid #555555;
	color:black;
	font-size:1.5em;
	font-weight:700;
	height:24px;
	line-height:24px;
	text-align:center;
	width:100%;
}

.box_content
{
	color:black;
	margin:0.5em;
	overflow:hidden;
	text-align: left;
}

.box_content a
{
	color:black;
	text-decoration:underline;
}

.box_content p
{
	border-bottom:1px dotted #555555;
	color:black;
	padding-bottom:0.5em;
}

.box_footer
{
	background-color: #fff57a;
	border-top:1px solid black;
	height:1em;
}

.box_content a:hover
{
	text-decoration:underline;
}

.box_content hr
{
	border:0;
	border-top:1px dotted #555555;
	height:1px;
	padding-bottom:.3em;
}

th, td.header,div.header
{
	background-color: #ffcc00;
	background-image:url(./images/header_gradient.png);
	background-repeat:repeat-x;
	border:1px solid #555555;
	color:black;
	font-weight: bold;
	text-align: center;
}

div.header {
	width: 98%;
	margin: 0 auto 0 auto;
	padding: 5px;
}

.tablelight, .light
{
	background-color: #eee;
	border:1px solid #555555;
	border-collapse:collapse;
	color:black;
}

.light2
{
	background-color: #eee;
	border:0px solid #555555;
	border-collapse:collapse;
	color:black;
}

.tabledark, .dark
{
	background-color:#e0e0e0;
	border:1px solid #555555;
	color:black;
}

div.tablelight, div.light, div.tabledark, div.dark {
	width: 98%;
	margin: 0 auto 0 auto;
}

td.footer, div.footer
{
	background-color: #fff57a;
	border:1px solid #555555;
	color:black;
	font-weight:700;
	font-size:.6em;	
}

div.footer
{
	text-align:center;
	padding: 5px;
	width: 98%;
	margin: 0 auto 1em auto;
}

div.light, div.dark, div.footer {
	padding: 5px;
}

div.padmsg {
	text-align: center;
	padding: 30px;
}

div.postheader, th.postheader {
	font: 18px Arial, Sans-serif;
	color: black;
	height:40px; /* This height should match up with the blog settings in the AdminCP. Posting icons go here. */
	text-align:center;
	vertical-align:middle;
	margin: 0px -2px 4px -5px;
	padding: 0px 4px 0px 45px;
	border: 1px solid #555555;
	border-right: 3px double #555555;
}

div.postheader a {
	color:black;
}