/*
Theme Name: BigRigGeneral
Theme URI: http://comicpress.org
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a> This is the ComicPress Core Framework.
Author: Tyler Martin, John Bintz, Philip M. Hofer
Tags: White, Two-Columns, Three-Columns, left-sidebar, right-sidebar, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready
Version: 2.9.0.14
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/

/* STANDARD TAGS */



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




html { overflow-y: scroll; } 

body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	color: #000;
}

a {
	color: #800;
	text-decoration: none;
}

	a:hover {
		color: #f00;
	}

	a:focus {
		outline: none;
	}

	a img {
		border: none;
	}

p {
	margin: 12px 0;
}

img {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

small {
	font-size: 12px;
}

hr {
	height: 1px;
	color: #000;
	background-color: #000;
	border: 0px;
}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	font-family: 'Georgia', serif;
	font-size: 16px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #000;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	font-weight: bold;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #000;
}

form {
	margin: 0;
}

input, textarea {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
}

/* HEADINGS */

h1, h1 a {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 56px;
	line-height: 46px;
	letter-spacing: -5px;
}

h2, h2 a {
	padding: 0 0 2px 0;
	margin: 0;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;	
}

	h2.pagetitle, h2.pagetitle a, h2.page-title, h2.page-title a {
		padding: 0 0 5px 0;
		margin-top: 10px;
		font-size: 28px;
		letter-spacing: -2px;
		clear: both;
	}

h3, h3 a {
	padding: 0;
	margin: 0;
	font-size: 20px;
	clear: both;
	letter-spacing: -1px;
}

h4, h4 a {
	padding: 0;
	margin: 0;
	font-size: 15px;
	clear: both;
}

/* THE PAGE WRAPPER */

#page {
	width: 780px;
	margin: 0px auto;
}

#page-wide {
	width: 980px;
	
}

/* THE HEADER */

#header {
	text-align: center;
}

	#header .description {
		padding: 0 0 10px 0;
		font-size: 14px;
	}



/* THE COMIC */

#comic-head {
	clear: both;
}

#comic {
	text-align: center;
	width:688px;
	background:url('images/strip-bg.gif');
}

#comic-foot {
	padding-bottom: 3px;
	text-align: center;
}

/* THE FOOTER */

#footer {
	padding: 5px 0;
	text-align: center;
}
	
	#footer .footer-pipe {
		padding: 0 2px;
	}

/* NAVIGATION */

.nav{
	float: left;
	font-size: 12px;
	font-weight: bold;
	background:#971c31;
	width:688px;
	margin-bottom:3px;
	
}

.nav a {padding:5px 12px;}
.nav a:link {color:#fff;}

.nav a:visited {color:#fff;}
.nav a:hover {background:#fff;color:#971c31;}



	.nav-previous {
		float: right;
	}

		
	.nav-next {
		float: right;
	}
	
	


.pagenav, .commentnav {
	height: 25px;
	color: #000;
	font-weight: bold;
	line-height: 25px;
	padding: 0 5px 0 5px;
	margin-top: 5px;
	clear: both;
}

	.pagenav-left, .commentnav-left {
		float: left;
	}

	.pagenav-right, .commentnav-right {
		float: right;
	}

	.nav a, .pagenav a, .nav-blog a {
		display: block;
		float: left;
	}

/* POSTS - PAGES */

#pagewrap-right {
	width: 688px;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;	
}

#pagewrap-left {
	width: 560px;
	float: left;
	overflow: hidden;
}


#subcontent-wrapper {
	clear: both;
}

#content {
	float: left;
}

	.narrowcolumn {
		width: 688;
		padding: 0px;
		overflow: hidden;
	}
	
	/* add 10px to smaller width layouts */
		.layout-standard .narrowcolumn, .layout-v .narrowcolumn {
			width: 550px;
		}
		
	.widecolumn {
		width: 980px;
		overflow: hidden;
	}
	
	.column_one {
		width: 48%; 
		float: left; 
		padding: 1%; 
	}
	
	.column_two {
		width: 48%; 
		float: left; 
		padding: 1%; 
	}

.post {}

.post-content {
	padding: 3px;
}

.post-foot {
	margin-bottom: 20px;
}

.post-image {
}

.post-info {
	padding-bottom: 5px;
	font-size: 12px;
}

.post-text {
	overflow: hidden;
	display: block;
}

.post-author-gravatar {
	float: right;
}

.post-mood {
	float: left;
	margin-right: 2px;
}

.post-calendar-date {
	color: #777;
	font-family: 'Georgia' , serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	margin-right: 3px;
}

.post-calendar-date .calendar-date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.png) center no-repeat;
	font-family: 'Georgia', serif;
	font-size: 22px;
	font-style: normal;
	color: #000;
	text-align: center;
	line-height: 100%;
	padding: 0 2px 0 0;
}


