/*
Theme Name: ComicPress
Theme URI: http://comicpress.org
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Tyler Martin, John Bintz, Philip M. Hofer
Author URI: http://mindfaucet.com/
Version: 2.8
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/

/* STANDARD TAGS */

body {
font-family:'Verdana', sans-serif;
font-size:12px;
font-style:normal;
font-weight:400;
text-transform:none;
letter-spacing:normal;
color:#9370DB;
background:#000 url('images/bgs/backgroundr.png') top repeat-y;
z-index:0;
}

a {
color:#888;
text-decoration:none;
}

a:focus {
outline:none;
}

a img {
border:none;
}

p {
margin:20px;
}

img {
max-width:100%;
padding:0;
}

small {
font-size:10px;
}

hr {
height:1px;
color:#777;
border:0;
}

blockquote {
border-color:#ddd;
border-style:solid;
border-width:1px 1px 1px 5px;
margin:10px;
padding:5px 10px 5px 20px;
}

blockquote cite {
display:block;
margin:5px 0 0;
}

cite {
font-size:10px;
font-weight:700;
font-style:normal;
}

code {
display:block;
font-family:'Verdana' , monospace;
border:1px dotted #000;
overflow:scroll;
padding: 10px;
}

acronym,abbr,span.caps {
cursor:help;
}

acronym,abbr {
border-bottom:1px dashed #000;
}

.button {
height:25px;
background:#aaa url('images/menu.png');
color:#888;
font-family:'Arial', sans-serif;
font-size:12px;
line-height:13px;
border:1px solid #9370DB;
cursor:pointer;
padding:0 5px;
}

.button:hover {
color:#fff;
background:red url('images/menu.png') 0 -75px;
}

h1,h1 a {
color:#9370DB;
font-size:30px;
font-family:'verdana' , sans-serif;
font-weight:400;
line-height:46px;
text-decoration:none;
letter-spacing:-5px;
font-variant:small-caps;
margin:0;
padding:0px 0 0;
}

h2,h2 a {
color:#adff2f;
font-weight:400;
letter-spacing:-1px;
font-size:20px;
line-height:24px;
font-family:'trebuchet ms';
margin:0;
padding:10px 0;
}

h2.pagetitle,h2.pagetitle a {
text-align:center;
font-family:'Verdana' , serif;
font-size:18px;
font-weight:700;
letter-spacing:-1px;
clear:both;
margin:10px 0 0;
padding:10px 0 0;
}

h3,h3 a {
margin-bottom:20px;
font-size:20px;
font-weight:400;
text-align:left;
color:#555;
text-decoration:none;
clear:both;
letter-spacing:-1px;
font-family:'verdana';
padding:0;
}

#page {
width:960px;
margin:0 auto;
}

#page-wide {
width:960px;
background:#fff url('images/bgs/starfield2.gif') repeat;
margin:0 auto;
}

#header {
text-align:center;
padding:0;
}

#header .description {
color:#ddd;
font-size:14px;
font-style:italic;
letter-spacing:2px;
padding:0;
}

#menubar {
background:url('images/menu.png');
text-align:left;
list-style:none;
border-color:#000;
border-style:solid;
border-width:1px;
}

#menunav {
float:right;
text-align:center;
}

.menunav-search {
float:left;
padding:1px 1px 0 0;
}

.menunav-rss {
width:25px;
height:25px;
display:block;
float:left;
text-indent:-9999px;
overflow:hidden;
background:url('images/menu-nav.png') no-repeat;
margin:0 5px;
}

.menunav-rss:hover {
background-position:0 -25px;
}

.menunav-prev,.menunav-next {
display:block;
float:left;
}

.menunav-prev {
margin:0 0 0 5px;
}

.menunav-prev a,.menunav-next a {
width:25px;
height:25px;
display:block;
text-indent:-9999px;
overflow:hidden;
}

.menunav-prev a {
background:url('images/menu-nav.png') -25px 0 no-repeat;
}

.menunav-prev a:hover {
background-position:-25px -25px;
}

