/*  
Theme Name: dev
Theme URI: 
Description: 
Version: 0.1
Author: Jason Penney
Author URI: 
*/
/* START layout.css */

body {
  padding:0;
  margin: 2px;
}

#page {
  min-width: 600px;
  width:100%;
  margin: 0;
  padding: 0;
}

#header {
  float: left;
  width: 100%;
}

#wrapper {  
  clear: both; 
  position: relative; 
  width:100%; 
}

#content {
  position: absolute; 
  padding: 0 151px;
  top: 0;
  left:0;
  right: 0;
}

#sidebarLeft {
  position:absolute; 
  top:0; 
  width: 150px; 
  left: 0;
}


#sidebarRight {
  position:absolute; 
  top:0; 
  width: 150px; 
  right:0;
}

#footer {
  position: relative;
  width: 100%;
  margin: 0 -160px;
  padding: 0 160px;
  text-align:center;
}
/* END layout.css */
/* START colors.css */
/*********************
jcp_back1 -- rgb(248,219,175);
jcp_back2 -- rgb(9,35,85);
jcp_back3 -- rgb(251,238,219);
**********************/

body {
  background-image: url("images/jcp_back3.jpg");
  background-position: -85px 0px;
  background-color: rgb(251,238,219);
}

#header {
  background-position: -85px 0px;
  background-image: url("images/jcp_back2.jpg");
  background-color: rgb(9,35,85);	
}

#content {
  background-image: url("images/jcp_back2.jpg");
  background-repeat: repeat-y;
  background-position: -85px 0px;
}

#sidebarRight a,
#content a {
  color: rgb(166,140,83);
  background-color: transparent;
}
#content a { font-weight: bold; }

#content a:hover {
   color: rgb(9,35,85);	
}

#footer {
  background-position: -85px 0px;
  background-image: url("images/jcp_back1.jpg");
  background-color: rgb(248,219,175); 
}

/** outer headings **/
.sidebar > ul > li > h2 {
  background-position: -85px 0px;
  background-image: url("images/jcp_back1.jpg");
  background-color: rgb(248,219,175); 
  color: rgb(9,35,85);
}

#sidebarLeft {
  background-color: rgb(9,35,85);
  background-image: url("images/jcp_back2.jpg");
  background-repeat: repeat-y;
  background-position: -85px 0px;
  color: rgb(251,238,219);
}

#sidebarLeft a,
#sidebarLeft a:hover {
  background-color: transparent;
  text-decoration: none;
}

#sidebarLeft a {
  color:  rgb(251,238,219);
}

#sidebarLeft a:hover {
  color:  rgb(125,119,110);
}


#sidebarRight {
  background-image: url("images/jcp_back3.jpg");
  background-color: rgb(251,238,219);
}


.date-header,
.date-header a,
#content .date-header a {
  color: #092355;
}	    

.date-header a {
border-bottom: solid 1px #092355;
}

#footer a {
  color: black;
  background-color: transparent;
}

/* END colors.css */
/* START custom.css */
	/* ##### Common Styles ##### */

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

html { font-size: 16px; }

body { 
/*  font-family: 'Lucida Grande', Verdana, Geneva, Lucida,
     Arial, Helvetica, sans-serif;
*/
  font-family:  Arial , Helvetica, Lucidia, Verdana, sans-serif;
  font-size: 0.9em;
  color: #000;

}

abbr, acronym, .titleTip {
  border-bottom: 1px dotted  rgb(9,35,85);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}

.smallCaps {
  font-size: 1.2em;
  font-variant: small-caps;
}

h2 {
  font-size: 1.25em;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.center {
  text-align: center;
}

/* ##### Header ##### */

#header .gravatar {
  float: right;
  border: 0;
  width: 80px;
  height: 80px;
  padding: 1em;
 /* background-image:url(./images/gravatar-bg-trans.png);
 */ background-position:center top;
  background-repeat:no-repeat;
  clear:right;
  margin-top:-2px;
  z-index:4;
}

