/*
 * blinkenlights.css
 *
 * blinkenlights stylesheet for screen view
 */

body {
	background-color: #000000;
	color: #ffffff;

	font-family: sans-serif;
	font-size: 12pt;

	line-height: 120%;

	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

abbr, acronym {
	font-variant: small-caps;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: default;
}


img, table, tr, td {
	margin: 0px;
	padding: 0px;

	border-style: none;
	border-width: 0px;
}


/* 
 * Link Styling
 */

a:link, a:visited {
	text-decoration: none;
	color: #ff9900;
}

.content a:link {
	text-decoration: underline;
	color: #ff9900;
}

.content a:visited {
	text-decoration: underline;
	color: #ff6600;
}


.content a:active {
	text-decoration: underline;
	color: #ff6600;
}

.content a[href]:hover {
	text-decoration: underline;
	color: #ffffff;
	cursor: pointer;
}



/*
 * TABLE DEFAULTS
 */

tr.odd td {
	background-color: #333333;
}

tr.even td {
	background-color: #222222;
}

table.press {
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
}


table.press th {
	background-color: #333333;
}

table.press td {
	vertical-align: top;
	padding: 2px;
	background-color: #222222;
}


/*
 * Floating Elements
 */
 
.floating-right {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: right;
	
}

.floating-left {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.menu {
	text-align: left;
}

.menu-bottom {
	text-align: center;
	width: 680px;
}

.language-selector {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: right;
	float: right;
}

p.language-selector img {
	margin: 2px;
}

.caption {
	text-align: right;
	font-size: 90%;
	font-style: italic;
}

/*
 * BLOCK ELEMENTS DEFAULTS
 */

h1 {
	margin-right: 100px;
	line-height: 1em;
	font-size: 200%;
	margin-bottom: 10px;
	margin-top: 0px;
}

h2, h3, h4 {
	clear: both;
}

h2 { font-size: 165%; }

h3 { font-size: 130%; }

h4 { font-size: 100%; }

h2 {
	margin-top: 30px;
}

h2 {
	margin-top: 3em;
}

h3, h4 {
	margin-top: 2em;
}

p {
	margin-left: 10px;
	text-align: left;
}

p.subtitle {
	text-align: left;
	margin-left: 0px;
	margin-bottom: 20px;
	font-size: 120%;
	font-family: serif;
	font-style: italic;
}

pre {
	margin-left: 10px;
	text-align: left;
}


/*
 * CREW TABLE
 */

table.crew {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table.crew tr td {
	padding: 5px;
	margin: 5px;
}

table.crew tr {
	margin: 5px;
	padding: 0px;
}


.center {
	text-align: center;
}

.flyer {
	text-align: center;
	background-color: #000000 ;

	padding: 50px;
	margin-left: 50px;
	margin-right: 50px;

	font-weight: bold;
	font-size: 125%;
	
	border-style: dotted;
	border-width: 2px;
	border-color: #ff6600;

	clear: both;
}


/*
 * VOTING
 */

p.votelist {
	text-align: right;
	font-size: 80%;
}

/*
 * DISCO
 */


span.blink {
	text-decoration: blink;
}



/* fixed image sizes */


img.blm-small {
	width: 72;
	height: 54;
}

img.blm-medium {
	width: 144;
	height: 108;
}

img.blm-large {
	width: 288;
	height: 216;
}

img.blm-huge {
	width: 576;
	height: 432;
}


