<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-size: 14pt;
	line-height: 1.3em;
	font-family: "Baskerville", Times, serif;
	color: #10263b; 
	background: url("/images/roses_background.png") no-repeat  fixed; 
	background-size: cover;
} 

.center {
    margin: auto;
    text-align: center;
}


#content {
    width: 1150px;
}





/* Header Text Formats */
	
h1 {
        font-family: 'Cinzel', "Baskerville", serif;
        line-height: 1.4em;
        font-size: 25px; 
        color: #10263b; 
        margin: 0px;
}

h2 {
        font-size: 20px; 
        color: #10263b; 
        margin: 0px;
}
/**/





/* Links */
a {
	color: #05491e;
text-decoration: none;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

a:link, a:visited {
    color: #05491e; 
}

a:hover {
	color: #d60000;
}
/**/







/* border and background styles */
.left_sidebar,
.right_sidebar,
.page,
.news,
.comments,
.container {
    padding: 10px 20px;
    border: #6d0000 7px;
    border-style: double;
    background: #f2d6a1;
}








/* HEADER */
#header {
    font-family: 'Cinzel Decorative', 'Cinzel', cursive;
    color: #d60000;
    font-size: 50pt;
    line-height: 1em;
    margin: 10px auto;
}

.title {
    text-shadow: -1px 1px 0px #000000;
}

    
    .title a:link,
    .title a:visited {
          color: #d60000;  
          text-shadow: -1px 1px 0px #000000;
    }
    
    .title a:hover {
        color: #d60000;
    }

.header_nav {
    font-family: 'Cinzel', "Baskerville", serif;
    font-size: 16pt;
}

.header_nav li {
    list-style: none;
    display: inline-block;
    	margin: 0 5px;
	   line-height: normal;
}

        .header_nav a:link,
        .header_nav a:visited {
            color: #d60000;
        }
                
        .header_nav a:hover {
            color: #000000;
        }





/* SIDEBAR CSS */

.left_sidebar {
    width: 160px; 
    float: left;
    font-size: 15pt;
    text-align: center;
    padding: 8px; /*cancels the padding from the aesthetic div above */
    overflow: hidden;
}

.right_sidebar {
    width: 115px; 
    float: right;
    font-size: 10pt;
    text-align: center;
    padding: 15px;
    overflow: hidden;
	margin-right: -40;
}


.sidebarlinks ul {
    list-style: none;
    margin-left: -35px;
}
	
.sidebarlinks a {
    font-family: 'Cinzel', "Baskerville", serif;
      font-size: 20px;
      	 display: inline-block;
      	 line-height: 1.5em;
}

        .sidebarlinks a:link,
        .sidebarlinks a:visited {
            
            color: #d60000;
        }
                
        .sidebarlinks a:hover {
            color: #000000;
        }
        
        






/* -----CENTER CONTENT CSS ----- */

.center_content {
    width: 768px;
    margin-left: 200px;
}

div.img {
    margin: 4px;
    border: 0;
    float: left;
    width: 150px;

}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 5px;
    text-align: center;
}
	
div.spacer {
	margin: 0px;
	border: 0;
	float: left;
	height: 70px;
	width: 100%;	
}





/* PAGE AND PAGE NAVIGATION */	
.page {
	width: 100%;
	margin: 10px auto 30px auto;
}

.page img {
    max-width: 100%;
}

.comic_nav {
    font-family: 'Cinzel', "Baskerville", serif;
    font-size: 15pt;
    color: #ffffff;
    background: #f2d6a1;
    padding: 10px;
}
		.comic_nav ul  {
	    	list-style: none;
	    	padding: 0;
	    	margin: 0;
	    }
	    .comic_nav li {
	    	display: inline;
	    	margin: 8px;
	    }

        .comic_nav a:link,
        .comic_nav a:visited {
            color: #ffffff;
        }
        
        .comic_nav a:hover {
            color: #d60000;
        }






/* News */	

.news {
    text-align: left;
    width: 100%;
  margin-bottom: 25px;
  clear: left;
  padding: 10px 20px 20px 20px;
}

.news .newsTitle {
        font-family: 'Cinzel', "Baskerville", serif;
        color: #ffffff; 
        font-size: 25px; 
        margin: 0px;
        line-height: 1.4em;
        padding: 5px 20px;
        margin: -25px;
        background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.news .newsDate {
    font-family: 'Cinzel', "Baskerville", serif;
    font-size: 18px; 
    color: #000000; 
    text-align: right;
    font-style: normal;
}
.news .newsText {
    padding-left: 20px;
    font-style: normal;
}
            



/* UNDER NEWS */
.comments {
    width: 100%;
    margin: 5px auto;
}

#footer {
    font-size: 9pt;
    font-style: normal;
    text-align: center;
    margin: 10px auto;
}


/* SIDE PAGE CONTENT CSS */

.container {
	width: 100%
	height: auto;
	overflow: hidden;
	word-wrap: break-word;
    margin-bottom: 25px;
    }
    
.container img {
    max-width: 100%;
}





/* SPIDERFOREST HEADER */

.menDiv {
	width: 100%;
	background: #000000 !important;
	margin: 0;
}

.sfdrop {
    background: #ece8dc !important;
}

.sfdrop a:link, 
.sfdrop a:visited {
       color: #d60000;
        }
        
.sfdrop a:hover {
    color: #000000;
        }




/* MISC CSS */

blockquote {
    padding-left: 20px;
    font-style: normal;
    margin: 10px;
}</pre></body></html>