@charset "utf-8";
html {
	height: 100.1%;  
	}
body {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #2F2A24;
	font-family: Georgia, Geneva, "Trebuchet MS", Monaco, Calibri, sans-serif; 
	color: #E0F1EB; 
}
img {margin:0; padding:0;border: none;}

/* ************************* END GENERAL STYLING ************************* */


/* *************************  START DIV STYLING  ************************* */
#wrapper {width: 820px;margin-left: auto;margin-right: auto; }
#right-ads {width: 130px; height: 620px;float: right;font-size: 80%; }
#container { /* <DIV #1> */
	float: left;
	width: 680px; 
	border: 1px solid #F4F4F4; background-color: #FFFFFF; color: #2F2A24;
}
#header { /* <DIV #2> */
	width: auto; 
	height: auto;
	text-align: right; 
	padding: 3% 4%; 
	background-image: url(images/diags.jpg);background-position: top left;background-repeat: repeat-x; 
}
	#header h4 { 
		font-size: 150%; 
		color: #F15563; /* Red  color for textline one. */
		background-color: inherit;
		display: inline; 
		letter-spacing: 4px; 
	}
	#header h5 {
		position: relative; /* All sizes, paddings and margins are measured relative to #header h1. */
		display: inline; /* The trick will only work if you add display: inline here as well, and add a <br /> between them in the HTML code. */
		vertical-align: middle; 
		font-size: 70%; 
		font-weight: 100; 
		text-transform: uppercase; 
		color: #00ACF4; /* Ocean blue color... */
		background-color: inherit;
		letter-spacing: 1px; 
		font-family: "Trebuchet MS", Verdana, sans-serif;
	}
	
#core_container { /* <DIV #3> */
	width: 100%; 
	margin-bottom:0;padding-bottom:0;
	background-color: #FFFFFF; color: inherit;
}

#core_left { /* <DIV #4> */
	width: 180px; 
	float: left; 
	height: auto; 
	background-color: #FFFFFF; color: inherit;
	padding: 12px; 
	/*_padding: 6px;*/ /* IE HACK. 6px space for IE, because of the boxmodel error. Remove this and check the page in IE... :( */
}
	#core_left img { 
		border: 0;  
	}
	#core_left p {
		font-size: 70%;  
	}
	#core_left a, #core_left a:link, #core_left a:visited {
		color: #000000;  background-color: inherit;
		text-decoration: none;  
	}
	#core_left a:hover {
		color: #00ACF4; /* Oceanblue linktext on hover. */
		background-color: inherit;
	}

	#core_left li { 
		font-size: 10px; 
		font-family: Verdana, Arial, Helvetica, sans-serif;margin-top: 20px; margin-bottom: 20px;
	}
	.litxt { 
		padding-bottom: 10px;
		width: 95%;
		padding-left: 5%;
	}
	#core_left ul { 
		list-style: none; 
		padding-left: 0px; 
		margin-left: 0; /* IE needs this to do the same as stated above... */
	}
	

#navcontainer {
text-align: right;
margin-top: 3px;
}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}
#current {
	border-top: 1px dashed #00ACF4;
}
#navlist a { 
	padding: 3px 10px; 
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navlist a:link {
	color: #00ACF4;
	background-color: #FFFFFF;
	text-decoration: none;
}
 #navlist a:visited {
 	color: #00ACF4;
	background-color: #FFFFFF;
	text-decoration: none;
 }

#navlist a:hover {
	color: #ffffff;
	background-color: #00ACF4;
	text-decoration: none;
}

#navlist a:active {
	color: #ffffff;
	background-color: #00ACF4;
	text-decoration: none;
}


	
#core_right { /* <DIV #5> */
	width: 466px; 
	float: left; 
	margin: 0; 
	padding: 0;
	background-color: #FFFFFF; color: inherit;
}
	#core_right h1 {
		font-size: 90%; /* 90% of the size of the font-size from the body. */
		font-weight: 600; 
		text-transform: uppercase; 
		color: #00ACF4; /* Ocean blue color... */
		background-color: inherit;
		letter-spacing: 1px;
		font-family: "Trebuchet MS", Verdana, sans-serif; 
		}

	#core_right h2 {
		margin-left: 25px; font-size: 90%; text-transform: uppercase;
		font-family: "Trebuchet MS", Verdana, sans-serif; 
	}


	#core_right p {
		padding-left: 5%; 
		font-family: "Trebuchet MS", Verdana, sans-serif; 
		font-size: 80%; /* 80% of the font-size from the body tag. */
		line-height: 20px; 
	}
	#core_right a:link {color: #00ACF4; text-decoration: none;background-color: inherit; }
	#core_right a:visited {color: #00ACF4; text-decoration: none; background-color: inherit;}
	#core_right a:hover {color: #FDB851; text-decoration: underline;background-color: inherit; }
	#core_right a:active {color: #FDB851; text-decoration: underline;background-color: inherit; }
	
	#core_right ul {margin-left: 25px;}
	#core_right li {
		list-style: none;margin-left: 0;
		font-family: "Trebuchet MS", Verdana, sans-serif; /* Font... */
		font-size: 80%; 
		line-height: 20px; 
	}
	
	#footer { /* The bottom, with the copyright notice. */
	clear: both; /* Appear UNDER core_right, not next to it. Not even with changed width on #container. */
	width: 680px; /* 680px? Yep, the same width as #container. */
	height: 20px; /* Give it some height! */
	text-align: right; /* The text should appear on the rightside of the footer. */
	margin: 0;
	}
	#footer p { 
		padding-top:2px;
		text-transform: uppercase; 
		background-color: #FFFFFF; background-image: url(images/diags.jpg);background-position:  0% 30%;background-repeat: repeat-x; 
		font-size: 60%; 
		color: #000000; 
		letter-spacing: 1px; 
		font-family: "Trebuchet MS", Verdana, sans-serif; 
	}
	#footer a { 
		text-decoration: none; 
		color: #000000; background-color: inherit;
	}

.poem-body {float: left; width: 55%;}
.poem-list {float: right; width: 45%;}
.clear {clear:both;}

#playerid {height: 40px; width: 230px; margin-left: auto; margin-right: auto;}

.pale {color: #CCCCCC; }
