/*-----------------------------------------------------------------------------
Surge Solutions Screen Stylesheet

version:   1.0
date:      01/03/07
author:    Anthony Austin

/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

*
{
	font:inherit;
	color:inherit;	
	margin:0;
	padding:0;	
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
	{
	clear:both;
}



.right
	{
	float: right;
}



.left
	{
	float: left;
}

/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	font: 62.5%/1.5  Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	color:#e6e3c2;
	padding:30px 0 20px 0;	
}

/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 1.6em; /* Equivalent to 16pt */
}
	
h2
	{
	font-size: 1.4em; /* Equivalent to 14pt */
	font-weight:bold;
}
	
h3
	{
	font-size: 1.2em; /* Equivalent to 12pt */
}
	
p, q, cite, th, td
	{
	font-size: 1.2em; /* Equivalent to 12pt */
}

ul, ol, dl
	{
	list-style: none;
	font-size: 1.2em; /* Equivalent to 12pt */
}

li, dd, dt
	{
	font-size: 1.2em; /* Equivalent to 12pt */	
}

td
{
	text-align:left;
	vertical-align:top;
}

td strong
{
	font-size: 1em; /* Equivalent to 13pt */
}

img
{
	border:0;
}

/* Forms
-----------------------------------------------------------------------------*/



input.text
	{
	padding: 3px;
	border: 1px solid #999999;	
}

/* always Show vertical scrollbar
-----------------------------------------------------------------------------*/

html { height: 100%; margin-bottom: 1px; }