/*
Theme Name: Killer Robot Comics
Theme URI: http://killerrobotcomics.com
Description: Custom design for my personal website.
Author: Justin Kees
Author URI: http://killerrobotcomics.com
Version: 3.15
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #0d0d0d url(images/bgimage.jpg) repeat-x 0 0;
	padding: 0;
	margin: 0;
}

p, table, td, tr, th, div, h1, h2, h3, h4, h5, h6, ul, li, ol {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

/*-- Images --*/
img {
	border: none;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	color: #0d0d0d;
	padding: 0;
	margin: 0;
}

/*-- Links --*/
a {
	color: #ef4623;
	text-decoration: none;
}

a:hover {
	color: #0d0d0d;
	text-decoration: underline;
}

a.more-link, #postsnav a {
	font-size: 14px;	
}

/*-- Default Styles --*/
hr { 
    color: #ccc;
	border-top: none;
	height: 1px;
	margin-bottom: 10px;
}

ul {
	padding: 0 0 0 25px;
	margin: 0 0 15px 0;
}

li {
	list-style-type: square;
}

/*-- Container --*/
#container {
	width: auto;
	padding: 0 0 25px;
}

#contentwrap {
	background: #f1f1f1 url(images/bgimage.jpg) repeat-x 0 0;
	padding: 0 0 25px;
	overflow: hidden;
}

/*-- Header --*/
#header {
	width: 1075px;
	height: 135px;
	margin: 0 auto;
}

#header h1 {
	display: none;
}

.logo {
	margin: 0;
	float: left;
}

h3.ghost {
	font-size: 30px;
	color: #ccc;
	line-height: 22px;
	padding: 12px 0 0 175px;
	clear: both;
}

/*-- Search --*/
.searchdiv {
	background: #fff;
	width: 240px;
	padding: 0;
	margin: 5px 0 0;
	border: solid 1px #ccc;
	float: right;
	clear: right;
}

#s {
	background: #fff;
	color: #0d0d0d;
	margin: 0;
	padding: 0;
}

#s.key {
	font-size: 14px;
	width: 180px;
	padding: 11px 10px 10px;
	border: none;
	float: left;
}

.search {
	margin: 0;
	padding: 0;
	border: none;
}

.bt {
	margin: 5px 5px 0 0;
	float: right;
}

/*-- Menu --*/
#menu {
	height: 42px;
	margin: 3px 0 15px 50px;
	padding: 0;
	float: right;
}

#nav {
	height: 42px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-left: solid 1px #0d0d0d;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li.last {
	border: none;
}

#nav li a {
	font-size: 14px;
	font-weight: bold;
	color: #ef4623;
	height: 15px;
	text-decoration: none;
}

#nav li span {
	color: #fff;
	padding: 12px 15px;
	border-right: solid 1px #0d0d0d;
	display: block;
}

#nav li:hover span {
	background: #ef4623;
	color: #fff;
}

/*-- numbersgation Dropdown --*/
#nav li ul li span,
#nav li:hover ul li:hover span,
#nav li:hover ul li.sfhover span,
#nav li:hover ul li span, {
	background: none;
	margin: 0;
	padding: 0;
}

#nav li ul {
	background: #ef4623;
	left: -999em;
	width: 150px;
	position: absolute;
	padding: 0;
	margin: 0;
	border: none;
}

#nav li ul li {
	margin: 0;
	padding: 0;
	border-top: solid 1px #be381c;
}

#nav li ul li a {
	font-size: 13px;
	width: 130px;
	text-decoration: none;
	display: block;
	padding: 5px 10px 10px;
}

#nav li ul li a span, #nav li ul li a:hover span, #nav li:hover ul li a span {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#nav li ul li a:hover {
	background: #be381c;
}

#nav li ul ul {
	margin: -28px 0 0 150px;
	border: none;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left:-999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left:auto;
}

/*-- Content --*/
#content {
	width: 1075px;
	margin: 0 auto;
	padding: 0;
}

