/* 
	CSS for www.emilycduff.com 
	Created 31 January 2009
*/


/* page layout */
body 
{
	background-color: #ECECEC;
}

#container 
{
	position:absolute;
	left:-532px;
	width:950px;
	height:694px;
	margin-left: 50%;
	margin-top: 5%;
	top: 4px;
	z-index:1;
}

#background
{
	position:absolute;
	left:18px;
	top:-35px;
	width:1024px;
	height:752px;
	z-index:1;
}

#logo
{
	position:absolute;
	left:32px;
	top:27px;
	width:107px;
	height:161px;
}

#line
{
	position:absolute;
	left:123px;
	top:138px;
	width:857px;
	height:31px;
	z-index:2;
}


/* navigation */
#topNav
{
	position:absolute;
	left:830px;
	top:99px;
	width:150px;
	height:60px;
	z-index:5;
}

#portfolioNav
{
	position:absolute;
	left:776px;
	top:162px;
	width:205px;
	height:25px;
	z-index:4;
}


/* content section */
#fullContent
{
	position:absolute;
	left:27px;
	top:223px;
	width:940px;
	height:472px;
	z-index:2px;
}


#portfolioContent
{
	position:absolute;
	left:265px;
	top:223px;
	width:717px;
	height:472px;
	z-index:2px;
}

#navContent
{
	position:absolute;
	left:41px;
	top:223px;
	width:199px;
	height:472px;
	z-index:3px;
}

#videoContent
{
	position:absolute;
	left:283px;
	top:381px;
	width:400px;
	height:300px;
	z-index:3px;
}

#info
{
	position:absolute;
	top:631px;
	left:510px;
	width:468px;
	height:29px;
	z-index:5;
}

#blog
{
	position:absolute;
	top:494px;
	left:578px;
	width:281px;
	height:29px;
	z-index:5;
}

#tumblr
{
	position:absolute;
	top:538px;
	left:565px;
	width:281px;
	height:29px;
	z-index:5;
}

#linky
{
	position:absolute;
	top:669px;
	left:697px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#666666;
	z-index:6;
}

#linky a:link
{
	color:#666666;
	text-decoration:none;
}

#linky a:visited
{
	color:#666666;
	text-decoration:none;
}

#linky a:active
{
	color:#666666;
	text-decoration:none;
}

#linky a:hover
{
	color:#00CCFF;
	text-decoration:underline;
}

/* creative commons & copyright */
#cc
{
	position:absolute;
	top:735px;
	left:427px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color:#999999;
}

#cc a:link
{
	color:#999999;
	text-decoration:none;
}

#cc a:visited
{
	color:#999999;
	text-decoration:none;
}

#cc a:active
{
	color:#999999;
	text-decoration:none;
}

#cc a:hover
{
	color:#999999;
	text-decoration:underline;
}