.post-calendar-date .calendar-date span {
	height: 16px;
	padding: 1px 0 4px 0;
	display: block;
	font-family: 'Verdana', sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

.postdate {
	font-size: 11px;
}

.entry {
	line-height: 18px;
	padding: 3px 0;
}

.more-link {
	border-top: 1px dashed #000;
	font-style: italic;
	display: block;
	clear: both;
}

.post-tags {
	font-size: 12px;
}

.post .members-only {
	border: 1px dotted #000;
	background: #fafafa;
	padding: 3px;
}

.post .non-member {
	border: 1px dotted #000;
	background: #fafafa;
	padding: 3px;
}

.linkpages {
	float: right;
	margin: 5px;
}

/* COMMENT LINK */

.comment-link {
	font-weight: bold;
	text-align: right;
}




/* ARCHIVE */
/* For the built-in WordPress archive pages (by month or category) as well as search result pages */

.comicthumbwrap {
	float: left;
	padding: 2px 2px 6px 2px;
}

.comicarchiveframe 
{
	margin: 0 auto;
	text-align: center;
	-moz-opacity: 0.99;       /* mozilla, netscape */
	opacity:0.99; /* firefox, opera, safari, chrome */
	-khtml-opacity: 0.99;      /* khtml, old safari */
}

	.comicarchiveframe:hover {
		-moz-opacity: 0.7;       /* mozilla, netscape */
		opacity:0.70; /* firefox, opera, safari, chrome */
		-khtml-opacity: 0.7;      /* khtml, old safari */

		}
		
	.imagenav-link img {
		-moz-opacity: 0.5;       /* mozilla, netscape, gecko */
		opacity:0.5; /* firefox, opera, safari, chrome */
		-khtml-opacity: 0.5;      /* khtml, old safari */
		}

			.imagenav-link img:hover {
				-moz-opacity: 0;       /* mozilla, netscape */
				opacity:0.5; /* firefox, opera, safari, chrome */
				-khtml-opacity: 0.5;      /* khtml, old safari */
				}
				
.comicarchiveframe h3 {
	margin: 0;
}

.comicarchiveframe a small {
	display: block;
	color: #000;
}

.archive-year {
	font-size: 48px;
}

.archive-yearlist {
	padding: 0 0 10px 0;
	font-size: 14px;
}

/* SIDEBAR */

/* Left Sidebar Themes */
#sidebar-left {
	float: left;
	width: 180px;

	min-height:1200px;
	margin-right:12px;
	padding: 215px 0 200px 0 ;

	background:#971c31 url('images/sidebarBG.jpg') no-repeat;
	text-align:center;
	

}

/* Right Sidebar Themes */
#sidebar-right {
	float: right;
	width: 200px;
	padding: 5px;
	
}

#sidebar-overcomic {
	padding: 20px 0 0 0;
}

.customsidebar ul, .customsidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Sidebar Class */

.sidebar {
	font-size: 12px;
	overflow: hidden;
}

.sidebar h2, .sidebar h2 a {	
margin:0 8px 0 8px;
	font-size: 14px;
	color:#fff;
	}

.sidebar ul {
margin:0px 0px 12px 0px;
font-weight:bold;
	}
	
