/* 
	www.floorspot.org
	Monthly open-stage in Vienna, Austria
*/

body, html {
	background-color: black;
	color: #eeeeee;
	font-family: Georgia, Arial;
	font-size: 11pt;
}

/* links */

a 			{ color: #eeeeee; }
a 			{ color:white; text-decoration: none; }
a:visited 	{ color:#eeeeee; text-decoration: none}
a:active 	{ color:white; text-decoration: underline}
a:hover 		{ color:white;
			  text-decoration: underline;
			  text-transform:none;
}

/* divs */

div#floorspot_header {
	width: 100%;
	text-align: center;
}

div#menu {
	font-size: 14pt;
	width: 100%;
	text-align: center;
}

div#main {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

/* classes */

.contact {
	font-size: 9pt;
}

.link_header {
	font-weight: bold;
}
.history_header {
	font-weight: bold;
}
.news_header {
	font-size: 13pt;
	font-weight: bold;
	margin-top: 60px;
}
.news_date {
	font-size: 8pt;
	color: #555555;
}
.who_photographer {
	font-size: 6pt;
	padding: 0pt;
	margin: 0pt;
}

div.news {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

div.video {
    min-height: 10em;
    display: table-cell;
    vertical-align: middle
}