#header {
  color: inherit;
text-shadow: 1px 1px 1px #000000, 2px 2px 2px #aaa;
}

#header h1 {
  margin: 0;
  padding: 0.25em 1% 0 1%;
	 color: #eee;
}

#header h1 a {
  color: #eee;
  background-color: transparent;
  text-decoration: none;
  font-size: 1.4em;
  font-weight: bold;
  font-style: italic;
}

#header .description {
  color: #eee;
  padding: 0 1% 1em 1%;
  font-weight: bold;
  font-size: 1.1em;
}

/* ##### sidebar global ##### */

.sidebar {
  font-family: 'trebuchet ms', 'Gill Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
  overflow: hidden;
  font-size: 0.85em;
}

.sidebar p {
  text-align: center;
}

.sidebar img {
  max-width:100%;
}


.sidebar ul {
  list-style: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.sidebar li {
  padding: 0;
}

/** only outer ul **/
.sidebar > ul{
  padding: 0;
  margin: 0;
}

.sidebar > ul > li > ul {
  font-size: 0.9em;
}

.sidebar > ul > li > ul li {
  padding-left: 0.5em;
}

.sidebar h2 {
  text-align: center;
  padding: 0.25em;
  margin: 0;
  font-size: 1.25em;
}


/* ##### Left Side Bar ##### */

/* ##### Right Side Bar ##### */


#sidebarRight {
  margin-top: 1em;
  border: 1px solid rgb(248,219,175);
}

#sidebarRight > ul {
  /* fake padding */
  border: 0.25em solid rgb(251,238,219);
}

#sidebarRight a {
  text-decoration: none;
}

#sidebarRight a:hover {
  text-decoration: underline;
}

/* ##### Content ##### */

#content {
  padding: 0 160px;
  font-size: 1.1em;
}

#content h2 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-size: 1.75em;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 0;
  padding: 0.5em 0 0 0;
/*  border-top: 1px dashed rgb(248,219,175); */
text-shadow: 1px 1px 5px #aaa;
}

#content a {
  text-decoration: none;
}

.post {
  border-bottom:1px dotted  #88a;
  padding-bottom:1.5em;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 { clear: both}
.date-header {
  padding: 1em 0 0;
  font-variant: small-caps;
  letter-spacing: 0.2em;
  font-weight: bold;
}

blockquote {  
  background: url("images/quote.gif") no-repeat 0 3px; 
  color: #88a; 
  padding-left: 25px;
  margin-bottom: 1px;
  display:block; 
  padding-top:5px;
  font-weight: bold;
  font-family: Calibri,'Gill Sans','Lucida Grande',Helvetica,sans-serif;
}


/* ##### Footer ##### */

#footer {
  font-size: 0.8em;;
  text-align: center;
  line-height: 1.25em;
  padding-top: 2em;
  padding-bottom: 2em;
}

#footer a {
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}

.navigation {
  font-size: .75em;
}

.comvatar-default img,
img.avatar {
    width: auto !important;
    height: auto !important;
    max-width: 80px;
    max-height: 80px; 
    border: 0;
    vertical-align: top;
    float: right;
    padding: 2px;
}


.navigation .alignleft,
.navigation .alignright {
       width: 33%;
}


/** move to wordpress.css **/

textarea {
  width: 100%
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postmetadata {
  font-size: 0.95em;
}

.postmetadata a {
  font-weight: bold;
}

.alignleft {
	   float: left;
	   text-align: left;
}

.alignright {
	    float:right;
	    text-align: right;
}

img.alignleft { 
  padding-right: 0.5em;
}

img.alignright {
  padding-left: 0.5em;
}

/** plugin related **/
.comvatar-registration-link {
  display: none;
}

.akpc_pop, .tags {
  font-size: 0.8em;
   font-family: 'trebuchet ms', 'Gill Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
  padding: 0.25em inherit;
clear: both;
}


.tags img { vertical-align: middle; }

span.sociable_tagline:hover span,
div.sociable:hover span.sociable_tagline span {
	position: absolute;
	display: block;
	width: auto;
	top: -4em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
	filter:alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;
	-khml-opacity: 75;
}

.sociable img { 
   filter:alpha(opacity=50); 
  -moz-opacity: 0.5; 
  opacity: 0.5;
  -khml-opacity: 50;
}

.sociable img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity:100;
  -moz-opacity: 1.0;   
}