.menunav-next a {
background:url('images/menu-nav.png') -50px 0 no-repeat;
}

.menunav-next a:hover {
background-position:-50px -25px;
}

#menu {
list-style:none;
float:left;
line-height:25px;
font-size:11px;
font-type:bold;
border-right:1px solid #000;
margin:0;
padding:0;
}

#menu a {
display:block;
color:#fff;
text-decoration:none;
padding:0 10px;
}

#menu li .rss {
padding:5px 0;
}

#menu li {
float:left;
cursor:pointer;
}

#menu li a {
border-left:1px solid #000;
border-right:1px solid #aaa;
}

#menu li:hover a,#menu li.sfhover a {
border-left:1px solid #6DC46D;
border-right:1px solid #00a200;
color:#000;
background:url('images/menu.png') 0 -75px;
}

#menu ul {
list-style:none;
position:absolute;
left:-9999px;
width:175px;
line-height:1;
margin:0;
padding:0;
}

#menu li li {
width:165px;
color:#fff;
padding:4px 5px;
}

#menu li li a {
width:174px;
color:#fff;
border:none;
padding:0;
}

#menu li ul ul {
margin:-17px 0 0 170px;
}

#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;
border:none;
background:none;
}

#menu li li:hover {
background:red;
}

#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:#000;
text-transform:none;
}

#menu .current_page_item a {
color:#fff;
border-left:1px solid #000;
border-right:1px solid #fff;
background:url('images/menu.png') 0 -50px;
}

#comic-head {
background:url(http://www.ralfthedestroyer.com/wp-content/uploads/2009/09/ts-top-bg.png) top center repeat-y;
padding-top:0;
}

#comic-foot {
height:27px;
width:960px;
background:url(http://www.ralfthedestroyer.com/wp-content/uploads/2009/09/ts-top-con.png) bottom center no-repeat;
padding:0;
}

#footer {
text-align:center;
padding:5px 0;
}

a.navi-comments:hover span {
color:#860b04;
}

.nav {
float:right;
font-size:8px;
font-weight:400;
margin-right:10px;
padding:0 5px 5px;
}

.nav-first {
float:left;
padding:0 5px 0 0;
}

.nav-last {
float:left;
padding:0 0 0 5px;
}

.pagenav,.commentnav {
height:25px;
color:#000;
font-size:12px;
font-weight:700;
line-height:25px;
margin-top:0;
clear:both;
padding:0 5px;
}

.nav a,.pagenav a,.nav-blog a {
display:block;
float:left;
color:#000;
}

.nav a:hover,.pagenav a:hover,.nav-blog a:hover {
color:#000;
}

#pagewrap-right {
width:560px;
float:left;
overflow:hidden;
margin:0;
padding:0;
}

#content-wrapper {
margin:0;
padding:0;
}

#content {
float:left;
overflow:hidden;
padding:0;
}

.narrowcolumn {
width:560px;
float:left;
margin:0 auto;
padding:0;
}

.column {
margin:0 5px;
padding:0;
}

.post {
-moz-border-radius:10px;
-khtml-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
text-align:justify;
background:#231F20;
border-color:#9370DB;
border-style:solid;
border-width:2px;
padding:10px 0 0;
}

.post-page {
-moz-border-radius:10px;
-khtml-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
text-align:justify;
background:#231F20;
clear:both;
border-color:#9370DB;
border-style:solid;
border-width:2px;
padding:0 20px;
}