.sidebar ul li a {color:#fff;display:block;padding:3px;}
.sidebar ul li a:hover {color:#000;background:#fff;}

.sb-links{height:410px;}
.sb-menu {color:#2c4042;}
.sb-menu ul li a {color:#2c4042;}
.sb-menu ul li a:hover {color:#fff;background:#2c4042;}


	
/* WIDGETS */

.random-comic-icon, .random-post-icon {
	padding: 0 5px;
	color: #fff;
	background: #000;
}

.sidebar #comic-bookmark-holder {
	width: 152px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.sidebar .ComicPressLatestThumbnailWidget h2 {
	text-align: left;
}
	
.sidebar .ComicPressLatestThumbnailWidget {
	text-align: center;
}

.sidebar .comic-bookmark {
	width: 185px;
	margin: 0 auto;
}



/* GALLERY */

.gallery-image {
	width: 518px;
	overflow: hidden;
	text-align: center;
}

.gallery-caption {
	padding: 2px 0 0 0;
	font-size: 11px;
	line-height: 11px;
}

	.gallery-caption p {
		width: 510px;
		padding: 5px;
		margin: 0;
		text-align: center;
	}

.imagenav-wrap {
	margin: 5px 0 0 0;
}

.imagenav {
	width: 77px;
	height: 77px;
	float: left;
	overflow: hidden;
}

.imagenav-center {
	width: 344px;
	height: 65px;
	margin: 0 5px;
	padding: 10px 5px 0 5px;
	float: left;
	color: #000;
	text-align: center;
	overflow: hidden;
}

.imagetitle {
	color: #000;
	font-size: 18px;
}

.imagenav-bg {
	width: 77px;
	height: 77px;
	position: absolute;
	z-index: 0;
	overflow: hidden;
}

.imagenav-bg img {
	width: 75px;
	height: 75px;
	padding: 1px;
}

.imagenav-arrow {
	width: 77px;
	height: 67px;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	line-height: 67px;
	text-align: center;
	float: left;
}

.imagenav-link {
	width: 77px;
	height: 77px;
	position: absolute;
	z-index: 2;
	float: left;
	overflow: hidden;
}

.imagenav-link img {
	width: 75px;
	height: 75px;
	padding: 1px;
}

#gallery-1 .attachment-thumbnail {
	border: none;
}

/* POSTED IMAGES  */

.wp-caption p {
	margin: 5px 0;
	line-height: 11px;
	font-size: 11px;
}

.aligncenter {
	margin: 0 auto;
	display: block;
}

.alignright {
	margin: 10px 0 10px 10px;
	display: inline;
	float: right;
}

.alignleft {
	margin: 10px 10px 10px 0;
	display: inline;
	float: left;
}




/* STORYLINES */

.storyline-cats {
	padding: 0;
	margin: 0;
	list-style: none;
}

	.storyline-cats li {
		display: inline;
	}

	li.storyline-root {
		display: none;
	}

/* CLEAR FLOATS */

.clear {
	clear: both;
}

/* CLEAR MARGINS */
/* Used with BR for clearing paragraph margins for Safari, Chrome - avoid background gaps */

.clear-margins {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/** BUY THIS **/

.buythis {
	padding: 0 5px 0 5px;
}

.buythisbutton {
	height: 27px;
	width: 240px;
	margin: 5px 0 5px 0;
	background: url('images/buythis.png') no-repeat;
}

.print-thumbnail {
	text-align: center;
}

.page-template-buystrip-php .post-content table {
	margin: 0 auto;
}





/* Storyline Template */

#storyline, #storyline ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#storyline li {
	padding: 0;
	margin: 0;
}

#storyline li img {
	display: none;
}

#storyline li li img {
	display: block;
	float: right;
	padding: 0 0 0 10px;
}

#storyline ul ul {
	margin: 0 0 0 20px;
}

#storyline li li .storyline-title {
	font-size: 24px;
	font-weight: bold;
	display: block;
	color: #000;
}

#storyline li li .storyline-title:hover {
	color: #900;
}

#storyline li li li a.storyline-title {
	font-size: 18px;
}

#storyline li li li li a.storyline-title {
	font-size: 14px;
}

.storyline-description {
	font-size: 12px;
}

.storyline-foot {
	clear: both;
	margin: 0 0 10px 0;
	height: 10px;
	border-bottom: 4px solid #000;
}

#storyline li li .storyline-foot {
	border-bottom: 2px solid #000;
}
#storyline li li li .storyline-foot {
	border-bottom: 1px solid #000;
}

/* Archive Year Template */

.archive-date {
	padding: 0 5px 0 0;
	font-size: 12px;
	white-space: nowrap;
}

.archive-title {
	padding: 2px 5px;
	line-height: 11px;
	border-left: 1px solid #000;
}

.month-table {
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

#linkspage, #linkspage ul, #linkspage li, #archivepage, #archivepage url, #archivepage li {
	list-style: none;
}

#linkspage h2 {
	margin-top: 20px;
}

/* Pagination */

#wp-paginav {
	text-align: left;
}

#paginav {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
}

	#paginav .paginav-pages {
		padding-right: 10px;
	}

	#paginav a {
		padding: 0px 10px;
		display: block;
	}

	#paginav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#paginav li {
		float: left;
	}

	#paginav .paginav-next, #paginav .paginav-previous {
		font-size: 20px;
	}

	#paginav .paginav-current, #paginav .current {
		padding: 0px 10px;
		font-weight: bold;
	}


/* User Pages */

#userpage {
	width: 100%;
	padding: 5px;
}

	.userpage-avatar {
		float: left;
		width: 64px;
		height: 64px;
	}

	.userpage-info {
		margin-left: 10px;
		float: left;
	}

	.userpage-desc {
		width: 400px;
		padding: 5px;
		margin-top: 30px;
		border: 1px dotted #efefef;
	}

	.userpage-posts {
		margin-top: 20px;
	}

	.userpage-posts ol {
		margin: 10px 0 0 30px;
		padding: 0;
	}

	.userpage-posts li {
		list-style: none;
		margin: 0;
		padding: 0;
	}

/* Non-IE browser additions */

::-moz-selection {
    background: #a1c0d9; /* Firefox */
}

textarea {
      resize: none;
}

/* selection colors */
::selection {
    background: #ffb7b7; /* Safari */
}