.alignleft {
        float: left;
}
.alignright {
        float: right;
}
.clearer,.akst_link {
        clear: both;
}

/*** SPECIAL ****/
div.letter {
 color: #000;
 border: thin solid rgb(0,0,0);
 margin: 3%;
 padding: 1%;
 background-color: #fff;
 max-width: 60em;
 font-family: Courier New, Courier, fixed, serif;
 font-size: 1.25em;
}

.clear_both {
  clear: both;
}



/** asides **/
/** asides **/
body.home #content div.category-asides {
margin-left: 2em;
margin-right: 2em;
border-left: 1px solid #000;
padding: 0 1em;
margin-top: 0.25em;
background-image: url(images/jcp_back1.jpg);
}

body.home #content div.category-asides * {
display:inline;
}

body.home #content div.category-asides h2,
body.home #content div.category-asides h2 a {
font-size: 1em;
  color: #092355; 
  background-color: transparent;
  font-weight: bold;
  text-align: left;
  margin: 0;
  font-style: normal;
  text-decoration: none;
}
body.home #content div.category-asides:after {
 content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}
body.home #content div.category-asides img.size-thumbnail { width: auto !important; height: auto !important; max-height: 100px; }

body.home #content div.date-header { clear: both; }

body.home #content div.category-asides h2:after{
content: ':';
}

body.home #content div.category-asides a {
color: #092355;
text-decoration: underline;
}

/*
div.category-asides p.akst a.akst_link {
min-height: 16px;
font-size: 0.75em;
clear: none;
}
*/

body.home #content div.category-asides div.entry-date,
body.home #content div.category-asides span.entry-author,
body.home #content div.category-asides span.entry-category,
body.home #content div.category-asides .postmetadata,
#content div.category-asides span.metasep {

display:none;
}

body.home #content div.category-asides .comment-link{
display: inline;
}

body.home #content div.category-tweets div.tags,
body.home #content div.category-links div.tags,
body.home #content div.category-tweets .postmetadata,
body.home #content div.category-links .postmetadata
{
display: none;
}

#content div.category-links dl dd div.tags 
{
display: block;
padding: 0.25em 0;
}

body.home #content div.category-tweets,
body.home #content div.category-links {
font-size: 0.8em;
}

body.home #content div.category-tweets h2 {
font-size: 1.1em;
}

body.home #content div.category-tweets h2 a {
background:transparent url(./images/twitter-icon.png) no-repeat scroll;
padding-left: 16px;
}
body.home #content div.category-tweets .entry {
	display: none;
}

div.category-links dl {
margin-left: 1.5em;
padding: 0;
}

div.category-links dt {
padding: 0;
margin: 0.5em 0 0;
}

div.category-links dd {
margin: 0 0 0 1.5em;
padding: 0;
}

body.home #content div.category-asides p.akst,
body.home #content div.category-links p.akst
{
display: inline;
positon: relative;
}

body.home #content div.category-asides a.akst_share_link,
body.home #content div.category-links a.akst_share_link
 {
position: absolute;
height:16px;
width: 16px;
overflow: hidden;
font-size: 0em;
text-indent: -10000px;
}

#content .aktt_credit {
display: none;
}

#dropdown-archives {
margin: 0 auto;
text-align: center;
}

#subscribe-options li b {
width: 40%;
text-align: right;
float: left;
margin-right: 0.5em;
}

