@charset "utf-8";
/* main.css -- spreadtheweird */

html {
	background: #cfb url('/images/bg.jpg');
	background-attachment:fixed;
	padding: 0;	margin: 0;
	font-family: Lucida Console, Monaco, monospace;
	font-size: 10px;
	color: #fff;
}

body {
	width: 960px;
	padding: 0; margin: 0px auto 30px auto;
	position: relative;
}

a, a:link, a:visited {color: #fff; text-decoration: none;}
a:hover {color: #cfb; text-decoration: none;}

ul {list-style-type: none;	color: #fff;}

hr {height: 5px; width: 80%; align: center; border-color: #3d3d3d;}

.hidden {display: none;	visibility: hidden;}

img {border: none;}

/***** MAINMENU *****/
#mainmenu {
	background: url('/images/nav.jpg') top left no-repeat;
	padding: 0; margin: 0;
	height: 80px;
	position: relative;
	font-size: 16px;
}

#mainmenu ul {
	position: absolute; top: 35px; font-family: Lucida Console, Monaco, monospace;
	list-style-type: none;
	padding: 0; margin: 0;
}

#mainmenu li {
	display: inline;
	position: absolute;
}
.mm-home{left: 63px;}
.mm-read{left: 210px;}
.mm-watch{left: 340px;}
.mm-listen{left: 465px;}
.mm-play{left: 625px;}
.mm-learn{left: 750px;}
.mm-tour{left: 888px;}
.mm-blog{left: 215px; top: -16px; text-decoration: none; color: #cfb; text-transform: uppercase; font-weight: bold;}

#mainmenu a {margin: 0; padding: 5px;}

#mainmenu ul a {font-size: 16px; text-decoration: none; color: #fff; text-transform: uppercase; font-weight: bold;}
#mainmenu a:hover {color: #cfb;}
#currentpage {color: #cfb !important;}

/***** HEADER *****/
#header {
	background: #000 url('/images/header.jpg') top left no-repeat;
	height: 60px;
	border-bottom: 3px solid #1e1e1e;
	position: relative;
	padding: 0; margin: 0;
}

#header h2 {
	position: absolute;	top: 36px;
	font-size: 11px;
	color: #1e1e1e;
	padding: 0; margin: 0;
	text-indent: 60px;
}

#header li {
	display: inline;
	position: absolute;	top: 32px;
	padding: 0; margin: 0;
}
.mm-who{left: 635px;}
.mm-what{left: 687px;}
.mm-why{left: 745px;}
.mm-where{left: 796px;}
.mm-when{left: 862px;}

#header a {margin: 0; padding: 5px;}

#header ul a {font-size: 12px; text-decoration: none; color: #f93; text-transform: lowercase; font-weight: bold;}
#header a:hover {color: #222;}


/***** MAIN *****/
#main {
	float: left;
	background: #333;
	padding: 0; margin: 0;
	line-height: 1.5;
}

div.main-left, div.main-right {
	width: 50%;
	text-align: left;
	float: left;
}

#main h1 {font-size: 20px; color: #fff; margin-bottom: 0; font-weight: bold;}
#main h2 {font-size: 16px; color: #cfb; margin-bottom: 0; font-weight: bold;}
#main h3 {font-size: 14px; color: #ccc; margin-bottom: 0; font-weight: bold;}
#main h4 {font-size: 12px; color: #f93; margin-bottom: 0; font-weight: bold;}
#main h5 {font-size: 14px; color: #cfb; margin-bottom: 0; font-weight: bold;}
#main h6 {font-size: 14px; color: #f93; margin-bottom: 0; font-weight: bold;}

div.placement img {float: left; margin-left: 165px !important; text-align: center;}
div.placement h1, h2, h3, h4, h5, h6 {text-align: center;}

/***** HOME *****/
#home {
	background: #333;
	width: 920px;
	padding: 0; margin: 0px 20px;
	min-height: 380px;
	float: left;
}