.post-comic {
width:550px;
background:url(http://www.ralfthedestroyer.com/wp-content/uploads/2009/09/ts_mid.png) top center repeat-y;
text-align:justify;
padding:40px 0px 0px 0px;
}

.home .post-comic-head {
height:0;
width:550px;
background:url(http://www.ralfthedestroyer.com/wp-content/uploads/2009/09/ts_mid.png) top center repeat-y;
padding:0;
}

.post-comic-foot {
height:25px;
width:550px;
background:url(http://www.ralfthedestroyer.com/wp-content/uploads/2009/09/ts_bottom.png) top center no-repeat;
margin-bottom:0;
}

.post-info {
margin-bottom:5px;
padding:0 20px;
}

.post-text {
overflow:hidden;
display:block;
padding:0;
}

.post-author-gravatar {
float:right;
margin-left:5px;
}

.post-mood {
float:left;
margin-right:2px;
}

.post-date {
color:#777;
font-family:'Verdana' , serif;
font-size:15px;
font-weight:700;
float:left;
margin-right:3px;
}

.post-date .date {
height:50px;
width:45px;
background:url(images/calendar.png) center no-repeat;
font:normal 22px Georgia;
color:#000;
text-align:center;
line-height:100%;
padding:0 2px 0 0;
}

.post-date .date span {
height:16px;
display:block;
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
padding-top:5px;
}

.entry {
line-height:1.45em;
font-size:12px;
padding:0;
}

.more-link {
border-top:1px dashed #000;
font-style:italic;
display:block;
clear:both;
}

.tags {
font-size:10px;
padding:0 50px 20px;
}

.related_posts {
margin-top:10px;
font-weight:700;
}

.related_posts ul {
list-style:none;
font-weight:400;
font-size:12px;
}

.members-only {
border:solid 1px #000;
background:#eee;
padding:3px;
}

.comment-link {
height:25px;
line-height:20px;
font-family:'Arial', sans-serif;
font-weight:700;
text-align:right;
}

.comment-link a:hover {
color:#adff2f;
}

.comment-balloon {
width:30px;
height:25px;
display:block;
float:right;
overflow:hidden;
text-align:center;
line-height:16px;
font-family:'Georgia', serif;
font-size:16px;
font-weight:400;
background:url('images/comment-balloon.png') no-repeat;
margin:0 10px;
}

.comment-link a:hover .comment-balloon {
color:#fff;
background-position:0 -25px;
}

.comment-balloon-empty {
font-size:20px;
line-height:30px;
}

#blogheader {
font-family:'Verdana', sans-serif;
color:#adff2f;
font-size:32px;
letter-spacing:-2px;
border-top:1px solid #999;
margin-top:20px;
padding:5px 0;
}

.comment-wrap {
padding:0 20px;
}

.comment-wrap h3 {
font-weight:400;
font-size:20px;
clear:both;
font-family:'Georgia' , serif;
margin:0;
padding:10px 0 0 10px;
}

.comment {
-moz-border-radius:10px;
-khtml-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
text-align:justify;
background:#231F20;
margin-top:30px;
margin-bottom:30px;
border-color:#9370DB;
border-style:solid;
border-width:2px;
padding:20px 20px 0;
}

.comment .comment {
margin-left:10px;
padding-bottom:30px;
}

.comment .comment .comment {
margin-left:30px;
margin-top:0;
border:1px dotted #ccc;
padding:5px;
}

.comment .comment .comment .comment {
background:transparent;
border:none;
}

.comment .avatar {
float:left;
margin:0 10px 5px 0;
}

.comment #respond {
padding:5px;
}

.comment .comment .bypostauthor,.comment .comment .comment .bypostauthor {
margin-top:40px;
background:#231F20;
border-color:#9370DB;
border-style:solid;
padding:20px;
}

.comment-meta {
display:inline;
border-left:1px solid #000;
margin:0 0 0 2px;
padding:0 0 0 5px;
}

.commentsrsslink {
float:right;
font-size:11px;
}

#comment {
font-size:12px;
font-family:'Verdana' , sans-serif;
}

#author,#email,#url {
font-size:12px;
font-family:'Arial' , sans-serif;
}

.commentlist ul {
list-style:none;
margin-bottom:30px;
}

ol.commentlist {
font-size:11px;
list-style:none;
margin:0;
padding:0;
}

ol.commentlist p {
margin:10px 0 0 74px;
}

.reply {
text-align:right;
padding:10px 0 0;
}

.comicarchiveframe {
-moz-border-radius:10px;
-khtml-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
text-align:justify;
font-size:8px;
background:#231F20;
margin-top:30px;
margin-left:80px;
float:center;
border-color:#9370DB;
border-style:solid;
border-width:2px;
padding:20px;
}