/*-- Sidebar --*/
#sidebar {
	width: 300px;
	display: block !important;
	float: right;
}

#aside {
	width: 175px;
	float: left;
}

.profile {
	padding: 15px 0 20px;
	overflow: hidden;
}

.profile h2 {
	background: #ccc;
	font-size: 18px;
	font-weight: bold;
	color: #0d0d0d;
	margin: 0 0 15px;
	padding: 5px 15px;
}

.profile h2 span {
	font-size: 14px;
	font-weight: normal;
}

.profile h4 {
	font-size: 14px;
	font-weight: bold;
	color: #0d0d0d;
	padding: 0 15px 5px;
}

img.profilepic {
	margin: 0 0 10px;
	padding: 0;
}

ul.socialicons {
	padding: 0 15px;
	margin: 0 0 10px;
	display: block;
}

ul.socialicons li {
	list-style-type: none;
	margin: 0 5px 0 0;
	float: left;
}

.domtab {
	padding: 5px 0 8px;
}

.domtab ul.domtabs {
	padding: 0 10px;
	margin: 0;
	height: 33px;
	border-bottom: solid 1px #ccc;
	display: block;
}

.domtab ul.domtabs li {
	list-style-type: none;
	float: left;
}

.domtab ul.domtabs li a {
	font-size: 13px;
	font-weight: bold;
	color: #0d0d0d;
	margin: 0 1px;
	padding: 7px 10px;
	border: solid 1px #ccc;
	display: block;
}

.domtab ul.domtabs li.active a {
	color: #ef4623;
}

.widget {
	padding: 15px 0;
}

.recentposts, .popularposts {
	padding: 5px 0 0;
	overflow: hidden;
}

.recentposts h2, .popularposts h2 {
	display: none;
}

.recentposts ul, .popularposts ul, .widget ul {
	margin: 0;
	padding: 0;
}

.recentposts li, .popularposts li, .relatedposts li, .widget li {
	font-size: 11px;
	color: #0d0d0d;
	list-style-type: none;
	padding: 5px 15px;
	border-bottom: dotted 1px #ccc;
}

.recentposts li, .popularposts li {
	padding: 5px 5px 5px 25px;	
}

ul.relatedposts {
	margin: 0 0 30px;
	padding: 0;
}

.recentposts li a, .popularposts li a, .widget li a {
	color: #666;	
}

.recentposts li a:hover, .popularposts li a:hover, .widget li a:hover {
	color: #ef4623;
	text-decoration: none;
}

.recentposts li span, .popularposts li span, .widget li span {
	margin: 0 10px 0 0;
}

.widget h2 {
	background: #ccc;
	font-size: 18px;
	font-weight: bold;
	color: #0d0d0d;
	padding: 5px 15px 8px;
}

.widget p {
	padding: 5px 15px 10px;	
}

.widget #tweet p {
	font-size: 11px;
	line-height: 16px;
	color: #0d0d0d;
	padding: 10px 15px;
}

.widget #tweet a {
	color: #666;
	text-decoration: none;
}

.widget #tweet a:hover {
	color: #ef4623;
}

.widget #tweet ul {
	margin: 0;
	padding: 0;
}

.widget #tweet li {
	font-size: 11px;
	line-height: 16px;
	list-style-type: none;
	padding: 0;
}

a.orangelink {
	color: #ef4623;	
}

a:hover.orangelink {
	color: #0d0d0d;
	text-decoration: underline;
}

/*-- Post Area --*/
.postarea {
	background: #fff;
	width: 530px;
	min-height: 450px;
	padding: 15px 30px 25px;
	border: solid 5px #ccc;
	overflow: hidden
}

.postarea h2 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 36px;
	color: #0d0d0d;
	padding: 10px 0;
}

.postarea h2 a, .postarea h3 a, .postarea h4 a {
	color: #0d0d0d;
	text-decoration: none;
}

