	/*
Theme Name: ComicPress 3C
Theme URI: http://comicpress.org
Description: Publish a comic with WordPress. 3-Column Edition. <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Tyler Martin
Author URI: http://mindfaucet.com/
Version: 2.7
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/



/* STANDARD TAGS */

body {
	margin: 0;
	color: #D1B291;
	background: #424B54;
    background-image: url(/images/shadow.gif);
	background-repeat: repeat-y;
  	background-position: center;
	font-size: 10px;
	font-family: 'Arial', sans-serif;
	text-shadow: #000 0 0 0; /* Lighten Safari's heavy fonts */
	}

a {
	color: #ff8500;
	text-decoration: none;
	}

  	a:hover {
		color: #FFB666;
		}

	a:focus {
		outline: none;
		}

	a img {
		border: none;
		}

p {
	margin: 12px 0;
	}

img {
	max-width: 100%;
	padding: 0;
	}

small {
	font-size: 11px;
	}

hr {
	height: 1px;
	color: #000;
	background-color: #B37F49;
	border: 0px;
	}

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

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

cite {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	}

code {
	padding: 10px;
	display: block;
	font-family: 'Courier New', monospace;
	border: 1px dotted #B37F49;
	overflow: scroll;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

	acronym, abbr {
		border-bottom: 1px dashed #B37F49;
		}

form {
	margin: 0;
	}



/* HEADINGS */

h1 {
	padding: 10px 0 0 0;
	margin: 0;
	color: #B37F49;
	font-size: 60px;
	font-family: 'Georgia', serif;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	letter-spacing: -4px;
	font-variant: small-caps;
	}
	
h1 a {
	padding: 10px 0 0 0;
	margin: 0;
	color: #FF8500;
	font-size: 60px;
	font-family: 'Georgia', serif;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	letter-spacing: -4px;
	font-variant: small-caps;
	}

h1 a:hover {
	padding: 10px 0 0 0;
	margin: 0;
	color: #FFB666;
	font-size: 60px;
	font-family: 'Georgia', serif;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	letter-spacing: -4px;
	font-variant: small-caps;
	}


h2 {
	margin: 0;
	color: #B37F49;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 24px;
	}
	
h2 a {
	margin: 0;
	color: #FF8500;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 24px;
	}

h2 a:hover {
	margin: 0;
	color: #FFB666;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 24px;
	}
	
	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 5px 0;
		margin: 0 0 20px 0;
		font-family: 'Georgia', serif;
		font-size: 32px;
		font-weight: normal;		
		letter-spacing: -2px;
		}

h3 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #B37F49;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	}

h3 a {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #FF8500;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	}

h3 a:hover {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #FFB666;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	}

/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #column width by the same amount */

#page {
	width: 900px;
	margin: 0px auto;
	}



/* THE HEADER */

#header {
	display: block;
	background: url('/images/headerfooterbg.gif');
	background-repeat: repeat-y;
	}

.description  {
		display:none;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 2px;
		}

#headerbar {
  width: 900px;
  height: 25px;
  background: #ff8500;
  }
  
#header-top {
	height: 15px;
	width: 900px;
	display: block;
	background: url('/images/headertop.gif') no-repeat;
	}

#header-bottom {
	height: 15px;
	width: 900px;
	display: block;
	background: url('/images/headerbottom.gif') no-repeat;
	}


/* THE MENU */

#menubar {
	background: #FF8500;
	zoom: 1; /* IE fix, allows for variable height menu  */
	}

#menunav {
	float: right;	
	}

	#menunav a  {
		width: 25px;
		height: 25px;
		display: block;
		float: left;
		color: #fff;
		font-size: 19px;
		font-weight: bold;
		line-height: 25px;
		text-align: center;
		border-left: 1px solid #fff;
		}

		#menunav a:hover {
			background-color: 
			}