.comicarchiveframe a small {
display:block;
color:#000;
}

.archive-year {
font-size:48px;
}

.archive-yearlist {
font-size:14px;
padding:10px 0;
}

#sidebar-left {
text-align:justify;
float:left;
width:200px;
}

#sidebar-right {
float:right;
width:200px;
}

#sidebar-overcomic {
padding:0;
}

.sidebar {
font-size:11px;
overflow:hidden;
margin:0 5px;
padding:0 0 5px;
}

.sidebar h2,.sidebar h2 a {
font-family:arial;
font-size:16px;
}

.sidebar ul li {
text-align:left;
list-style:none;
margin:0;
padding:0;
}

.sidebar ul li ul li {
text-align:left;
margin:0 0 0 13px;
padding:0;
}

.sidebar li h2 {
margin-top:15px;
}

.widget_comicpress_comictitle {
font-size:36px;
font-family:georgia;
letter-spacing:-2px;
text-align:center;
}

.random-comic-icon {
color:#fff;
background:#000;
padding:0 5px;
}

.comic-bookmark {
width:185px;
margin:0 auto 10px;
}

.archive-dropdown-wrap {
background:url('images/browse-search.png') no-repeat;
}

.archive-dropdown-wrap:hover {
background-position:0 -23px;
}

.archive-dropdown {
width:166px;
height:23px;
font-size:12px;
font-family:'Arial' , sans-serif;
border:none;
opacity:0;
filter:alpha(opacity=0);
cursor:pointer;
margin:0;
padding:0;
}

#wp-calendar-wrap {
background:#fff;
border:1px solid #999;
margin:10px 0;
padding:10px;
}

#wp-calendar {
border:solid 1px #000;
background:#efefef;
width:165px;
margin:0 auto;
}

.wp-calendar-thumb {
width:178px;
height:130px;
margin:0 auto;
}

#wp-calendar th {
font-size:10px;
font-weight:400;
text-align:center;
}

#wp-calendar caption {
font-family:'Verdana' , sans-serif;
color:#adff2f;
font-size:18px;
letter-spacing:-1px;
font-variant:small-caps;
}

#wp-calendar td {
min-width:20px;
text-align:center;
border:1px solid #000;
padding:0;
}

#wp-calendar a {
display:block;
text-decoration:none;
font-weight:700;
color:#adff2f;
}

#wp-calendar a:hover {
color:#777;
background:#000;
}

table#wp-calendar {
border:none;
background:transparent;
}

table#wp-calendar td {
border-color:#333;
}

.wp-calendar-download {
width:166px;
overflow:hidden;
font-size:10px;
text-align:right;
color:#777;
background:#222;
margin:0 auto;
}

.wp-calendar-download a {
font-weight:700;
color:#fff;
background:#000;
border-left:1px solid #777;
padding:0 3px;
}

.wp-calendar-download a:hover {
background:#800;
}

#s-search,#s-transcript {
width:138px;
font-size:10px;
height:19px;
font-family:'Arial' , sans-serif;
color:#000;
border:none;
float:left;
background:url('images/browse-search.png') 0 -46px no-repeat;
padding:4px 0 0 5px;
}

#s-search:hover,#s-search:focus,#s-transcript:hover,#s-transcript:focus {
color:#500;
background-position:0 -69px;
}

#searchform button,#searchform-transcript button {
border:none;
height:23px;
width:23px;
line-height:0;
font-size:0;
cursor:pointer;
text-indent:-9999px;
background:url('images/browse-search.png') -143px -46px no-repeat;
margin:0;
padding:0;
}

#searchform button:hover,#searchform-transcript button:hover {
background-position:-143px -69px;
}

#searchform button:hover,#searchform-transcript button:-moz-focus-inner {
border:0;
}

.searchresults {
float:right;
padding:5px;
}

.gallery-image {
width:518px;
border:1px solid #000;
overflow:hidden;
background:#000;
text-align:center;
}

.gallery-caption p {
width:510px;
text-align:center;
color:#fff;
background:#000;
margin:0;
padding:5px;
}