.tooltip {
	border: 3px solid #000;
	padding: 0.5em;
	color: #fff;
	background-color: rgb(9,35,85); 
        width: 150px;
	overflow:hidden;
	font-size: 75%;
}

#sidebarRight .tooltip {
	left: -50%;
	position: relative;
}
#sidebarRight h2 {
-moz-box-shadow:1px 1px 3px #aaa;
-webkit-box-shadow: 1px 1px 3px #aaa;
}


a.holly-affiliate {
display:block;
width:125px;
height:125px;
margin:auto;
background-image:url(../../uploads/ccc_01_125x125.gif);
}

/* in series */

div.in_series_toc
{
padding: 0 1em;
font-size: 0.9em;
border: 1px solid #f8dbaf;;
float: right;
}
div.in_series_toc h3
{
padding: 0.25em 0;
margin: 0 auto;
width: 100%;
background-color: #f8dbaf;
background-image: url(images/jcp_back1.jpg);
text-align: center;
}

p.tweet
{
background-color: #fff;
margin-left: auto;
margin-right: auto;
width: 80%;
padding: 1em;
}
code, tt, .font-fixed, .source { font-family: monospace; background: #000; color:#aaa; font-weight: bold; }
blockquote code, pre code, blockquote.source { font-size: 0.9em; white-space:pre; overflow: auto; display: block;
margin: 0 auto;width: 90%; padding: 1em;}
code br, blockquote.source br { display: none; }

code a, tt a, .font-fixed a, .source a, #content code a, #content tt a, #content .font-fixed a, #content .source a { color: #fff; }


code p, blockquote.source p { display: inline; padding: 1; margin:0; }

ol.commentlist li {
        margin-top: 1em;
	padding: 1em;
	border: dashed 1px #F8DBAF;
}

ol.commentlist li.alt {
  border-color: #FBEEDB;
  background-image: url("images/jcp_back1.jpg");
  background-color: rgb(248,219,175);
}

ol.commentlist li.authcomment, ol.commentlist li.bypostauthor {
	border-color: #000;
	border-width: 2px;
}
.commentlist li.pingback { font-size: 0.75em; }

a.footnote { font-weight: normal; font-size: 0.75em; vertical-align: super; line-height: 0.1em; }
#content p { line-height: 1.25em; }

div.footnotes { clear: both; font-size: 0.8em; }
ol.footnotes { list-style: none; }

div.flashmovie { margin: 0.25em auto; width: auto; text-align: center; }

.center { text-align: center; }
div.center, img.center { margin-left: auto; margin-right: auto; }
.small { font-size: 0.75em; }


blockquote.writing
{
	background-color: #fff;
	color: #000;
	font-style: normal;
	padding: 0.5em 1em;
}

.writing p 
{
	text-indent: 1em;
}

#latest-tweet {
	border: 2px solid black; 
	padding: 0.5em; 
	font-size: 0.7em; 
	text-align: center; 
	-moz-border-radius: 2em;
	-webkit-border-radius: 10px;
	border-radius: 2em;
float: right; 
max-width: 20em; 
width: auto; 
background-color: white;
margin-top: 3px;
margin-right: 3px;
}
#latest-tweet .aktt_status {
color:#555;
display:block;
font-size:0.8em;
text-decoration:none;

}

.widget_kbrss li {
margin-left: 18px;
clear: left;
padding: 0.25em 0;
line-height: 1.1em;
}
.widget_kbrss li:after { content: ""; height: 1px; width: 1px; display: block; clear: left; }

.widget_kbrss li img { float: left; vertical-align: middle; margin-left: -18px; }
.widget_archive h2, .widget_categories h2 {display: none; }
.widget_archive select,.widget_categories select { width: 90%; display: block; margin: 0 auto; }

.entrytext li { padding-bottom: 0.25em; }

.periodical-title { font-style: italic; }

