/**
 * Theme Name: Inkblot Child
 * Theme URI: http://maikeruon.com/webcomic/
 * Description: Make an impression with the original, highly customizable <a href="http://maikeruon.com/webcomic/">Webcomic</a> theme.
 * Version: 1.0.0
 * Author: Michael Sisk
 * Author URI: http://maikeruon.com/
 * Tags: black, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, theme-options, threaded-comments, sticky-post
 * Template: inkblot
 */
 
/** Load the Cascade Failure CSS Framework */
@import url( '../inkblot/includes/css/cf-reset.css' );
@import url( '../inkblot/includes/css/cf-layout.css' );
@import url( '../inkblot/includes/css/cf-typography.css' );

/* defaults - overrides basic styling from the Cascade Failure framework */
html {
	background:#fafafa;
}

a {
	color:#333;
	text-decoration:underline;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,a:hover {
	text-decoration:none;
}

/* Define the typeface as globally as possible */

body {
	font-size: 1em;
}

body, .comic-year, ol.comic-archive .comic-series-item a, ol.comic-archive .comic-volume-item a, ol.comic-archive .comic-chapter-item a, ol.comic-archive .comic-chapter-pages a {
	font-family: Cantarell, "Palatino Linotype", "Hoefler Text", serif;
}

h1, h2, h3, h4, h5, h6 {
/*	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; */
/*	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Geneva,Helvetica,Arial,sans-serif; */
	font-family: "Yanone Kaffeesatz", Geneva,Helvetica,Arial,sans-serif;
	font-weight: normal;
}
.navi-site {
	font-family:Cantarell,Geneva,Helvetica,Arial,sans-serif;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #660000;
}

h1 {
	font-size: 2.0em;
}

textarea {
	width:98%;
}

.group { /* This rule sets the default width for the entire site */
	width:1000px;
}

code {
	font: 100% Consolas, Monaco, Courier, monospace;
}
p.form-allowed-tags {
	font-size:80%;
}

/* wrappers */
#wrap-outer {
	background:url(https://s3.amazonaws.com/n2simages/images/trim-left.png) repeat-y;
	padding:0 12px;
}

#wrap-inner {
	background:url(https://s3.amazonaws.com/n2simages/images/trim-right.png) right repeat-y;
	margin:0 -12px 0 0;
	padding:0 12px 0 0;
}



/* page */
#page {
	background:#fff;
	border-bottom: 1px solid #000;
}



#head .interior { padding: 0; }
#head .name a { background: url( 'images/sprites-rev.png') no-repeat 0 20px; display: block; height: 110px; padding-top: 20px; border-top: solid 1px #000; margin-top:10px;
}
#head .description {
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
}
.content .interior { padding: 1em; clear:both; }

/* foot */
#foot {
	background:#333;
	color:#fff;
/*	text-align:center; */
}

#foot a {
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
}

#foot a:hover {
	color:#fff;
}

#foot .interior {
	line-height:2em;
	padding:0 1em;
}



/* navigation - site */
#head .group { /* This rule ensures dropdown menus aren't hidden behind other page elements in Internet Explorer */
	z-index:1;
}

.navi-site {
	background:none;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	border-bottom: solid 1px #cc0000;
}

.interior .navi-site {
	border: none;
}

.navi-site li {
	float:left;
}

.navi-site li.alignright {
	float: right;
}

.navi-site a {
	color:#white;
	display:block;
	background-color:#999;
	font-weight:bold;
	line-height:2em;
	padding:0 1em;
	margin-right:0.2em;
	text-decoration:none;
	text-transform: uppercase;
	border-top: solid black 1px;	
}

.navi-site a:hover {
	background-color:#c00;
	color:#white;
}

.navi-site li ul {
	background:#333;
	display:none;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
}