#home h1 {font-size: 16px; color: #cfb; margin-bottom: 0; padding-top: 0; font-weight: bold; text-align: center;}
#home h2 {font-size: 12px; color: #f93; margin-bottom: 0; padding-top: 20px; font-weight: bold; text-align: left; text-decoration: none;}
#home h3 {font-size: 11px; color: #fff; margin-bottom: 0; padding-top: 20px; font-weight: bold; text-align: left;}
#home h4 {font-size: 11px; color: #ccc; margin-bottom: 0; font-weight: bold; text-align: left;}
#home h5 {font-size: 10px; color: #cfb; margin-bottom: 0; font-weight: bold; text-align: left;}
#home h6 {font-size: 9px; color: #ccc; margin-bottom: 0; font-weight: bold; text-align: center;}

#home li {list-style-type: none; display: inline; padding: 0px;}
#home img {padding: 13px; margin: 0; border: none;}


/***** FLASH *****/
#flash {
	background: #333;
    width: 680px;
    position: relative;
    top: 0; left: -20px;
    margin: 0; padding: 0;
}

/***** BLOG *****/
#blog {
	background: #333;
	width: 920px;
	padding: 0; margin: 20px;
	min-height: 420px;
	float: left;
}

/***** WATCH *****/
#watch {
	background: #333;
	width: 600px;
	padding: 0px 20px; margin: 20px;
	min-height: 420px;
	float: left;
}

#watchR {
	background: #4d4d4d;
	border: 1px solid #222;
	width: 200px;
	padding: 10px; margin: 20px;
	min-height: 1000px;
	float: left;
}

#watch img {margin: 10px; padding: 0;}

#watch h1 {font-size: 20px; color: #cfb; margin-bottom: 10px; padding-top: 20px; font-weight: bold; text-align: center; text-decoration: underline;}
#watch h2 {font-size: 16px; color: #f93; margin-bottom: 20px; padding-top: 20px; font-weight: bold; text-align: center; text-decoration: none;}
#watch h3 {font-size: 14px; color: #fff; margin-bottom: 0; font-weight: bold;}
#watch h4 {font-size: 12px; color: #fff; margin-bottom: 0; font-weight: bold;}
#watch h5 {font-size: 12px; color: #cfb; margin-bottom: 0; font-weight: bold;}
#watch h6 {font-size: 10px; color: #fff; margin-bottom: 0; font-weight: bold; text-align: right; background-color: #eee;}


/***** LISTEN *****/
#listen {
	background: #333;
	width: 600px;
	padding: 0px 20px; margin: 20px;
	min-height: 420px;
	float: left;
}

#listenR {
	background: #4d4d4d;
	border: 1px solid #222;
	width: 200px;
	padding: 10px; margin: 30px 20px;
	min-height: 420px;
	float: left;
}

#listen a {font-size: 12px; color: #cfb; font-weight: bold; text-decoration: underline;}
#listen img {margin: 10px; padding: 0;}
#listenR ul {list-style-type: square;}

#listenR h1 {font-size: 20px; color: #cfb; margin-bottom: 10px; padding-top: 0; font-weight: bold; text-align: center; text-decoration: none;}
#listen h2 {font-size: 16px; color: #f93; margin-bottom: 20px; padding-top: 20px; font-weight: bold; text-align: center; text-decoration: none;}
#listen h3 {font-size: 14px; color: #fff; margin-bottom: 0; font-weight: bold; text-align: left; text-decoration: none;}
#listen h4 {font-size: 12px; color: #fff; margin-bottom: 0; font-weight: bold;}
#listen h5 {font-size: 12px; color: #cfb; margin-bottom: 0; font-weight: bold;}
#listen h6 {font-size: 10px; color: #fff; margin-bottom: 0; font-weight: bold; text-align: right; background-color: #eee;}


/***** PLAY *****/
#play {
	background: #333;
	width: 720px;
	padding: 0; margin: 20px;
	float: left;
}

#playR {
	background: #4d4d4d;
	border: 1px solid #222;
	width: 158px;
	padding: 0; margin: 60px 20px;
	min-height: 420px;
	float: left;
}

#play h1 {font-size: 20px; color: #f93; margin-bottom: 0; font-weight: bold; text-decoration: none;}

