body{
	margin: 0 0;
	padding: 0 0;
	background-color: #9ebdb8;
	font-family: arial, helvetica, sans;
	font-size: 12px;
	color: #666666;
}

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


.clear{
	clear: both;
}




#wrapper{
	background: url(../images/bckrnd.jpg) repeat-y;
	width: 1024px;
	margin: 0 auto;
}


#homemain{
	width: 1024px;
	height: 768px;
	background: url(../images/home.jpg) no-repeat;
}

#homelink{
	position: relative;
	top: 400px;
	left: 232px;
	width: 532px;
	height: 67px;
}

#homelink a{
	display: block;
	width: 532px;
	height: 67px;
	background: url(../images/home_link.png) 0 0 no-repeat;
}

#homelink a:hover{
	display: block;
	width: 532px;
	height: 67px;
	background: url(../images/home_link.png) 0 -67px no-repeat;
}


#logo{
	width: 396px;
	height: 76px;
	margin-bottom: 17px;
}


#logo a{
	display: block;
	width: 396px;
	height: 76px;
	background: url(../images/logo.png) no-repeat;
}


/*navigation */

#navigation{
	z-index: 0;
	width: 1024px;
	height: 365px; 
}

#bio{
	width: 179px;
	height: 259px;
	float: left;
}

#bio a{
	display: block;
	width: 179px;
	height: 259px;
	background: url(../images/bio.png) -179px 0 no-repeat;
}


#bio a:hover, #bio a.bio_active{
	display: block;
	width: 179px;
	height: 259px;
	background: url(../images/bio.png) 0 0 no-repeat;
}


#essays{
	width: 162px;
	height: 267px;
	float: left;
}

#essays a{
	display: block;
	width: 162px;
	height: 267px;
	background: url(../images/essays.png) -162px 0 no-repeat;
}


#essays a:hover, #essays a.essays_active{
	display: block;
	width: 162px;
	height: 267px;
	background: url(../images/essays.png) 0 0 no-repeat;
}


#journalism{
	width: 167px;
	height: 280px;
	float: left;
}

#journalism a{
	display: block;
	width: 167px;
	height: 280px;
	background: url(../images/journalism.png) -167px 0 no-repeat;
}


#journalism a:hover, #journalism a.journalism_active{
	display: block;
	width: 167px;
	height: 280px;
	background: url(../images/journalism.png) 0 0 no-repeat;
}



#clippings{
	width: 174px;
	height: 365px;
	float: left;
}

#clippings a{
	display: block;
	width: 174px;
	height: 365px;
	background: url(../images/clippings.png) -174px 0 no-repeat;
}


#clippings a:hover, #clippings a.clippings_active{
	display: block;
	width: 174px;
	height: 365px;
	background: url(../images/clippings.png) 0 0 no-repeat;
}





#news{
	width: 164px;
	height: 285px;
	float: left;
}

#news a{
	display: block;
	width: 164px;
	height: 285px;
	background: url(../images/news.png) -164px 0 no-repeat;
}


#news a:hover, #news a.news_active{
	display: block;
	width: 164px;
	height: 285px;
	background: url(../images/news.png) 0 0 no-repeat;
}





#blogs{
	width: 178px;
	height: 259px;
	float: left;
}

#blogs a{
	display: block;
	width: 178px;
	height: 259px;
	background: url(../images/blogs.png) -178px 0 no-repeat;
}


#blogs a:hover, #blogs a.blogs_active{
	display: block;
	width: 178px;
	height: 259px;
	background: url(../images/blogs.png) 0 0 no-repeat;
}


/* END NAVIGATION */



#contain{
	width: 840px;
	margin: 0 auto;
}

#left_column{
	width: 490px;
	float: left;
	margin-left: 100px;
	margin-top: -35px;
}


#right_column{
	width: 200px;
	margin-right: -40px;
	float: right;
}