.navi-site ul li {
	float:none;
	white-space:nowrap;
}

	
/* navigation - comic */
.navi-comic {
	background-color:#C00;
/*	float:left; */
	width:100%;
	border-top: 1px solid #cc0000;
}
.navi-comic a {
	color: white;
	float:left;
	font-weight:bold;
	line-height:2em;
	text-decoration:none;
	width:24%;
}
.navi-comic a:hover {
	color:#fcc;
}
.navi-comic-below, .navi-comic-above {
	border: none;
	margin: 0.5em 2em 2em 1em;
        font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Arial, sans-serif;
        text-transform: uppercase;
        color:white;
        font-size: 1.0em;
	text-align: center;
}
.navi-comic-below a span, .navi-comic-above a span {
	background-color: #999;
	padding: .2em 1em;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	width:90px;
}
.navi-comic-below a span:hover, .navi-comic-above a span:hover {
	background-color: #c00;
}
.navi-comic-below {
	margin-top:1em;
}
.navi-comic .current-comic {
	visibility:hidden;
}


	
/* navigation - posts (for the blog and on single post pages) */
.navi-posts {
	float:left;
	width:100%;
}

.navi-posts-above {
	margin-bottom:1.5em;
}

.navi-posts .navi-next {
	float:right;
}

.navi-posts .navi-previous {
	float:left;
}


	
/* navigation - paged (for paged posts) */
#comments .navi-paged { /* This rule centers the paged navigation above and below comment lists */
	text-align:center;
}

.navi-paged a {
	border:.1em solid #333;
	padding:.15em .25em;
	text-decoration:none;
}

.navi-paged a:hover {
	background:#333;
	color:#fff;
}



/* navigation - images */
.navi-attachment { /* This rule hides the attachment navigation for non-image attachments */
	display:none;
}

.attachment-image .navi-attachment { /* This rule reveals the attachment navigation for image attachments */
	display:block;
	float:left;
	width:100%;
}

.navi-attachment {
	border-bottom:.1em solid;
	margin:0 0 1.5em;
	padding:.75em 0;
}

.navi-attachment img {
	height:5em;
	vertical-align:bottom;
	width:5em;
}

.navi-attachment .navi-next {
	float:right;
}

.navi-attachment .navi-previous {
	float:left;
}

.navi-site .subscribe_link a {
	background-color:#c00;
	color: white;
}
.subscribe_link a:hover {
	background-color:#666;
	color: white;
}



/* blog title */
.blog-title {
/*	border-bottom:.1em solid;
	margin:0 0 3em; */
}

.blog-title span {
	display:none;
}


/* header sidebar */

#recent-comics-4 {
padding:20px 0 20px 10px;
border-bottom: solid 1px #cc0000;
height: 150px;
}
#recent-comics-4 li {
float: left;
}
#recent-comics-4 a {
text-decoration: none;
}

/* content */
#body .content { /* This rule prevents wide content from overlapping the sidebars */
	overflow:hidden;
/*        margin-top: 20px; */
}

h2.blog {
        border-bottom: 1px solid #CC0000;
}

.content h2, .content h1 {
	font-size: 2.4em;
	font-weight: bold;
	color: #cc0000;
}

.content a {
	color: #cc0000;
}

.content a:hover {
	color: #ff3333;
}

.content p, .content ul, .content ol {
	font-size:1.1em;
	line-height:1.5em;
}
	
/* comics */
#body .comic img,#body .comic object {
	vertical-align:bottom;
}



/* comic embed code */
.comic-embed-code {
	display:block;
	width:98%;
}



/* posts */
#body .post {
	margin:0 0 3em;
}

.hentry {
/*        margin-top:20px; */
}

.meta {
	text-align:right;
	font-size:0.8em;
	font-style:italic;
	margin: 0.5em 0;
}

#body .post .meta-single {
	border-style:solid;
	border-width:.1em 0;
	padding:.75em 0;
	text-align:left;
}



/* attachments */
#body .attachment .object {
	text-align:center;
}

#body .attachment .meta {
	border-style:solid;
	border-width:.1em 0;
	padding:.75em 0;
}



/* transcripts */
#transcript-title {
	border-top:.1em solid;
	cursor:pointer;
	font-weight:bold;
	padding:.75em 0;
}