#menu {
    padding: 0;
    margin: 0;
	list-style: none;
    float: left;
    line-height: 25px;
	font-size: 12px;
	text-transform: uppercase;
    }

	#menu a {
		padding: 0px 5px;
		display: block;
		color: #fff;
		text-decoration: none;
		border-right: 1px solid #fff;
		}

	#menu li {
		float: left;
		}

	#menu li:hover a, #menu li.sfhover a {
	    color: #fff; /* Main menu highlighted text color */
	    }

	#menu li:hover, #menu li.sfhover {
	    background: #800; /* Main menu highlighted background color */
	    }
	
	/* For submenu dropdowns - this order must be maintained */

	#menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		left: -9999px;
		width: 151px;
		line-height: 1;
		border-top: 1px solid #fff;
		}
	#menu li li {
		width: 150px;
		margin: 0 0 0 -1px;
		border-width: 0 1px 1px 1px;
		border-color: #fff;
		border-style: solid;
		}
	#menu li li a {
		width: 139px;
	    padding: 4px 5px;
		color: #fff;
		border: none;
		}
	#menu li ul ul {
	    margin: -21px 0 0 151px;
	    }
	#menu li ul li:hover a, #menu li ul li li:hover a, #menu li ul li li li:hover a, #menu li ul li li li:hover a {
	    color: #fff; /*Submenu highlighted text color */
	    }
	#menu li:hover li a, #menu li li:hover li a, #menu li li li:hover li a, #menu li li li li:hover li a  {
	    color: #fff; /*Submenu text color */
	    }
	#menu li li:hover {
	    background: #f00; /*Submenu highlighted background color */
	    }
	#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul, #menu li.sfhover ul ul ul ul {
	    left: -9999px;
	    }
	#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul, #menu li li li li.sfhover ul {
	    left: auto;
	    background: #222; /*Submenu background color */
		text-transform: none;
	    }



/* Dropdown Menu */

.chromestyle{
display: block;
width: 900px;
height: 25px;
background: url(/images/topbottombar.gif) center center no-repeat;
font-family: Verdana, Arial, Sans-Serif;
font-weight: bold;
font-size: 12px;
text-align: right;
}

.font-family:after{ 
/*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul {
padding: 0px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
text-align: right;
}

.chromestyle ul li a{
width: 112px;
height: 25px;
color: #fff;
padding: 0px 0px;
margin: 0;
text-decoration: none;
border-right: 0px solid #000000; /*THEME CHANGE HERE*/
text-align: right;
border-bottom: 0px;
}

.chromestyle ul a{
width: 112px;
padding: 0px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li a:hover{
background: url() center center repeat-x; /*THEME CHANGE HERE*/
color: #0000;
border-bottom: 0px;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

#chromeabout a   {
display: block;
width: 112px;
height: 25px;
background-image: url(/images/about.gif); 
}

#chromeextras a  {
display: block;
width: 112px;
height: 25px;
background-image: url(/images/extras.gif); 
}

#chromecontacts a  {
display: block;
width: 112px;
height: 25px;
background-image: url(/images/contacts.gif); 
}

#chromeabout a:hover  {
display: block;
width: 112px;
height: 25px;
background-image: url(/images/abouton.gif); 
}

#chromeextras a:hover {
display: block;
width: 112px;
height: 25px;
background-image: url(/images/extrason.gif); 
}

#chromecontacts a:hover {
display: block;
width: 112px;
height: 25px;
background-image: url(/images/contactson.gif); 
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-left: 1px solid #000000; /*THEME CHANGE HERE*/
border-right: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom: 1px solid #00000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FF8500;
width: 200px;
visibility: hidden;
text-align: left;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-top: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
text-align: left;
}

.dropmenudiv a:hover{ 
/*THEME CHANGE HERE*/
background-color: #FFB666;
color: #FFFFFF;
}

#chromestory a  {
display: block;
width: 112px;
height: 18px;
background-image: url(/images/thestory.gif); 
}

#chromecast a {
display: block;
width: 112px;
height: 18px;
background-image: url(/images/thecast.gif); 
}

#chromeauthor a {
display: block;
width: 112px;
height: 18px;
background-image: url(/images/theauthor.gif); 
}

#chromeartwork a {
display: block;
width: 112px;
height: 18px;
background-image: url(/images/artwork.gif); 
}

#chromebanners a {
display: block;
width: 112px;
height: 18px;
background-image: url(/images/banners.gif); 
}

#chromewallpapers a  {
display: block;
width: 112px;
height: 18px;
background-image: url(/images/wallpapers.gif); 
}

#chromestory a:hover  {
display: block;
width: 112px;
height: 18px;
background-image: url(/images/thestoryon.gif); 
}

#chromecast a:hover {
display: block;
width: 112px;
height: 18px;
background-image: url(/images/thecaston.gif); 
}

#chromeauthor a:hover {
display: block;
width: 112px;
height: 18px;
background-image: url(/images/theauthoron.gif); 
}

