/*

	tos.css - perpetualbeta.com
	by Michael Alex Wasylik
	copyright 2009


*/




/*  global styles	*/

body	{ 
	margin: 0; 
	padding: 0; 
	color: #000;  
	background: #5ce;  
	font: 62.5%/1.4em  Constantia, "Lucida Bright",  Lucidabright,  Georgia,  'times new roman', times,  serif; 
	text-align: center;
	}

#banner		{
	width: 100%;
	background: black;
	color: white;
	padding: 0.5em 0 0.5em 0;
	}

#banner p	{
	margin: 1em auto;	
	font-size: 32px; 
	line-height: 36px;
	padding: 0 0 0.3em 0;
	text-align: center;
	}

#banner a	{
	padding: -0.3em 1em 0 0;

}	

#wrapper	{
	text-align: left; 
	width: 36em; 
	margin: 3em auto;  
	font: 1.5em/1.7em "Lucida Bright",  Lucidabright,  Georgia, constantia,  'times new roman', times,  serif; 
	}

#wrapper p	{
	margin: 0 auto 1em auto;
	}
	
#footer	{
	background: black;
	color: white;
	font:  2.4em/1.2em 	  frutiger, univers,  'helvetica neue', corbel, arial, sans-serif; 
	padding: 1.3em 0;
	width: 100%;
}


a	{
	color: #eee;
}

a:hover	{
	color: #77e;
}

#footer p	{
	width: 20em;
	margin: 0 auto;
	text-align: left;
}

#footer a	{
	color: #eee;
	text-align: left;
	text-decoration: none;
	padding-left: 1em;
}


/* headline styles	*/

h1		{
	font:  2.4em/1.2em 	  frutiger, univers,  'helvetica neue', corbel, arial, sans-serif; 
	font-weight: bold; 
	letter-spacing: -1.5px;	 
	}

h2, h3, h4 	{ 
	letter-spacing: 0; 
	margin: 1.8em 0 0.2em 0; 
	padding: 0; 
	line-height: 1em; 
	font-family: frutiger, univers, 'helvetica neue', arial, sans-serif;
	}

h3	, h4	{	font-family: frutiger, univers, 'helvetica neue', arial, sans-serif;}

h1+h2	{  margin-top: 2em;	}

h2+p, h3+p, h4+p	{ margin: 0; }


/* backgrounds and borders */

#wrapper	{	color:#000; }