#transcript {
	display:none;
}

#transcript label {
	display:block;
	float:left;
	width:25%;
}

#transcript-response {
	color:#fff;
	margin:0 0 1.5em;
	font-weight:bold;
	text-align:center;
}

#transcript-response span {
	display:block;
	padding:.75em;
}

#transcript-response .error {
	background:#c10;
}

#transcript-response .success {
	background:#9c0;
}



/* comments */
#respond label {
	display:block;
	float:left;
	width:25%;
}

#comments {
	margin: 1.5em 0;
}
.comment, .commentlist {
	list-style:none;
	margin:0 0 3em;
	padding:1em;
	background-color: #ddd;
	-moz-border-radius-topright: 30px;
	-webkit-border-top-right-radius: 30px;
/*	-moz-border-radius-topleft: 30px;
	-webkit-border-top-left-radius: 30px; */

}

.commentlist .comment,.commentlist .pingback {
	border-top:.1em solid #999;
	border-left:.1em solid #999;
	margin:0 0 1em;
	padding:.5em .5em 0;
	font-size:0.8em;
	background-color: white;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
}

.bypostauthor, .commentlist .comment.bypostauthor {
/*	border:.25em double #333; */
	border: none;
	background-color: #ccc;
	color: black;
}

.commentlist .vcard {
	font-weight:bold;
}

.commentlist .vcard img.avatar, img.avatar {
	float:left;
	margin:0 .5em .5em 0;
}

.commentlist .vcard span.says {
	display:none;
}

.commentlist .comment-meta {
	color:#999;
	padding:0 0 1.5em;
}

.commentlist .reply {
	padding-bottom:.75em;
}

.commentlist .children {
	list-style:none;
	margin:0;
	padding:0;
}

.commentlist .even {
	background:#fff;
}

.commentlist .odd {
	background:#fafafa;
}



/* sidebars and widgetized areas */
.sidebar { /* This rule prevents wide content from breaking the sidebar */
	overflow:hidden;
	background-color:#ccc;
	font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 0.9em;
}

.sidebar .interior {
	list-style:none;
	margin:0;
}

.sidebar .interior ul,.widgetized ul { /* This rule and the next correct unordered list display in the sidebars and widgetized areas */
/*	margin:0 0 1.5em 1.5em; */
	margin:0 0 1.5em 0;
	padding:0 0 0 0;
	list-style:none;
}

.sidebar .interior ul ul,.widgetized ul ul {
/*	margin:0 0 0 1.5em; */
	margin:0;
	list-style:none;
}

.sidebar input,.sidebar select { /* This rule ensures <input> and <select> elements don't break out of the sidebar */
	width:100%;
}
.sidebar .widgettitle {
	font-size:1.3em;
}

h2.widgettitle {
	font-size:2.0em !important;
}

#text-23 h2.widgettitle {
	font-size:2.5em !important;
}

.sidebar ul.sidebar-list, .sidebar ul.sidebar-list li {
	list-style:disc outside none;
	margin-left: 0.5em;
	padding-left: 0.5em;
}
.sidebar-one {
-moz-border-radius-topright: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-radius-bottomright: 30px;
-webkit-border-bottom-right-radius: 30px;
}
.sidebar-two {
-moz-border-radius-topleft: 30px;
-webkit-border-top-left-radius: 30px;
-moz-border-radius-bottomleft: 30px;
-webkit-border-bottom-left-radius: 30px;
}

.widget {
	margin: 10px 0 40px 0;
	clear: both;
}

/* Welcome widget */

.about-n2s {
	font-size:1.2em;
}

/* Greatest hits widget */

li#text-12 ul, li#text-12 ul li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0.5em 0;
}

li#text-12 li {
	font-size: 1.2em;
/*	background-color: #600;*/
	background-color: white;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-left: 0;
	border: #600 solid 2px;
	padding-top:2px;
}

li#text-12 li:hover {
/*	background-color: #c00;*/
/*	border: #c00 solid 2px; */
}

