body {
	background: #192528 url(../img/bg_body.png) no-repeat right top;
	font: 0.84em/1.4 "Trebuchet MS", Arial, Verdana, sans-serif;
	color: white;
	overflow-y: scroll;
}

/* ----- Basic Layout ----------------------------------------- */

#pagecenter {
	width: 66em;
	margin: 0 auto;
}

#topPanel {
  margin: 1em 0 2em;
  padding-right: 1.4em;
}

#colmain {
	float: left;
	width: 44em;
}

#colside {
	float: left;
	width: 22em;
}

#colcontent {
	margin-top: 9em;
}

/* ----- Top  ------------------------------------------------- */

#mainNav {
	float: right;
	margin-right: 1em;
}

#mainNav li {
	float: left;
	margin: 0 1em;
}

#mainNav li a {
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  color: white;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0.1em 0;
	padding: 0.3em 1.5em;
	text-decoration: none;
	text-transform: uppercase;
}

#mainNav li a:hover,
#mainNav li a:focus,
#mainNav li a:active {
	background: transparent url(../img/bg_black.png) repeat 0 0;
}

/* --- Search --- */

#search {
	float: right;
}

#searchterm {
  background: transparent url(../img/bg_black.png) repeat  0 0;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  color: white;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0.1em 0;
	padding: 0.3em 0.5em;
	text-transform: uppercase;
}

#searchterm:hover,
#searchterm:focus {
  border: 1px solid white;
  border-width: 0.1em 0;
  margin: 0;
}

/* ----- forms ------------------------------------------------ */

input,
textarea {
  background-color: white;
  border: none;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #333333;
  padding: 0.5em;
}

/* ----- Post ------------------------------------------------- */

.post {
	position: relative;
	overflow: hidden;
	margin-bottom: 5em;
}

.postinfo {
	width: 6.6em;
	background: transparent url(../img/bg_black.png) repeat 0 0;
	float: left;
	margin-bottom: -999em;
	padding-bottom: 999em;
}

.postday {
	font-size: 3.3em;
	color: #0acdfd;
	display: block;
	line-height: 0.8;
	letter-spacing: -1px;
}

.postmonth {
	font-size: 1.6em;
	font-weight: normal;
	color: white;
	text-transform: uppercase;
	line-height: 0.9;
}

.postauthor,
.postcomments {
	color: #8eb5bf;
	text-transform: uppercase;
	line-height: 0.8;
}

.postcomments {
	position: absolute;
	bottom: 0;
}

.postcomment_num {
	font-size: 1.6em;
	display: block;
	color: white;
	line-height: 0.9;
}

.postcomments a {
	display: block;
	color: #8eb5bf;
	text-decoration: none;
}

.postcomments a:hover .postcomment_num,
.postcomments a:focus .postcomment_num,
.postcomments a:active .postcomment_num {
	color: #192528;
}


.postcontent {
	margin-left: 8.8em;
	padding-right: 2.2em;
}

/* --- Fullpost Specials --- */

.fullpost {
  margin-bottom: 0;
  
}

/* ----- Comments --------------------------------------------- */

#comments {
  overflow: hidden;
}

#currentComments {
  background: transparent url(../img/bg_black.png) repeat 0 0;
  margin-bottom: -999em;
  padding-bottom: 1002em;
  width: 6.6em;
}

#yourComment {
  padding-bottom: 3em;
  padding-top: 1em;
  width: 6.6em;
}

#currentComments span,
#yourComment span {
  display: block;
  line-height: 0.8;
  text-align: right;
  text-transform: uppercase;
}

#currentComments .number,
#yourComment .your {
  color: #0ACDFD;
  font-size: 3.3em;
  letter-spacing: -1px;
  text-transform: none;
}

.comment {
  margin-bottom: 2em
}

.commentLeft {
  float: left;
  text-align: right;
  width: 6.6em
}

#comments .commentLeft p {
  line-height: 1;
  margin-top: 0;
}

.commentLeft a,
.commentLeft img {
  display: block;
  float: right;
}

.commentLeft a:hover {
  background-color: transparent;
}

.commentRight {
  background: transparent url(../img/bg_black.png) repeat 0 0;
  float: left;
  padding-left: 2.2em;
  width: 35.2em
}

#comments .commentRight .date {
  color: #0ACDFD;
  line-height: 1;
  margin-top: 0;
  text-transform: uppercase;
}

.commentRight .date .time {
  color: #8EB5BF;
}

/* --- Comment Form -- */

#commentForm {
  background: transparent url(../img/bg_black.png) repeat 0 0;
  margin-bottom: 5em;
  padding: 1.5em 0;
}

#commentForm .input {
  margin-bottom: 1.5em;
}

#commentForm label {
  display: block;
  float: left;
  padding: 0.4em 0;
  text-align: right;
  text-transform: uppercase;
  width: 6.6em;
}

#commentForm .input input,
#commentForm .input textarea {
  margin-left: 2.2em;
  width: 20em;
}

#commentForm .input textarea {
  width: 32.5em;
}

#commentForm .submit {
  padding-left: 8.8em;
}

#commentForm .submit input {
  background: transparent url(../img/bg_black.png) repeat 0 0;
  color: white;
}

/* ----- colside ---------------------------------------------- */

#sidecontent {
  margin-top: 9em
}

#sidecontent > li {
	margin-bottom: 2px;
}

#sidecontent > li.open {
	background: transparent url(../img/bg_black.png) repeat 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sidecontent > li h2 {
	font-size: 1.3em;
	font-weight: normal;
	padding: 0.8em 1.1em; 	
	text-transform: uppercase;
}

