/*
Theme Name: GeekSpeak Version2.0
Theme URI: http://www.geekspeakblog.com/wp-content/themes/GeekSpeakV2
Author: Jeff Janelle
Tags: geekspeak, black, 3-column, red
*/


body {
	margin: 0;
	padding: 0;
	background: #000000;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFDC;
}

h1, h2, h3 {
	font: 1.82em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFfdc;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #828170;
}

a:hover {
	text-decoration: none;
}

br {
	padding: 0;
	margin: 0;
	line-height: 0;
}

/* Header */

#header {
	width: 980px;
	height: 180px;
	background: url(images/header_bg.jpg) no-repeat left top;
	margin: 0 auto;
}

.banner {
	float: right;
	padding: 5px 15px 9px 5px;
	margin: 0px;
}

.logo {
	float: left;
	padding: 0 0 0 70px;
	margin: 0;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 40px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 5px 8px;
	border: 2px solid #4e0000;
	background: url(images/menu.jpg) repeat-x;
	background-color: #343333;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}

#menu a:hover, .active a {
}

/* Page */


#page {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Content */

#content {
	width: 540px;
	float: left;
	margin-bottom: 10px;
	text-align: justify;
}

/* Post */

.post {
	margin: 0 10px;	
	padding: 0;
	border-bottom: 1px dashed #666633;
}

/*.post .date {
	float: left;
	width: 32px;
	height: 29px;
	margin: 0;
	margin-top: 3px;
	margin-right: 10px;
	padding-top: 2px;
	background: url(images/icon.gif) no-repeat;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}*/

.post .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 14px;
	color: #5C5C5C;
	
}

.post .title {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 1.4em;
}

.post h2.title  {
	padding: 0;
	margin: 0;
	
}

h2.title a {
	text-decoration: none;
	color: #CA8C0D;
}

h2.title a:hover {
	text-decoration: none;
	color: #fff;
}
.post .hr1 {
}

.post .meta {
	margin: 0 0 10px 0;
	padding: 0;
	line-height:normal;
	text-transform: uppercase;
	color: #979680;
}

.post .meta a {
	color: #828170;
}

.post .entry {
	margin: 0;
	padding: 0 0 25px 0;
	vertical-align: top;
}

.post .entry ul {
	margin: 0;
	padding-bottom: 10px;
	list-style: disc;
}

.post .entry ul li {
	margin: 0 0 0 5px;
	padding: 10px 0 0 0;
	line-height: 15px;
}

.post .entry ul.dots {
	margin: 0;
	padding-bottom: 10px;
	list-style: disc;
	border-bottom: 1px dashed #666633;
}

.post .entry .newcomics{
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #666633;
	overflow: auto;
	clear: both;
}

li.newcomics {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	display:inline-table
}

a.permalink {
	font-weight: 400;
	color: #CA8C0D;
	text-decoration: none;
	font-size:11px;
	float: right;
}

a.permalink:hover {
	color: #fff;
}

.invisiotext {
	color: #0D0D0D;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

blockquote {
	margin-left: 20px;
	margin-right: 20px;
	padding: 8px;
	background: url(images/blockquote_bg.jpg) repeat-y;
	background-color: #4e0000;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFDC;
	/*border: 1px dashed #666633;*/
}

blockquote .subtitle {
	background: url(images/blockquote_title.jpg) no-repeat left;
	height: 25px;
	padding: 3px 0 0 35px;
	font-style:italic;
	font-weight: 400;
	font-size: 14px;
}

blockquote a {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFDC;
	text-decoration: underline;
}

blockquote a:hover {
	color: #828170;
	text-decoration: none;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.navalignleft {
	float: left;
}

.navalignright {
	float: right;
}


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	color: #45464b;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.imgtfe{
	float: left;
	margin: 10px 10px 0 0;
	padding: 0;
	border: 1px solid #FFFFDC;
	vertical-align: bottom;
}


/* Sidebar Left */

#sidebarleft {
	float: left;
	width: 175px;
	padding: 0px;
	margin: 0px;
	background: url(images/leftside_bg.jpg) repeat;
}

#sidebarleft h2 {
	padding: 0px 5px;
	margin: 0;
	font-size: 1.1em;
	text-align: left;
}

.sblcap {
	margin: 0;
	padding: 0;
	width: 175px;
	height: 14px;
}

#sidebarleft ul {
	margin: 0;
	padding: 0 5px;
	list-style: none;
}

#sidebarleft li {
	margin-bottom: 10px;
}

#sidebarleft li ul {
	border-top: 1px dashed #666633;
}

#sidebarleft li li {
	margin: 0;
	padding: 0;
}

#sidebarleft li ul.children {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
	border: 0;
}

#sidebarleft li li a {
}

#sidebarleft a {
	text-decoration: none;
}

#sidebarleft a:hover {
	text-decoration: underline;
}


/* Sidebar Right */

#sidebar {
	background: url(images/rightside_bg.jpg) repeat;
	float: right;
	width: 264px;
}

.sbrcap {
	margin: 0;
	padding: 0;
	width: 264px;
	height: 15px;
}
#sidebar ul {
	margin: 0;
	padding: 0 5px;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	border-top: 1px dashed #666633;
}

#sidebar li li {
	margin: 0;
	padding: 0;
}

#sidebar li ul.children {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
	border: 0;
}

#sidebar li li a {
}

#sidebar h2 {
	padding: 0 5px;
	margin: 0 0 6px 0;
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

.follow {
	padding: 10px 0 3px 0;
}

.adleft {
	float: left;
	padding: 0 10px 10px 0;
}

.adright {
	float: right;
	padding: 0 0 10px 0;
}

.adcenter {
	padding:10px;
	margin: auto;
}

.adarea {
	width: 250px;
	float: left;
	padding: 10px 0 10px 0;
	margin: 15px 0 15px 0;
	border-top: 1px dashed #666633;
	border-bottom: 1px dashed #666633;
}

/* Calendar */

#calendar_wrap {
	border-top: 1px dashed #666633;
}

#calendar caption {
	padding-top: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border: 0 solid #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
}

#calendar thead {
	background: #514F42;
	text-align: center;
}

#calendar tbody td {
	border: 1px solid #514F42;
	text-align: center;
}

#today {
	font-weight: bold;
}

#prev {
}

#next {
	text-align: right;
}

/* Footer */

#wrapper2 {
	background: #422C21;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer a {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}

#legal {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	color: #525252;
	background: black;
}

#legal a {
	border-bottom: 1px dotted #939393;
	text-decoration: none;
	color: #939393;
}

/* Comments Areas */
#commentform {
}

#comment {
	width: 540px;
}

#comments {
	width: 520px;
	margin: 0 10px;
	padding: 0;
}

ol.commentlist {
	margin: 0;
	padding: 0;
}

li.alt {
	margin: 0 0 0 10px;
	padding: 0;
}

#respond {
	width: 520px;
	margin: 0;
	padding: 0 15px 0 10px;
	text-align: left;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	margin: auto;
}


.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding: 0 5px 10px 10px;
}

hr {
	display: none;
}

.screen-reader-text {
	font: 400 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFDC;
}

#searchform #s {
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#555555;
	width: 130px;
	margin: 0;
	padding: 0;
	border:1px solid #717171;
}

#searchform #searchsubmit {
	width:45px;
	height:20px;
	cursor:pointer;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFDC;
	background-color: #666666;
	border: 1px solid #666633;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}

h2.widgettitle {
	border-bottom: 1px dashed #666633;
	margin: 10px 0 0 0;
	padding:0;
}