#thumbtack{
    display: block;
	width: 184px;
	height: 189px;
	background: url(../images/contact2.png) 2px 0 no-repeat;
	margin-bottom:200px;
	position: relative;
}

#thumbtack:hover{
    display: block;
	width: 184px;
	height: 189px;
	background: url(../images/contact2.png) -179px 0 no-repeat;
	margin-bottom:200px;
}

#getcontact a{
      display: block;
      width: 124px;
      height: 34px;
      position: absolute;
      top: 70px;
      left: 35px;
      }


/* SOCIAL MEDIA ICONS LINKS BEGIN */

#socialcontain{
width: 170px;
position: relative;
top: 116px;
left: 44px;
}

#facebook{
	width: 22px;
	height: 22px;
	float: left;
	padding-left: 10px;
}

#facebook a{
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/facebook.jpg) 0 0 no-repeat;
}

#facebook a:hover{
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/facebook.jpg) 0 -22px no-repeat;
}


#linkedin{
	width: 22px;
	height: 22px;
	float: left;
	padding-left: 10px;
}

#linkedin a{
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/linkedin.jpg) 0 0 no-repeat;
}

#linkedin a:hover{
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/linkedin.jpg) 0 -22px  no-repeat;
}

#twitter{
	width: 22px;
	height: 22px;
	float: left;
	padding-left: 10px;
}

#twitter a{
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/twitter.jpg) 0 0 no-repeat;
}

#twitter a:hover{
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/twitter.jpg) 0 -22px  no-repeat;
}

/* SOCIAL MEDIA ICONS LINKS END */



#contact_header{
	width: 236px;
	height: 28px;
	background: url(../images/contact_jen.png) no-repeat;
}

#news_header{
	width: 450px;
	height: 39px;
	border-bottom: 1px solid #ffffff;
	background: url(../images/news_header.png) no-repeat;
}

.white{
color: #ffffff;
font-size: 12px;
}
.line{
width: 300px;
border-bottom: 1px solid #fff;
}



#clippings_header{
	width: 450px;
	height: 39px;
	/* border-bottom: 1px solid #ffffff; */
	background: url(../images/clippings_header.png) no-repeat;
}

.clips_white{
width: 450px;
color: #ffffff;
font-size: 16px;
/* border-bottom: 1px solid #ffffff; */
padding-bottom: 15px;
}

#clips a{
font-size: 18px;
color: #537389;
text-decoration: none;
margin-bottom: 30px;
}


#clips a:hover{
font-size: 18px;
color: #f41818;
text-decoration: none;
}

#clips p{
line-height: 18px;
}

h2{
margin: 0 0;
padding: 0 0;
font-size: 20px;
color: #7770aa;
line-height: 40px;
border-bottom: 1px solid #ffffff;
width: 450px;
border-top: 1px solid #ffffff;
}

h3{
margin: 0 0;
padding: 0 0;
font-size: 12px;
color: #fff;
}



#biography_header{
	width: 450px;
	height: 39px;
	border-bottom: 1px solid #ffffff;
	background: url(../images/biography_header.png) no-repeat;
}

#blogs_header{
	width: 450px;
	height: 39px;
	border-bottom: 1px solid #ffffff; 
	background: url(../images/blogs_header.png) no-repeat;
}


#essays_header{
	width: 450px;
	height: 39px;
	
	background: url(../images/essay_header.png) no-repeat;
}




.essay_white{
width: 450px;
color: #ffffff;
font-size: 16px;
border-bottom: 1px solid #ffffff; 
padding-bottom: 15px;
}

.sub_white{
color: white;}


#ess a{
font-size: 16px;
font-weight: bold;
color: #537389;
text-decoration: none;
}

#ess a:hover{
color: #f41818;
text-decoration: none;
}

#journalism_header{
	width: 450px;
	height: 39px;
	/* border-bottom: 1px solid #ffffff; */
	background: url(../images/journalism_header.png) no-repeat;
}

