/* Base page structure */
body {
    margin:0;
    padding:0 0 0px;
	background: url(http://www.diablitodelring.com/img/bits/ddrportrait-front-300.png) repeat-y #fff;
    font-family:Verdana, Geneva, sans-serif;    
    text-align:center;
}
#bodywrap {
    position:relative;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
	margin-left: 0px;
        margin-right: auto;
	margin-left: auto;
    padding:0 20px;
    width:666px;  /* Comment out this line (put /* at the beginning) if you want a fluid-width website) */
    text-align:left;
}




/* Some defaults you can play around with */
a {
    color:#900;
}
a:visited {
    color:#C00;
}
a:hover, a:active {
    color:#F00;
}
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;
}
#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;
}
#topnav a:hover {
    color:#00d;
}





/* Comics! */
#dropdownform {
    float:right;
    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:#444;
    letter-spacing:0.2em;
}
.navbar a {
    text-decoration:none;
    color:#fff;
    font-weight:bold;
}
.navbar a:visited {
    color:#ddd;
}
.navbar a:hover {
    color:#fff;
}
#comicset {
    display:block;
    clear:both;
    margin:0px 0px 20px 0px;
    
    text-align:center;
    background-color:#fff;
    border-right:solid 5px #fff;
    border-left:solid 5px #fff;
}
#comicset h2 {border:none 0px;}
#comicimg {
    margin:10px 0;
}
#comicblurb {
    margin:0px;
    padding:0 10px 10px;
    border:none;
}



/* News! */
.newspost {
    margin:1em 0 4em;
}
.newspost p {
    font-size: medium;
}
.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:none;
}
.newslinks a {text-decoration:none;}



/* General content */
h2 {
    margin:20px 0 5px;
    padding:0 20px;
    border-bottom:solid 1px #444;
}
h3 {
    color:#000;
    padding:0 5px;
    font-size:1.2em;
    line-height:1.4em;
    font-variant:small-caps;
    text-align: center;
    background-color:#fff;
}
#maincontent {
    padding:0 10px 10px;
    background-color:#fff;
}




/* Extra content */
#sidenav {
    border-left-style: dotted;
    float:right;
    width:200px;
    font-size:13px;
    
}

#sidenav h3 {
    border:none;
    text-align: center;
    background-color:transparent;
}

#sidenav li {
	font-size:24px;
	list-style-type: none;
	text-align: right;
	font-variant: small-caps;
        font-weight: bold;
        font-style: italic;
	text-transform: capitalize;

}

#sidenav a {
	text-decoration: none;
        color: #900
	


}

#sidenav a:visited {
	color:#C00;
	text-decoration: none;

}

#sidenav a:hover, a:active {
	color:#F00;
	text-decoration: none;

}

#mainlower {
    padding:10px 220px 0 0;
    
}

#bio {
	clear: left;
        padding-top: 15px;
}

#bioimg {
	float: left;
	border: 1px dotted #C00;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;

}
