body
{
	margin: 0px;
	padding: 0px;
	background: url(../img/ui/grey-header.png) repeat-x top center #f3f2f0;
}

#container
{
	margin: 0 auto;
	width: 960px;
}


/* HEADER */

#header
{
	height: 55px;
}

#name
{
	background: url(../img/ui/jessica-harllee.png) no-repeat 0 13px;
	width: 331px;
	height: 55px;
	text-indent: -9999px;
}

#navigation li
{
	list-style-type: none;
	float: left;
}

#navigation li a
{
	background: url(../img/ui/navigation.png) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 25px;
}

#navigation li#nav-portfolio a{background-position: 0 0; width: 70px}
#navigation li#nav-braindump a{background-position: -71px 0px; width: 80px}
#navigation li#nav-about a{background-position: -152px 0; width: 45px}
#navigation li#nav-contact a{background-position: -198px 0; width: 60px}

#navigation li#nav-portfolio a:hover{background-position: 0 -25px;}
#navigation li#nav-braindump a:hover{background-position: -71px -25px;}
#navigation li#nav-about a:hover{background-position: -152px -25px;}
#navigation li#nav-contact a:hover{background-position: -198px -25px;}




/* PORTFOLIO */

img#portfolio-header
{
	width: 960px;
	height: 251px;
	margin: 20px 150px 0px -56px;
}

#portfolio-content
{
	background: url(../img/ui/portfolio-content.png) no-repeat 0 0;
	width: 484px;
	padding-top: 120px;
}

#portfolio-content div
{
	width: 230px;
	margin-bottom: 25px;
}

#portfolio-content a img
{
	border: 2px solid #333;
}

#portfolio-content a:hover img
{
	border: 2px solid #aaa;
}

.name
{
	margin-top: 5px;
}

#portfolio-content a.logo img
{
	border: none;
	text-decoration: none;
}


/* TWEETFEED */

#tweetfeed-header
{
	background: url(../img/ui/tweetfeed-header.png) no-repeat 0 0;
	width: 344px;
	height: 354px;
	margin: 0px -13px 0px -29px;
}

#tweetfeed-content
{
	background: url(../img/ui/tweetfeed-content.png) no-repeat 0 0;
	width: 302px;
	padding-top: 60px;
	margin-bottom: 30px;
}

#twitter_div ul
{
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color:  #333;
	margin-bottom: 45px;
	list-style-type:none;
	padding-left: 0;
	margin-bottom: 0;
}

#twitter_div ul span
{
	font-size: 21px;
}

#twitter_div a{color: #666;}
#twitter_div a:hover{color:#000;}


a#follow-me
{
	width: 114px;
	height: 34px;
	display:block;
	background: url(../img/ui/follow-me.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-left: 190px;
	margin-top: 20px;
}

a:hover#follow-me {background-position: 0 -34px;}

/* CONTACT */

#contact-content
{
	background: url(../img/ui/contact-content.png) no-repeat 0 0;
	width: 302px;
	padding-top: 86px;
	margin-bottom: 50px;
} 

#contact-content li
{
	list-style-type: none;
	width: 130px;
	float: left;
}

#contact-content li a
{
	background: url(../img/ui/contact-me.png) no-repeat;
	display: block;
	width: 47px;
	line-height: 45px;
	font-family: helvetica, arial, sans-serif;
	color: #363636;
	text-indent: 50px;
	font-size: 13px;
}

#contact-content li a:hover{color: #000}

#contact-content li#contact-email a{background-position: 0 0; height: 40px;}
#contact-content li#contact-aim a{background-position: 0px -40px; height: 43px;}
#contact-content li#contact-twitter a{background-position: 0px -83px; height: 37px}
#contact-content li#contact-facebook a{background-position: 0px -121px; height: 45px}

#contact-content li#contact-email a:hover{background-position: -47px 0px;}
#contact-content li#contact-aim a:hover{background-position: -47px -40px;}
#contact-content li#contact-twitter a:hover{background-position: -47px -83px;}
#contact-content li#contact-facebook a:hover{background-position: -47px -121px;}


/* BRAINDUMP */

#braindump-header
{
	background: url(../img/ui/braindump-header.png) no-repeat 0 0;
	height: 95px;
	width: 960px;
	position: relative;
}

#braindump-content
{
	background: url(../img/ui/braindump-content.png) no-repeat 0 0;
	padding-top: 140px;
	width: 960px;
	margin-top: -17px;
	margin-bottom: 35px;
}

#braindump-content a img
{
	border: 2px solid #333;
}

#braindump-content a:hover img
{
	border: 2px solid #aaa;
}


/* ABOUT */

#about-header
{
	width: 648px;
	height: 161px;
	margin-left: -18px;
	background: url(../img/ui/about-header.png) no-repeat 0 0;
	position: relative;
}

#about-content
{
	width: 630px;
	margin-top: -25px;
	padding-top: 100px;
	margin-bottom: 50px;
	background: url(../img/ui/about-content.png) no-repeat 0 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #333;
}

#about-left
{
	width: 300px;
	margin-right: 30px;
	font-size: 12px;
	line-height: 16px;
}

#about-right h2
{
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 66px;
	margin-bottom: 0px;
}

#about-right a
{
	color: #666;
}

a#resume
{
	margin: 20px 0px 0px -5px;
	background: url(../img/ui/view-resume.png) no-repeat 0 0;
	width: 120px;
	height: 32px;
	display: block;
	text-indent: -9999px;
}

a:hover#resume
{
	background-position: 0px -32px;
}

#about-right
{
	width: 250px;
	font-size: 11px;
}

#about-left h1
{
	font-size: 14px;
	font-weight: bold;
}



/* GLOBAL */

a.top
{
	background: url(../img/ui/top.png) no-repeat 0 0;
	width: 22px;
	height: 15px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

a:hover.top
{
	background-position: 0px -15px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}