﻿body {
	color: #000;
    background-color: #E9ECCF;
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0;
	padding: 0;
	border: 0;
}

.cssHeader {
	font-weight:normal;
	font-size:1em;
	color: #800000;
	text-align:center;
}


.cssPoem
{
	font-weight:bold;
	font-size:1.25em;
	letter-spacing: 0.25em;
	line-height:1.5em;
}

.cssNote
{
	text-align:left;
}


.cssWarning {
color: #ff0000;
}

.cssText {
	font-size: smaller;
}

h1
{
 font-size:1em;
}

h2
{
 font-size:0.875em;
}

.cssFooter {
	font-size: smaller;
}

/* Styles for Links */
a {
	color: #800000;
	text-decoration: underline;
}
a:hover {
	color: #FF9933;
	text-decoration: underline;
}


/* Styles for Navigation */
#navigation {
	width: 100%;
	margin-right: 4px;
	margin-left: 4px;
	background-color: #E9ECCF;
	clear: both;
	overflow: hidden;
}

#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: 94px;
	margin: 0 1px;
	padding: 4px;
	border: 1px solid #261;
	background-color: #003366;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #E3FAE7;
}


#sidebar {
	float: left;
	width: 160px;
	background-color: #00CC00;
	position: relative;
	clear: both;
	margin-top: 5px;
	margin-left: 5px;
	display: inline;
}

#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #f2f2f2;
	background-color: #0000FF;
}

#bg_image 
{
width: 100%;
height: 100%;
left: 0px;
top: 100px;
position: absolute;
z-index: 0; 
filter:Alpha(opacity=50);  
opacity: 0.5;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

.cssSource {
  border: 1px solid #999;
  overflow: auto;
  background: #FFFFDD;
  padding: 12px;
  margin: 1em 7px 1em 7px;
}

.cssSource pre {
  margin: 0px;
  padding: 0px;
}


.cssLink ul {
  padding: 4px;
  margin: 0px;
}

.cssLink li {
  padding: 4px;
  margin: 0px;
}


.tableHeader
{
	background-color: #e8f9f4;
}

.tableRow
{
	background-color: #f7f7f7;
}


.css3DBoard{
  background-color: #c4c4c4;
}

.css3DText{
    text-transform: uppercase;
    font-family: verdana;
    font-size: 4em;
    font-weight: 700;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
        1px 6px 1px #919191,
        1px 7px 1px #919191,
        1px 8px 1px #919191,
        1px 9px 1px #919191,
        1px 10px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}

div.floatLeft { 
    float: left; 
    margin: 4px; 
}

div.floatRight { 
    float: right; 
    margin: 4px; 
}


.button {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #fff;
background-color: transparent;
font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
font-weight: 400;
font-size: 1.4rem;
color: #fff;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
text-align: center;
padding: 10px 20px;
min-width: 133px;
}

.button:hover, .button:active {
background-color: #fff;
color: #353535;
text-decoration: none; }

.button.blue-button {
min-width: 180px;
background-color: #008ca1;
border: none; }

.button.blue-button:hover, .button.blue-button:active {
  background-color: #40a9b9;
  color: #fff; }

.button.green-button {
background-color: #799d3e;
border: none; }

.button.green-button:hover, .button.green-button:active {
  background-color: #8dbd3e;
  color: #fff; }
.button.disabled {
background-color: #d4d4d4;
cursor: default; }
.button.disabled:hover, .button.disabled:active {
  background-color: #d4d4d4; }


.cssNovel,
.cssReview {
    max-width: 1000px;
    width: 100%;
    margin: 2rem auto;
    padding: 0 1.5rem;
    line-height: 1.6;
    color: #333;
}

.cssNovel {
    font-family: 'Georgia', serif;
}

.cssReview {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
    padding: 2rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.cssNovel img,
.cssReview img {
    display: block;
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 1.5rem auto;
    border-radius: 4px;
}

.cssNovel p,
.cssReview p {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
}

/* Novel-specific styling */
.cssNovel img {
    max-height: 400px;
    object-fit: cover;
    object-position: top;
}

.cssNovel p:first-of-type {
    font-size: 1.2rem;
    color: #444;
    line-height: 1.8;
}

/* Review-specific styling */
.cssReview h2 {
    color: #2c3e50;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.cssReview strong {
    color: #e74c3c;
}

.cssReview blockquote {
    border-left: 4px solid #3498db;
    margin: 1.5rem 0;
    padding-left: 1rem;
    color: #7f8c8d;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cssNovel,
    .cssReview {
        padding: 0 1rem;
        margin: 1.5rem auto;
    }

    .cssNovel p,
    .cssReview p {
        font-size: 1rem;
    }

    .cssNovel img {
        max-height: 300px;
    }

    .cssReview {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 480px) {
    .cssNovel img {
        max-height: 250px;
    }

    .cssReview img {
        float: none;
        width: 100%;
        margin: 1rem 0;
    }
}

/* Typographic enhancements */
.cssNovel p:has(+ p) {
    margin-top: 1.5rem;
}

.cssReview ul {
    padding-left: 1.5rem;
    margin: 1rem 0;
}

.cssReview li {
    margin-bottom: 0.5rem;
}