div.selectable {
	background: #333;
	color: white;
	padding: 20px 10px 20px 10px;
	margin: 0;
	min-height: 5em;
}
div.selectable.alt {background: #2b2b2b; color: white;}

div.selectable h4 {margin: 0; text-align: left;}
div.selectable p {margin-top: 0;}

div.selectable img {float: left; margin: 5px 15px;}


/***** LEARN *****/
#learn-main {
	background: #333;
	width: 520px;
	padding: 0; margin: 0 20px;
	float: left;
}

#learn-main li {list-style-type: none; display: inline;}
#learn-main img {padding: 5px; margin: 0; border: none;}

#learn-main a {font-size: 12px; color: #cfb; font-weight: bold; text-decoration: none;}
#learn-main a:hover {color: #fff; text-decoration: none;}
#learn-main p {font-size: 12px; color: #ccc; font-weight: bold;}
#learn-main h1 {font-size: 24px; color: #cfb; margin-bottom: 0; padding-top: 0; font-weight: bold; text-align: center;}
#learn-main h2 {font-size: 12px; color: #f93; margin-bottom: 0; padding-top: 20px; font-weight: bold; text-align: center;}

#learn {
	background: #333;
	width: 520px;
	padding: 0; margin: 0px 20px;
	float: left;
}

#learn ul {list-style-type: square;}

#learn a {font-size: 11px; color: #cfb; font-weight: bold; text-decoration: none;}
#learn a:hover {color: #fff; text-decoration: none;}
#learn p {font-size: 10px; color: #ccc; font-weight: normal;}

#learn h1 {font-size: 24px; color: #cfb; margin-bottom: 0; padding-top: 0; font-weight: bold; text-align: center;}
#learn h2 {font-size: 12px; color: #f93; margin-bottom: 0; padding-top: 20px; font-weight: bold; text-align: left; text-decoration: none;}
#learn h3 {font-size: 12px; color: #fff; margin-bottom: 0; padding-top: 20px; font-weight: bold; text-align: left;}
#learn h4 {font-size: 12px; color: #fff; margin-bottom: 0; font-weight: bold; text-align: left;}
#learn h5 {font-size: 10px; color: #cfb; margin-bottom: 0; font-weight: bold; text-align: left;}
#learn h6 {font-size: 9px; color: #ccc; margin-bottom: 0; font-weight: bold; text-align: left;}

#learnL {
	background: #4d4d4d;
	border: 1px solid #222;
	width: 338px;
	padding: 10px; margin: 20px;
	min-height: 420px;
	float: left;
}

#learnL ul {list-style-type: square;}

#learnL a {font-size: 11px; color: #cfb; font-weight: bold; text-decoration: none;}
#learnL a:hover {color: #fff; text-decoration: none;}
#learnL p {font-size: 9px; color: #ccc; font-weight: normal;}


/***** TOUR *****/
#tour {
	background: #333;
	width: 920px;
	padding: 0; margin: 20px;
	height: 420px;
	float: left;
}

#tour h1 {font-size: 24px; color: #cfb; margin-bottom: 0; padding-top: 0; font-weight: bold; text-align: left;}
#tour p {width: 420px; font-size: 12px; color: #fff; margin-bottom: 0; padding-top: 0; font-weight: bold; text-align: left;}

/***** OPEN *****/
#open {
	background: #333;
	width: 240px;
	padding: 10px; margin: 20px;
	min-height: 420px;
	float: left;
}

#open img {padding: 10px; margin: 0; border: none;}

#openR {
	background: #333;
	width: 580px;
	padding: 10px; margin: 20px;
	min-height: 420px;
	float: left;
}

#openR a {font-size: 12px; color: #f93; font-weight: bold; text-decoration: none;}
#openR a:hover {color: #cfb;}
#openR li {padding: 0; margin: 40px 0px 65px 0px; font-size: 12px; color: #ccc; font-weight: bold;}

/***** CRAFT *****/
#craft {
	background: #333;
	width: 300px;
	padding: 10px; margin: 20px;
	min-height: 420px;
	float: left;
}

#craft img {padding: 10px; margin: 0; border: none;}

#craftR {
	background: #333;
	width: 520px;
	padding: 10px; margin: 20px;
	min-height: 420px;
	float: left;
}

