/*   
Theme Name: Clean
Theme URI: http://www.criticalgames.com
Description: A dark, clean web2.0esque theme
Author: Nabil Maynard
Author URI: http://www.criticalgames.com
Version: 1.0
*/

body {
	font: 87.5%/1.5 Verdana, "Helvetica Neue", Helvetica, Arial, Geneva, Sans-Serif;
	background: #000;
	color: #ddd;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0;
	padding: 0;
}

#core {
	
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 75px;
	border-bottom: 1px solid #ddd;
}

#header h1 {
	margin-top: 35px;
	margin-left: 5px;
	vertical-align: bottom;
	text-shadow: #4e5d6b 2px 2px 1px;
	font-size-adjust: 150%;
}

#header h1 a {
	color: white;
}

#header h1 a:hover {
	text-decoration: none;
}

#control {
	position: absolute;
	top: 2px;
	right: 5px;
}

/* @group Sidebar Related */

#sidebar {
	width: 300px;
	position: absolute;
	top: 76px;
	left: 0;
}

#sidebar ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0 10px 0px 10px;
}

#supernav {
	text-align: right;
	font-variant: small-caps;
	font-weight: bold;
	margin-right: 5px;
	padding: 10px 0;
}

#supernav h2 {
	padding: 0;
	margin: 0;
	line-height: 1.1;
}

#supernav h2 a {
	color: #44444F;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#search_form {
	margin: 5px 5px 15px 5px;
}

#search_form input {
	text-align: right;
	width: 95%;
	padding: 5px;
	background: #2e4d5b;
	color: #ddd;
	font-weight: bold;
}

#twitter {
	width: 280px;
	background: #223;
	display: block;
	overflow: hidden;
}

.twitter-timestamp {
	font-size: smaller;
}

.twitter-message {
	margin: 10px
}

#rssfeeds {
	text-align: center;
}



/* @end */

#content {
	background: #0e1d2b;
	position: absolute;
	left: 300px;
	top: 76px;
	padding: 10px;
}

/* @group Posts */

.post {
	
}

.entrydata {
	background: #000;
	display: block;
}

.entrydata hr {
	clear: both;
	margin: 0;
	padding: 0;
}

.posttitle {
	text-align: left;
	margin: 0;
	padding: 10px 0 0 10px;
	float: left;
}

.postdate {
	text-align: right;
	float: right;
	padding-top: 2em;
	padding-right: 5px;
}

.postauthor {
	margin-left: 20px;
	float: left;
	text-align: left;
}

.postmetadata {
	float: right;
	text-align: right;
	margin-right: 20px;
}

.entry {
	margin: 5px 20px 5px 20px;
}

.entrymeta {
	text-align: center;
}

/* @end */

/* @group Headers */
/* Houses any global changes to h1-h6 html header tags. */

h1 {
	padding: 0;
	margin: 0;
}

h2 {
	padding: 0;
	margin: 0;
}

h3 {
	padding: 0;
	margin: 0;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

/* @end */

/* @group Images and Anchors */
/* Houses any global changes to link related tags.  */

a {
	text-decoration: none;
	color: #0033cc;
}

a:visited {
	color: #ffcc00;
}

a:hover {
	text-decoration: underline;
}

a img {
	text-decoration: none;
	border: none;
}

/* @end */

.navigation {
	position: relative;
	width: 100%;
	background: #000;
	border-bottom: 1px solid #2e4d5b;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* @group Comments */

#comments {
	background: #111;
	width: 80%;
	margin: 0 10% 0 10%;
	padding: 10px;
}

.commentcount {
	
}

.commentlist {
	margin: 10px 20px 10px 20px;
	padding: 0;
	list-style-type: decimal;
	list-style-position: outside;
}

.comment {
	border: 1px solid #555;
	text-align: justify;
	padding: 10px;
}

.comment p {
	margin: 0;
	padding: 0 0 1em 0;
}

.commentmeta {
	text-align: right;
}

.commentauthor {
	
}

.commentdate {
	
}

/* @end */

/* @group Formatting Tags */

cite {
	font-size: 90%;
	color: #aaa;
}

blockquote {
	text-align: justify;
	border: 1px solid #555;
	background: #223;
	padding: 10px;
}

blockquote p {
	margin: 0;
}

abbr {
	border-bottom: dotted 1px #ffcc00;
}

code {
	border: 1px solid #555;
	background: #445;
	padding: 10px;
	display: block;
	font-size: 120%;
	line-height: 1;
	width: 80%;
	margin: 5px 10% 5px 10%;
}

.entry ol {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.entry ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.entry li {
	margin-left: 20px;
}

.entry p {
	margin: 0;
	padding: 0 0 1em 0;
}
/* @end */

#recentcomments {
	font-size: smaller;
}