li#text-12 li a {
	color: white;
	display: block;
	width:214px;
/*	height:102px; */
	height:60px;
/*	margin-top:2px; */
/*	padding-top:3px; */
	padding-top:20px;
	text-decoration: none;
	text-align:right;
}
.gh-preface {
	font-size:0.7em;
	color:#white;
	background-color: #600;
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
/*	-moz-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px; */
	padding-left:6px;
	padding-top:3px;
}
.gh-title {
	padding:3px 5px 3px 40px;
	background-color: #c00;
	border: 2px solid #600;
	border-right: 0;
	width:150px;
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
}
.gh-title:hover {
	background-color: #333;
}
li#gh-business a span.gh-title,li#gh-facebook a span.gh-title,li#gh-webdev a span.gh-title {
	padding-left: 15px;
}


li#text-15 {
	display: none;
}

li#gh-twitter a {
	background: url(images/sprites-rev.png) 0 -276px no-repeat;
}

li#gh-facebook a {
	background: url(images/sprites-rev.png) -222px -112px no-repeat;
}

li#gh-business a {
	background: url(images/sprites-rev.png) 0 -194px no-repeat;
}
li#gh-apple a {
	background: url(images/sprites-rev.png) 0 -112px no-repeat;
}
li#gh-google a {
	background: url(images/sprites-rev.png) -222px -194px no-repeat;
}
li#gh-webdev a {
	background: url(images/sprites-rev.png) -222px -276px no-repeat;
}

/* Subscribe widget */

#subscribe-links a {
	font-size: 1.1em;
	line-height:30px;
	background-color: #c00;
	color: #eee;
	font-weight:bold;
	text-decoration: none;
	padding: 3px 8px;
	text-transform: uppercase;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#subscribe-links a:before {
   content:"";
   float:left;
   width:30px;
   height:30px;
   margin:0 5px 0 0;
   background-image:url(images/sprites-rev.png);
}

#subscribe-links a:hover {
	background-color: #333;
	color:white;
}
#subscribe-links #rss a:before {
    background-position: -548px -143px;
    width:23px;
    margin-right:12px;}
#subscribe-links #twitter a:before {
    background-position: -571px -143px;}
#subscribe-links #email a:before {
    background-position: -601px -143px;}

#subscribe-links #rss a:hover:before {
    background-position: -548px -112px;
}
#subscribe-links #twitter a:hover:before {
    background-position: -571px -112px;
}
#subscribe-links #email a:hover:before  {
    background-position: -601px -112px;
}


/* comic archive - date */
.comic-year {
	font-size:200%/1em;
	color: #cc0000;
	margin:0 0 .75em;
}

table.comic-archive .comic-date-col {
	border-right:.1em solid #ccc;
	width:30%;
}

table.comic-archive .alt {
	background:#fafafa;
}

table.comic-archive th {
	text-align:left;
}



/* comic archive - chapter */
ol.comic-archive {
	list-style:none;
	margin:0;
	padding:0;
}

ol.comic-archive .comic-series-item a {
	font:200%/1em;
	margin:0 0 .75em;
}

ol.comic-archive .comic-volume-item a {
	font:150%/1em;
	margin:0 0 1em;
}

ol.comic-archive .comic-chapter-item a {
	font:125%/1em;
	margin:0 0 1.2em;
}

ol.comic-archive .comic-chapter-pages a {
	font:115%/1em;
	margin:0 0 1.3em;
}



/* WordPress Calendar */
#calendar .widgettitle {
	display:none;
}

#wp-calendar {
	border:.1em solid #ccc;
	caption-side:top;
}

#wp-calendar caption {
	font-size:100%;
	font-weight:bold;
}

#wp-calendar th {
	padding:0;
}

#wp-calendar td {
	border:.1em solid #ccc;
	padding:0;
	text-align:center;
}

#wp-calendar .pad {
	background:#fafafa;
}

#wp-calendar a {
	background:#333;
	color:#fff;
	display:block;
	text-decoration:none;
}