/* share this */
body #akst_form {
background-color: #092355;
color: #F8DBAF;
font-size: 0.8em;
border:solid 2px #000;
margin-top: -9em;
}
body #akst_form a {
color: #092355;
}
body #akst_form a:hover {
font-style: italic;
}
body #akst_form ul.tabs li{
background-color:#F8DBAF;
color:#092355;
}
body #akst_form ul.tabs li.selected {
background-color: #FBEEDB;
}

body #akst_social, body #akst_email {
background-color: #FBEEDB;
}
body #akst_form ul.tabs  {
border: none; 
}

.sidebar .menu ul li { display: block; float left; }
.sidebar .menu ul li ul { display: none; }
.entry div.fiction { 
max-width: 40em;
margin: 0 auto;
width:90%;
padding: 1em;
background-image:url(./images/semi-transparent.png);
-moz-box-shadow:  0.5em 0.5em 0.5em #444,0 0 5em #F8DBAF;
-webkit-box-shadow:  0.5em 0.5em 0.5em #444,0 0 5em #F8DBAF;
clear: both;
}
.entry div.fiction + p + div.fiction {
padding-top: 0;
margin-top: -1.5em;
}

.entry div.fiction p {
	text-indent: 1.5em; 
} 

.entry div.fiction hr {
width: 15%;
margin: 2.5em auto;
}


.audible_id_wrapper { position: relative; }
.audible_id_wrapper .audible_id_popup {
display:none;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
-moz-box-shadow:0 0 2em #000;
-webkit-box-shadow: 0 0 2em #000;
background-color:#fff;
border: solid 2px #000;
color: #000;
padding: 0.5em;
position:absolute;
font-size: 0.75em;
min-width: 20em;
width: auto;
text-align: center;
top: 1.2em;
left: -3em; 
z-index: 5;
}

.category-short-fiction .seriesbox { display: none; }
body .seriesmeta { background-color: transparent; text-indent: 1em; font-style: italic; }
.entry fieldset { font-size: 0.9em; }

/* contact form */
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}

#respond h3 { float: left; clear:both; }
#respond .ifollow { float: right; }
#commentform { clear: both; }
#commentform #gravbox { float: left; }
#commentform .userform { float: left;}

.wp-caption {
text-align: center;
padding: 0.25em;
}

#content .wp-caption {
background-color:#F8DBAF;
background-image:url(images/jcp_back1.jpg);
-moz-box-shadow:3px 3px 7px #AAAAAA;
-webkit-box-shadaow: 3px 3px 7px #aaaaaa;
box-shadow: 3px 3px 7px #aaaaaa;
border:1px solid #AAAAAA;
}

.wp-caption p { 
margin: 0.25em 0; 
}

ol.commentlist .comment-body li {
	padding: 0;
	margin: 0;
	border: none;
}

ul.sharing li.sharing_label { 
	font-size: 0.9em; 
}

.sharing a { 
	color: #000; 
}


/* END custom.css */
/* START wpsb.css */
 /*  ############### Strutcured Blogging ################# */

.x-wpsb-floatleft 
{
	float: left; 
	margin: 5px 10px 10px 0px;
}

.x-wpsb-image 
{
	margin: auto;
	text-align: center;
}

.x-wpsb-metadata
{
	float: left;
	clear: left; 
	margin: 0px 10px 10px 0px; 
	padding: 4px; 
	border: 1px solid #A0A0A0;
	background: #F9F9F9;
        font-size: .75em;
        text-align: center;
	width: 175px;
}

.x-wpsb-label
{
	font-weight: bold;
}

.x-wpsb-clearall
{
	clear: both;
}

/* default bg for events */
.x-wpsb-simple-event
{
	background: url( "images/wpsb/calendar.gif" ) center top no-repeat;
}

/* no default for this one; rather, we have subtypes */
.x-wpsb-simple-review
{
}

.x-wpsb-review-image
{
    float: right;
    padding-left: 2em;
}

