@charset "UTF-8";

/* Main styles */
body {
	background-color: black;
	font-family: verdana, geneva, lucida, arial, helvetica, sans-serif;
	font-size: .85em;
	min-width: 960px; /* Because the navbar gets fucked up on small resolutions */
}

#content-area {
	width: 79em;
	background-color: #C6D4EF;
	border: 0;
	height: 100%;
	margin: 0 auto;
	padding-left: 1em;
	padding-right: 1em;
}
#wrapper {
	border: 0;
	width: 100%;
	height: 100%;
}
.banner {
	text-align: center;
	padding-bottom: 1em;
}
.banner img {
	border: none;
}

#left-sidebar {
	float: left;
	width: 10em;
	margin-right: 1em;
}

#main-content {
	float: left;
	width: 68em;
}


/* Article styles */
.blocksleft {
	float: left;
	width: 100%;
	border: 1px solid #0B198C;
	background-color: #A0ACC1;
}
.blocksright {
	float: left;
	width: 100%;
	border: 1px solid #0B198C;
	background-color: #A0ACC1;
}
.block {
	background-color: #A0ACC1;
	border: 1px solid #D1D1E1;
	border-bottom: none;
	padding-bottom: 1em;
}

.blockheader {
	background-color: black;
	font-weight: bold;
	font-size: .9em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .25em;
	padding-bottom: .25em;
	border-bottom: 1px solid #D1D1E1;
	color: white;
}
.blockheader a {
	color: white;
	text-decoration: none;
}
.blockheader a:hover {
	text-decoration: underline;
}
.blockcontent {
	padding-left: 1em;
	padding-right: 1em;
}

.columnheader {
	background-color: #738FBF;
	color: white;
	font-weight: bold;
	text-align: center;
	border: 1px solid #D1D1E1;
	border-bottom: none;
	font-size: 1.20em;
	padding: .5em;
}
.columnheader a {
	color: white;
	text-decoration: none;
}
.columnheader a:hover {
	text-decoration: underline;	
}

.navitem {
	border-bottom: 1px solid #333333;
	color: white;
	font-size: .8em;
	font-weight: bold;
	padding-bottom: .3em;
	padding-top: .3em;
}

#channel_dropdown {
	float: left;
}

#trackback {
	float: right;
}

.clear {
	clear: both;
	margin-top: 1em;
}
.footer {
	text-align: center;
	padding: 1em;
	color: white;
}
.footer a {
	color: white;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.whitebox {
	border: 1px solid #D1D1E1;
	padding: .25em;
}
.poweredbyicons {
	margin-top: 1em;	
	text-align: center;
	margin: 0 auto;
}
.edittag {
	padding-left: 1em;	
}


/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	font-size: 1em;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #A0ACC1;
	border: 1px solid #FFF;
	font-size: .8em;
	padding: 4px;
	color: white;
}
table.tablesorter thead tr .header {
	/* background-image: url(/js/tablesorter/themes/blue/bg.gif); */
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	font-size: .7em;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/js/tablesorter/themes/blue/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/js/tablesorter/themes/blue/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #738FBF;
}


input.error {
	border: 2px solid red;
}