#craftR a {font-size: 11px; color: #000; font-weight: bold; text-decoration: underline;}
#craftR a:hover {color: #cfb;}
#craftR p {font-size: 11px; color: #ccc; font-weight: bold;}

/***** STEAM *****/
#steam {
	background: #333;
	width: 300px;
	padding: 10px; margin: 20px;
	min-height: 420px;
	float: left;
}

#steam img {padding: 10px; margin: 0; border: none;}

#steamR {
	background: #333;
	width: 520px;
	padding: 10px; margin: 20px;
	min-height: 420px;
	float: left;
}

#steamR a {font-size: 11px; color: #000; font-weight: bold; text-decoration: underline;}
#steamR a:hover {color: #cfb;}
#steamR p {font-size: 14px; color: #fff; font-weight: bold;}
#steamR h1 {font-size: 10px; color: #ccc; font-weight: normal;}

/***** FOUNDERS *****/
#founderL {
	background: #4d4d4d;
	width: 410px;
	padding: 10px; margin: 20px;
	min-height: 600px;
	float: left;
}

#founderL img {float: left; border: 2px solid #222;}

#founderL a {font-size: 12px; color: #000; font-weight: bold; text-decoration: underline;}
#founderL a:hover {color: #cfb;}
#founderL p {font-size: 12px; color: #ccc; font-weight: bold;}
#founderL li {font-size: 14px; color: #cfb; font-weight: bold;}

#founderR {
	background: #4d4d4d;
	width: 410px;
	padding: 10px; margin: 20px;
	min-height: 600px;
	float: right;
}
#founderR img {float: right; border: 2px solid #222;}

#founderR a {font-size: 12px; color: #000; font-weight: bold; text-decoration: underline;}
#founderR a:hover {color: #cfb;}
#founderR p {font-size: 12px; color: #ccc; font-weight: bold;}
#founderR li {font-size: 14px; color: #cfb; font-weight: bold;}

/***** ABOUT *****/
#about {
	background: #333;
	width: 480px;
	padding: 10px; margin: 20px;
	min-height: 520px;
	float: left;
}

#aboutR {
	background: #4d4d4d;
	width: 340px;
	padding: 10px; margin: 20px;
	min-height: 520px;
	float: left;
}

#about a {font-size: 14px; color: #f93; font-weight: bold; text-decoration: none;}
#about a:hover {color: #cfb;}
#about p {font-size: 12px; color: #ccc; font-weight: bold;}
#about h6 {font-size: 10px; color: #cfb; font-weight: normal; text-align: left;}

#aboutR h1 {font-size: 32px; color: #cfb; margin-bottom: 0; padding-top: 0; font-weight: bold; text-align: left;}
#aboutR h2 {font-size: 12px; color: #f93; margin-bottom: 0; padding-top: 10px; font-weight: bold; text-align: left;}
#aboutR h3 {font-size: 11px; color: #fff; margin-bottom: 0; padding-top: 10px; font-weight: bold; text-align: left;}
#aboutR h4 {font-size: 11px; color: #ccc; margin-bottom: 0; font-weight: bold; text-align: left;}
#aboutR h5 {font-size: 10px; color: #cfb; margin-bottom: 0; font-weight: bold; text-align: left;}
#aboutR h6 {font-size: 9px; color: #ccc; margin-bottom: 0; font-weight: bold; text-align: left;}


/***** LOCUS *****/
#locus {
	background: #333;
	width: 420px;
	padding: 0; margin: 20px;
	float: left;
}

#locusL {
	background: #333;
	width: 420px;
	padding: 0; margin: 40px 40px;
	min-height: 420px;
	float: left;
}

/***** TWEENS *****/
#tweens {
	background: #333;
    width: 430px;
    position: relative;
    top: 0; left: 10px;
    margin: 0; padding: 0;
}

/***** ICAL *****/
#ical {
	background: #333;
	width: 920px;
	padding: 0; margin: 20px;
	float: left;
}

/***** MAIL *****/
#mail {
	position: relative;
	top: 5px; left: 120px;
	margin: 0; padding: 0;
	min-height: 300px;
	float: left;
}

