/*
Theme Name: CodeMonkeyX.net Theme
Theme URI: http://www.codemonkeyx.net
Description: The main theme for codemonkeyx.net
Version: 1	
Author: Nicholas Young-Soares
Author URI: http://www.codemonkeyx.net
Tags: brown, fixed
*/

@import url(base.css);
/* Page Layout */
body, html {
	color: #222;
	background: #000;
	font-family: Veranda,Helvetica,Sans-serif;
	font-size: 11pt;
}
#wrapper {
	width: 750px;
	padding: 0;
	margin:0 auto;
	background: #fff;
}
#header {
	display: none;
}
#content {
	float: left;
	width: 500px;
	line-height: 1.3em;
	background-image: url('images/corner.png');
	background-repeat: no-repeat;
}
#sidebar {
	margin-left: 500px;
	color: #444;
	background: #eee;
	background-image: url('images/corner-trans.png');
	background-position: top right; 
	background-repeat: no-repeat;
}
#sidefooter {
	clear: left;
	padding-bottom: 1em;
	text-align: right;
	font-size: 8pt;
}
#footer {
	clear: left;
	padding: 20px;
	background: #eee;
	text-align: right;
	font-size: 8pt;
}

/* Elements */
#nav {
	margin: 0;
	padding: 0;
	height: 35px;
	padding-left: 15px;
	background: #000;
	background-image: url('images/founded.png');
	background-repeat: no-repeat;
	background-position:  bottom right;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;	
}
#nav a {
	float: left;
	font-size: 11pt;
	font-weight: bold;
	line-height: 35px;
	padding: 0 5px 0 5px;
	margin: 0 5px 0 5px;
	text-decoration: none;
	color: #77d;
}
#nav .active {
	color: #eee;
	background-image: url('images/arrow.png');
	background-position: bottom center; 
	background-repeat: no-repeat;
}
#nav a:active, #nav a:hover {
	color: #eee;
	background-image: url('images/arrow.png');
	background-position: bottom center; 
	background-repeat: no-repeat;
}
.item {
	padding: 15px;
}
/* Content */
#content .links {
	float: left;
}
#content .post {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	border-color: #eee;
	border-style: solid;
	border-width: 0 0 1px 0;
}
#content .post h3 {
	color: #222;
	padding-bottom: 0;
}
#content .time {
	color: #666;
	font-size: 0.9em;
	font-style: italic;
}
#content .fourohfourlist .time {
	display: block;
}
#content .post p {
	padding-bottom: 1em;
}
#content .tweet p {
	padding-bottom: 0;
}
#content .post .info {
	clear: both;
	text-align: right;
	font-size: 0.9em;
}
#content .post .info img {
	padding: 0 .5em;
	vertical-align:text-bottom;
}
#content .post .info a {
	color: #3eb4ff;
	text-decoration: none;
}
#content .post .info a:visited {
	color: #3eb4ff;
	text-decoration: none;
}
#content .post .postmetadata {
	background: #eee;
	padding: 1em;
}
.post ul {
	margin: 0;
	padding: 0;
	margin-left: 1.5em;
	padding-left: 1.5em;
	padding-bottom: 1em;
}
.post li {
	margin: 0;
	padding-bottom: 0.5em;
	list-style: none;
	list-style-type: square;
}
/* Sidebar */
#sidebar h2 {
	margin: 0;
	padding: 0;
	text-align: center;
}
#sidebar h3 {
	padding-bottom: 0.4em;
}
#sidebar .widget {
	padding: 1em 1em 0 1em;
}
.side_links {
	padding: 3px 0;
	text-align: center;
}
.search_box {
	margin-bottom: 8px;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 2px 0 2px 17px;
	list-style: none;
	font-style: italic;
	background: url('images/stockholm_icons/mini/play.gif') no-repeat 2px 50%;
}
.aktt_tweets li {
	font-size: 0.8em;
	padding: 0;
	background: none;
}
.aktt_tweet_time {
	display: block;
	text-align: right;
	margin-bottom: 1em;
	font-style: italic;
}
fieldset.search {
	border: none;
	width: 210px;
	margin: 0 auto;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #eee;
	font-size: 1.1em;
	width: 172px;
	height: 23px;
	padding: 0 5px;
	padding-top: 2px;
	background: #616161;
}
.search input.box:focus {
	background: #616161;
	outline: none;
}
.search button.btn {
	width: 28px;
	height: 25px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fbc900 url('images/navsearchsubmit.png') no-repeat top right;
}
.search button.btn:hover {
	background: #fbc900 url('images/navsearchsubmit.png') no-repeat bottom right;
}
/* Text Formatting */
.post table {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 1em;
}
.post th, .post td {
	padding: 0.3em;
}
.post th {
	background: #aaa;
}
.post td {
	background: #eee;
}
.post caption { 
	color: #aaa;
	text-align: right;
	font-size: 8pt;
	font-style: italic;
}
.post h4 {
	padding-bottom: 0.5em;
}
.post blockquote {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	font-family: georgia,serif;
	font-style: italic;
}
blockquote p {
	color: #666;
	margin: 0;
	padding: 0;
}
blockquote cite {
	display: block;
	padding: 0;
	margin: 0;
	color: #aaa;
	text-align: right;
}
.forms label {

}
.sticky {
	background: #eee;
	padding: 10px 5px 0 15px;
}
.sticky .info {
	display: none;
}
.navigation {
	padding: 0 20px;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}
.wp-caption-text {
	display: block;
	padding: 0;
	margin: 0;
	color: #aaa;
	text-align: right;
	font-style: italic;
}
.post img.alignright {
	float: right;
	margin: 0.6em;
}
.post img.aligncenter {
	display: block;
	text-align: center;
}
.post img.alignleft {
	float: left;
	margin: 0.6em;
}
/* COMMENTS */
ol.commentlist {
	padding: 0;
	margin: 0;
}
li.comment {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 0.7em;
	margin-top: 0.5em;
}
li.comment .comment-meta {
	font-size: 0.8em;
	font-style: italic;
	border-bottom: #ccc dashed 1px;
	margin-left: 50px;
	margin-bottom: 0.4em;
}
li.comment p {
	margin-left: 50px;
	margin-bottom: 0.7em;
}
div.aktt_tweets ul li:first-child {
	font-size: 1.25em;
	font-family: Times,Times New Roman,Serif;
} 
div.aktt_tweets ul li:first-child .aktt_tweet_reply {
	display: block;
	text-align: right;
	font-size: 0.8em;
} 
div.aktt_tweets ul li:first-child .aktt_tweet_time {
	font-size: .8em;
} 
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}