/********************************************************************
You have stumbled the CSS Code for NeoFaerie.net! Feel free to read 
through my code as I mostly learned how to write CSS by looking at 
codes for other websites. However, you may NOT copy my code.
********************************************************************/

body {
	background-color: #66ccff;
	text-align: center;
	margin: 0px;
	padding: 0px;}

b {
	font-weight: bold;
	color: #0066cc;}

i {
	font-style: italic;
	color: #3366ff;}

img.screenie {
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;}

p.quote {
	margin-left:20px;
	margin-right:40px;
	text-align:justify;
	font:12px verdana;}

body, div {
	font: 11px tahoma;
	color: #003366;}


/*******************************************************************/
/* MAIN LAYOUT */
#container {
	width: 800px;
	margin: 0 auto;
	background-image: url('/images/bg.jpg');
	position: relative;}

#header {
	width: 800px;
	height: 268px;
	margin: 0px;
	padding: 0px;}

#subheadercontainer {
	background-image: url('/images/title.jpg');
	width: 800px;
	height: 33px;
	margin: 0px;
	padding: 0px;}

#titlewrapper {
	float: right;
	width: 300px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	text-align: left;}

#title {
	height: 20px;
	width: 230px;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px dotted #ffffff;}

#subcontainer {
	width: 800px;
	margin: 0 auto;}

#sidebarcontainer {
	display: inline;
	float: left;
	width: 208px;
	text-align: center;
	background: url('/images/header2_01.jpg') no-repeat;
	margin: 0px;
	padding: 0px;}

#contentcontainer{
	display: inline;
	float: right;
	width: 592px;
	background: url('/images/header2_02.jpg') no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	text-align: left;
	clear: right;}

#footercontainer {
	clear: both;
	width: 800px;
	height: 67px;
	background: url('/images/footer.jpg');
	margin: 0 auto;
	padding-top:53px;
	text-align: center;}


/*******************************************************************/
/* TOP MENU */
#topmenucontainer {
	position: absolute;
	top: 34px;
	left: 370px;
	height: 20px;}

#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;}

#topmenu li {
	float: left;
	height: 23px;
	width: 80px;
	margin: 0;
	padding: 0;
	margin-left: 7px;
	text-align: center;}

#topmenu li a {
	background: url('/images/topbg.gif');
	width: 80px;
	height: 23px;
	margin: 0;
	padding: 0;
	font: 13px verdana;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	border: none;
	display: block;}

#topmenu li a:hover {
	background: url('/images/topbg2.gif');
	color: #6699cc;
	text-decoration: none;
	border: none;}

#topmenu #currentpage a {
	background: url('/images/topbg2.gif');
	color: #6699cc;
	text-decoration: none;
	border: none;}


/*******************************************************************/
/* HEADER */
h1 {
	font: 18px arial;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0;}


/*******************************************************************/
/* SIDEBAR */
.sidebarspace {
	height:15px;
	width: 132px;}

.sidebarspace_2 {
	height:46px;
	width: 132px;}

.sidebarwrapper {
	float: right;
	width: 132px;
	text-align: center;}

.sidebarheader {
	width: 120px;
	height: 22px;
	background: url('/images/subheader.gif');
	font: 12px tahoma;
	font-weight: bold;
	color: #336699;
	padding-left: 3px;}

.navigation {
	width: 120px;
	padding-left: 6px;
	text-align: left;
	margin: 0;
	padding: 0;}

.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 110px;}

.navigation li {
	margin: 0;
	width: 110px;}

.navigation li a, .navigation li a:visited, .navigation li a:active {
	display: block;
	padding: 1px 0px 1px 5px;
	margin-left: 4px;
	border-left: 8px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #6699ff;
	color: #ffffff;
	text-decoration: none;
	width: 110px;
	font: 11px arial;
	font-weight: bold;}

.navigation li a:hover {
	background: #ffffff;
	color: #336699;
	border-left: 8px solid #6699cc;
	border-bottom: 1px dashed #336699;}


/*******************************************************************/
/* MAIN CONTENT */
#contentwrapper {
	float: right;
	width: 470px;
	margin-right: 64px;
	clear: right;
	margin-left: 60px;}

#contentwrapper p {
	text-align: justify;
	font: 11px tahoma;
	color: #003366;
	margin-top: 0;}

#contentwrapper ul {
	text-align: left;
	font: 11px tahoma;
	color: #003366;
	margin-top: 0;
	padding-top: 0;
	list-style-type: square;}

#contentwrapper ol {
	text-align: left;
	font: 11px tahoma;
	color: #003366;
	margin-top: 0;
	padding-top: 0;
	list-style-type: decimal;}

.h2wrapper {
	border-left: 8px solid #003366;
	border-bottom: 1px solid #003366;
	background-color: #6699ff;
	margin: 0;
	margin-top: 12px;
	padding: 0;
	padding-left: 10px;}

h2 {
	color: #ffffff;
	font: 14px tahoma;
	font-weight: bold;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;}


/*******************************************************************/
/* FOOTER */
#footer {
	width: 760px;
	height: 40px;
	padding-left: 20px;
	font: 10px verdana;
	color: #003366;}

#footer a {
	cursor: crosshair;
	font: 10px verdana;
	font-weight: bold;
	color: #3399cc;}

#footer a:hover {
	color: #336699;
	border: none;}

/*******************************************************************/
/* LINKS */
a {
	cursor: crosshair;
	font: 11px verdana;
	font-weight: bold;}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #0099cc;}