.imagenav-wrap {
margin:5px 0 0;
}

.imagenav {
width:77px;
height:77px;
float:left;
overflow:hidden;
}

.imagenav-center {
width:344px;
height:65px;
float:left;
color:#000;
text-align:center;
border:1px solid #000;
overflow:hidden;
margin:0 5px;
padding:10px 5px 0;
}

.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-arrow {
width:75px;
height:75px;
position:absolute;
z-index:1;
color:#fff;
font-size:80px;
font-weight:700;
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;
}

.wp-caption p {
line-height:11px;
font-size:11px;
margin:5px 0;
}

.aligncenter {
display:block;
margin:0 auto;
}

.alignright {
display:inline;
float:right;
margin:10px 0 10px 10px;
}

.alignleft {
display:inline;
float:left;
margin:10px 10px 10px 0;
}

#transcript {
font-size:11px;
border-left:4px dotted #333;
border-right:4px dotted #333;
padding:0 10px;
}

.transcript-border {
border:1px solid #555;
background:#fff;
clear:both;
margin:15px 0;
padding:0 5px;
}

a.transcript-title {
display:block;
font-family:'Georgia' , serif;
font-size:12px;
font-style:normal;
font-weight:400;
text-transform:uppercase;
letter-spacing:1px;
line-height:2em;
border-bottom:1px dashed #777;
margin:0 0 5px;
padding:0 0 5px;
}

#transcript-content {
font-family:'Arial' , monospace;
font-style:italic;
overflow:hidden;
}

li.pingback div p,li.trackback div p {
margin-left:0;
}

.clear {
clear:both;
}

.clear-margins {
clear:both;
height:0;
line-height:0;
font-size:0;
}

.buythis {
padding:0 5px;
}

.buythisbutton {
height:27px;
width:240px;
background:url('images/buythis.png') no-repeat;
margin:5px 0;
}

.blogpwad {
text-align:center;
width:100%;
}

.headerpwad {
float:right;
margin:5px 5px 0 0;
}

.footerpwad {
display:block;
width:100%;
text-align:center;
}

.cpcal-image {
height:120px;
width:152px;
}

.cpcal-month {
width:157px;
float:left;
border:1px solid #999;
background:#fff;
margin:0 8px 8px 0;
padding:5px 0 5px 5px;
}

.cpcal-monthtitle {
width:154px;
height:16px;
text-align:center;
font-family:'Georgia' , serif;
font-variant:small-caps;
font-size:16px;
line-height:16px;
letter-spacing:-1px;
padding:0 0 5px;
}

.cpcal-dayletter {
width:20px;
height:15px;
display:block;
float:left;
text-align:center;
font-size:10px;
line-height:13px;
margin:0 2px 2px 0;
}

.cpcal-day {
width:18px;
height:13px;
display:block;
float:left;
text-align:center;
font-size:10px;
line-height:13px;
border:1px solid #999;
margin:0 2px 2px 0;
}

.cpcal-day a {
width:18px;
height:13px;
line-height:13px;
display:block;
font-size:12px;
font-weight:700;
}

.cpcal-day a:hover {
color:#fff;
background:#000;
}

#storyline li img {
height:50px;
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:700;
display:block;
color:#000;
}

#storyline li li .storyline-title:hover {
color:#900;
}

#storyline li li li a.storyline-title {
font-size:18px;
}

.storyline-foot {
clear:both;
height:10px;
border-bottom:4px solid #000;
margin:0 0 10px;
}

#storyline li li .storyline-foot {
border-bottom:2px solid #000;
}

#storyline li li li .storyline-foot {
border-bottom:1px solid #000;
}

.archive-date {
font-size:11px;
white-space:nowrap;
padding:0 5px 0 0;
}

.archive-title {
line-height:11px;
border-left:1px solid #000;
padding:2px 5px;
}

.month-table {
border-collapse:collapse;
margin:0 0 20px;
}

#linkspage,#linkspage ul,#linkspage li {
list-style:none;
}

#wp-paginav {
background:url('images/menu.png');
text-align:left;
border:1px solid #999;
}

