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

/***** 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: 38px; 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-learn{left: 320px;}
.mm-gallery{left: 455px;}
.mm-about{left: 610px;}
.mm-contact{left: 730px;}
.mm-join{left: 865px;}

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

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