@charset "utf-8";
/* CSS Document */

.topnavigation {
	position: fixed;
	background-color:#404041;
	background-image:url(images/top-nav.gif);
	background-repeat:repeat-x;
	font-family: "Adobe Caslon Pro", serif;
	font-size: 24px;
	color:#FFF;
	padding-top: 3px;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 45px;
	text-align:center;
	
}

.topnavigation a:link {	text-decoration:none; }
.topnavigation a:visited { text-decoration:none; }
.topnavigation a:hover { text-decoration:none; }
.topnavigation a:active { text-decoration:none; }

.dottedlinks a:link { border-bottom:1px dotted #ec008c; text-decoration:none; color:#000; }
.dottedlinks a:visited { border-bottom:1px dotted #ec008c; text-decoration:none; color:#000; }
.dottedlinks a:hover { color:#ec008c; text-decoration: none; }

.ampersand {
	font-family: "Adobe Caslon Pro", serif;
	font-size: 20px;
	font-style: italic;
	color:#FFF;
}

div.bottomnavigation {
	position: fixed;
	top: 540px;
	left: 0em;
	width: 100%;
	height: 25px;
	background-color:#404041;
	font-family: "Georgia";
	font-size: 12px;
	color:#999;
	padding-top: 6px;
	text-align: center;
}

div.bio {
	position: relative;
	float: left;
	margin-left: -1.5em;
	width: 618px;
	height: 200px;
	background-color:#f5f5f5;
	padding-left: 60px;
	padding-top: 15px;
}

div.bioinfo {
	font-family: "Georgia";
	font-size: 12px;
	color: #000;
	border-left: thin dotted #999;
	width: 180px;
	float: left;
	padding-left: 15px;
	padding-right: 5px;
	line-height: 18px;
}



div.content {
	float: left;
	position: relative;
	border:thin dotted #000;
	width: 300px;
	height: 420px;
	margin: 10px;
	color:#000;
	padding: 2px;
	background-color:#609
}

div.wrapper {
	position: inherit;
	float: left;
	width: auto;
	height: 450px;
	padding-left: 15px;
	padding-top: 20px;
}

div.wrapper-description {
	float: left;
	width: 400px;
	height: 440px;
	margin-top: 50px;
	padding-left: 15px;
}

div.wrapper-journalism {
	float: left;
	width: 470px;
	height: 440px;
	margin-top: 50px;
	padding-left: 15px;
	font-family: "Georgia";
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

div.wrapper-cpid {
	float: left;
	width: 470px;
	height: 440px;
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Georgia";
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

div.wrappergiant {
	float: left;
	width: 2100px;
	height: 450px;
	margin-top: 50px;
}


div.wrappergiantportfolio {
	float: left;
	width: 3220px;
	height: 450px;
	margin-top: 50px;
}

div.wrappergiantjournalism {
	float: left;
	width: 2570px;
	height: 500px;
	margin-top: 50px;
}

div.wrappergiantpiece {
	float: left;
	width: 1850px;
	height: 500px;
	margin-top: 50px;
}

div.wrappershortpiece {
	float: left;
	width: 1250px;
	height: 500px;
	margin-top: 50px;
}

div.portfolio-section {
	float: left;
	position: relative;
	width: 170px;
	height: 400px;
	padding: 5px;
	margin-left: 5px;
	margin-top: 5px;
}

div.resume {
	float: left;
	position: relative;
	width: 650;
	height: auto;
	padding: 5px;
	margin-left: 5px;
	margin-top: 5px;
}

.title {
	font-family: "Adobe Caslon Pro", serif;
	font-size: 26px;
	font-style: italic;
	font-weight: lighter;
	line-height: 26px;
	letter-spacing: -0.1px;

}

.subtitle {
	font-family: "Adobe Caslon Pro", serif;
	font-size: 22px;
	font-style: italic;
	font-weight: lighter;
	line-height: 23px;
	letter-spacing: -0.5px;

}


.titlemargin {
	font-family: "Adobe Caslon Pro", serif;
	font-size: 26px;
	font-style: italic;
	font-weight: lighter;
	line-height: 30px;
	letter-spacing: -0.1px;
	
}


.verticalimage {
	border-right: thin dotted #333;
	border-left: thin dotted #333;	
	margin-left: 25px;
	margin-right: 5px; 
}


.text {
	font-family: "Georgia";
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

.subheadline {
	font-family: "Georgia";
	font-size: 12px;
	color: #000;
	line-height: 18px;
}

img.border {
	border:#FFF solid 10px;
	margin-right: 10px;
	filter:alpha(opacity=60);
	opacity:0.6;
}


.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 20px 20px 10px !important;
  margin: 10px 20px 20px 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin: -5px 5px 5px -5px;
  padding: 10px;
  } 
  
.img-piece {
	margin-right: 20px;
}