/* subtypes for various review types */
.x-wpsb-review-book { 
	background: url( "images/wpsb/book.gif" ) center top
	no-repeat; 
}

.x-wpsb-review-dvd { 
	background: url( "images/wpsb/movie.gif" ) top; 
}

.x-wpsb-review-cd { 
	background: url( "images/wpsb/cd.gif" ) left top no-repeat;
 }

.x-wpsb-review-movie { 
	background: url( "images/wpsb/movie.gif" ) top ; 
}


/* the rating, e.g. 3 out of 5 */
.x-wpsb-rating
{
	font-weight: bold;
	display: table;
}

/* 
	for displaying "stars" in reviews (e.g. 4/5 stars), these
	styles use images.  if you take out the styles, the row 
	should disappear.
*/

.x-wpsb-fullstar, .sb-fullstar
{
	background: url( "images/wpsb/full-star.gif" ) no-repeat;
	display: inline;
	width: 20px;
	height: 20px;
	float: left;
}

/* this is the empty star, basically a placeholder */
.x-wpsb-emptystar, .sb-emptystar
{
	background: url( "images/wpsb/empty-star.gif" ) no-repeat;
	display: inline;
	width: 20px;
	height: 20px;
	float: left;
}

/* end the row of stars (if displayed) */
.x-wpsb-endstars
{
clear: left;
}

/* a bit of padding for the product name header in reviews. */
.x-wpsb-review-product
{
	font-weight: bold; 
	margin-top: 4px;
	padding-top: 4px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

/* common headers for events */
.x-wpsb-event-location, .x-wpsb-event-date, .x-wpsb-event-information
{
	font-weight: bold;
}

/* add a bit of spacing for the role header */
.x-wpsb-event-role
{
	padding-top: 4px;
	font-weight: bold;
}
/* END wpsb.css */
/* START nowreading.css */
/* now reading */

.now-reading div.infobox {
  text-align: center;
  float:right;
  min-width: 150px;
  padding: 0 1em;
  
}

.now-reading-copyright {
  font-size: x-small;
}


/******** library *********/

ul.library {
  float: left;
  list-style: none none;
  padding: 1em;
  margin: 0 45px;
}

div.libray:after {
  clear: both;
}

ul.library li {

  color: inherit;
  display: inline;
  float: left;
  margin: 0;
  padding: 0.5em;
  position: relative;
  width: 100px;
  height:140px;
}


ul.library li .entry {
  float: left;
  display: block;
  text-align:center;
  width: 100px;
  height:140px;
  background-image: url("images/jcp_back3.jpg");
  background-color: rgb(251,238,219);
font-size: 0.75em;
}

ul.library li:hover .entry { font-size: 1em; }


ul#current_books li {
  padding: 1em;
height: auto;
width: 150px;

}

ul#current_books .entry {
  width: 150px;
  height:auto;
  border: none;
  padding: 1em;
}

ul#recent_books li,
ul#recent_books .entry {
  width: 75px;
  height: 110px;
  z-index: 1;
}

ul#recent_books li:hover {
 z-index: 99;
}

ul#recent_books li:hover .entry {
-webkit-border-top-right-radius: 5.5em;
-webkit-border-top-left-radius: 1em;
-webkit-border-bottom-right-radius: 1em;
-webkit-border-bottom-left-radius: 5.5em;
-moz-border-radius:1em 5.5em 1em 5.5em;
border-radius: 1em 5.5em 1em 5.5em;
-moz-box-shadow:4px 4px 5px #000000;
-webkit-box-shadow:4px 4px 5px #000000;
border:1px solid #000000;
height:auto;
left:-37px;
padding:1.75em 0.75em;
top:-1.5em;
width:160px;
z-index:100;
overflow:hidden;

}

ul.library li:hover .entry {
  display: block;
  position: absolute;
  z-index: 100;
  width: 150px;
  height: auto;
  padding: 1em;
  border: 1px solid #000;
}