#chromeartwork a:hover {
display: block;
width: 112px;
height: 18px;
background-image: url(/images/artworkon.gif); 
}

#chromebanners a:hover {
display: block;
width: 112px;
height: 18px;
background-image: url(/images/bannerson.gif); 
}

#chromewallpapers a:hover {
display: block;
width: 112px;
height: 18px;
background-image: url(/images/wallpaperson.gif); 
}


/* THE COMIC */

#comic {
	padding: 0px 0;
	text-align: center;
	}



/* THE FOOTER */

#footer {
	padding: 20px 0;
	text-align: center;
	background: url('/images/headerfooterbg.gif');
	background-repeat: repeat-y;
  	background-position: center;

	}

#footer-top {
	height: 15px;
	width: 900px;
	display: block;
	background: url('/images/footertop.gif') no-repeat;
	}

#footer-bottom {
	height: 15px;
	width: 900px;
	display: block;
	background: url('/images/footerbottom.gif') no-repeat;
	}

/* COMIC NAVIGATION */

.nav-first {
	width: 225px;
	height: 25px;
	float: left;
	background: url('/images/firstbg.gif') no-repeat;
	}

.nav-first a {
	width: 225px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url('/images/first.gif') no-repeat;
	}

.nav-first a:hover {
	background-position: 0 -50px;
	}

.nav-previous  {
	width: 225px;
	height: 25px;
	float: left;
	background: url('/images/previousbg.gif') no-repeat;
	}

.nav-previous a {
	width: 225px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url('/images/previous.gif') no-repeat;
	}

.nav-previous a:hover {
	background-position: 0 -50px;
	}

.nav-next  {
	width: 225px;
	height: 25px;
	float: left;
	background: url('/images/nextbg.gif') no-repeat;
	}
	
.nav-next a {
	width: 225px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url('/images/next.gif') no-repeat;
	}

.nav-next a:hover {
	background-position: 0 -50px;
	}

.nav-last {
	width: 225px;
	height: 25px;
	float: left;
	background: url('/images/latestbg.gif') no-repeat;
	}
	
.nav-last a {
	width: 225px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url('/images/latest.gif') no-repeat;
	}

.nav-last a:hover {
	background-position: 0 -50px;
	}


/* NAVIGATION */

.nav {	
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 20px 0;
	}

.nav-blog {
	color: #000;
	font-size: 12px;
	font-weight: bold;	
	float: right;
	}
	
	.nav-blog-previous {
		padding: 0 5px 0 0;
		float: left;
		}
		
	.nav-blog-next {
		padding: 0 0 0 5px;
		float: left;
		border-left: 1px solid #000;
		}

.pagenav {
	padding: 40px 20px 0 20px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	}

	.pagenav-left {
		float: left;
		}

	.pagenav-right {
		float: right;
		}

.nav a, .pagenav a, .nav-blog a {
	display: block;
	float: left;
	color: #FF8500;
	}

	.nav a:hover, .pagenav a:hover, .nav-blog a:hover {
		color: #FFB666;
		}

	.navdivider {
		padding: 0 5px 0 0;
		margin: 0 5px 0 0;
		border-right: 1px solid #B37F49;
		}



/* POSTS - PAGES */

#column {
	width: 500px;
	padding: 0 0 20px 0;
	float: left;
	overflow: hidden;
	}

.post {
	padding: 10px 20px;
	background: url('/images/comicpostbg.gif');
	background-repeat: repeat-y;
  	background-position: center;
	}

.blog-top {
	height: 40px;
	width: 500px;
	display: block;
	background: url('/images/blogtop.gif') no-repeat;
	}

.blog-bottom {
	height: 25px;
	width: 500px;
	display: block;
	background: url('/images/comicpostbottom.gif') no-repeat;
	}

.post-page {
	padding: 0 20px 0 20px;
	}

.post-comic {
	padding: 0 20px;
	background: url('/images/comicpostbg.gif');
	background-repeat: repeat-y;
  	background-position: center;
	}

.post-comic-top {
	height: 40px;
	width: 500px;
	display: block;
	background: url('/images/comicposttop.gif') no-repeat;
	}

.post-comic-bottom {
	height: 25px;
	width: 500px;
	display: block;
	background: url('/images/comicpostbottom.gif') no-repeat;
	}

.post-head {
	background: url('/images/comicpostbg.gif');
	} 

