/* undo some default styling of common (X)HTML browsers
 --- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul, ol { list-style: none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1, h2, h3, h4, h5, h6, pre, code, td { font-size: 1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, label, div, dd, dt, dl, table, tr, td { margin: 0; padding: 0; }

/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border: none; }


/* global stuff
 --- */

body {
	font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
	/*background:#140b43;*/
	color: #FF6600;
	}

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

a:active, a:hover {
	color: #FFCC00;
}

a:link {
text-decoration: none;
color: #FF6600;
}

a:visited {
color: #FF6600;
text-decoration:none;
}

th {
    text-align: left;
}
p, blockquote, ul, ol {
	margin-bottom: 12px;
	}

input, textarea, select {
	border: 1px solid #999;
	font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	background: #fff;
	}

input.button {
	background: #FF6600;
	border: 0px outset #FF6600;
	color: #fff;
	}

input.button:hover{
    background: #FFCC00;
}

/* layout
 --- */

#wrapper {
	margin: 0 auto;
	width: 1224px;
	text-align: left;
	}

#wrapper2 {
	float: left;
	width: 1226px;
	background:#140b43;  top right no-repeat;
	margin: 0;
	}

#header {
	height: 120px;
	width: 954px;
	padding: 10px 6px;
	margin-top: 5px;
	float: left;
	background:#140b43; top left no-repeat;
	color: #FF6600;
	}

#login {
	height: 120px;
	width: 248px;
	padding: 10px 6px;
	margin-top: 5px;
	margin-right: -2px;
	float: right;
	background:#140b43; top left no-repeat;
	color: #FF6600;
	}


#content {
	width: 965px;
	padding: 5px;
	float: right;
	margin-left: -1px;
	overflow: hidden;
	}

#sidebar {
	border-right: 1px dotted #cc9;
	width: 230px;
	height: 700px;
	padding: 5px;
	float: left;
	padding-top: 16px;
	}

#footer {
	background: #FF6600 bottom right no-repeat;
	color: #140b43;
	font-size: .75em;
	width: 1214px;
	padding: 10px 6px;
	float: left;
	margin-bottom: 5px;
	}

	#footer a {
		color: #fff;
		}

/* header styles
 --- */

#header h1 {
	font-size: 2.5em;
	margin-left: 5px;
	}

	#header a {
		color: #fff;
		}
	#header a:hover, #header a:active {
		text-decoration:none;
	}

	#header .description {
		font-size: .75em;
		color: #bbb;
		}

/* sidebar styles
 --- */

#sidebar h2 {
	color: #FF6600;
	text-transform: lowercase;
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
	}

#sidebar a {
	color: #FF6600;
	text-transform: lowercase;
	text-decoration: none;
	}

	#sidebar a:hover {
		color: #FFCC00;
        text-decoration: underline;
		}

/* content style
 --- */

h2.title {
	font-size: 1.7em;
	color: #FF6600;
	}
h2 {
    font-size: 1.em;
	color: #FF6600;
}

a:hover {
		color: #FFCC00;
        text-decoration: underline;
		}

div.meta {
	font-size: .7em;
	color: #FF6600;
	letter-spacing: 1px;
	text-transform: lowercase;
	}

	div.meta a {
		color: #FF6600;
    }

#fulltable {
  border-top:    1px dotted #cc9;
  border-bottom: 1px dotted #cc9;
  margin-bottom: 10px;
  width: 965px;
}

/* comments style
 --- */

h2.comments {
	font-size: 1em;
	}

#commentlist {
	font-size: .9em;
	}

	#commentlist li {
		border: 1px solid #999;
		padding: 5px;
		}

.author {
			background-color:#f6f6f6;
		}
		#commentlist li p cite {
			color: #888;
			}

			#commentlist li p cite a {
				color: #3a27c9;
				}

.feedback {
	text-align: center;
	font-size: .85em;
	margin-bottom: 10px;
	}

/* footer style
 --- */

#footer p {
	margin: 0;
	text-align: center;
	font-size: 18px;
	}

#credits {
	display: none;
	}

/* page tabs
 --- */

#tabs {
	margin: -5px 0 10px -4px;
	padding: 0;
	float: right;
	font-size: 18px;
	}

	#tabs li {
		height: 20px;
		background: #FF6600 bottom left no-repeat;
		color: #fff;
		float: left;
		margin-right: 1px;
		padding: 0 0 0 8px;
		text-transform: lowercase;
		font-size: .8em;
		}

	#tabs a {
		display: block;
		float: left;
		height: 20px;
		padding: 0 8px 0 0;
		background: #FF6600 bottom right no-repeat;
		color: #fff;
		text-decoration: none;
		}

	#tabs li.current-cat {
		background: ##FFCC00 bottom left no-repeat;
		color: #000;
	}

	#tabs li.current-cat a {
		background: #FFCC00 bottom right no-repeat;
		color: #c45050;
	}

	#tabs a:hover {
		color: #FFCC00;
		}

/* categories on sidebar */

li#categories ul {
	font-size: 10px;
	}

	li#categories ul ul {
		margin-left: 5px;
		}

li#categories a {
	font-size: 13px;
	}

.small {
  font-size:12px;
}

table {
    color: #FF6600;
    font-size: 13px;
}

startpage {
    background: #FFCC00
}