ul.library li img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  text-align:center;
-moz-box-shadow:5px 5px 5px #333;
-webkit-box-shadow:5px 5px 5px #333;
display: block;

}

ul.library li:hover .title,
ul.library li:hover .cover,
ul.library li:hover .author,  
ul.library li:hover img,
ul.library li:hover .entry{
  z-index: 200;
}

ul.library li .title,
ul.library li .author {
  display: none;
}

ul.library li:hover .title,
ul.library li:hover .author {
  display: block;
}


#current_books .library_entry {
  float:left; 
  text-align:center; 
  position: relative;
  width: 200px;
  min-height:300px;
  padding: 1em;
}

#current_books .library_entry > div.cover a{
  text-align: center;
  width: 100%;
  height: 165px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
}

#current_books .library_entry .cover img {
  max-width: 100%;
  max-height: 100%;
}

#recent_books {
  clear:both;
}

#recent_books:after {
  clear:both;
}

#recent_books li.library_entry {
  list-style:none;
}

#recent_books li.library_entry .cover {
  display:none;
}
/***

#recent_books li:hover .cover {
  display: block;
  text-align:left;
}
***/
#recent_books li:hover {
  background-position: -85px 0px;
  background-image: url("images/jcp_back1.jpg");
  background-color: rgb(248,219,175); 
  color: rgb(9,35,85);
}

#now-reading img.recent {
  display: none;
}

#now-reading li:hover img.recent {
  display: block;
  margin-left:auto;
  margin-right:auto;
}
 
.nr_widget img {
max-width: 80%;
-moz-box-shadow:3px 3px 7px #aaa;
-webkit-box-shadow: 3px 3px 7px #aaa;
}

.now-reading .infobox div.audio { width: 200px; margin 0 auto; text-align:center; } 
.sidebar .now-reading recent p.audioplayer_container {  margin: 0; padding: 0;}
.sidebar .now-reading li { text-align: center; padding-bottom: 1em; }
.sidebar .now-reading .recent li object { display: none; }
.sidebar .now-reading .recent li:hover object { display: block; } 

/* END nowreading.css */
/* START progressbar.css */
/* ########## Progress Bar ########## */

#wrapper div.jcp_pp_meter  { padding: 0;height: 30px; border: inset 4px #aaa; background-color: #aaa; z-index: 1; overflow: visible; }
#wrapper div.jcp_pp_prog, div.jcp_pp_new { border: outset 4px #3a3; margin-left: -4px; margin-top: -4px; z-index: 2; background-color: #3A3; }
#wrapper div.jcp_pp_new { border-color:#0f0; background-color: #0f0; border-left: none; z-index: 3; }
  
#wrapper .sidebar div.jcp_pp_meter { height: 20px; }
.sidebar div.jcp_pp { width: 90%; margin: 0 auto;}
#content div.jcp_pp { width: 75%; min-width: 200px; max-width: 400px; }

#wrapper div.jcp_pp_meter { 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#wrapper div.jcp_pp_prog {
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}

#wrapper div.jcp_pp_new {
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: -5px;
} 


.sidebar #Miracles div.jcp_pp_prog {
background-image: url(../../images/miracles_lfs_background.jpg);
background-position: left bottom;
}

.sidebar #Miracles div.jcp_pp div
{
	border: none;
	padding :0;
	margin: 0;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
	

}

/* OLD pbar */


div.pb_outer {
   width: 202px;
   padding: 1em 0;
   margin: 0 auto;
   text-align: center;
}

div.pb_prog, div.pb_new, div.pb_remain {
    border: 2px black dashed;
    height: 20px;
    padding: 0;
    margin:0;
}

div.pb_prog, div.pb_new {
    border-style: outset;
    float: left;
    margin-top: -2px;
}

div.pb_new, div.pb_remain {
    border-left:0;
}

