/*
Theme Name: InJet
Theme URI: http://injet.com/
Description: Custom Injet Wordpress theme
Version: 0.1
Author: Chris Hubert
Author URI: http://firestormstudios.com/
Tags: kick, ass, go, fly

*/

@import url("/css/common.css");

#content {
	padding-bottom: 20px;
	background: url(images/content_top_bg.png) top left no-repeat #6b6b6b !important;
}
#content h1 a {
	display: block;
	height: 68px;
	width: 120px;
	text-decoration: none;
}
#content_left {
	margin-left: 20px;
	margin-top: 12px;
	float: left;
	width: 630px;
}
#sidebar {
	float: right;
	width: 200px;
	margin-right: 10px;
}

.post {
	clear: both;
	border-bottom: 1px dotted #999;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
}
.post img {
	float: right;
	border: 2px solid #fff;
	margin: 5px 0 10px 10px;
}
/* post title/link */
.post h2, .post h2 a, .post h3 a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	padding-bottom: 6px;
}
.post h2 a:hover, .post h3 a:hover { text-decoration: underline; }

/* post date */
.post small { display: block; padding-top: 8px; font-size: 10px; color: #111; }

/* post entry/content */
.post .entry { }
.post .entry p { 
	font-size: .81em !important;
	color: #ccc !important;
	padding-bottom: 1em;
	line-height: 1.4em !important;
}

/* post metadata */
.post p.postmetadata, .commentmetadata, .post-tags {
	font-size: 10px;
}
.post p.postmetadata a, .post-tags a, #commentform a {
	color: #fff;
	background-color: #333;
	padding: 3px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
}
.post-tags a { font-size: 10px !important; }
.post p.postmetadata a:hover, .post-tags a:hover, #commentform a:hover { background-color: #e37925; }

h3#comments {
	font-size: 18px;
	padding-bottom: 10px;
	color: #eb9e30;
}

#respond h3 {
	font-size: 16px;
	padding-bottom: 10px;
	color: #eb9e30;
}
#respond input {
	width: 300px;
	padding: 4px;
	font-size: 13px;
	color: #333;
}
#respond p { margin-bottom: 6px; font-size: .87em !important; color: #ccc !important; }
#respond textarea {
	color: #333;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	width: 600px;
}


.commentlist .comment-body {
	padding: 10px 0px;
	border-bottom: 1px dotted #888;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.commentlist .comment-body img {
	border: 2px solid #eb9e30;	
}
.commentlist .comment-body em {
	font-size: 12px;
	color: #ccc;
}
.commentlist .comment-author {
	font-size: 14px;	
}
.commentlist .comment-author a { color: #fff; text-decoration: none; }
.commentlist .comment-author a:hover { text-decoration: underline; }

.commentlist .comment-body p {
	padding: 6px 0 14px 0;
	font-size: 12px !important;
	color: #ccc !important;
}
.commentmetadata a { font-size: 9px; color: #333; text-decoration: none; }



#sidebar {
	color: #ccc;	
}
#sidebar a {
	color: #fff;	
}

#sidebar li.widget {
	padding: 40px 10px 10px 10px;	
	margin-bottom: 5px;
	background-position: top left;
	background-repeat: no-repeat;
}
#sidebar h2.widgettitle {
	color: #fff;
	padding: 0px 0px 5px 0px;
	display: none;
}

#sidebar li.widget_search { background-image: url(images/sidebar_head_search.png); }
#sidebar li.widget_categories { background-image: url(images/sidebar_head_categories.png); }
#sidebar li.widget_archive { background-image: url(images/sidebar_head_archive.png); }
#sidebar li.widget_recent_entries { background-image: url(images/sidebar_head_recent.png); }
#sidebar li.widget_tag_cloud { background-image: url(images/sidebar_head_tags.png); }

#sidebar li.widget ul li { padding: 0 0 12px 10px; font-size: 11px; background: url(images/sidebar_li_bullet.png) 0px 4px no-repeat; }
#sidebar li.widget ul li a {
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
}
#sidebar li.widget ul li a:hover { color: #fff; text-decoration: underline; }

li.widget_search label.screen-reader-text { font-size: 11px; color: #ccc; padding-bottom: 4px; }
li.widget_search input#s { width: 176px; padding: 2px; margin-bottom: 4px; }
li.widget_search input#searchsubmit { display: none; }

/* TWITTER SIDE BAR ////////////////////////////////////// */
#twitter-tools {
	padding-top: 34px !important;
	background: url(images/sidebar_twitter.png) top left no-repeat !important;
}
#twitter-tools h2 {
	display: none !important;
	padding: 0px;
}
#twitter-tools li { font-size: 11px; padding: 10px 2px 4px 22px; line-height: 1.4em; background: url(images/sidebar_twitter_tweet_bg.png) top left no-repeat; }
#twitter-tools li a { text-decoration: none; color: #fff; }
#twitter-tools li a:hover { text-decoration: underline; }
#twitter-tools li.aktt_more_updates { background: none; padding-top: 6px; }
#twitter-tools li.aktt_more_updates a {
	color: #fff;
	font-size: 11px;
	background-color: #333;
	padding: 3px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
}
#twitter-tools li.aktt_more_updates a:hover { background-color: #e37925; }