@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	background-image: url(images/bgimg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 19px;
	background-attachment: fixed;
	background-color: #19131C;
}

blockquote {
	background-color: #877191;
	text-align: left;
	border: 1px dotted #CCCCCC;
	width: 40%;
	padding: 5px;
}

#headerimg {
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 88px;
	margin-top: 30px;
}
#footer {
	color: #ecdcf3;
	text-align: center;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	margin-bottom: 30px;
}


#footer a {
	color: #ab91b7;
}

#footer a:hover {
	color: #fff;
}

#maincont {
	border: 1px dotted #39333d;
	background-color: #1d1321;
	padding: 10px;
	width: 648px;
	margin-top: 130px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#maincont h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #877191;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
}
#maincont .firstletter {
	color: #b5f5ec;
	text-transform: uppercase;
}
#maincont .h1subtitle {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #b1ded8;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	margin-left: 180px;
	text-transform: lowercase;
}

#maincont a {
	font-variant: small-caps;
	color: #b5f5ec;
	text-decoration: underline;
}

#maincont a:hover {
	color: #877191;
	text-decoration: line-through;
}

#maincont b, #maincont strong {
	color: #877191;
	text-transform: uppercase;
}

#maincont em, #maincont i {
	color: #FFFFFF;
}

/*Navigation*/

#navcontainer
{
	/*width: 100%;*/
	text-align:center;
	display:inline;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

#navigation {
	width: 500px;
	text-align: center;
	list-style:none;
	margin-top: 40px;
	margin-right: auto;
	/*margin-bottom: 40px;*/
	margin-left: auto;
}

#navigation li {float:left}

#navigation li a {
	/*float: left;*/
	width: 100px;
	list-style: none;
	border: 1px dotted #afadb0;
	background-color: #321c3b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right: 13px;
	display: block;
}

#navigation li a:hover {
	background-color: #877191;
}


.oneColFixCtr #container {
	width: 680px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#rotatingbanner {
	text-align: center;
}


/* FANUPDATE codes */

.post h4, h4 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 0;
}

p.catfile {
	margin: 0 0;
	color: #AB9CB1;
}

span {color: #CCCCCC
}

ul {
	list-style-type: none;
	margin: 17px;
	padding: 0 40px 0 40px;
	color: #b1ded8;
	list-style-position: outside;
	list-style-image: url(images/liimg.png);
}

/*FORM codes*/

input, textarea, select, .button, .show_join_submit_button, .show_join_reset_button, .show_join_reset_button, .show_update_submit_button, .show_lostpass_submit_button {
	margin: 0;
	/*	font-size: 1em; 
	color: #CCCCCC;*/
	cursor: pointer;
	/* background-color: #321C3B;*/
	border: 1px dotted #AFADB0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

input, textarea, select {padding: 3px 5px; background-color: #483154; color: #FFFFFF}

.button, .show_join_submit_button, .show_join_reset_button, .show_update_submit_button, .show_lostpass_submit_button {padding: 2px 10px; background-color: #321C3B; color: #CCCCCC;}

input:hover, textarea:hover, select:hover, select.hover, .button:hover, .button.hover, .show_join_submit_button:hover, .show_join_reset_button:hover, .show_join_submit_button.hover, .show_join_reset_button.hover, .show_update_submit_button:hover, .show_update_submit_button.hover, .show_lostpass_submit_button:hover, .show_lostpass_submit_button.hover {
	color: #19131C;
	background-color: #B5F5EC;
	border: 1px dotted #FFFFFF;
}

/*CODESORT CODES*/

.codesort li {
	display: inline;
	padding-right: 0.5em;
	}
	
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

.codesort h2 {font-size: 18px; color: #b1ded8}

.codesort h3 {font-size: 16px; font-style: italic; color: #877191; }

.codesort p { }

.codesort a { }

.codesort img { }

.codesort ul { }

.credit {font-size: 9px}

