@charset "UTF-8";
/* CSS Document */

/* Jake Epstein Fanlisting - fan.jakeepstein.net */

/*
COLOUR SCHEME
000000 - black
ffffff - white
ffff66 - yellow
3399cc - blue
*/




body {
	background: #000000;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 150%;
	text-align: center;
	margin: 0px auto 0px auto;
}

img {
	background: #ffffff;
	border: 1px solid #ffffff;
	margin: 2px;
}

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

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

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

a:active {
	color: #ffff66;
	text-decoration: line-through;
}

a img {
	background: #3399cc;
	padding: 0px;
	border: 2px solid #3399cc;
	margin: 2px;
}

a:hover img {
	background: #ffff66;
	padding: 0px;
	border: 2px solid #ffff66;
	margin: 2px;
}

h1 {
	color: #ffff66;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 15pt;
	font-style: italic;
	text-transform: lowercase;
	border-bottom: 1px solid #ffffff;
	text-align: right;
}

h2 {
	color: #ffff66;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 13pt;
	font-style: italic;
	text-transform: lowercase;
	text-align: center;
}

h3 {
	color: #ffff66;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11pt;
	font-style: italic;
	text-transform: lowercase;
	text-align: left;
}

h4 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	text-transform: lowercase;
}

h5 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	text-transform: lowercase;
}

h6 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	text-transform: lowercase;
}

input, textarea, select {
	background: #ffff66;
	color: #000000;
	border: 2px solid #ffcc33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 3px;
	padding: 5px;
}

option {
	background: #ffff66;
	color: #000000;
	border-bottom: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 5px;
}




/* Layout Structure */

#container {
	background: #3399cc;
	width: 640px;
	margin: 0px auto 0px auto;
}

#header {
	width: 640px;
	height: 375px;
}

#header1 {
	background: url("images/header1.png") top center no-repeat;
	width: 640px;
	height: 170px;
}

#header2 {
	background: url("images/header2.png") top center no-repeat;
	width: 640px;
	height: 170px;
}

#header3 {
	background: url("images/header3.png") top center no-repeat;
	width: 640px;
	height: 35px;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
	text-indent: 25px;
}

#header3 a {
	margin: 10px;
	color: #ffffff;
}

#content {
	text-align: left;
	margin: 5px 0px 10px 0px;
	padding: 10px;
}

#footer {
	border-top: 2px solid #ffffff;
	margin: 10px;
	padding: 5px 0px 10px 0px;
	font-weight: bold;
}

#footer a {
	margin: 10px;
}




/* FanUpdate Styles */

.catfile {
	text-align: right;
	font-style: italic;
}




/* Enthusiast Styles */

form.show_sort_form { /* actual form for sorting the members page (if using dropdown) */

}

ul.show_sort_list { /* list of the possible ways to sort the members (if not using dropdown) */
	text-align: center;
	text-indent: 0;
	margin: 0;
	padding: 0;
}

ul.show_sort_list li { /* list of the possible ways to sort the members (if not using dropdown) */
	display: inline;
	margin: 1px;
	padding: 0px 10px 5px 0px;
}

p.show_members_showing_what { /* paragraph telling the user “where” s/he is */
	text-align: center;
	font-style: italic;
}

span.show_members_no_email { /* email displayed when members want to hide their email */
	display: none;
}

a.show_members_email { /* members’ email link */

}

span.show_members_no_website { /* URL displayed when members don’t have a website or it’s hidden */
	display: none;
}

a.show_members_website { /* members’ URL link */

}

p.show_members_pagination { /* pagination of the members page */
	text-align: center;
}




/* Affiliationally */

div.affiliates {
	text-align: center;
}




