/*
Theme Name: ComicPress
Contributors: Frumph
Theme URI: http://comicpress.net
Description: Publish a comic with WordPress. Visit the ComicPress Website (<a href="http://comicpress.net">comicpress.net</a>). This is the ComicPress Core Framework.  Requires WordPress 3.0
Author: Philip M. Hofer
Author URI: http://frumph.net
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.2.29.1
License: GNU General Public License, v3 (or newer)
License URI: http://www.opensource.org/licenses/gpl-3.0.html
.
. Originally Created by Tyler Martin
Edited (poorly) for Shot Glasses Comic by Jonathan David

STANDARD TAGS*/
HTML
{
	overflow-y: scroll;
}
BODY
{
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: #DBD8C9 url(images/sgdpadsm.jpg);
	color: #000;
}
A
{
	color: #A00;
	text-decoration: none;
}
A:link
{
	color: #EB2127;
}
A:visited
{
	color: #EB2127;
}
A:hover
{
	color: #F00;
}
A:focus
{
	outline: none;
}
A IMG
{
	border: none;
}
P
{
	padding: 3px 0;
}
IMG
{
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.wp-caption
{
	text-align: center;
	border: 1px solid #CCC;
	background: #CCC;
}
.post-author-gravatar IMG
{
	max-width: inherit;
}
SMALL
{
	font-size: 12px;
}
HR
{
	height: 1px;
	color: #000;
	background-color: #000;
	border: 0px solid #000000;
}
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: #CCC;
}
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;
	margin: 0;
	font-size: 56px;
	line-height: 46px;
	letter-spacing: -5px;
}
H2, H2 A
{
	padding: 0 0 2px;
	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;
	margin-top: 10px;
	font-size: 28px;
	letter-spacing: -2px;
	clear: both;
	text-transform: capitalize;
}
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: 100%;
	margin: 0px auto;
}
#page-wide
{
	width: 100%;
	margin: 0px auto;
}
/*THE SUB/CONTENT WRAPPER*/
#content-wrapper
{
	margin: 0 auto;
	margin-top: 5px;
	padding: 8px 6px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	background: #DBD8C9;
	width: 1010px;
}
#subcontent-wrapper
{
	padding: 0px;
	margin: 0px;
	background-color: #DBD8C9;
}
/*THE HEADER*/
#header
{
	margin: 0px auto;
	text-align: left;
	background: #222 url(images/sgbanner.png) no-repeat 85% 50%;
	width: 100%;
	height: 250px;
	padding: 0px;
}
#header H1 A
{
	font-family: Georgia;
	font-size: 72px;
	overflow: hidden;
	color: #EB2127;
	display: block;
	background: url(images/bitlogo.gif) no-repeat left top;
	width: 473px;
	height: 242px;
	text-shadow: 0px 1px 0px #374683;
	filter: dropshadow(color=#700007,offX=0,offY=1);
	margin-top: 0px;
	margin-left: 1px;
	text-indent: -9001px;
}
#header .description
{
	display: none;
	padding: 0 0 10px;
	font-size: 14px;
	margin-left: 40px;
}
/*THE MENU*/
#menubar-wrapper
{
	width: 100%;
	height: 30px;
	clear: both;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: bold;
	background: #000;
	border-top: 1px solid #EB2127;
}
.ie #menubar-wrapper
{
	zoom: 1;
/*IE fix, allows for variable height menu*/
}
.menu
{
	margin: 0 auto;
	padding: 0px 6px;
	border-left: 6px solid black;
	border-right: 6px solid black;
	background: #000000;
	width: 1000px;
}
.menu UL
{
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.menu UL LI
{
	position: relative;
	display: inline;
	float: left;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	height: 30px;
}
/*Top level menu link items style*/
.menu UL LI A
{
	display: block;
	text-decoration: none;
	/*+placement:shift 0px 0px;*/
	position: relative;
	left: 0px;
	top: 0px;
	padding: 5px;
	height: 30px;
}
/*this is the color of the non-hovered text in the menubar*/
.menu UL LI A:link, .menu UL LI A:visited
{
	color: #EB2127;
	font-weight: bold;
}
.menu UL LI A:hover
{
	/*background of menu items during onmouseover (hover state)*/
	color: #FFFFFF;
	/*background: url(images/menu-brackets-red.gif) no-repeat; */
}
/*this is the color of the text in the menubar when its on that page*/
.menu .current_page_item A
{
	color: #FFFFFF !important;
}
/* CSS3 Brackets for Links
.menu .current_page_item A:before
{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background: none;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
.menu .current_page_item A:after
{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 5px;
	height: 5px;
	background: none;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
*/
.menu UL LI UL LI A
{
	text-align: left;
	background: #555;
/*background of menu items (default state)*/
}
* HTML .menu UL LI A
{
/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
/*color of the sub level non-hovered text*/
.menu UL LI UL LI A:link, .menu UL LI UL LI A:visited
{
	color: #FFF;
	font-size: 12px;
}
.menu UL LI A.selected
{
/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #EB2127;
	text-decoration: underline;
}

/*1st sub level menu*/
.menu UL LI UL
{
	position: absolute;
	left: 0;
	display: none;
/*collapse all sub menus to begin with*/
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.menu UL LI UL LI
{
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu*/
.menu UL LI UL LI UL
{
	top: 0;
}
/*Sub level menu links style*/
.menu UL LI UL LI A
{
	font: normal 13px Verdana;
	width: 160px;
/*width of sub menus*/
	padding: 5px;
	margin: 0;
}
/*sub level menu hover color*/
.menu UL LI UL LI A:hover
{
	color: #FCFF00;
}
/*Holly Hack for IE \*/
* HTML .menu
{
	height: 1%;
}
/*Holly Hack for IE7 and below
######### CSS classes applied to down and right arrow images  #########*/
.arrowclass
{
	position: absolute;
	top: 2;
	margin-left: 2px;
	font-size: 11px;
}
.menunav
{
	display: none;
	float: right;
	text-align: center;
}
.menunav A
{
	color: #FFF;
}
.menunav-search
{
	float: left;
	padding: 2px;
}
.ie .menunav-search
{
	padding-top: 3px;
}
/* Navagation arrows in top menu. Doesn't exist. */
.menunav-rss
{
	display: none;
	font-size: 13px;
	line-height: 26px;
	padding: 0 5px;
	float: left;
	display: inline-block;
	overflow: hidden;
	color: #FFF;
}
.menunav-rss:hover
{
	background: #FF9701;
	color: #000;
}
.menunav-prev, .menunav-next
{
	display: inline-block;
	float: left;
}
.menunav-prev A, .menunav-next A
{
	font-size: 24px;
	line-height: 25px;
	padding: 0 5px 1px;
	float: left;
	display: inline-block;
	overflow: hidden;
	color: #FFF;
}
.menunav-prev A:hover, .menunav-next A:hover
{
	color: #FCFF00;
	background: #F00;
}

/*THE COMIC*/
#comic
{
	text-align: center;
	background: none;
	border: 0px;
	padding: 0px;
}
#comic-head
{
	clear: both;
}
#comic IMG
{
	border: 1px solid #222;
}
#comic-wrap
{
	background: none;
	border: 0px;
	padding: 0px;
	width: 100%;
}
#comic UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#comic-foot
{
	text-align: center;
}
#sidebar-undercomic
{
	color: #FFF;
	background: #6A7174;
	width: 100%;
	height: 45px;
	border: 1px solid #222;
}
/*COMIC NAVAGATION*/
.comic_navi
{
	overflow: hidden;
	color: #FFF;
	vertical-align: bottom;
	text-align: center;
}
.comic_navi A:link, .comic_navi A:visited
{
	width: 46px;
	height: 32px;
	text-indent: 55px;
	overflow: hidden;
}
.comic_navi .navi-first
{
	background: url(images/ll.gif) no-repeat center center;
	width: 45px;
	height: 32px;
}
.comic_navi .navi-prev
{
	width: 46px;
	background: url(images/l.gif) no-repeat center center;
	height: 32px;
}
.comic_navi .navi-next
{
	width: 46px;
	background: url(images/r.gif) no-repeat center center;
	height: 32px;
}
.comic_navi .navi-last
{
	width: 46px;
	background: url(images/rr.gif) no-repeat center center;
	height: 32px;
}
.comic_navi .navi-void
{
	width: 46px;
	height: 32px;
	text-indent: 55px;
	overflow: hidden;
}
/*the style of this is further down*/
#comic BUTTON
{
	float: left;
}
/*THE FOOTER*/
#footer
{
	margin: 0 auto;
	padding: 8px 6px;
	border-left: 6px solid black;
	border-right: 6px solid black;
	background: #000;
	width: 1000px;
	color: #fff;
	text-align: center;
}
.footer-text
{
	font-size: 12px;
}
#footer .footer-pipe
{
	padding: 0 2px;
}
/*NAVIGATION*/
.blognav
{
	width: 200px;
	margin: 0 auto;
}
.blognav-previous
{
	float: left;
}
.blognav-next
{
	float: right;
}
.nav
{
	display: none;
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}
.nav-first
{
	float: left;
}
.nav-previous
{
	float: left;
}
.nav-previous A
{
	padding-left: 10px;
}
.nav-next
{
	float: left;
}
.nav-next A
{
	padding-left: 10px;
}
.nav-last
{
	float: left;
}
.nav-last A
{
	padding-left: 10px;
}
.pagenav, .commentnav
{
	height: 25px;
	color: #000;
	font-weight: bold;
	line-height: 25px;
	padding: 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: 800px;
	padding: 0 10px;
	margin: 0px;
	float: left;
	overflow: hidden;
}
#pagewrap-left
{
	width: 560px;
	float: left;
	overflow: hidden;
}
#subcontent-wrapper
{
	clear: both;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #DBD8C9;
	padding-top: 20px;
}
#content
{
	float: left;
	width: 720px;
}
.narrowcolumn
{
	width: 550px;
	padding: 0 5px;
	overflow: hidden;
}
/*add 10px to smaller width layouts*/
.layout-standard .narrowcolumn, .layout-v .narrowcolumn
{
	width: 560px;
}
.widecolumn
{
	width: 980px;
	overflow: hidden;
}
.column_one
{
	width: 48%;
	float: left;
	padding: 1%;
}
.column_two
{
	width: 48%;
	float: left;
	padding: 1%;
}
.post
{
}
.post-type-cat
{
	text-transform: capitalize;
}
.post-content
{
	padding: 10px 5px 10px 10px;
	background-color: #FFF;
	border: 1px solid #222;
}
.post-content .rob
{
	border-top: 1px solid #7F1316;
	border-bottom: 1px solid #7F1316;
	background: #B26265 url(images/cr.gif) no-repeat bottom left;
	padding: 12px 0px 0px 30px;
}
.post-content .cr
{
	border-top: 1px solid #7F1316;
	border-bottom: 1px solid #7F1316;
	background: #B26265 url(images/cr.gif) no-repeat bottom left;
	padding: 12px 0px 0px 30px;
}
.post-content .gary
{
	border-top: 1px solid #040C63;
	border-bottom: 1px solid #040C63;
	background: #555DAF url(images/jd.gif) no-repeat bottom left;
	padding: 12px 0px 0px 30px;
}
.post-content .jd
{
	border-top: 1px solid #040C63;
	border-bottom: 1px solid #040C63;
	background: #555DAF url(images/jd.gif) no-repeat bottom left;
	padding: 12px 0px 0px 30px;
}
.post-content .kd
{
	border-top: 1px solid #093D08;
	border-bottom: 1px solid #093D08;
	background: #53B351 url(images/kad.gif) no-repeat bottom left;
	padding: 12px 0px 0px 30px;
}
.post-content .kad
{
	border-top: 1px solid #093D08;
	border-bottom: 1px solid #093D08;
	background: #53B351 url(images/kad.gif) no-repeat bottom left;
	padding: 12px 0px 0px 30px;
}
.post-foot
{
	margin-bottom: 10px;
}
.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) no-repeat center;
	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;
	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
{
	clear: both;
	font-weight: bold;
	text-align: right;
}
/*THE BLOG HEADER*/
#blogheader
{
	padding: 5px 0;
	border-top: 1px solid #000;
	margin: 10px 0 20px;
}
/*COMMENTS*/
TEXTAREA#comment
{
	width: 90%;
	height: 80px;
}
.bypostauthor
{
}
.comment
{
	display: block;
	margin-top: 20px;
}
.comment .comment
{
	margin: 10px 0 0 70px;
}
.comment .comment .comment
{
	margin-left: 20px;
}
.comment-avatar
{
	width: 64px;
	height: 64px;
	display: inline-block;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}
.comment-content
{
	margin-left: 64px;
	margin-bottom: 20px;
}
.comment-author CITE
{
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
}
.comment .comment .comment-author CITE
{
	font-size: 14px;
}
.comment-meta-data
{
	font-size: 11px;
}
.comment .comment .comment-permalink
{
	display: none;
}
.comment-moderated
{
	font-style: italic;
	font-size: 15px;
}
.comment-text
{
	padding: 5px;
	font-size: 12px;
}
.comment-text P
{
	padding: 5px;
	margin: 0;
}
.comment-note
{
	width: 380px;
	text-align: left;
	display: inline-block;
	font-size: 11px;
}
.form-submit
{
	float: right;
	display: inline-block;
}
.comment-meta
{
	display: inline;
	border-left: 1px solid #000;
}
.commentsrsslink
{
	font-size: 11px;
	float: right;
}
#author, #email, #url
{
	width: 50%;
}
.comment-submit, .post-url-back
{
	float: right;
}
.commentlist UL
{
	padding: 0;
	margin: 0;
	list-style: none;
}
OL.commentlist
{
	margin: 0;
	padding: 10px 0 30px;
	list-style: none;
}
OL.commentlist P
{
	margin-top: 3px;
}
UL.children
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#respond
{
	padding: 20px 0 0;
}
/*Pingbacks and Trackbacks*/
#pingtrackback
{
	font-size: 16px;
}
.pingback .comment-content, .trackback .comment-content
{
	margin-left: 0;
}
.trackback .comment-author CITE, .pingback .comment-author CITE
{
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}
/*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;
	text-align: center;
}
.comicthumbdate
{
	font-size: 9px;
}
.comicarchiveframe, .comicarchiveframeinpost
{
	margin: 2px 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, .comicarchiveframeinpost: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;
	font-size: 14px;
}
/*SIDEBAR
Left Sidebar Themes*/
#sidebar-left
{
	background-color: #6A7174;
	color: #FFFFFF;
	float: left;
	width: 160px;
	height: auto;
	padding: 5px;
	margin: 0px;
	border: 1px solid #222222;
	box-shadow: inset 0 0 5px #777;
	-moz-box-shadow: inset 0 0 5px #777;
	-webkit-box-shadow: inset 0 0 5px #777;
}
/*Right Sidebar Themes*/
#sidebar-right
{
	display: none;
	background: #000;
	color: #FFFFFF;
	float: right;
	width: 200px;
	padding: 5px;
}
#sidebar-overcomic
{
	padding: 20px 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
{
	display: block;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.sidebar UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar UL LI
{
	margin: 0 0 0 10px;
	padding: 0;
}
.sidebar .widget
{
	margin-bottom: 10px;
}
.sidebar .widget .post-extras, .sidebar .widget .entry
{
	padding: 3px;
}
/*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;
}
/*CALENDAR*/
#wp-calendar-wrap
{
	margin: 0 auto;
	width: 170px;
	background: #FFF;
	padding: 10px;
	border: 1px solid #000;
}
#wp-calendar
{
	width: 165px;
	margin: 0 auto;
}
.wp-calendar-thumb
{
	width: 178px;
	height: 130px;
	margin: 0 auto;
}
#wp-calendar TH
{
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
#wp-calendar CAPTION
{
	font-family: Georgia, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	font-variant: small-caps;
}
#wp-calendar TD
{
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #000;
}
#wp-calendar A
{
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#wp-calendar A:hover
{
	color: #FFF;
	background: #000;
}
TABLE#wp-calendar
{
	border: none;
	background: transparent;
}
TABLE#wp-calendar TD
{
	border-color: #999;
}
.wp-calendar-download
{
	width: 166px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 10px;
	text-align: right;
	color: #777;
	background: #222;
}
.wp-calendar-download-links A
{
	padding: 0 3px;
	font-weight: bold;
	color: #FFF;
	background: #000;
	border-left: 1px solid #777;
}
.wp-calendar-download-links A:hover
{
	background: #800;
}
/*SEARCH*/
#s-search, #s-transcript
{
	height: 16px;
	width: 120px;
}
.ie #s-search
{
	height: 14px;
}
.searchresults, .archiveresults
{
	padding: 0 0 30px 10px;
	font-style: italic;
}
/*comment form*/
#comment, #author, #email, #url, #s-search, .comicpress_control_panel_widget INPUT
{
	padding: 2px;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background: #EEE;
	border: 1px solid #888;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#comment:focus, #comment:hover, #author:hover, #email:hover, #url:hover, #author:focus, #email:focus, #url:focus, .comicpress_control_panel_widget #sname:focus, .comicpress_control_panel_widget #sname:hover, .comicpress_control_panel_widget #spassword:focus, .comicpress_control_panel_widget #spassword:hover
{
	background: #FFF;
}
#submit, #searchform BUTTON, #comic BUTTON, .comicpress_control_panel_widget BUTTON
{
	background: #CCC;
	color: #000;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: -moz-linear-gradient(100% 100% 90deg,#aaa, #ccc, #ddd 100%);
/*IE8 uses -ms-filter for whatever reason...*/
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1, startColor=0, endColoStr=#FFFFFF );
	background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(255, 255, 255, 1.0)), to(rgba(170, 170, 170, 3.0)) );
}
.sidebar .widget_archive SELECT, .comicpress_archive_dropdown_widget SELECT
{
	width: 180px;
	-moz-border-radius: 10px 0 0 10px;
	-khtml-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	padding-right: 0;
	background: -moz-linear-gradient(100% 100% 90deg,#bbb, #ddd, #fff 100%);
/*IE8 uses -ms-filter for whatever reason...*/
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1, startColor=0, endColoStr=#FFFFFF );
	background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(255, 255, 255, 1.0)), to(rgba(170, 170, 170, 3.0)) );
}
#submit
{
	padding: 2px 5px;
	font-weight: 700;
}
#submit:hover, #searchform BUTTON:hover
{
	color: #F00;
}
.ie #searchform BUTTON, .ie #submit
{
	height: 21px;
	line-height: 9px;
	background: #CCC;
	color: #000;
}
/*GALLERY*/
.gallery-image
{
	width: 518px;
	overflow: hidden;
	text-align: center;
}
.gallery-caption
{
	padding: 2px 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;
}
.imagenav
{
	width: 77px;
	height: 77px;
	float: left;
	overflow: hidden;
}
.imagenav-center
{
	width: 344px;
	height: 65px;
	margin: 0 5px;
	padding: 10px 5px 0;
	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;
}
.wp-caption-text
{
}
.sticky
{
}
.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;
}
/*TRANSCRIPT*/
#transcript
{
	padding: 0 10px;
	font-size: 11px;
	border-left: 4px dotted #333;
	border-right: 4px dotted #333;
}
.transcript-border
{
	padding: 0 5px;
	margin: 15px 0;
	border: 1px solid #555;
	background: #FFF;
	clear: both;
}
A.transcript-title
{
	padding: 0 0 5px;
	margin: 0 0 5px;
	display: block;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
	border-bottom: 1px dashed #777;
}
#transcript-content
{
	font-family: "Courier New", monospace;
	overflow: hidden;
}
/*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;
}
.buythisbutton
{
	height: 27px;
	width: 240px;
	margin: 5px 0;
	background: url('images/buythis.png') no-repeat;
}
.print-thumbnail
{
	text-align: center;
}
.page-template-buystrip-php .post-content TABLE
{
	margin: 0 auto;
}
/*Archive Calendar Template*/
.cpcal-image
{
	height: 120px;
	width: 152px;
}
.cpcal-cals
{
	margin: 0 auto;
	padding-left: 5px;
}
.cpcal-month
{
	width: 157px;
	padding: 5px 0 5px 5px;
	margin: 0 8px 8px 0;
	float: left;
	border: 1px solid #999;
	background: #FFF;
}
.cpcal-monthtitle
{
	width: 154px;
	height: 16px;
	padding: 0 0 5px;
	text-align: center;
	font-family: Georgia, serif;
	font-variant: small-caps;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -1px;
}
.cpcal-dayletter
{
	width: 20px;
	height: 15px;
	margin: 0 2px 2px 0;
	display: block;
	float: left;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
}
.cpcal-day
{
	width: 18px;
	height: 13px;
	margin: 0 2px 2px 0;
	display: block;
	float: left;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #999;
}
.cpcal-day A
{
	width: 18px;
	height: 13px;
	line-height: 13px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.cpcal-day A:hover
{
	color: #FFF;
	background: #000;
}
/*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;
	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;
}
#linkspage, #linkspage UL, #linkspage LI, #archivepage, #archivepage UL, #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;
}
/*Tool Tips (ComicPress Rascal)*/
.tt A
{
	position: relative;
	z-index: 1000;
	color: #3CA3FF;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: -110px;
}
A.tt SPAN
{
	display: none;
}
A.tt:hover SPAN.tooltip
{
	position: absolute;
	display: block;
	width: 200px;
	color: #000;
	margin: 0 auto;
	text-align: center;
	height: 164px;
	background: url('images/comicpress-rascal.png') no-repeat;
	z-index: 1000;
}
A.tt:hover SPAN.top
{
	display: block;
	width: 200px;
	height: 35px;
	padding-top: 2px;
	margin-top: 25px;
	margin-left: 25px;
	background: url('images/bubble.png') no-repeat 0 0;
	z-index: 1000;
}
A.tt:hover SPAN.middle
{
/*different middle bg for stretch*/
	display: block;
	width: 180px;
	margin: 0 0 0 25px;
	padding: 0 10px;
	background: url('images/bubble.png') repeat-y -200px 0;
	z-index: 1000;
}
A.tt:hover SPAN.bottom
{
	display: block;
	width: 200px;
	height: 15px;
	background-position: -100px;
	color: #548912;
	margin-left: 25px;
	background: url('images/bubble.png') no-repeat 0 -35px;
	z-index: 1000;
}
.ie .tt A:hover
{
	z-index: 1000;
	color: #AAAAFF;
	background-color: transparent;
}
/*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*/
}
/*MultiComic buttons*/
#buttonpanel
{
	overflow: auto;
}
.tipjar-wrap, .tipjarbox, .tipjarunderbox
{
	height: 200px;
	width: 200px;
	float: right;
	overflow: hidden;
}
.facebook_like, .facebook-like
{
	display: inline-block;
}
.refimage
{
	height: 64px;
	width: 64px;
	display: inline-block;
	float: left;
	margin-right: 3px;
}
.reftext
{
	font-size: 11px;
}
.refname
{
	text-transform: capitalize;
	font-weight: 700;
	font-size: 14px;
}
/*Custom Sidebar Stuff*/
#sidebar-left A:link
{
	color: #EB2127;
	padding-left: 10px;
	font-weight: bold;
}
#sidebar-left .followsg H4
{
	display: block;
	width: 145px;
	text-align: center;
	padding: 0px;
	background: url(images/line.gif) no-repeat center bottom;
	margin: 0px auto;
}
#sidebar-left .votesites H4
{
	display: block;
	width: 145px;
	text-align: center;
	padding: 0px;
	background: url(images/line.gif) no-repeat center bottom;
	margin: 0px auto;
}
#sidebar-left .votesites
{
	display: block;
	background: #6A7174;
	color: #FFFFFF;
	width: 160px;
}
#sidebar-left P
{
	margin: 0px;
}

.snark
{
	font-size: 75%;
	font-weight: 600;
	text-transform: uppercase;
	vertical-align: 1px;
}

#binge-links a
{
	color: #EB2127;
	padding-left: 10px;
	background: url(http://shotglassescomic.com/wp-content/themes/comicpress/images/bit.gif) no-repeat left center;
}

#bingelinking ul li
{
	list-style-image:url(http://shotglassescomic.com/wp-content/themes/comicpress/images/bit.gif);
}
#sidebar-left .linkbuttons
{
	border-bottom: 1px #cacdcf groove;
	margin: 0px auto;
	text-align: center;
	min-width: 150px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#sidebar-left .linkbuttons .tooltip:hover:after{
    background: #fff;
    background: rgba(0,0,0,.8);
	border: 1px solid #cacdcf;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 50%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 50px;
}
/*Twitter*/
#twitter-widget-0 {
	width: 150px;
display: none;
}

#twitter-widget-0 .stream li
{
	border-bottom: 1px #cacdcf groove;
	background: none;
	padding: 5px;
}
#twitter-widget-0 a {
	color: #EB2127;
}
#twitter-widget-0 .timeline {
	border-radius: 0px;
}
#twitter-widget-0 .header {
	display: none;
}

