/* Base page structure */
body {
    margin:0;
    padding:0 0 20px;
    font-family:"Trebuchet MS",Helvetica,sans-serif;
    text-align:center;
    background-image: url('/img/redtitle2.jpg');
    background-repeat: repeat-x;
    background-color: #FFF;
}
#bodywrap {
    position:relative;
    margin:0 auto;
    padding:0 20px;
    width:1090px; /* Comment out this line (put /* at the beginning) if you want a fluid-width website) */
    text-align:left;
    border: solid 2px #444;
    background-color: #FFf;
    height: 100%;
}
#maincontent {
    margin: 0 auto;
}
#siteTitle {
   margin-left: 175px;
   padding-bottom: 30px;
}


/* Some defaults you can play around with */
a {
    color:#000;
}
a:visited {
    color:#CCCCCC;
}
a:hover, a:active {
    color:#999999;
}
h1 a, h2 a, h3 a, h4 a {text-decoration:none;}
h1 a {color:#444 !important;}
h2 a {color:#000 !important;}

a img {border:none 0px;}
p {
    font-family: "Trebuchet MS", serif;
}




/* Header */

h1 {
    margin:10px 0 5px;
    padding:20px 0 0;
    text-align:center;
}

#topnav {
    margin:0 0 1em;
    text-align:center;
    padding-top: 8px;
}
#topnav a {
    padding:0 10px;
    text-decoration:none;
    font-size:16px;
    font-weight:bold;
    letter-spacing:0.2em;
    font-variant:small-caps;
    border-top:dashed 1px;
    border-bottom:dashed 1px;
    color: #FF0033;
}
#topnav a:hover {
    color:#CC9933;
}





/* Comics! */
#dropdownform {
    float:left;
    margin:10px 0 0;
    padding:5px;
    
    font-size:14px;
    background-color:#444;
    color:#fff;
}
.navbar {
    display:block;
    padding:5px;
    
    text-align:center;
    color:#bbb;
    background-color:#FFF;
    letter-spacing:0.2em;
}

.navbar a {
    text-decoration:none;
    color:#FF0033;
    font-weight:bold;
}
.navbar a:visited {
    color:#660000;
}
.navbar a:hover {
    color:#CC9933;
}
#comicset {
    display:block;
    clear:both;
    margin:15px 0px 20px 0px;
    
    text-align:center;
    background-color:#fff;
    width: 800px;
    padding-top: 10px;
}
#comicset h2 {
    border:none 0px;
    font-style: normal;
    font-family: "Trebuchet MS", serif;
}
#comicimg {
    margin:10px 0;
}
#comicblurb {
    margin:20px;
    padding:0 10px 10px;

}



/* News! */
.newspost {
    margin:1em 0 4em;
}
.newspost p {
    font-size:14px;
}
.newsdetail {
    float:right;
    text-align:right;
    margin:0 0 10px 10px;
    padding:0 10px;
    font-size:12px;
    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 */
h2 {
    margin:20px 0 5px;
    padding:0 20px;
    border-bottom:solid 1px #444;
}
h3 {
    color:#666;
    padding:0 5px;
    font-size:1.2em;
    line-height:1.4em;
    font-variant:small-caps;
    letter-spacing:0.3em;
    background-color:#f0f0f0;
}
#maincontent {
    padding:0 10px 10px;
    background-color:#fff;
}




/* Extra content */
#sidenav {
    float:right;
    width:200px;
    font-size:13px;
}
#sidenav a {
    color: #FF0033;
}
#sidenav a:hover {
    color: #CC9933;
}
#sidenav a:visited {
   color: #660000;
}
#sidenav ul {
    list-style: none;
}
#mainlower {
    padding:10px 220px 0 0;
}
#sidenav h3 {
    border:solid 1px #444;
}
#sidebarAd {
    margin-right: 35px;
    margin-top: 50px;
    float: right;
}
#rightSideBar {
   position: relative;
   bottom: 560px;
}