#wp-calendar #today {
	border:.25em double #333;
}
#6pos {
  background: url(images/sprites-rev.png) -913px -204px no-repeat;
  display: block;
  width: 89px;
  height: 74px;
}
#cbcnews {
  background: url(images/sprites-rev.png) -636px -216px no-repeat;
  display: block;
  width: 180px;
  height: 84px;
}

#consumerreports {
  background: url(images/sprites-rev.png) -820px -168px no-repeat;
  display: block;
  width: 180px;
  height: 34px;
}

#desmogblog {
  background: url(images/sprites-rev.png) -821px -204px no-repeat;
  display: block;
  width: 91px;
  height: 74px;
}
#huffingtonpost {
  background: url(images/sprites-rev.png) -636px -151px no-repeat;
  display: block;
  width: 180px;
  height: 63px;
}

#mashable {
  background: url(images/sprites-rev.png) -819px -375px no-repeat;
  display: block;
  width: 180px;
  height: 40px;
}


#pcworld {
  background: url(images/sprites-rev.png) -636px -297px no-repeat;
  display: block;
  width: 180px;
  height: 55px;
}

#rww {
  background: url(images/sprites-rev.png) -636px -112px no-repeat;
  display: block;
  width: 180px;
  height: 37px;
}

#seattle-pi {
  background: url(images/sprites-rev.png) -636px -354px no-repeat;
  display: block;
  width: 180px;
  height: 63px;
}

#sociable {
  background: url(images/sprites-rev.png) -910px -280px no-repeat;
  display: block;
  width: 89px;
  height: 51px;
	float:right;
	margin-right:10px;
}

#theregister {
  background: url(images/sprites-rev.png) -818px -338px no-repeat;
  display: block;
  width: 180px;
  height: 35px;
	clear: both;
}

#tnw {
  background: url(images/sprites-rev.png) -820px -280px no-repeat;
  display: block;
  width: 91px;
  height: 55px;
	float:left;
}

#treehugger {
  background: url(images/sprites-rev.png) -820px -112px no-repeat;
  display: block;
  width: 180px;
  height: 54px;
}

li.the-social-link {
	padding-left: 28px;
	margin: -25px 0 20px 0
}

a#rob-speaks {
	background: url(images/sprites-rev.png) -444px -288px no-repeat;
  	display: block;
  	width: 100px;
  	height: 122px;
	float: right;
	margin: 0 0 10px 10px;
}
a#zazzle-promo {
  background: url(images/sprites-rev.png) 0px -358px no-repeat;
  display: block;
  width: 218px;
  height: 100px;

}

/* 404 Recent Comics */
.error-404 .recent-comics {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}

.error-404 .recent-comics li {
	float:left;
	margin:0 1.5em 1.5em 0;
}

.error-404 .recent-comics a {
	text-decoration:none;
}

#sharing {
/*      float:right;
	clear: both;
	width: 180px;
	width: 100%; */
        margin: 4.5em 2em 1em 2em;
	border: 1px solid #c00;
	padding: 0 1em 0em 1em;

	border-radius:12px;
	border: 1px solid #CCC;
	-webkit-box-shadow: #300 3px 3px 15px;
	-moz-box-shadow:  #333 3px 3px 15px;
	box-shadow:  #333 3px 3px 15px;
/*	-webkit-box-shadow: rgba(0, 0, 0, 0.496094) 0px 0px 24px;
	-moz-box-shadow:  rgba(0, 0, 0, 0.496094) 0px 0px 24px;
	box-shadow:  rgba(0, 0, 0, 0.496094) 0px 0px 24px; */



}
#sharing h3 {
	margin-top: 1em;
	margin-bottom: 0;
}

p#buy-print {
        width:180px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        font-size: 0.8em;
        font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Arial, sans-serif;
        margin-right: 2em;
        font-weight: bold;
/*        float: right; */
        padding: 10px;
        background-color: #c00;
        color: white;
        clear: both;
}

p#buy-print a {
        color: white;
}

