@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;}

/***** 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: 12px;
	color: #1e1e1e;
	padding: 0; margin: 0;
	text-indent: 60px;
}

/***** 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-share{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;}

/***** 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: 40px 20px;
	height: 380px;
	float: left;
}

#home h1 {font-size: 32px; color: #cfb; margin-bottom: 0; padding-top: 0; font-weight: bold; text-align: left;}
#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;}


/***** 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: #2b2b2b;
	border: 1px solid #000;
	width: 298px;
	padding: 10px; margin: 20px;
	min-height: 420px;
	float: left;
}

#listenR {
	background: #333;
	width: 560px;
	padding: 0; margin: 20px;
	min-height: 420px;
	float: left;
}

div.features {
	float: left; 
	text-align: center;
	padding: 0 5px 0 30px; 
	margin-bottom: 40px;
}

div.features h5 {
	text-align: center; 
	margin: 10px;
}

div.features p {
	position : relative;
	top: 0; left: 25%;
	width: 120px;
	text-align: center; 
	margin:  0; padding: 0;
	font-size: 9px;
}

/***** 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 h2 {font-size: 20px; color: #cfb; 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: 920px;
	padding: 0; margin: 20px;
	float: left;
}

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

.leftlearn {
	background: #333;
	border: 1px solid #ccc;
	width: 398px;
	padding: 10px; margin: 20px;
	min-height: 340px;
	float: left;
}
.rightlearn {
	background: #333;
	border: 1px solid #ccc;
	width: 398px;
	padding: 10px; margin: 20px;
	min-height: 340px;
	float: left;
}

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

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

#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: 9px; color: #ccc; font-weight: normal;}

#learn h1 {font-size: 24px; color: #cfb; margin-bottom: 0; padding-top: 0; font-weight: bold; text-align: left;}
#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: 11px; color: #ccc; 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;}

/***** SHARE *****/
#share {
	background: #333;
	width: 300px;
	padding: 10px; margin: 15px;
	min-height: 420px;
	float: left;
}

#shareL {
	background: #333;
	width: 200px;
	padding: 10px; margin: 15px;
	min-height: 420px;
	float: left;
}

#shareR {
	background: #4d4d4d;
	border: 1px solid #222;
	width: 298px;
	text-align: center;
	padding: 10px; margin: 20px;
	min-height: 890px;
	float: left;

}
#shareR li {list-style-type: none; text-align: left;}

#share img, #shareL img {
    position: relative;
    top: 0; left: 0;
    margin-bottom: 40px; padding: 0;
}

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

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

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

#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: 20px; font-weight: bold; text-align: left; text-decoration: none;}
#aboutR h3 {font-size: 11px; color: #fff; margin-bottom: 0; padding-top: 20px; 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-share {
	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-share {background: url('images/footer/share.jpg') top left no-repeat;}

#footer-home h1, #footer-read h1, #footer-watch h1, #footer-listen h1, #footer-play h1, #footer-learn h1, #footer-share 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: 4px;
}

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

#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: #4d4d4d; 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 {
    width: 860px;
    padding: 0; margin: 0 auto;
    position: relative;
	border: 8px solid #4d4d4d;
}

.scroll {
	overflow: hidden;
	width: 860px;
    padding: 0; margin: 0 auto;
    position: relative;
}

.scrollContainer {position: relative;}

.scrollContainer div.panel {
    padding: 10px; margin: 0;
    width: 275px;
	height: 340px;
}

#left-shadow {
	position: absolute;
	top: 0;	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {padding: 10px;	border: 1px solid #999;}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {font-size: 11px;	color: #ccc;}

#slider a {color: #999;	text-decoration: none; border-bottom: 1px dotted #ccc;}
#slider a:hover {border-bottom: 1px solid #999;}

.scrollButtons {position: absolute; top: 140px; cursor: pointer;}
.scrollButtons.left {left: -45px;}
.scrollButtons.right {right: -45px;}
.hide {display: none;}