/*

URI: http://litmagazine.org
Author: Mia Eaton
Author URI: http://miaeaton.com/

*/


body
	{
		background-color: #fff;
		margin: 0;
		color: #000;
		margin: 0;
		font-size: 12px;
		font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
		font-weight: bold;
		letter-spacing: 1px;
		text-align: left;
		line-height: 24px;
	}
	
	a
	{
		color: #7bb4c5;
		text-decoration: none;
	}

	a:active
	{
		outline: none;
	}


	a:hover
	{
		color: #fff;
		background-color: #7bb4c5;
		text-decoration: none;
	}
	
	img { border: none; }
	
	p { margin: 0 0 17px; }
	
	
	div#info { display: none; }
	
	div#container
	{
		background-color: #fff;
		width: 600px;
		margin: 0 auto 0 auto;
		padding: 0;
	}
	
	#top
	{
		width: 600px;
		margin: 0;
		padding: 0;
		height:204px;
	}
	
	h1#cursor-logo 
	{ 
		padding-top: 204px; /* height of the replacement image */
		height: 0px; 
		width: 600px; 
		overflow: hidden; 
		background: url("images/cursor_logo_600.gif"); 
	}
	
	
	img#title 
	{
		width: 600px;
		padding: 0;
		margin: 0;
	}
	
	h2#subtitle 
	{ 
		margin-left: 115px;
		width: 466px;
		font-size: 16px;
		font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
		font-weight: bold;
		letter-spacing: 1px;
		text-align: left;
		line-height: 24px;
	}
	
	p.socialpublishing
	{ 
		margin-left: 115px;
		width: 466px;
		font-size: 14px;
		font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
		font-weight: normal;
		letter-spacing: 1px;
		text-align: left;
		line-height: 21px;
	}
	
	
	div#content
	{
		width: 600px;
		margin: 0 auto;
		padding: 0;
		background-color: white;
		min-height: 500px;
	}
	
	
	div#signup
	{
		width: 466px;
		margin: 30px auto 0 91px;
		padding: 0;
		}
	
	
	div#bottom
	{
		width: 600px;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	div#footer
	{
		width: 600px;
		margin: auto 0;
		margin-bottom: 20px;
		padding: 0;
		background-color: #fff;
		height:20px;
		text-align: center;
		font-size: 8px;
	}
	