
@import url('meyer-reset.css');
@import url('black.css');

html{
    height:100%;
}

body{
font-family:"Gill Sans",Tahoma,sans-serif;
/*    font-family:Garamond,Palatino,serif; */
    font-size:62.5%;
    line-height:2;
	text-transform: lowercase;
    height:100%;
    padding:1em 0;
}

a{
	text-decoration:none;
}

#all{
    width:920px;
    height:100%;
    margin:0 auto;
}

.vertical #all{
	width:620px;
}

/* FIXES */
img{ display:block; }

/* LAYOUT AND SIZE*/

h1,#apron{
    font-size:2em;
    padding:0 .5em;
}
h1{
    float:left;
    
}

#navigation{
height:4em;
overflow:hidden;
}
#navigation a,#navigation span{
font-size:1.5em;
float:right;
padding:0 .75em;
line-height:2.67;
}

#stage{
clear:both;
padding:0 10px;
}

.sets #stage a,.sets #stage span{
float:left;
}
.list h1{
clear:both;
}

#apron{
clear:both;
}

#apron .switch{
	float:right;
	margin-top:-2em;
}
#apron .switch a{
	display:block;
	float:right;
	margin-top:.5em;
	width:13px;
	height:20px;
	background:transparent url(switch.gif) bottom left no-repeat;
	text-indent:-9999px;
}
#apron .switch.on a{
	background-position:top left;
}

/* COLOR AND STYLE */
h1 span,h1 a,#apron span{
position:relative;
left:.2em;
}

/* SET VIEW */
.sets #stage a{
	width:225px;
	overflow:hidden;
}
.hiddentitle{
	line-height:1.5;
	height:1.5em;
	margin-top:-1.5em;
	overflow:hidden;
	display:none;
	font-size:2em;
	padding:0 .5em;
}
a:hover .hiddentitle{
	display:block;
}