p#buy-print a:hover {
        color: #FCC;
}
.addthis_button {
        display: block;
        float: left;
        margin: 1em 5px 0 0;
}

h2.follow-me {
	float:left;
	margin-right:0.5em;
	margin-top:1em;
	font-size:1.8em;
}

.at300b, .twitter-share-button {
	float: left;
	margin-right: -10px;
}
.addthis_follow .at300b {
	margin-right: 2px;
	margin-top: 10px;
}
.addthis_button_tweet, .twitter-share-button {
    margin-top: -2px;
}
#sharing .at300b, .twitter-share-button {
	margin-right: 2px;
	margin-top: 10px;
}

.addthis_32x32_style {
	margin-top: 1em;
}
#facebook-like {
	display: inline;
	margin-left:15px;
}

#facebook-like iframe {
	margin-top:9px;
}

.IN-widget {
	padding-top:10px;
	float: left;
	margin-left:-8px;
}
.openlike {
        font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Arial, sans-serif;
        font-size: 0.8em;
}


/* third-party plugins */

.commentlist .btc-comment {
	margin-left: 6em;
}

/* store and products */

div.product {
	border: 1px dotted #c00; margin: 10px 0; padding-top: 10px; width:450px; text-align:center;
}

p.product-description {
	float:right;width:240px; text-align:left;
}

p.product-image {
	margin:0; padding:0;
}

div.product img {
	border: 0;
}

/* custom page styling */

.promo-callout {
        font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Arial, sans-serif;
	font-size: 0.82em;
	line-height: 1.5em;
	background: #ccc;
	padding: 1em;
	padding-bottom: 0.1em;
}

.promo-callout p, .promo-callout li {
	line-height: 150%;
}

.promo-callout .emph {
	font-style: italic;
	font-weight: bold;
	color: #333;
}

/* webcomic archive on top */

#body-bottom {
	margin:0 0 10px 0;
	padding-left:15px;
/*	border-top: solid 1px #000; */
}

#body-bottom .webcomic-archive-item {
	float: left;
}

.webcomic-archive-item a {
	text-decoration: none;
}

/* drop shadow for the cartoon */

.webcomic-object-full img {
	border-radius:12px;
	border: 1px solid #CCC;
	margin-top: 1em;
	-webkit-box-shadow: #300 3px 3px 15px;
	-moz-box-shadow:  #333 3px 3px 15px;
	box-shadow:  #333 3px 3px 15px;
/*	-webkit-box-shadow: rgba(0, 0, 0, 0.496094) 0px 0px 24px;
	-moz-box-shadow:  rgba(0, 0, 0, 0.496094) 0px 0px 24px;
	box-shadow:  rgba(0, 0, 0, 0.496094) 0px 0px 24px; */

}

/* License */

.license {
	padding: 0.5em 0 0 100px;
}
.license-image {
	padding: 0.5em 1em 0 0;
	margin-left: -100px;
}


.webcomic-embed-code {
	font-family: monospace;
	margin-left: 3em;
	width: 400px;
	height: 100px;
	background-color:#eeeeff;
}

#embed-code {
	padding: 2em 1em 0 3em;
	font-size: 0.9em;
}
#embed-code strong {
	display:block;
	font-size: 1.2em;
}
#the-embed-code {
	display: none;
	font-size: 0.8em;
	padding:0 20px;
}
#embed-code-on {
	display: none;
}

#___plusone_0 {
	margin:-6px 0 0 -40px;
	display: inline;
}

#buy-print {
	float:left;
	margin: 10px 10px 0 0;
}

#purchase-details-off, #purchase-details-on {
	margin-top: 20px;
}
#purchase-form-block {
	padding-left:95px;
}

div.gs-title, a.gs-title {
}

li.widget_rss h2 a {
color:#600;
}

li.widget_rss ul li {
margin-top:10px;
}

body.archive .interior .webcomic_post {
float:left;
width: 150px;
}

.tagcloud {
	text-align:center;
}

.widget_tag_cloud .tagcloud a {
	text-decoration: none;
	color: #600;
}
