/*
Theme Name: TCG Comic 2.5
Version: 2.5
Theme URI: http://www.crookedgremlins.com
Description: Layout for The Crooked Gremlins.

	Author: Carter Fort
	Author URI: http://www.outtolunchproductions.com/

The CSS, XHTML and design is copyright The Crooked Gremlins. PHP code based on the ComicPress WordPress theme from mindfaucet.com

*/
/*
1. LAYOUT

	I. DIVS & Classes
	
	II. Font Spans
	
	III. Browser Defaults
	
	IV. Forms

2. CONTENT

	I. Paragraphs
	
	II. Headers
	
	III. Links
	
	IV. Images <== Includes alignments

3. LISTS
	
	I. Structure
	
	II. Menus

4. EXTRAS
	

*/

/* <==================================> */
				/* LAYOUT */
/* <==================================> */
	/* DIVS & Classes */
* {
	margin:0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	background: url(images/background.gif) repeat-x top #fff;
	font-weight: normal;
}
#wrapper {
	background: url(images/header.jpg) top center no-repeat #fff;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#header {
	display: inline;
	width: 950px;
}
#leftMenu {
	width: 300px;
	float: left;
}
#rightMenu {
	width: 300px;
	float: right;
	text-align: right;
}
#logo {
	width: 335px;
	float: left;
	margin-left:20px;
}
#comicButtons
{
	float:right;
	width: 500px;
}
#comicName {
	float: left;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-top:10px;
	width: auto;
	color: #081700;
}
#leftBar {
	width: 166px;
	float: left;
	padding-left: 7px;
}
#comicName small
{
	font-size: 12px;
}

#comicTop {
	width:950px;
	padding-top: 10px;
	margin-top:20px;
	margin-left:auto;
	margin-right: auto;
	background-color: #F9F9F9;
	border: 1px solid #DFDFDF;
}

#comic {
	margin-top:10px;
	margin-bottom: 10px;
	text-align: center;
}

#sharing
{
	padding: 10px 0;
	height: 60px;
}

#nav {
	line-height: 16px;
	width: 400px;
	margin: 10px auto 20px;
	text-align: center;
}

#twitter_div {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #DFDFDF;
}
#content {
	width: 768px;
	float: left;
	margin-left: 13px;
}
#content_forum {
	width: 888px;
	float: left;
	margin-left: 13px;
}
#main_forum {
	font-size: 12px;
	color: #1A1A1A;
	float: left;
	width: 695px;
}
#main {
	font-size: 12px;
	color: #1A1A1A;
	line-height: 18px;
	width: 550px;
	float:left;
}
#main .entry
{
	clear:left;
}
#sidebar {
	width: 200px;
	float: right;
	text-align: center;
}
#sidebar p
{
	font-size: 12px;
	text-align: left;
}
#sidebar table
{
	margin-left: 20px;
}
#subs {
	list-style: none;
	padding: 10px 0;
	
}
#jumpMenu {
	font-size: 12px;
	border: 1px solid #052654;
}
#footer {
	width: 100%;
	background-color: #131313;
	clear: both;
}
#footer #footerWrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#main .byline, #main_forum .byline {
	width: 510px;
	float:left;
	background-color: #F9F9F9;
	border: 1px solid #DFDFDF;
	padding: 15px;
}
.authorPhoto {
	float: left;
	width: 90px;
}

.byline .comicdate {
	color: #777;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
		}

#main .entry, #main_forum .entry {
	padding-top: 20px;
	padding-bottom: 20px;
}

#main .post {
	float: left;
	width: 535px;
	clear: both;
	z-index: 10;
}
#main_forum .post {
	 float: left;
	width: 695px;
	clear: both;
}
#main .postmeta, #main_forum .postmeta {
	margin-bottom: 10px;
}

.orange {
	border: 1px solid #ddd;
	background-color: #FFEFD8;
	color: #FFDD08B;
	font-size: 10px;
	padding: 5px;
	margin: 5px 5px 5px 10px;
}
#main p.wp-caption-text {
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-align: center;
	margin: 5px 0;
	padding-bottom: 0px;
	font-style: italic;
	font-weight: bold;
}
.wp-caption {
	background-color: #EFEFEF;
	border: thin solid #DADADA;
	margin-bottom: 15px;
	padding: 5px 2px;
	text-align: center;
}
 	
.postmeta-single {
	padding: 10px;
 	color: #777;
	font-size: 11px;
	text-align: left;
	background: #eee;
	border: 1px solid #999;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
		
.postmetatags 
{
	font-family: 'Georgia', serif;
	font-size: 12px;
}
#topNav {
	list-style-type: none;
	margin-top: 30px;
}


	/* Browser Defaults */

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #ddd;
	clear:both;
}

blockquote cite 
{
	margin: 5px 0 0;
	display: block;
}

cite {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}
	
code {
	padding: 10px;
	display: block;
	font-family: 'Courier New', monospace;
	background: #eee;
	border: 1px dotted #777;
	overflow: scroll;
}
small {
	font-size: 10px;
}

/* <==================================> */
				/* CONTENT */
/* <==================================> */

	/* Paragraphs */

