body {
	background-color: #000;
}

.main {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px auto;
	width: 900px;
}

h1 {
	margin: 0px;
	padding: 40px 0px;
	text-align: center;
	text-indent: -999em;
}

.homelink {
	float: right;
	margin: 20px 20px;
}

.adventure .homelink {
	margin: 0px 0px 30px;
}

.adventure .instructions
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.adventurelink {
	float: left;
}

.sicktunez h1 {
	background: url('/img/title_sicktunez.png') no-repeat scroll 50% 50%;
	padding: 60px 0px;
}

.adventure {
	color: #DDD;
	width: 700px;
}

.adventure h1 {
	background: url('/img/title_pickanadventure.png') no-repeat scroll 50% 70%;
	padding: 70px 0px;
}

.adventure h1.dynamic {
	text-indent: 0em;
	background: none;
	font-style: italic;
	margin: 20px 0px 5px 0px;
	padding: 20px 0px;
}

.main h1 {
}

.main h2 {
	font-style: italic;
	font-size: 100%;
	margin: 10px 0px 5px 0px;
}

.main h3 {
	font-size: 80%;
	margin: 10px 0px 5px 0px;
}

.main ul.menu {
	width: 260px;
	margin: 0px auto;
	text-align: left;
	padding: 0px 0px 10px 30px;
}

.adventure ul.menu {
	width: 500px;
}



.main ul.menu li {
	list-style: none;
	padding: 0px 0px 12px 0px;
}

.main a {
	text-decoration: none;
	color: #33CCFF;
}

.main a:visited {
	text-decoration: none;
	color: #33CCFF;
}

.main a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

.main h1 a {
}

.main h1 a:visited {
}

.main h1 a:hover {
	text-decoration: none;
}

.main .vote {
	margin: 0px 4px;
}

.main .vote1 a { color: #FFEE00; }
.main .vote1 a:visited { color: #FFEE00; }
.main .vote1 a:hover { color: #FFEE00; text-decoration: none; }

.main .vote2 a { color: #FFAA00; }
.main .vote2 a:visited { color: #FFAA00; }
.main .vote2 a:hover { color: #FFAA00; text-decoration: none; }

.main .vote3 a { color: #FF7700; }
.main .vote3 a:visited { color: #FF7700; }
.main .vote3 a:hover { color: #FF7700; text-decoration: none; }

.main .vote4 a { color: #FF4400; }
.main .vote4 a:visited { color: #FF4400; }
.main .vote4 a:hover { color: #FF4400; text-decoration: none; }

.main .vote5 a { color: #FF0000; }
.main .vote5 a:visited { color: #FF0000; }
.main .vote5 a:hover { color: #FF0000; text-decoration: none; }

.main .stats {
	font-size: x-small;
	color: #999;
}

.main .postnote {
	font-size: smaller
}

.adventure .pathchoice {
	font-style: italic;
	color: #77AACC;
}

.adventure p {
	text-align: left;
}

.adventure .error {
	width: 550px;
	background: #B32400;
	color: #FFCCBF;
	font-size: 70%;
	font-weight: bold;
	margin: 0px auto;
	padding: 10px;
}

.bottomhomelink img {
	padding: 20px 0px 0px 0px;
}

.adventure input.createpagebutton {
	background-color: #000;
	border: none;
	color: #888;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.inputform {
	width: 300px;
	margin: 0px auto;
}

.author {
	color: #222222;
	font-size: 60%;
	margin: 10px 0px 0px;
	text-align: center;
	text-transform: uppercase;
}

.label {
	display: block;
	text-transform: uppercase;
	color: #666;
	text-align: left;
	font-size: 80%;
	margin: 4px 0px 0px 0px;
}

.endsection {
	margin: 0px 0px 10px;
}

.endsection .label {
	text-align: center;
}

.inputform input, .inputform textarea, .inputform select {
	width: 300px;
}

.loginform {
	padding: 200px 0px 0px 0px;
}

.loginform form, .loginform input, .loginform textarea, .loginform select {
	width: 200px;
}

.storytree {
	color: #33CCFF;
}

.storytree table {
	background: #000;
	margin: 0px auto;
}

.storytree td {
	background: #000;
	border-right: 1px solid #000000;
}

.storytree td.lastchild {
	border-right: none;
}

.storytree td.parentnode {
	border-bottom: 1px solid #000000;
	border-right: none;
	background: #333;
}

.storytree td.endnodecell {
	background: #000;
}

.storytree td.endnode {
	background: #333;
	border-right: none;
}

.horoscopes .today {
	background: transparent url('/img/background_horoscopes.jpg') no-repeat scroll 50% 50%;
	height: 700px;
}

.horoscopes .today p {
	margin: 0px auto;
	padding: 220px 0px 0px;
	width: 350px;
	height: 415px;
}

.cclicense {
	font-size: x-small;
	text-align: center;
}

.sicktunez {	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFBE4D;
}

.sicktunez a {
	color: #FFCF80;
}

.sicktunez a:visited {
	color: #FFCF80;
}

.sicktunez a:hover {
	color: #FFCF80;
}

