/*
Style Sheet for www.openobject.org
Version: 1.0
Author: Scott Mitchell
*/

html, body
{
	height: 100%;
}

body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family : 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
	background-color: #000;
	color: #000;
	margin: 0px;
	padding: 0px;
}

#page
{
	height: 100%;
	width: 100%;
	background-color: #000;
	margin: 0px auto;
	min-height: 100%;
	position: relative;
	border: none;
	padding: 0px;
}

h1, h2, h3
{
	padding: 0px;
	margin: 0px 5px;
}

h1
{
	font-size: 2.3em;
	letter-spacing: 0.1cm
}

h2
{
	font-family : Times, serif;
	color: lime;
	font-size: 4em;
}

h3
{
	font-weight: bold;
	text-transform: lowercase;
	font-size: 1.3em;
	line-height: 1.5em;
}

h4
{
	font-weight: normal;
	color: #FFFFF0;
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px 5px;
}

a
{
	text-decoration: none;
	color: yellow;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited
{
	text-decoration: none;
	color: #000;
}

a, img
{
	border: none;
	padding: 0px;
}

.block
{
	width: 40%;
	height: 100%;
	border: 0;
	padding: 0;
	float: left;
	color: #000;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.stripe
{
	width: 9.1%;
	height: 100%;
	border: 0;
	padding: 0;
	float: left;
	color: #000;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.endstripe
{
	width: 9.0%;
	height: 100%;
	border: 0;
	padding: 0;
	float: left;
	color: #000;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.stripe a
{
	display: block;
	width: 100%;
	height: 100%;
	cursor: default;
}

.stripe img
{
	position: fixed;
	bottom: 25px;
	right: 25px;
	height: auto;
	width: auto;
}

.stripe a img
{
	height: 0px;
	width: 0px;
	border-width: 0px;
}

.stripe a:hover img
{
	position: fixed;
	bottom: 25px;
	right: 25px;
	height: auto;
	width: auto;
}

.stripe a:hover h2
{
	color: lime;
}

.white
{
	background: white;
}

.yellow
{
	background: yellow;
}

.black, .back1, .back2, .back3, .back4, .back5, .back6, .back7, .back8, .back9
{
	background: black;
}

.hov-yellow:hover
{
	background: yellow; 
}