#paginav {
list-style:none;
float:left;
line-height:25px;
font-size:13px;
border-right:1px solid #aaa;
margin:0;
padding:0;
}

#paginav .paginav-pages,#paginav .paginav-extend {
padding:0 15px;
}

#paginav a {
display:block;
color:#000;
text-decoration:none;
padding:0 10px;
}

#paginav li a {
border-left:1px solid #aaa;
border-right:1px solid #ccc;
}

#paginav .paginav-next,#paginav .paginav-previous {
font-size:20px;
}

#paginav .paginav-current,#paginav .current {
color:#fff;
border-left:1px solid #aaa;
background:url('images/menu.png') 0 -150px;
padding:0 10px;
}

#paginav li:hover a {
border-left:1px solid #8b160f;
border-right:1px solid #c28380;
color:#fff;
background:url('images/menu.png') 0 -75px;
}

.tt a {
position:relative;
z-index:1000;
color:#3CA3FF;
font-weight:700;
text-decoration:none;
margin-bottom:-110px;
}

a.tt:hover span.tooltip {
position:absolute;
display:block;
width:200px;
color:#000;
text-align:center;
height:164px;
background:url('images/comicpress-rascal.png') no-repeat;
z-index:1000;
margin:0 auto;
}

a.tt:hover span.top {
display:block;
width:200px;
height:35px;
padding-top:10px 10px 0 10px;
margin-top:59px;
margin-left:25px;
background:url('images/bubble.png') 0 0 no-repeat;
z-index:1000;
}

a.tt:hover span.middle {
display:block;
width:180px;
margin-left:25px;
background:url('images/bubble.png') -200px 0 repeat-y;
z-index:1000;
padding:0 10px;
}

a.tt:hover span.bottom {
display:block;
width:200px;
height:15px;
background-position:-100px;
color:#548912;
margin-left:25px;
background:url('images/bubble.png') 0 -35px no-repeat;
z-index:1000;
}

#userpage {
width:100%;
padding:5px;
}

.userpage-avatar {
float:left;
width:64px;
height:64px;
}

.userpage-info {
margin-left:10px;
float:left;
}

.userpage-desc {
width:400px;
margin-top:30px;
border:1px dotted #efefef;
padding:5px;
}

.userpage-posts ol {
margin:10px 0 0 30px;
padding:0;
}

.userpage-posts li {
list-style:none;
margin:0;
padding:0;
}

a:hover,.comment-link a {
color:#555;
}

form,.comicarchiveframe h3 {
margin:0;
}

.sfhover,#storyline li {
margin:0;
padding:0;
}

#header a,#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;
}

.home #comic,#comic {
background:url(http://www.ralfthedestroyer.com/wp-content/uploads/2009/09/ts-top-bg.png) top center repeat-y;
text-align:center;
padding:5px 30px 15px;
}

#sidebar-comicleft,.pagenav-left,.commentnav-left,.comment .trackping,#paginav li {
float:left;
}

#sidebar-comicright,.pagenav-right,.commentnav-right {
float:right;
}

.nav-previous,.nav-next {
float:left;
padding:0 5px;
}

.narrowcolumn .nav,.says,li.storyline-root,a.tt span {
display:none;
}

.widecolumn,.widget {
margin:0 auto;
}

.post-head,.post-page-head {
padding:20px 0 0;
}

.post-foot,.sidebar .widget {
margin-bottom:10px;
}

.comicdate,#storyline li li li li a.storyline-title {
font-size:14px;
}

.postdate,.gallery-caption,.storyline-description {
font-size:11px;
}

.comment-author,.storyline-cats li {
display:inline;
}

ul.children,.customsidebar ul,.customsidebar li,.sidebar ul,#paginav ul {
list-style:none;
margin:0;
padding:0;
}

.imagenav-bg img,.imagenav-link img {
width:75px;
height:75px;
}

.storyline-cats,#storyline,#storyline ul {
list-style:none;
margin:0;
padding:0;
}

#linkspage h2,.userpage-posts {
margin-top:20px;
}