div.pb_new {
    background-color: #0f0;
    border-color: #0f0;
    margin-right: -5px;
}

div.pb_remain {
    background: #aaa;
    border-color: #aaa;
    border-style: inset;
    width: 100%;
}

div.pb_prog {
    background: #3a3;
    border-color: #3a3;
    border-right: 0;
}

.sidebar div.pb_outer {
   width: 100px;
   font-size: 0.8em;
   padding: 0;
}

.sidebar div.pb_remain,
.sidebar div.pb_prog,
.sidebar div.pb_new {
   height: 10px;
}

div.jcp_pp_meter {
-moz-box-shadow: 1px 1px 3px #333;
-webkit-box-shadow: 1px 1px 3px #333;
}

#content .entry .project_Miracles .jcp_pp {
	width: 95px;
text-transform: capitalize;
}
#content .entry .project_Miracles .jcp_pp p { display: inline; }
#content .entry .project_Miracles .jcp_pp_meter {
	border: none;
}
#content .entry .project_Miracles .jcp_pp_prog,
#content .entry .project_Miracles .jcp_pp_new {
background-image: url(../../images/miracles_lfs_background.jpg);
border: none;
margin: 0;
}

#content .tag-killroy-2-0-is-everywhere .project_Miracles .jcp_pp {
width: 200px;
}
#content .tag-killroy-2-0-is-everywhere .project_Miracles .jcp_pp_meter {
height: 40px;
}

#content .tag-killroy-2-0-is-everywhere .project_Miracles .jcp_pp_prog,
#content .tag-killroy-2-0-is-everywhere .project_Miracles .jcp_pp_new
{
background-image: url(http://jasonpenney.net/wp-content/uploads/2009/10/k2.0.png);
}

/* END progressbar.css */
/* START widgets.css */
/******** recent comments **********/
.widget_recent_comments .comvatar-default {
  padding: 0;
  margin: 0;			
  width: 16px;
  height: 16px;
  float: right;
}

.widget_recent_comments .comvatar-default img {
  padding:0;
  margin: 0;
  max-width: 16px;
  max-height: 16px;
}

#sidebarRight .utwrelposts li,
.widget_recent_entries li,
.widget_recent_comments li.recentcomments {
			
  clear: both; 
  border-bottom: dotted 1px  rgb(248,219,175);
}


div.project { 
text-align: center;
padding: 0.5em 0;
}

div.project .project-title {
font-size: 1.1em;
font-weight: bold;
}


html body .widget_better_rss_widget > ul > li {
    background-repeat: no-repeat;
    line-height: 1.1em;
    padding: 0.25em 0 0.25em 18px !important;
        background-position: 0 0.25em;
}



.widget_better_rss_widget li.lifestream_bitstrips {
    background-image: url('/wp-content/images/icons/bitstrips-favicon.png');
}
.widget_better_rss_widget li.lifestream_blog {
    background-image: url('/wp-content/images/icons/blog-favicon.png');
}
.widget_better_rss_widget li.lifestream_bookmarks {
    background-image: url('/wp-content/images/icons/bookmarks-favicon.png');
}
.widget_better_rss_widget li.lifestream_comments {
    background-image: url('/wp-content/images/icons/comments-favicon.png');
}
.widget_better_rss_widget li.lifestream_github {
    background-image: url('/wp-content/images/icons/github-favicon.png');
}
.widget_better_rss_widget li.lifestream_MINE {
    background-image: url('/wp-content/images/icons/MINE-favicon.png');
}
.widget_better_rss_widget li.lifestream_photos {
    background-image: url('/wp-content/images/icons/photos-favicon.png');
}
.widget_better_rss_widget li.lifestream_twitter {
    background-image: url('/wp-content/images/icons/twitter-favicon.png');
}
.widget_better_rss_widget li.lifestream_Unspecified_Error {
    background-image: url('/wp-content/images/icons/Unspecified_Error-favicon.png');
}
/* END widgets.css */