.postarea h2 a:hover, .postarea h3 a:hover, .postarea h4 a:hover {
	color: #ef4623;
}

.postarea h3 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 26px;
	color: #0d0d0d;
	padding: 10px 0 5px;
}

.postarea h4 {
	font-size: 18px;
	font-weight: bold;
	color: #0d0d0d;
	line-height: 22px;
	margin: 0;
	padding: 5px 0;
}

.postarea p {
	font-size: 14px;
	line-height: 22px;
	color: #444;
	margin: 0 0 10px;	
}

.postarea p strong {
	color: #0d0d0d;
}

.postarea li {
	font-size: 13px;
	line-height: 20px;
}

.postarea img {
	padding: 4px;
	border: solid 1px #ccc;	
}

.postarea .callout {
	background: #ccc;
	width: 220px;
	padding: 0 10px;
	margin: 0 10px 10px 0;
	float: left;
}

.postmeta {
	font-size: 11px;
	line-height: 15px;
	color: #666;
	margin: -5px 0 20px;
}

.postdate {
	margin: 0;
	padding: 0;
}

.postdate li {
	list-style-type: none;
	float: left;
}

.postdate li a {
	background: url(images/datebg.jpg) no-repeat 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px 20px 5px 10px;
	float: left;
}

.postdate li a:hover {
	background: url(images/datebg.jpg) no-repeat 0 -30px;
	text-decoration: none;
}

ul.searchresults, ul.sneeze {
	margin: 0;
	padding: 10px 0 0;
}

ul.searchresults li, ul.sneeze li {
	list-style-type: none;
	padding: 5px 0;
	border-top: dotted 1px #ccc;
}

.pagethumb {
	padding: 10px 0 0;	
}

.aboutthumb {
	width: 150px;
	margin: 10px 0;
	float: left;
}

.pagethumb img, .aboutthumb img {
	padding: 4px;
	border: solid 1px #ccc;
}

.aboutcontent {
	padding: 0 0 0 190px;	
}

.pagecontent h2 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 26px;
	color: #0d0d0d;
	padding: 5px 0;	
}

p.searchmeta {
	font-size: 11px;
	line-height: 15px;
	color: #666;
	margin: -2px 0 20px;
}

p.searchmeta.nomargin {
	margin: 0;	
}

.subpost {
	border-top: solid 1px #ccc;
	border-bottom: solid 2px #0d0d0d;
	padding: 12px 0 10px;
	margin: 10px 0 30px;
	overflow: hidden;
	clear: both;
}

.subpost a {
	font-size: 13px;
	font-weight: bold;
	float: left;
}

.subpost a.commentslink {
	padding: 0 5px 0 0;
	float: right;	
}

.sharebtn {
	padding: 1px 0 0 25px;
	float: left;
}

/*-- page numbers --*/
.page-numbers {
	margin: 0;
	padding: 0;
}

.page-numbers li {
	list-style-type: none;
	display: block;
	float: left;
}

.page-numbers a, .page-numbers a:visited, .page-numbers a:hover,
.page-numbers span.pages, .page-numbers span.extend, .page-numbers span.current, .page-numbers span.dots {
	font-size: 11px;
	margin: 4px -1px 4px 0;
	padding: 2px 10px;
	display: block;
	float: left;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

/*-- Contact Form --*/
.contactform {
	padding: 5px 15px 5px;
	border: solid 1px #ccc;
}

.namefield, .reasonfield, .messagefield {
	background: #fff;
	width: 150px;
	margin: 5px 0;
	padding: 3px;
	border: solid 1px #ccc;
}

.reasonfield {
	width: 250px;	
}

.messagefield {
	width: 400px;	
}

/*-- Portfolio List --*/
ul#portfolio {
	margin: 15px 0 0;
	padding: 15px 0;
	border-top: dotted 1px #ccc;
}

