BODY {
	margin: 0;
	spacing: 0;
	background: url(site_images/bottomfiller.jpg) repeat-y;
	background-color: #F6F6F6;
	font: 12px "veranda", "arial", "geneva";
}

/* For popup windows. */
#popup {
	width: 95%;
	height: 100%;
	margin: 0;
	spacing: 0;
	background-color: #F6F6F6;
	font: 12px "veranda", "arial", "geneva";
	border: 1px;
	padding-left: 10px;
	padding-top: 10px;
}

/* Yes, I know this is a bastardization, but I'm lazy. */
pre {
	font: 12px "veranda", "arial", "geneva";
}


/* Links */

a:link {
	text-decoration: none;
	color: #550000;
}

a:visited {
	color: #663333;
	text-decoration: none;
}

a:hover {
	color: #550000;
	text-decoration: underline;
}

a:active {
	color: #550000;
	text-decoration: underline;
}

a.menu {
	color: #000000;
	text-decoration: none;
}

a.menu:hover {
	color: #550000;
	text-decoration: underline;
}

a.menu:active {
	color: #550000;
	text-decoration: underline;
}

a.lj-link {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

a.lj-link:visited {
	color: #660066;
}


/* Page Setup */

div.bg {
	background: url(site_images/jb_cornerback.jpg) no-repeat;
}

div.homelink {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

div.topmenu {
	height: 100px;
	width: 505px;
	margin-left: 309px;
}

div.spacer {
	height: 15px;
}

#transbox {
	/* size and position */
	width: 130px;
	float: left;
	margin-left: 10px;  
	/* color */
	background-color: #ffffff;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75; 
	/* border and padding */
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 10px;
}

div.fic-menu {
	/* attempt to fix transparency 
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	*/
}

div.art-menu {
	/* attempt to fix transparency 
	filter: alpha(opacity=0);
	-moz-opacity: 1.0;
	opacity: 1.0;
	*/
}

div.content {
	/* size and position */
	width: 520px;
	min-height: 400px; 
	margin-left: 200px;
	/* color */
	background-color: #ffffff;
	/* border and padding */
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 15px;
}

div.popupcontent {
	/* color */
	background-color: #ffffff;
	/* border and padding */
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 15px;
}

div.footer {
	height: 88px;
	width: 814px;
	background: url(site_images/footer.jpg) no-repeat;
}


/* Menu Styles */

span.menu-selected {
	/* text style */
	font-weight: bold;
	color: #550000;
}

span.menu-desc-text {
	/* text style */
	font-style: italic;
	color: #550000;
	font-size: 10px;
}

span.art-menu-dir {
	/* text style */
	font-style: italic;
	color: #550000;
	font-size: 10px;
}

img.art-menu-selected {
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #550000;
}

img.art-menu {
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: black;
}


/* Content Styles */

div.quote {
	/* text style */
	color: #000000;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 10px;
}

div.section-title {
	/* text style */
	color: #550000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

div.section-subtitle {
	/* text style */
	font-style: italic;
	text-align: center;
}

div.story {
	/* text style */
}

div.disclaimer {
	/* text style */
	color: #000000;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 10px;
}

div.story-title {
	/* text style */
	color: #550000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

div.story-chaptername {
	/* text style */
	font-style: italic;
	text-align: center;
}

span.story-chapterdesc {
	/* text style */
	margin-left: 20px;
	margin-right: 20px;
	font-size: 10px;
}

div.story-author-note {
	/* text style */
	color: #663333;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 10px;
}

span.text-tag {
	/* text style */
	font-weight: bold;
}

div.listing {
	font: 12px "veranda", "arial", "geneva";
}

span.listing-title {
	color: #550000;
	font-weight: bold;
}

span.listing-info {
	font-style: italic;
}

div.art-title {
	/* text style */
	color: #550000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

div.art-display {
	text-align: center;
}

p.section-title {
	color: #550000;
	font-size: 12px;
	font-weight: bold;
}

div.art-comment {
	font-weight: bold;
	text-align: center;
}

/** Forms **/

input {
	border: 1px #550000 solid;
	background-color: #ffffff; 
}

textarea {
	border: 1px #550000 solid;
	background-color: #ffffff; 
}

table.form {
	color: #232323;
	width: 99%;
	background-color: #fafafa;
	border: 1px #550000 solid;
	border-collapse: collapse;
}

table.form td {
	border-bottom: 1px dotted #550000;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #232323;
	background-color: white;
	text-align: left;
	padding: 5px;
}

table.form td.form-header {
	border-bottom: 2px solid #550000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #D1BEBE;
	padding: 5px;
}

table.form td.form-submit {
	border-top: 1px solid #550000;
	text-align: center;
}

p.error-text {
	color: red;
}


/** LJ-style Stuff **/

span.lj-tag {
	white-space: nowrap;
}

input.lj-username {
	background: url(site_images/lj_userinfo.gif) no-repeat;
	background-color: #ffffff; 
	background-position: 0px 1px; 
	padding-left: 18px;
	color: #00C;
	font-weight: bold;
}

/** Cookie Jar Styles **/

#request_list {
	color: #232323;
	width: 99%;
	background-color: #fafafa;
	border: 1px #550000 solid;
	border-collapse: collapse;
}

#request_list td {
	border-bottom: 1px dotted #550000;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #232323;
	background-color: white;
	text-align: left;
	padding: 8px;
}

#request_list td.list-header {
	border-bottom: 2px solid #550000;
	font-style: italic;
	font-size: 11px;
	color: #232323;
	text-align: center;
	background-color: #D1BEBE;
	padding: 5px;
}

table.fanart100 {
    border: 1px solid #550000;
    border-collapse: collapse;
}

table.fanart100 td {
    border: 1px solid #550000;
	font-size: 11px;
    padding: 2px 3px;
}
