body
{
	font-family:Helvetica,Arial;
	font-size:16px;
	background:#CCC;
}

/* Shared Settings */

#content
{
	background:#FFF;
	width:480px;
	margin:0 auto 48px;
	padding:0;
}

h1{ color:#333; }

h2{ color:#666; }

strong{ color:#000;}
p{ color:#333;}

a
{
	color:#048;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

/* Digest Section */

h2 a
{
	text-decoration:underline;
	color:#000;
}

h2 a:hover
{
	color:#258;
}

#title
{
	margin:0em;
	padding:12px 8px;
}

#digest
{
	font-size:100%;
	width:480px;
	height:320px;
	background:url(../images/three.png) 0 0 no-repeat;
}
#digest h2
{
	font-size:100%;
	margin:6px 0;
}
#digest h1{ margin:0px; }

/* Most Sections */

#status, #share
{
	margin:36px 8px;
}

#status h1, #share h1
{
	font-size:180%;
}

#share h2
{
	font-size:120%;
}

/* About Section */

#about
{
	margin: 12px 8px;
	line-height:1.2em;
}

/* Screenshot Section */
#screenshots{ height:720px; margin:24px 0;}
#screenshots img
{
	margin:0;
	padding:0;
	float:left;
}

/* Sharing */
ul { list-style:none; padding:0; margin:0 0 24px;}
li
{
	font-size:110%;
	padding:0;
	margin:6px;
}
li a{ padding:0 24px; }
.delicious
{
	background:url(http://static.delicious.com/img/delicious.small.gif) 0 0 no-repeat;
}
.facebook
{
	background:url(http://static.ak.fbcdn.net/images/share/facebook_share_icon.gif?2:26981) 0 0 no-repeat;
}
.stumble
{
	background:url(http://cdn.stumble-upon.com/images/16x16_su_solid.gif) 0 0 no-repeat;
}
.digg
{
	background:url(http://digg.com/img/badges/16x16-digg-guy.gif) 0 0 no-repeat;
}

/* Legal */
#legal
{
	width:480px;
	background:#333;
	font-size:70%;
	padding:6px 0;
}
#legal p
{
	color:#999;
	margin:0 8px;
	padding:0;
}

#legal a
{
	color:#6AC;
}

