/*
Theme Name: Mossism 2010
Theme URI: 
Description: Prototyping Mossism.com
Version: 0.01
Author: Mossie`Ol Chin
Author URI: 
Tags: Prototype, Mossism.com


*/

body {
	margin:auto;
	background:#000000;
	color:#CCC;
}

a, a img { color:#aaa; text-decoration:none; border:0; }

#page { margin:auto; width:760px;}
#header { display: block; width:100%; top:10px; height:140px;}
#header h1 { text-align:right; font-size:small; }
#header img { padding:2px;}
#wait { text-align:center; }
#footer { bottom:0; position:absolute; text-align:center; margin:auto; width:760px; }
#scroll-menu {
	margin:auto;
	width:760px;
	height:1px;
	overflow:hidden; 
	border:0px solid #000;
	position:relative;
	display:block;
	padding:0 20px 0 20px;
}

#scroll-menu ul {
	     position: absolute;
white-space:nowrap;
}

#scroll-menu ul li ul, #scroll-menu li {
float:left;
	list-style:none; 
	display:inline;
	position: relative;
}

#scroll-menu ul.year { 
 position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
width:9999999px;
}

#scroll-menu ul.year h3 {
 margin:0 20px 0 40px;
 color:#aaa; 
}

#scroll-menu ul.month {
	margin:-20px 0 0 20px;
}

#scroll-menu .month h4 {
	border-left:1px solid #aaa;
	padding:120px 10px 0 4px;
	color:#ccc;
}

#scroll-menu ul.entry {
	margin:-155px 0 0 -35px;
}

#scroll-menu ul.entry li {
	margin:0 5px 0 2px;
	display:inline;
	padding:0;
}

#slider {
	bottom:0px;
	top:190px;
}

#entry-overlay {
	width:100%;
	font-size:large;
	background-color:#000;
	color:#AAA;
	text-align:center;
	position:relative;
	display:block;
}

.selectedEntry {
	border-bottom:solid 3px #EEEEEE;
}	