/**
 * Landing page for WordsAboutSomething.com
 * Author: Daniel Lo Nigro <daniel@dan.cx>
 */

#container
{
	background-image: url(../img/landing.jpg);
}

header
{
	width: 170px;
	height: 120px;
	padding: 70px 150px 59px 100px;
	position: absolute;
	top: 45px;
	z-index: 1;
	background: url(../img/hand.png) no-repeat;
	/*text-align: center;
	color: #9a8970;
	font-family: Georgia, serif;
	text-transform: uppercase;*/
	text-indent: -9999px;
}

header h1
{
	font-size: 1.3em;
}

header h2
{
	font-size: 1.1em;
	margin-top: 10px;
}

nav
{
    width: 165px;
	height: 264px;
    padding: 91px 170px 112px 50px;
	position: absolute;
	top: 245px;
	background: url(../img/home-nav.png) no-repeat;
	font-family: SpecialEliteRegular, Verdana, sans-serif;
	color: #164a69;
}


nav li.has-description 
{
	color: #507d9e;
	text-align: center;
	font-size: 1.3em;
	margin-top: 45px;
}

#latest-posts
{
	width: 210px;
	height: 407px;
	padding: 39px 90px 14px 15px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/landing-latest-posts.png);
	font-family: SpecialEliteRegular, Verdana, sans-serif;
	color: #164a69;
}

#latest-posts h2
{
	font-size: 24px;
	font-weight: normal;
}

#latest-posts ul
{
	margin: 5px 0 0 0;
}

#latest-posts li
{
	height: 62px;
	overflow: hidden;
	list-style-type: none;
	clear: both;
}

#latest-posts time
{
	font-size: 2em;
	width: 60px;
	float: left;
	text-align: center;
}

#latest-posts a
{
	float: right;
	width: 85px;
	text-decoration: none;
	line-height: 15px;
	color: #507d9e;
}

#latest-posts a:hover
{
	text-decoration: underline;
}

#latest-posts h2, nav h2
{
	text-align: center;
}

/* Book placeholder */
#book
{
	/*background-color: red;*/
	height: 970px;
	left: 160px;
	position: absolute;
	top: 40px;
	width: 630px;
	text-indent: -9999px;
}

/**************************************************************************************************/
/**** Internet Explorer hacks ****/
/*** IE7 ***/
.ie7 #latest-posts li
{
	height: 58px;
}