/*----------------------------------Mash Up CSS FileDesigned by: Vanessa----------------------------------*/* { margin: 0; padding: 0; border: 0; }

@font-face { 
font-family: Anconventional; 
src: url(anconventional.eot);
src: url(anconventional.ttf); }/*----------------------------------Basics and Essentials----------------------------------*/body {background: #a5a5a5 url(bg.jpg) top left repeat;font-family: Verdana, Tahoma, sans-serif;
font-size: 13px;text-align: left;color: #555; }
#container {background: none;margin: 0 auto;
width: 775px;
position: relative;text-align: left; }
#header {background: url(header.jpg) no-repeat top left;height: 322px;width: 775px; }#content {margin: 25px 0 25px 190px;
margin-bottom: 0;width: 585px;text-align: left; } #footer {
width: 590px;height: 50px;
margin-left: 185px;
line-height: 1.7em;
text-align: center;
font-size: 11px;
color: #555;
clear: both; }

/*----------------------------------Other Elements----------------------------------*/a:link,a:visited,a:active {    background: none;
    text-decoration: underline;    color: #908012; }a:hover {    background: none;    text-decoration: none;    color: #000; }

blockquote {
font-size: 16px;margin: 10px 70px 10px 70px;line-height: 1.3em;
text-align: center;
letter-spacing: -1px;color: #909090; }blockquote a, blockquote a:link, blockquote a:hover, blockquote a:visited { border: 0; }

img { padding: 3px; border: 1px solid #DDD; }p { margin-bottom: 12px; line-height: 2em; text-align: justify; letter-spacing: -1px; }p.center { text-align: center; }em { color: #096e11; }strong { color: #000; }
acronym { border-bottom: 1px dotted #324026; }

.centered { width: 400px; margin: 0 auto; text-align: center; }
.left { float: left; padding: 2px; margin: 7px 7px 0 0; display: inline; }
.right { float: right; padding: 2px; margin: 7px 0 0 7px; display: inline; }
ol { list-style: decimal; margin-bottom: 5px; }ol li, #content ul li { margin-left: 85px; line-height: 2em; letter-spacing: -1px; }

#content ul { list-style: square; margin-bottom: 5px; }h1 {font-family: Anconventional;font-size: 30px;
height: 26px;
padding-right: 8px;
text-align: right;
text-transform: uppercase;
margin-bottom: 15px;
border-right: 25px double #999;color: #921006; }h2 { font-family: Arial, san-serif;font-size: 27px;
font-weight: normal;
text-transform: lowercase;
letter-spacing: -2px;
margin-left: 40px;
margin-bottom: 10px;
padding-left: 10px;clear: both;
border-left: 7px solid #DDD;color: #021b5c; }

.menu { 
list-style: none; 
margin-left: 190px;
width: 700px;
}
.menu li {
	float: left;
	margin-right: 10px;
	height: 321px;
	width: 189px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	background-repeat: no-repeat;
	height: 321px;
}

.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.director {background-image: url(director_h.jpg); width: 189px; }
.director a {background-image: url(director.jpg); }
.fanlisting {background-image: url(fanlisting_h.jpg); width: 189px; }
.fanlisting a {background-image: url(fanlisting.jpg); }
.site {background-image: url(site_h.jpg); width: 189px; margin: 0; }
.site a {background-image: url(site.jpg); margin: 0; }
ul.menu li a:hover { background: none; }

/*----------------------------------Form Styles----------------------------------*/

input, textarea, select {
background: #FFF;
border: 1px solid #666;
font-family: Arial, "Verdana", sans-serif;
font-size: 11px;
padding: 3px;
color: #000; }

input.show_join_submit_button, input.show_join_reset_button {
background: #555;
border: 1px solid #222;
padding: 3px;
color: #FFF; }