a:hover {
	color: #ffffff;
	border-bottom: 2px dotted #ffffff;}


/*******************************************************************/
/* LISTINGS */
.listingcontainer {
	width: 400px;
	padding: 0;
	margin: 0;
	margin-left: 34px;
	margin-top: 10px;}

.listingcontainer img {
	margin-left: auto;
	margin-right: auto;
	border: none;
	display: block;}

.listingheader {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #3366cc;
	padding-top: 2px;
	padding-bottom: 2px;}

.listingheader h3 {
	font: 11px arial;
	font-weight: bold;
	color: #ccffff;
	text-align: left;
	margin: 0;
	margin-left: 4px;}

.listingleft {
	width: 260px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	display: inline;
	background: #6699ff;
	border: none;}

.listingleft img {
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;}

.listingright {
	width: 140px;
	float: right;
	display: inline;
	background: #6699ff;
	height: 115px;
	font: 11px arial;
	color: #003366;
	padding-top: 5px;}

.listingright u, .listingrightbottom u  {
	text-transform: uppercase;
	color: #003399;
	font: 11px arial;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #003399;}

.listingright a:link, .listingright a:visited, .listingright a:active {
	font: 11px arial;
	color: #3366cc;
	text-decoration: none;
	border: none;}

.listingright a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;}

.listingrightbottom {
	width: 140px;
	height: 90px;
	display: inline;
	float: right;
	background: #6699ff;
	padding: 0;
	font: 11px arial;
	color: #003366;}

.listingrightbottom textarea {
	background: #6699cc;
	width: 130px;
	height: 69px;
	border: 1px solid #3366cc;
	margin: 0;
	font: 10px tahoma;
	color: #336699;
	padding-left: 2px;}

.listingbottom {
	clear: both;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
	background: #6699ff;}

.listingbottom img {
	display: block;
	margin-left: auto;
	margin-right: auto;}

.listingtable {
	float: right;
	display: inline;
	background: #6699ff;
	width: 290px;
	font: 11px arial;
	margin: 0;
	padding: 0;
	padding-bottom: 4px;}

.listingtable td {
	border: 1px solid #3366cc;}

.listingleftimage {
	float: left;
	display: inline;
	width: 110px;
	height: 131px;
	padding: 0;
	margin: 0;
	background: #6699ff;}

.listingleftimage img {
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;}

.listingfooter {
	clear: both;
	display: block;
	width: 400px;
	border: none;
	background: #3366cc;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;}

.listingfooter h4 {
	font: 10px arial;
	color: #ccffff;
	text-align: right;
	margin: 0;
	margin-right: 4px;}

/*******************************************************************/
/* CUTENEWS */
.news {
	margin-bottom: 10px;
	width: 450px;
	margin-left: 10px;
	margin-top: 10px;}

.newsheader {
	font: 13px verdana;
	color: #ffffff;
	font-weight: bold;
	background: #99ccff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px dotted #ffffff;
	padding-bottom: 1px;}

.newstext {
	font: 11px tahoma;
	color: #333366;
	text-align: justify;}

.newstext img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;}

.newsfooter {
	font: 11px tahoma;
	color: #333399;
	font-style: italic;
	border-top: 1px dotted #ffffff;
	padding-bottom: 1px;
	border-bottom: 1px solid #ffffff;
	background: #99ccff;}

.newspages {
	font: 11px tahoma;
	color: #333366;
	text-align: right;}

.newscommentcontainer {
	margin-bottom: 10px;
	width: 430px;
	margin-left: 20px;}

.newsauthor {
	font: 11px tahoma;
	color: #003366;
	border-bottom: 1px dotted #ffffff;
	border-top: 1px dotted #ffffff;
	background: #99ccff;}

.newscomment {
	font: 11px arial;	
	color: #333366;
	border-bottom: 1px solid #ffffff;}


/*******************************************************************/
/* TABLES LISTINGS */
table.tlisting {
	width: 450px;
	border: 0;}

table.tmini_head {
	width: 100%;
	border: 1px solid #006699;
	background: #3366cc;
	font: 11px arial;
	color: #ccffff;
	font-weight: bold;}

table.tmini_body {
	width: 100%;
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
	background: #6699ff;
	font: 11px arial;}

td.tmini_bodyL {
	width: 100px;
	border-right: 1px solid #006699; 
	border-bottom: 1px solid #006699;
	font-weight: bold;}

td.tmini_bodyC {
	width: 40px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #006699; 
	border-bottom: 1px solid #006699;}

td.tmini_bodyR {
	border-bottom: 1px solid #006699;} 

td.tmini_bodyLL {
	width: 145px;
	border-right: 1px solid #006699; 
	border-bottom: 1px solid #006699;
	font-weight: bold;}

a.info:link, a.info:visited, a.info:active {
	color: #99ccff;
	font-weight: bold;
	text-decoration: none;
	border: none;}

a.info:hover {
	color: #ffffff;
	text-decoration: none;
	border: none} 

/*******************************************************************/
/* Smaller Body Text */
h3 {
	font: 11px tahoma;
	color: #336699;
	padding: 0;
	margin: 0;}

.smallcontent {
	width: 430px;
	text-align: justify;
	font: 11px arial;
	color: #006699;
	margin-left: 20px;}

.smallcontent ul {
	font: 11px arial !important;
	color: #006699 !important;} 

a.return:link, a.return:visited, a.return:active {
	font: 10px verdana;
	color: #336699;
	font-style: italic;
	text-decoration: none;
	border: none;}

a.return:hover {
	color: #ffffff;
	text-decoration: none;
	border: none;}

/*******************************************************************/
/* FORMS */
input, textarea, select, optgroup {
	border: 1px solid #6699ff;
	background: #aedcff;
	font: 11px arial;
	color: #333366;
	padding: 2px;}

textarea.small {
	font:10px verdana;}
