/* 

Clever Icons Microsite
Anton Ball
December 2006
http://www.cleverstarfish.com 

*/

*, html
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Tahoma, Arial, sans-serif;
	color: #FFF;
}

body
{
	background: #1f1f1f url(img/main_bg.jpg) repeat-x;
	font-size: 86%;
}

img
{
	border: 0;
}

#container
{
	width: 940px;
	margin: 0 auto;
	padding: 32px 0 0 0;
}

#newsletter
{
	width: 309px;
	height: 76px;
	background: url(img/newsletter_bg.jpg) no-repeat;
	margin: 30px 0;
	padding: 71px 0 0 43px;
}

#newsletter input
{
	font-size: 0.8em;
	padding: 2px 2px;
	width: 235px;
	border: 1px solid #000;
	color: #333;
}

#newsletter button
{
	float: right;
	margin-right: 68px;
	margin-top: 2px;
	background: url(img/sign_up.jpg) no-repeat;
	border: none;
	width: 72px; height: 28px;
}

#newsletter span
{
	display: none;
}

#newsletter a
{
	color: #3873a5;
	font-size: 0.7em;
}

.iconset
{
	margin: 0 0 40px 0;
}

.download
{
	float: right;
	display: block;
	background: #363636;
	height: 23px; width: 90px;
	padding: 11px 0 0 17px;
	margin-right: 55px;
	border: 1px solid #131313;
}

.download:hover
{
	color: #eda32b;
}

.margined
{
	padding-left: 48px;
}

#footer
{
	font-size: 0.8em;
	text-align: center;
}

#footer a
{
	font-size: 0.8em;
	text-decoration: none;
}

.clevertext
{
	color: #eda32b;
	font-weight: bold;
}

.starfishtext
{
	color: #000;
	font-weight: bold;
}

p{
	margin:1em;
}

#starfish-logo{
	position:absolute; top:30px; left:70%;
	height:102px; width:145px;
}

strong, strong a, a strong{
	color:#EDA32B;
}

h1 span{position:absolute;left:-1000em;margin:0;padding:0;height:1px;width:1px}