.post-page-head, .post-comic-head {
	}
	
.post-foot {
	background: url('/images/hrule.gif');
	height: 10px;
	overflow: hidden;
	}

.post-comic-foot, .post-page-foot {
	margin: 0 0 40px 0;
	height: 10px;
	overflow: hidden;
	}
	
	.comicdate {
		font-size: 14px;
		color: #B37F49;
		}

	.postdate {
		font-size: 11px;
		color: #B37F49;
		}

.more-link {
	border-top: 1px dashed #B37F49;
	font-style: italic;
	display: block;
	clear: both;
	}
		
.tags {
	font-size: 11px;
	clear: both;
	}

.comment-link {
	padding: 0 0 10px 0;
	font-family: 'Georgia', serif;
	font-size: 16px;
	text-align: right;
	}



/* THE BLOG HEADER */

#blogheader {
	font-family: 'Georgia', serif;
	padding: 15px 0 15px 10px;
	font-size: 32px;
	letter-spacing: -2px;
	}



/* COMMENTS */

.comment-wrap{
	padding: 0 20px;
	}

	.comment-wrap h3 {
		margin: 0;
		padding: 20px 0 0 0;
		font-weight: normal;
		font-size: 20px;
		clear: both;
		font-family: 'Georgia', serif;
		}

.comment      {
	padding: 10px;
	margin: 10px 0 0 0;
	clear: both;
	border: 1px solid #B37F49;
	min-height: 64px;
	}

	.comment .comment  {
	border: 1px dotted #B37F49;
	}

.comment-author {
	display: inline;
	}

.comment-meta {
	display: inline;
	padding: 0 0 0 5px;
	margin: 0 0 0 2px;
	border-left: 1px solid #B37F49;
	}

.says {
	display:none;
	}

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

#comment {
	width: 100%;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	}

#author, #email, #url {
	width: 200px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	}

#submit {
	margin: 0 0 20px 0;
	float: right;
	}

ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	}

	ol.commentlist p {
		margin: 10px 0 0 74px;
		}

ul.children {	
	margin: 0;
	padding: 0;
	list-style: none;
	}

.reply {
	padding: 10px 0 0 0;
	text-align: right;
	}



/* ARCHIVE */  
/* For the built-in WordPress archive pages (by month or category) as well as search result pages */  

.comicarchiveframe {
	padding: 5px;
	border: 1px solid #B37F49;
	background: #fff;
	opacity: 0.99;
	filter: alpha(opacity=99);
	}
 
	.comicarchiveframe:hover {
		opacity: 0.70;
		filter: alpha(opacity=70);
		}

	.comicarchiveframe h3 {
		margin: 0;
		}

	.comicarchiveframe a small {
		display: block;
		color: #B37F49;
		}

.archive-year {
	font-size: 48px;
	}

.archive-yearlist {
	padding: 0 0 10px 0;
	font-size: 14px;
	}



/* SIDEBAR */

#sidebar {
	width: 200px;
	float: left;
	font-size: 11px;
	overflow: hidden;
	background: url('/images/sidebarbg.gif');
	background-repeat: repeat-y;
  	background-position: center;
	}

.sidebar-top {
	height: 15px;
	width: 200px;
	display: block;
	background: url('/images/sidebartop.gif') no-repeat;
	}

.sidebar-bottom {
	height: 15px;
	width: 200px;
	display: block;
	background: url('/images/sidebarbottom.gif') no-repeat;
	}

#sidebar h2, #sidebar h2 a {	
	font-size: 16px;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	#sidebar ul li {
		}

		#sidebar ul li ul li {
			margin: 0;
			padding: 0;
			}
			

/* DYNAMIC SIDEBAR */


.textwidget {
}

.widget widget_text {
}

.widgettitle {
display: none;
}

/* ARCHIVE DROPDOWN */


.archive-dropdown-wrap {
margin: 10px 0 15px 15px;
}

.archive-dropdown {
}


/* SUBSCRIBE TEXT GRAPHIC */


#text-99893272 {
	display: block;
	height: 25px;
	width: 200px;
	background: url('/images/subscribetext.gif') no-repeat;
	}


/* SUBSCRIBE ME */


#subscribe-me {
}

.widget subscribe_me_display_widget {
}

.subscribe_services {
}

#subscribe_me_4c2057c00a8e948cebe31553fa419705 {
}

