/*
 * Stylesheet for Nvinium Games, Inc
 * Design by: Dave West - dwest@nvinium.com
 *
 */
 
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	background: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

a:link { 
	color: white;
	text-decoration: none;
	}
a:visited { 
	color: white;
	text-decoration: none;
	}
a:hover { 
	color: white;
	text-decoration: none;
	}
a:active { 
	color: white;
	text-decoration: none;
	}

.clear {
	clear: both;
}

#wrap {
	margin: 0 auto;
	width: 900px;
}

#header {
	color: #22aaff;
	height: 130px;
	background: url('img/logo.png') no-repeat;
}

#header h2 {
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 18pt;
	letter-spacing: 10px;
	text-align: right;
}

#nav {
	width: 900px;
	height: 50px;
	margin-right: 10px;
}

#nav ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#nav a
{
display: block;
margin-left: 3px;
padding: 5px;
width: 100px;
font-size: 12px;
font-weight: bold;
float: right;

text-align: center;
background-color: #ffffff;
}

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

#nav a:hover
{
color: #22aaff;
}

#hero {
	clear: both;
	border: 3px solid white;
	width: 894px;
}

#hero img {
	padding-left: 3px;
	padding-top: 3px;
	
}

#content {
	width: 900x;
	margin-top: 20px;
	text-align: justify;
}

#content a {
	color: #ffffff;
	text-decoration: underline dashed;
}

#content a:link, #content a:visited {
color: #ffffff;
text-decoration: underline dashed;
}

#content a:hover{
color: #22aaff;
text-decoration: underline 1px white dashed;
}

#content p {
	margin-bottom: 25px;
	text-indent: 20px;
}

#content h2 {
	font-size: 14pt;
	color: #22aaff;
}

#content h3 {
	font-size: 11pt;
	color: #22aaff;
}

#content strong {
	color: #22aaff;
}

#content_left {
	width: 425px;
	margin-right: 10px;
	float: left;
}

#content_right {
	width: 425px;
	padding-left: 20px;
	float: right;
	border-left: #22aaff solid 5px;
	font-size: 10pt;
}
#content #content_right p {
  text-indent: 0 !important;
}
#content #content_right a {
  font-style: italic;
}

#content_full {
	font-size: 10pt;
}

#content_full p {
	text-indent: 0px;
	padding: 10px 0;
	margin: 0;
}

.date {
	color: white;
	font-size: 8pt;
}



#footer {
	clear: both;
	width: 900px;
	padding-top: 20px;
	margin-bottom: 15px;
	text-align: right;
	font-size: 8pt;
	border-bottom: 5px solid #22aaff;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.slideImg {
 width: 860px;
 height: 250px;
 border: solid 3px white;
 padding: 4px;
}
