html, body
{
	height:100%;
}

body
{
	background-color:#333;
	color:#e4e4e4;
	font-family:"Droid Sans", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	width:100%;
}

a
{
	color:#43aae0;
	outline:none;
	text-decoration:none;
}

a:visited
{
	color:#8c42df;
}

a:hover,
a:active
{
	color:#7bcef9;
}

h1
{
	color:#fff;
	font-size:1.1em;
	font-weight:normal;
	text-align:center;
}

h2
{
	color:#333;
	display:block;
	padding-bottom:5px;
	margin-bottom:20px;
	/*border-bottom:1px solid #ddd;*/
}

p
{
	display:block;
	line-height:1.5em;
	margin-bottom:20px;
}

ul
{
	list-style-type:none;
	margin-bottom:20px;
}

li
{
	display:inline-block;
	margin-bottom:5px;
}

li:hover
{
}

li a
{
	background:url(../image/icons.png) 5px 6px no-repeat transparent;
	border-radius:5px;
	display:inline-block;
	font-size:0.9em;
	padding:6px 10px 6px 27px;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

li a:hover
{
	background-color:#fff;
}

li a em,
li a:hover em,
li a:active em,
li a:visited em
{
	clear:both;
	color:#777;
	display:block;
	font-style:normal;
	font-size:0.9em;
	line-height:1.5em;
}

li a.resource
{
	background-position:5px 6px;
}

li a.article
{
	background-position:5px -42px;
}

li a.video
{
	background-position:5px -90px;
}

li a.tool
{
	background-position:5px -138px;
}

li a.twitter
{
	background-position:5px -186px;
}

li a.w3
{
	background-position:5px -234px;
}

#logo
{
	background:url(../image/logo.png) 0 50px no-repeat transparent;
	display:block;
	width:294px;
	height:110px;
	margin:0 auto 10px auto;
}

header
{
	position:relative;
	width:960;
	margin:0 auto;
}

#content
{
	color:#555;
	display:block;
	margin:0 auto;
	width:960px;
}

#resources
{
	background-color:#efefef;
	border-radius:5px;
	box-shadow:inset 0 2px 0 #fff, 0 5px 10px #1a1a1a;
	display:inline-block;
	margin-top:50px;
	padding:20px;
	width:920px;
}

.column
{
	float:left;
	margin-right:20px;
	width:245px;
}

.column.two
{
	width:510px; /* 245 + 245 + 20 */
}

.column:last-child
{
	margin-right:0;
}

.column.two:last-child
{
	width:390px;
}

.hr
{
	display:block;
	clear:both;
	height:0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #fff;
	margin-bottom:30px;
}

#sign-up
{
	background-color:#fff;
	border:1px solid #e6e6e6;
	border-radius:5px;
	margin-top:-20px;
	padding:20px 20px 0 20px;
	width:348px;
}

footer
{
	clear:both;
	color:#666;
	font-size:0.75em;
	padding:30px 0;
	text-align:center;
}

#logo-footer
{
	clear:both;
	display:block;
	height:18px;
	margin:0 auto 10px auto;
	width:90px;
}