ul#portfolio li {
	background: #ccc;
	width: 500px;
	list-style-type: none;
	padding: 15px;
	margin: 0 0 15px;
	border-top: dotted 1px #ccc;
	display: block;
}

ul#portfolio li img {
	padding: 0;
	margin: 0;
	border: none;
}

ul#portfolio .description {
	width: 500px;
}

ul#portfolio .description p {
	font-size: 13px;
	line-height: 20px;
	color: #0d0d0d;
}

/*-- Comments -- */
#comments_template h2 {
	padding: 0;
	margin: 0;
}

#comments_template h2 a:hover {
	color: #0d0d0d;
}

#comments_template h4.commentmsg {
	color: #ef4623;
	padding: 0 0 15px;
}

ol#commentslist {
	border: solid 1px #ccc;
	border-bottom: none;
	margin: 0 0 15px;
	padding: 0;
}

ol#commentslist li {
	list-style-type: none;
	border-bottom: solid 1px #ccc;	
	padding: 15px 15px 5px;
	margin: 0;
	overflow: hidden;
}

ol#commentslist h4 a:hover {
	text-decoration: none;
}

ol#commentslist div.avatar {
	width: 92px;
	margin: 0 0 10px 0;
	display: block;
	float: left;	
}

.commenthead h4 {
	font-size: 14px;
	font-weight: bold;
	color: #0d0d0d;
	line-height: 18px;
	margin: 0 10px 10px 0;
	padding: 0 0 0 107px;
}

.commenthead h4 span {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

.commenthead h4 span a {
	color: #ef4623;
}

.commenthead h4 span a:hover {
	color: #0d0d0d;
}

.thecomment {
	padding: 0 0 0 107px;	
}

.thecomment p {
	font-size: 11px;
	line-height: 18px;
	color: #333;
}

.thecomment p img {
	padding: none;
	border: none;	
}

/*-- Author Comments --*/
.author {
	background: #333;	
}

.author .commenthead h4,
.author .commenthead h4 a,
.author .commenthead h4 span,
.author .thecomment p {
	color: #fff;
}

.author .commenthead h4 a:hover,
.author .commenthead h4 span a,
.author .commenthead h4 span a:hover {
	color: #ef4623;
}

/*-- Comment Form --*/
#leavecomment {
	background: #fff;
	margin: 0;
	padding: 10px 15px;
	border: solid 1px #ccc;
	display: block;
}

#leavecomment h3 {
	font-size: 20px;
	line-height: 22px;
}

#leavecomment p {
	color: #0d0d0d;
	margin: 0 0 15px;
	clear: both;
}

#commentform p {
	font-size: 11px;
	line-height: 16px;
}

#commentform input, #commentform textarea {
	background: #fff;
	width: 163px;
	padding: 5px;
	border: solid 1px #ccc;
}

#commentform textarea {
	width: 288px;
	height: 145px;
}

#commentform #submit {
	background: #333;
	width: 165px;
	font-size: 14px;
	color: #fff;
	padding: 5px 10px;
	border: solid 2px #0d0d0d;
}

#commentform .textfield {
	width: 175px;
	margin: 0 15px 0 0;
	float: left;
}

#commentform .textarea {
	width: 300px;
	float: left;
}

#commentform .textfield p, #commentform .textarea p {
	font-size: 13px;
	line-height: 22px;
}

/*-- Footer --*/
#footer {
	width: 1075px;
	margin: 0 auto;
	padding: 15px 0;
	overflow: hidden;
}

#footer h4 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 5px;
}

#footer p, #footer li {
	font-size: 11px;
	color: #666;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.footleft {
	padding: 0 30px 0 0;
}

.footright {
	width: 240px;
	display: block !important;
	padding: 0 0 0 30px;
	float: right;
}

/*-- Other Styles --*/
.clearfix {
	clear: both;
}

.maxwidth {
	width: auto;	
}

.hidden {
	display: none;	
}

.fl {
	float: left;
}

.fr {
	float: right;
}