#comicblurb {
    display:block;
    margin: auto;
    font-size: 14px;
    width: 732px;
    text-align: justify; text-justify: newspaper;
    #margin:20px;
    #padding:0 10px 10px;
    #border:dashed 20px;
}

select, .commentssection {
    font-family: Helvetica, Arial, sans-serif;
    
}
body {
    margin:0;
    padding:0 0 20px;
    text-align:center;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
}
h3, h2 {
    font-family: 'Rokkitt', sans-serif;
}
h3 {
    #color:#666;
    padding:0 4px;
    font-size:1.3em;
    line-height:1.4em;
    #font-variant:small-caps;
    letter-spacing:0.2em;
    #background-color:#f0f0f0;
    border-bottom: 1px dashed;
}
#idc-container-parent #idc-container h3 {
    #font-variant:normal;
    font-size: 18px;
}

/* Base page structure */

p {
    font-size: 14px;
}
h1 {
    margin:10px 0 5px;
    padding:20px 0 0;
    text-align:center;
}
h2 {
    margin:20px 0 0 0;
    padding:0 0 0 0;
    #border-bottom:solid 1px #444;
    #font-family: 'Architects Daughter', sans-serif;

    #font-variant:small-caps;
}

a img {border:none 0px;}

#bodywrap {
    position:relative;
    margin:0 auto;
    padding:0 20px;
    width:940px; /* Comment out this line (put /* at the beginning) if you want a fluid-width website) */
    text-align:left;
}

h3 a {
color: 00F;
}

h4 {
margin: auto;
}

#idc-container-parent #idc-container {
width:500px;
}
#idc-container-parent #idc-container .idc-foot {
border: none;
}
/* Extra content */


#tableofcontents {
    text-align:left;
    width: 732px;
    margin: auto;

}


/* Some defaults you can play around with */
a {
    color:#10D;
}
a:visited {
    color:#D01;
}
a:hover, a:active {
    color:#B0B;
}
h1 a, h2 a, h3 a, h4 a {text-decoration:none;}
h1 a {color:#222 !important;}

/* Comics! */


#dropdownform {
    #float:center;
    font-size:16px;
    #background-color:#FF0;
    color:#FFF;
}
.navbar {
    display:block;
    #padding:5px;
    #vertical-align:middle;
    text-align:center;
    width: 732px;
    margin:auto;
    #color:#000;
    #background-color:#444;
    #letter-spacing:0.1em;
}
.navbar a {
    text-decoration:none;
    color:#00F;
    font-weight:italic;
}
.navbar a:visited {
    color:#33F;
}
.navbar a:hover {
    color:#f00;
}
#comicset {
    display:block;
    clear:both;
    margin:15px 0px 20px 0px;
    
    text-align:center;
    #background-color:#fff;
    #border-right:solid 5px #444;
    #border-left:solid 5px #444;
}
#comicset h2 {border:none 0px;}
#comicimg {
    margin:10px 0;
}




/* News! */
.newspost {
    #margin: 1em 0 0 20px;
}
.newspost p {
    font-size:14px;
}
.newsdetail {
    #float:right;
    #text-align:right;
    #margin:0 0 10px 10px;
    #padding:0 10px;
    font-size:12px;
    font-weight: bold;
    #color:#444;
    #border-left:solid 3px #aaa;
    #background-color:#fff;
}
.newsavatar {float:right;}
.newslinks {
    border-top:dashed 1px #888;
}
.newslinks a {text-decoration:none;}



/* General content */



#maincontent {
    padding:0 10px 10px;
    #background-color:#fff;
}


