/*  


Theme Name: KHP 3.0

Theme URI: http://www.karenhocker.com/

Description: The default WordPress theme for the Karen Hocker Photography web site.

Version: 3.0

Author: Kris Hocker

Author URI: http://www.krishocker.com/



*/
/* Custom CSS for Karen Hocker Photography styling */

body {
	margin: 0;
	}

.thickbar {
	border-top: 3px solid #037043;
	}

.secthead {
	margin-bottom: .45em;
	line-height: .75em;
	}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	}


.whitetext {
	color: white;
}

.borderbottom {
	border-bottom: 1px solid black;
	}

img {
	margin: 2px;
	}

img.cover {
	margin: 0px;
	}


hr {
  background: #ddd; 
  color: black;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}

.gallery_wrapper {
	width: 100%;
	vertical-align: top;
	}
	
.feature {
	width: 610px;
	height: 540px;
	text-align: center;
	vertical-align: top;
	/*border: 1px solid red;*/
	}
	
.feature img {
	padding: 4px;
	border: 1px solid #333;
	height: auto;
	width: auto;
	max-height: 520px;
	max-width: 620px;
	}

.thumbnails {
	float: right;
	width: 300px;
	display: inline;
	margin-left: 620px;
	vertical-align: top;
	margin-top: -540px;
	/*border: 1px solid red;*/
	}

.thumbnails img {
	width: 65px;
	height: 65px;
	padding: 4px;
	border: 1px solid #333;
	}	

.current img {
	border: 1px solid #333;
	}
	
.bthick {
	color: #333;
	background: #333;
	border: 3px solid #333;
	}

.dark_comment textarea#comment {
	background: #666;
	border: 1px solid #333;
	color: white;
	}
.dark_comment text #author {
	background: #666;
	border: 1px solid #333;
	color: white;
	}
.dark_comment text#email {
	background: #666;
	border: 1px solid #333;
	color: white;
	}
.dark_comment text#url {
	background: #666;
	border: 1px solid #333;
	color: white;
	}
