/* CSS Document */

/* ----- site structure elements ----- */

body {
	/*background-color: #e5e5e5;  debugging only */
	text-align: center;
	margin: 0;
	padding: 0 30px;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: 62.5%;
	line-height: 1em;
	}
	
a {
	outline: none;
	}
	
img {
	border: none;
	}
	
hr {
	margin: 0;
	padding: 0;
	clear: both;
	border: none;
	background-color: #999;
	height: 1px;
	}
	
#wrapper1 {
	width: 960px;
	margin: 30px auto;
	text-align: left;
	padding: 30px 0 0 0;
/*	background-color: #fff;
	border: 1px solid #fff;  debugging only */ 
	}
	
#header {
	/*background-color: #cc6d9a;  debugging only */ 
	margin: 30px 0 0 0;
	padding: 0;
	height: 100px;
	}

#logo {
	width: 240px;
	float: left;
	margin: 0;	
	text-indent: -9999px;
	}
	
#logo h1{
	margin: 0;	
	padding: 0;
	font-size: 1em;
	background: url(../images/kcott-logo.gif) no-repeat;
	height: 30px;
	}
	
#logo a {display: block; width: 240px; height: 0; padding-top: 30px; text-indent: -9999px;}

	
#topNav  {
	margin: 0 0 0 240px;
	padding: 0;
	}
	
#topNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#topNav ul li {
	width: 120px;
	float: left;
	height: 30px;
	margin: 0;
	}
	
#topNav ul li.nav1 {background: url(../images/nav1.gif) no-repeat;}
#topNav ul li.nav2 {background: url(../images/nav2.gif) no-repeat;}
#topNav ul li.nav3 {background: url(../images/nav3.gif) no-repeat;}
#topNav ul li.nav4 {background: url(../images/nav4.gif) no-repeat;}
#topNav ul li.nav5 {background: url(../images/nav5.gif) no-repeat;}

#topNav a {display: block; width: 120px; height: 0; padding-top: 30px; color: #000; text-indent: -9999px;}

#topNav a.link1 {background: transparent url(../images/nav1-on.gif) -120px -30px no-repeat;}
#topNav a.link2 {background: transparent url(../images/nav2-on.gif) -120px -30px  no-repeat;}
#topNav a.link3 {background: transparent url(../images/nav3-on.gif) -120px -30px  no-repeat;}
#topNav a.link4 {background: transparent url(../images/nav4-on.gif) -120px -30px  no-repeat;}
#topNav a.link5 {background: transparent url(../images/nav5-on.gif) -120px -30px  no-repeat;}

#topNav a.link1:hover {background-position: 0 0; z-index: 50;}
#topNav a.link2:hover {background-position: 0 0; z-index: 50;}
#topNav a.link3:hover {background-position: 0 0; z-index: 50;}
#topNav a.link4:hover {background-position: 0 0; z-index: 50;}
#topNav a.link5:hover {background-position: 0 0; z-index: 50;}


#secondaryNav {
	float: left;
	width: 240px;
	/*background-color: #ddca87;  debugging only */
	}
	
#secondaryNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#secondaryNav ul li {
	height:20px;
	margin: 0;
	}

#secondaryNav a {display: block; width: 120px; height: 0; padding-top: 20px; text-indent: -9999px;}	

#secondaryNav a.thickbox {background: transparent url(../images/view-work.gif) 0 0 no-repeat;}
#secondaryNav a.pdf {background: transparent url(../images/download-pdf.gif) 0 0 no-repeat;}
#secondaryNav a.cv {background: transparent url(../images/illustrated.gif) 0 0  no-repeat;}

#secondaryNav a.thickbox:hover {background: transparent url(../images/view-work-on.gif) 0 0 no-repeat;}
#secondaryNav a.pdf:hover {background: transparent url(../images/download-pdf-on.gif) 0 0 no-repeat;}
#secondaryNav a.cv:hover {background: transparent url(../images/illustrated-on.gif) 0 0  no-repeat;}

	
#mainContent {
	margin: 0 0 0 240px;
	padding: 0 0 80px 0;
	width: 600px;
	}

	
/* ----- IE only ----- 
#mainContent img {
	margin: 0 0 0 -3px;
	}*/

	
.work {
	margin: 0;
	padding: 10px 0;
	color: #333;
	border-bottom: 1px solid #ccc;
	}
	
.workLast {
	margin: 0;
	padding: 10px 0 0 0;
	color: #333;
	}
	
h1 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 1.7em;
	color: #333;
	line-height: 1em;
	}
	
h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.5em;
	color: #333;
	line-height: 1em;
	}
	
h3 {
	margin: 1em 0 .2em 0;
	padding: 0;
	font-size: 1.4em;
	color: #777;
	line-height: 1em;
	}
	
.title {
	text-decoration: underline;
	color: #555;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #333;
	}
	
a:link, a:visited {
	color: #666;
	}

a:hover {
	color: #999;
	}
	
/*.dateCol {
	margin: 0;
	width: 40px;
	float: left;
	font-size: 1.5em;
	}*/
	
.workCol {
	width: 350px;
	float: left;
	}

.workCol h2	{
	margin: 30px 0 10px 0;
}

.workCol h2 a:link, .workCol h2 a:visited {
	display: block;
	color: #333;
	text-decoration: none;
	}
	
.workCol h2 a:hover {
	color: #999;
	}
	
.workCol h3 {
	margin: 0;
	color: #999;
	font-size: 1.2em;
	}
	
.pic {
	/*border: 1px solid #fff;*/
	float: right;
	margin-right: 120px;
	/*width: 240px;*/
	}
/*	
.work a.pic:hover {
	border: 1px solid #999;
	}
*/
	
p.bioDate {
	margin: 0;
	padding: 0;
	float: left;
	width: 70px;
	}
	
p.bioContent {
	margin: 0 0 8px 71px;
	padding: 0;
	}
	
p.bio {
	margin: 0 0 8px 0;
	padding: 0;
	}
	
.gray {
	color: #777;
	}

.clear {
	clear: both;
	}

	
.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	height: 0px;
	width: auto;
	}
	
#footer {
	margin: 0 0 30px 240px;
	}
	
#footer hr {
	background-color: #ccc;
	border: none;
	height: 1px;
	margin: 0 0 50px 0;
	width: 600px;
	}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