#mail li {list-style-type: none;}

form {margin: 0; padding: 0;}
form li {margin-bottom: 5px; padding: 0;}
form span {position: relative;}
.name {position: relative; left: 44px;}
.email {position: relative; left: 38px;}
.subject {position: relative; left: 26px;}

textarea.comments {position: relative; left: 20px; width: 250px;}
.button {position: relative; left: 180px;}

input.sized {width: 250px; padding: 0; margin: 0;}


/***** FOOTERS *****/
#footer-home, #footer-read, #footer-watch, #footer-listen, #footer-play, #footer-learn, #footer-tour {
	display: block;
	clear: both;
	padding: 0; margin: 0;
	width: 960px;
	height: 140px;
	border-top: 3px solid #ccc;
	position: relative;
	padding: 0; margin: 0;
}

#footer-home {background: url('images/footer/home.jpg') top left no-repeat;}
#footer-read {background: url('images/footer/read.jpg') top left no-repeat;}
#footer-watch {background: url('images/footer/watch.jpg') top left no-repeat;}
#footer-listen {background: url('images/footer/listen.jpg') top left no-repeat;}
#footer-play {background: url('images/footer/play.jpg') top left no-repeat;}
#footer-learn {background: url('images/footer/learn.jpg') bottom left no-repeat;}
#footer-tour {background: url('images/footer/tour.jpg') top left no-repeat;}

#footer-home h1, #footer-read h1, #footer-watch h1, #footer-listen h1, #footer-play h1, #footer-learn h1, #footer-tour h1 {
	padding: 0; margin: 0;
	text-indent: -9999px;
}

/***** LINKS *****/
#links {
	position: relative;
	background: #1e1e1e;
	width: 960px;
	padding: 0;	margin: 0;
	float: left;
}

#links ul {
	list-style-type: square;
	color: #4d4d4d;
}

#links li {
	margin-bottom: 8px;
}

div.linksblock {
	float: left;
	padding: 10px 5px; margin: 10px 5px;
	width: 440px;
}

#links h2 {font-size: 16px; color: #cfb; margin-bottom: 0;}
#links h3 {font-size: 10px; color: #f93; margin-bottom: 5px; text-align: center;}

#links a, #links a:link, #links a:visited {color: #666; text-decoration: none;}
#links a:hover {color: #cfb; text-decoration: none;}

/***** COPY *****/
#copy {
	background: url('images/footer.jpg') top left no-repeat;
	height: 20px;
	clear: both;
	padding: 0; margin: 0;
	position: relative;
	font-family: arial, sans-serif;
}
#copy a, #copy a:link, #copy a:visited {color: #666;}
#copy a {text-decoration: none;}

#copy p {
	text-align: center;
	font-size: 10px; color: #666; font-weight: bold;
	padding: 0; margin: 0;
	position: relative; top: 30px;
}

/***** CLASSES *****/

.notch {
	border: solid #fff;
 	border-width: 0 1px;
}
.notch div {
  	position: relative;
  	top: -1px;
  	left: 0;
  	border:solid #fff;
  	border-width: 1px 0 0;
}
.notch div div {
	top: 2px;
	border-width: 0 0 1px;
	padding: .3em .3em .1em;
}

.noborder {border: none !important;}
.notop {margin-top: 0;}

.nolink {text-decoration: none;}

/***** SLIDER *****/
#slider	{
	background: #2b2b2b;
	border: 1px solid #000;
	height: 420px;
	overflow: hidden;
	position: relative;
	margin: 0;
}
/* DEFAULT is for three panels in width, adjust as needed
This only matters if JS is OFF, otherwise JS sets this. */
							  
#mover {
	width: 900px;
	position: relative;
}

.slide {
	padding: 40px 30px;
	width: 900px;
	float: left;
	position: relative;
}

.slide img {
	position: absolute;
	top: 40px;
	left: 540px;
}

#slider-stopper	{
	position: absolute;
	top: 1px; right: 20px;
	background: #666;
	color: #000;
	padding: 3px 8px;
	font-size: 10px;
	text-transform: uppercase;
	z-index: 1000;
}