.js #sidecontent > li h2 {
  padding: 0;
}

#sidecontent > li h2 a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 0.8em 1.1em;
}

#sidecontent > li h2 a:hover,
#sidecontent > li h2 a:focus {
	color: white;
	background: transparent url(../img/bg_black.png) repeat 0 0;
	border-radius: 3px
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


#sidecontent > li.open h2 a:hover,
#sidecontent > li.open h2 a:focus,
#sidecontent > li.open h2 a:active {
	background: none;
}

#sidecontent > li.open h2 a:focus {
	text-decoration: underline;
}

/* ----- democracy -------------------------------------------- */

.democracy {
	padding: 0 1.4em 1.4em 1.4em;
}

.democracy ul {
	margin: 1em 0;
}

.democracy li {
	margin: 0.2em 0;
}

.democracy li input {
	float: left;
}

.democracy li label {
	display: block;
	padding-left: 2em;
}

.democracy ul li a {
	text-decoration: none;
}

.dem-vote-button,
.dem-vote-link {
	background: transparent url(../img/bg_black.png) repeat 0 0;
	color: white;
	padding: 0.6em;
}

.dem-vote-button {
	border: none;
	cursor: pointer;
	font-size: 1em;
}


.dem-vote-button:hover,
.dem-vote-button:focus,
.dem-vote-button:active {
	color: #192528;
	background: white;
}

.dem-vote-link {
	text-decoration: none;
}

/* ----- shortarticles ---------------------------------------- */

ul#shortarticles {
	padding: 0 1.4em;
}

ul#shortarticles li {
	padding-bottom: 1.4em;
}

ul#shortarticles h3 a{
	text-decoration: none;
}

ul#shortarticles p.shortinfo {
	text-transform: uppercase;
	position:relative;
}

ul#shortarticles p.shortinfo .shortdate {
	color: #0acdfd;
}

ul#shortarticles p.shortinfo .shortauthor,
ul#shortarticles p.shortinfo .shortcomments {
	color: #8eb5bf;
}

ul#shortarticles p.shortinfo .shortcomment_num {
	color: white;
}

ul#shortarticles p.shortinfo a.shortcomments:hover,
ul#shortarticles p.shortinfo a.shortcomments:focus,
ul#shortarticles p.shortinfo a.shortcomments:active {
	color: #192528;
	background: white;
}

ul#shortarticles p.shortinfo a.shortcomments:hover .shortcomment_num,
ul#shortarticles p.shortinfo a.shortcomments:focus .shortcomment_num,
ul#shortarticles p.shortinfo a.shortcomments:active .shortcomment_num {
	color: #192528;
}

ul#shortarticles p.shortinfo .shortcomments {
	position: absolute;
	right: 0;
}

/* ----- Tags ------------------------------------------------- */

ul.wp-tag-cloud {
	line-height: 1.1;
	padding: 0 1.4em 1.4em 1.4em;
}

ul.wp-tag-cloud li {
	display: inline;
}

ul.wp-tag-cloud li a {
	text-decoration: none;
}


/* ----- fullpost --------------------------------------------- */

.fullpost .postinfo {
	padding-bottom: 5em;
	margin-bottom: 0;
	position: relative;
}

.fullpost .postinfo_link {
	position: absolute;
	bottom: 0;
	line-height: 0.8;
}

.fullpost .postinfo_link a {
	text-decoration: none;
	font-size: 1.6em;
	display: block;
}

.fullpost .postinfo_link a span {
	color: white;
	text-transform: uppercase;
}

.fullpost .postinfo_link a:hover span,
.fullpost .postinfo_link a:focus span,
.fullpost .postinfo_link a:active span {
	color: #192528;
}

/* ----- article info ----------------------------------------- */

#article_info {
	padding: 0 1.4em 1.4em 1.4em;
}

#article_info h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.1em;
}

#article_info h3 span {
	color: #8eb5bf;
}

#article_info ul {
	margin-bottom: 1em;
}

#article_info ul li {
	display: inline;
}

#article_info ul li a {
	text-decoration: none;
}

/* ----- same category ---------------------------------------- */

#same_category {
	padding: 0 1.4em 1.4em 1.4em;
}

#same_category li {
	margin: 0.1em 0;
}

#same_category li a {
	text-decoration: none;
}

#same_category li a span {
	color: white;
}

#same_category li a:hover span,
#same_category li a:focus span,
#same_category li a:active span {
	color: #192528;
}

/* ----- Footer ----------------------------------------------- */

#footer {
	background: url(../img/bg_black.png) repeat 0 0;
	clear: left;
	padding-right: 1em;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#footer p {
	padding: 0.5em 0;
}

/* ----- Content Stuff ---------------------------------------- */


#header h1 a:hover,
#header h1 a:focus,
#header h1 a:active {
	background-color: transparent;
}

#header h1 a img {
	border: none;
}


#content h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #0acdfd;
	line-height: 1.2;
	margin-bottom: 1.5em;
}

#content h2 a {
	text-decoration: none;
}

#colcontent p { 
	margin-top: 0.7em;
	line-height: 1.4;
}

a {
	color: #0acdfd;
}

a:hover,
a:focus,
a:active {
	color: #192528;
	background: white;
	text-decoration: none;
}

/* ----- Special Stuff ---------------------------------------- */

.hidden {
	display:block;
	height:0;
	left:-999em;
	overflow:hidden;
	position:absolute;
	top:-999em;
	width:0;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
