@charset "UTF-8";
/* CSS Document */

body  {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	background: #a3a3a3;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers */
	color: #666;
}

* {
	margin:0;
	padding:0;
	}
	
a:link {
  color: #585757;
  text-decoration: none;
}
a:visited {
  color: #585757;
  text-decoration: none;
}
a:hover {
  color: #b03127;
  text-decoration: none;
}
a:active {
  color: #b03127;
  text-decoration: none;
}
#container { 
	width: 759px;
	background: #FFFFFF;
	margin: 0 auto;
    text-align: left; /* this overrides the text-align: center on the body element. */
}

#container2 { 
	width: 759px;
	background: #FFFFFF url(../images/walk-bg.jpg) no-repeat top;
	margin: 0 auto;
    text-align: left; /* this overrides the text-align: center on the body element. */
}

/* Denotes Current Gallery Nav in RED */
#current {
  color: #FF0000;
  text-decoration: none;
} 


#gallery { 
	padding: 58px 0 20px 30px;
}

#nav-horiz {
	float: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#nav {
	font-size: 14px;
	line-height: 26px;
	float: left;
	width: 90px;
	background: #FFFFFF;
	margin-top: -5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#thumbnails1 {
	float: left;
	background: #FFFFFF;
	width: 60px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}

#thumbnails2 {
	float: left;
	margin: 0;
	background-color: #FFFFFF;
	width: 60px;
}

#mainContent {
	margin-top: -4px; 
	float: left;
	width: 590px;
	padding: 0 30px 0 0;
}

#bioContent1 {
	float: left;
	width: 183px;
	padding: 0 0px 0 0;
}

#bioContent2 {
	float: left;
	width: 480px;
	padding: 0 20px 0 25px;
} 

#contactContent1 {
	float: left;
	width: 239px;
	padding: 0 0px 0 0;
}

#contactContent2 {
	float: left;
	width: 400px;
	padding: 0 20px 0 25px;
} 

#bioContent {
	float: left;
	width: 660px;
	padding: 0 30px 0 30px;
}

#galleryContent { 
	font-size: 14px;
	float: left;
	width: 480px;
	padding: 0 0 0 90px;
}

#kingContent { 
	font-size: 14px;
	float: left;
	width: 580px;
	padding: 0 0 0 90px;
}

#footer {
	font-size: 11px;
	text-align: center;
	line-height: 13px;
	padding: 0px;
	margin-top: 10px;
	letter-spacing : 0.09em;
	color: #585757;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
}
 

/* top gray line */
.headerline {
	display: block;
	border-bottom: 1px solid #666;
	text-decoration: none;
}

/* gallery text */
h3 { 
	font-size: 16px;
}

/* for gallery numbers to be smaller and not bold */
.gallery { 
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 6px;
}

/* gallery - artwork information */
.captions {
	font-weight: normal;
	font-size: 12px;
	padding-top: 15px;
  }
  
  .kingHeading {
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 8px;
	color: #94261e;
  }
  
.portfolioHeadings {
	font-weight: bold;
	font-size: 14px;
	padding-top: 17px;
	padding-bottom: 10px;
	color: #94261e;
  }
  
  .portfolio2ndLine {
	line-height: 10px;
  }
  
  div.figure {
  float: right;
  width: 304px;
  margin-left: 10px;
  border: thin silver solid;
  padding: 0.5em;
}

div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  line-height: 16px;
  margin-top: 2px;
}

  div.figureLeft {
  float: left;
  width: 204px;
  margin-right: 10px;
  border: thin silver solid;
  padding: 0.5em;
}

div.figureLeft p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  line-height: 16px;
  margin-top: 2px;
}
  
.floatright { 
	float: right;
	margin-left: 8px;
}
.floatleft { 
	float: left;
	margin-right: 8px;
}
.floatHomeImage { 
	padding: 0 0 0 40px;
	
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	color: #333333;
}
#thumbnails1 img {
	padding-bottom: 8px;
}
#thumbnails2 img {
	padding-bottom: 8px;
}