#main p, #main_forum p {
	padding-bottom: 10px;
	line-height: 18px;
}
#footer p 
{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #999999;
}

	/* Headers */
	
	#banner
	{
		display: none;
		margin: 0 auto;
		width: 950px;
	}
#comicName h1
{
	font-size: 16px;
	margin-bottom: 4px;
}
#footer h1 
{
	font-size: 10px;
	line-height: 15px;
	text-transform: none;
	color: #999;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
}

.entry h2
{
	padding-bottom: 10px;
}
h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: #6B6B6B;
	margin-top: 70px;
	letter-spacing: -1px;
}
#twitter_div h2 
{
	color: #334b6e;
	font-size: 16px;
	text-align: center;
}
h3, h3 a {
	color: #4b6da1;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#sidebar h3
{
	font-size: 16px;
	padding-bottom: 5px;
	text-align: left;
}
h3 a:hover {
	text-decoration:underline;
}
.byline h2, .byline h3 {
	font-size: 25px;
	line-height: 32px;
	margin-bottom: 10px;
	margin-right: 10px;
}

	/* Links */

a {
	color: #081700;
	text-decoration: underline;
	font-weight: bold;
}
#topNav a
{
	text-decoration: none;
	color: #fff;
}
#topNav a:hover
{
	text-decoration: underline;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
#nav a.null, #nav a.null:hover {
	border: 1px solid #999999;
	color: #999999;
}

#sidebar a {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
}
#sidebar a:hover {
	text-decoration:underline;
	color: #0066CC;
}

#comicName a
{
	text-decoration: none;
	color: #081700;
}
#comicName a:hover
{
	color: #0066CC;
	text-decoration: underline;
}
.postmeta a, .postmeta-single a 
{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #777;
}
	
.postmeta a:hover, .postmeta-single a:hover 
{
	color: #777;
	border-bottom: 1px solid #777;
}

#leftBar .adverlink a
{
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
.postmeta-single a 
{
	color: #000;
}
#nav a {
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	color: #052654;
	text-decoration: none;
	border: 1px solid #052654;
	padding: 5px;
	font-weight: bold;
	margin-top: 7px;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-left: 1px;
}
#nav a:hover {
	color: #004EAE;
}
#sidebar #twitter_div  a {
	color: #4b6da1;
}
#sidebar #twitter_div  a:hover {
	color: #8898B0;
}
#main .entry a, #main .post a, #main .postmeta a, #main_forum .entry a, #main_forum .post a, #main_forum .postmeta a {
	color: #222222;
	font-weight: bold;
}
#main .entry a:hover, #main .post a:hover, #main .postmeta a:hover, #main_forum .entry a:hover, #main_forum .post a:hover, #main_forum .postmeta a:hover {
	text-decoration:underline;
	color: #0066CC;
}
#leftBar a
{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

	/* Images */

img {
	border: none;
}

#wrapper #leftBar img {
	padding-right: 5px;
	vertical-align: top;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.alignright {
	margin: 10px 0 10px 10px;
	display: inline;
	float: right;
}
.alignleft {
	margin: 10px 10px 10px 0;
	display: inline;
	float: left
}
/* <==================================> */
				/* LISTS */
/* <==================================> */

#topNav li {
	padding-left: 20px;
	font-size: 14px;
	padding-bottom: 5px;
}
#main .entry ul, #main_forum .entry ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
#main ol {
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 18px;
}
#subs li
{
	padding-bottom: 1px;
}
#subs li.mail
{
	padding-top: 20px;
}
#leftBar ul
{
	font-size: 10px;
	list-style:none;
	padding-left: 0;
	padding-bottom: 20px;
	text-align: center;
}
#leftBar ul p
{
	padding: 5px;
	text-align: left;
}
#sidebar ul {
	padding-left: 0px;
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 10px;
	line-height: 18px;
	text-align: center;
}
#sidebar ul li {
	padding-top: 5px;
}
#sidebar #twitter_div #twitter_update_list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#sidebar #twitter_div #twitter_update_list li {
	color: #333333;
	font-size: 10px;
	line-height: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #86b5e5;
	border-right-color: #86b5e5;
	border-bottom-color: #8898B0;
	border-left-color: #86b5e5;
	padding-bottom: 5px;
	text-align:right;
}

#sharing ul
{
	list-style: none;
}

#sharing li
{
	float: left;
	padding: 0 10px;
	width: auto;
}
/* <==================================> */
				/* EXTRAS */
/* <==================================> */

.clr
{
	clear: both;
}

	/* Comic Action Buttons */

#menu
{
 	list-style: none;
 	padding: 0;
 	margin: 0;
	position: relative;
	height: 54px;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -9000px;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}
#menu .share
{
  width: 151px;
  height: 53px;
  background: url(images/share.png) no-repeat;
  right: 350px;
  top: 0px;
}
#menu .print
{
  width: 151px;
  height: 53px;
  background: url(images/buy.png) no-repeat;
  right: 180px;
  top:0px;
}
#menu .read
{
  width: 151px;
  height: 53px;
  background: url(images/read.png) no-repeat;
  right: 10px;
  top:0px;
}
#idc-container-parent
{
	clear: both;
	z-index: 0;
}