.subscribe_service {
margin: 0 0 0 25px;
}

/* ARTICLES TEXT GRAPHIC */


#text-99893274 {
	margin: 10px 0 0 0;
	display: block;
	height: 25px;
	width: 200px;
	background: url('/images/articlestext.gif') no-repeat;
	}


/* SPONSOR TEXT GRAPHIC */


#text-86904731 {
	margin: 10px 0 0 0;
	display: block;
	height: 25px;
	width: 200px;
	background: url('/images/sponsortext.gif') no-repeat;
	}


/* PAYPAL BUTTON */


#text-99893271 {
margin: 10px 0 0 25px;
}

#text-1 {
margin: 10px 0 0 25px;
}


/* TWITTER TOOLS */


#twitter-tools {
}

#twitter-head {
	display: block;
	height: 50px;
	width: 200px;
	background: url('/images/twittertop.gif') no-repeat;
	}	

.widget aktt_widget {
}

.aktt_tweets {
	display: block;
	padding: 10px 25px 0 25px;
	color: #6B4C2C;
	background: url('/images/twitterbg.gif');
	background-repeat: repeat-y;
  	background-position: center;	
	}

.aktt_tweet_time {
}

.aktt_more_updates {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 40px;
	width: 200px;
	background: url('/images/twittermorebg.gif') no-repeat;
}


/* WIDGETS */

.random-comic-icon {
	padding: 0 5px;
	color: #fff;
	background: #000;
	}

.comic-bookmark {
	margin: 0 0 10px 5px;
	}


/* CALENDAR */

#wp-calendar {
	width: 165px;
	margin: 0 0 0 15px;
	}

#wp-calendar th {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	}

#wp-calendar caption {
	color: #B37F49;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #B37F49;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	}

	#wp-calendar a:hover {
		color: #FFB666;
		background: #B37F49;
		}



/* SEARCH */

#s {
	width: 140px;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	}

#searchsubmit {
	padding: 0 5px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	}



/* GALLERY */

.gallery-image {
	width: 518px;
	border: 1px solid #000;
	overflow: hidden;
	background: #000;
}

.gallery-caption {
	font-size: 11px;
	}
	
	.gallery-caption  p {
		width: 510px;
		padding: 5px;
		margin: 0;
		text-align: center;
		color: #B37F49;
		background: #000;
		}

.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;
	border: 1px solid #000;
	overflow: hidden;
	}

.imagetitle {
	color: #000;
	font-size: 18px;
	}

.imagenav-bg {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 0;
	background: #ddd;
	border: 1px solid #000;
	overflow: hidden;
	}

	.imagenav-bg img {
		width: 75px;
		height: 75px;
		}

.imagenav-arrow {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	line-height:75px;
	text-align: center;
	border: 1px solid #000;
	float: left;
	}

.imagenav-link {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 2;
	border: 1px solid #000;
	float: left;
	overflow: hidden;
	}

	.imagenav-link img {
		width: 75px;
		height: 75px;
		opacity: 0.50;
		filter: alpha(opacity=50);
		}

			.imagenav-link img:hover {
				opacity: 0.00;
				filter: alpha(opacity=0);
				}



/* POSTED IMAGES  */

.wp-caption  p {
	margin: 5px 0;
	line-height: 11px;
	font-size: 11px;
	}

.aligncenter {
	margin: 0 auto;
	display: block;
	}

.alignright {
	margin-top:
	}

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



/* TRANSCRIPT */

#transcript {
	padding: 0 10px;
	font-size: 11px;
	border-left: 4px dotted #000;
	border-right: 4px dotted #000;
	}

	.transcript-border {
		padding: 0 5px;
		margin: 15px 0;
		border: 1px solid #000;
		background: #fff;
		clear: both;
		}

	a.transcript-title {
		padding: 0 0 5px 0;
		margin: 0 0 5px 0;
		display: block;
		font-family: 'Georgia', serif;
		font-style: italic;
		font-size: 16px;
		letter-spacing: -1px;
		border-bottom: 1px dashed #000;
		}

		#transcript-content {
			font-family: 'Courier New', monospace;
			overflow: hidden;
			}

#s-transcript {
	width: 140px;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-family: 'Georgia', serif;
	font-style: italic;
	}

	#searchsubmit-transcript {
		padding: 0 5px;
		font-size: 12px;
		font-family: 'Arial', sans-serif;
		}



/* 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;
	}