body {
	background: black url('themes/lines/linesbg.gif') repeat-x;
	font: 0.9em 'Trebuchet MS', Verdana, Arial, Helvetica, San-serif;
	color: white;
	margin: 0;
}

a:link {color: #ff9;}
a:hover {color:#66ff66;}
a:visited {color:#9cc;}

img {padding: 10px;}
.imgWrap {float:right; margin: 0 0 10px 10px;}

p, ul {color:white;}

.cta {
	color: #09f;
	font:14pt bold 'Trebuchet MS', Verdana, Arial, Helvetica, San-serif;
	text-align: center;
}

#desc {
font-weight: bold;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, San-serif;
color:#09f;
}

#content {
	margin: 0 auto;
	width: 800px;
	background: rgba(255, 255, 255, 0.5);
}

#header {
	position: relative;
	background: url('themes/lines/lines-banner.jpg') no-repeat;
	width: 100%;
	min-height: 68px; height: 68px; max-height: 68px;
}

#header #logo {
	position: absolute;
	top: 1px; left: 17px;
	width: 246px; height: 60px;
	background: url('themes/lines/logo-lines.jpg') no-repeat;
	color: transparent;
	border: 0;
	margin: 0;
}

#topnav {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 90px; left: 1ex;
	color: #ffcc00;
	font: 0.8em 'Trebuchet MS', Verdana, Arial, Helvetica, San-serif;
}

#topnav li {
	margin: 0; 
	padding: 0 4px 0 4px;
	display: inline;
}
#topnav li + li {
	padding: 0 4px 0 4px;
	border-left: 1px solid #999;
}

#topnav a {
	color: #ffcc00;
	text-decoration: none;
}
#topnav a:hover {
	color: #66ff66;
	text-decoration: underline;
}

#header #floater {
	position: absolute;
	top: 10px; right: 10px;
	width: 434px; height: 95;
}

#main {
	background: black url('themes/lines/lines-underbg.jpg') no-repeat;
	padding: 10px;
	padding-top: 50px;
}


#left {
	margin-left: 10px;
	margin-right: 20px;
	padding-top:15px;
	width: 520px;
	float: left;
}


#left, #main h2 {
	color: #ff33cc;
	border-bottom: 1px solid #666;
}

#left, #main h2 .subhead{color:#cc66ff;}

#flavor_img {padding-top:10px;}
#rightnav {
	background: transparent url('themes/lines/lines.jpg') no-repeat bottom;
	padding-top:20px;
	padding-bottom: 150px;
	width: 200px; 
	min-height:600px; max-height:600px; height:600px;
	float: left;
	margin-left:20px;
	position: relative;
	top:12px;
}

#rightnav h2 {
	font-size: 1em;
	color: #ffcc00;
	padding-bottom: 2px;
	border-bottom: 1px solid #ffcc00;
	margin-bottom: 2px;
	text-decoration: none;
}

#rightnav h2 a {
	text-decoration: none;
	color: #ffcc00;
}
#rightnav h2 a:hover {
	text-decoration: underline;
	color: #66ff66;
}

#rightnav ul.nav {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#rightnav ul.nav li {
	margin: 0;
}

#rightnav ul.nav a {
	text-decoration: none;
	color: #cc66ff;
	font: 0.8em 'Trebuchet MS', Verdana, Arial, Helvetica, San-serif;
}
#rightnav ul.nav a:hover {
	text-decoration: underline;
	color: #66ff66;
}

#stylesheets {
	display: block;
	list-style: none;
	margin: 0; padding: 0;
	position: absolute;
	top: 1px; right: -2px;
	color: white;
	font: 0.8em 'Trebuchet MS', Verdana, Arial, Helvetica, San-serif;
	width:400px;
}

#stylesheets li {
	display: block;
	margin: 0; padding: 0;
	float: left;
}

#stylesheets li a {
	display: block;
	width: 100px; height: 68px;
	margin: 0;
	padding: 0;
}

#stylesheets li span { display: none; }

#stylesheets li a#Water {left: 0px; background: url(themes/lines/nav-water_off.jpg) no-repeat;}
#stylesheets li a#Earth {left: 100px; background: url(themes/lines/nav-earth_off.jpg) no-repeat;}
#stylesheets li a#Metal {left: 200px; background: url(themes/lines/nav-metal_off.jpg) no-repeat;}
#stylesheets li a#Fire {left: 300px; background: url(themes/lines/nav-fire_off.jpg) no-repeat;}

#stylesheets li a#Earth:hover { background: url(themes/lines/nav-earth_on.jpg) no-repeat; }
#stylesheets li a#Water:hover { background: url(themes/lines/nav-water_on.jpg) no-repeat; }
#stylesheets li a#Fire:hover  { background: url(themes/lines/nav-fire_on.jpg) no-repeat;  }
#stylesheets li a#Metal:hover { background: url(themes/lines/nav-metal_on.jpg) no-repeat; }
