﻿/*  
Theme Name: dk | photography
Theme URI: http://koertge.com/
Description: detlef koertge - photography
Version: 2.2
Author: Detlef Koertge
Author URI: http://koertge.com/
*/
/* --- page layout --- */
body {
	background-color: #222;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	height: 99%;
}
#container {
	position: absolute;
	width: 960px;
	top: 50%;
	left: 50%;
	text-align: left;
}
.small_container {
	height: 322px;
	margin: -166px auto auto -480px;
}
.large_container {
	height: 620px;
	margin: -310px auto auto -480px;
}
#header {
	height: 58px;
	width: 100%;
	border-bottom: 1px solid #444;
}
#header img {
	float: left;
	border: none;
}
#content {
	position: relative;
	margin: 5px 0;
	background-color: #444;
	overflow: hidden;
}
#description {
	display: none;
}
.home_page {
	height: 240px;
}
.all_pages {
	height: 528px;
}
.home_pg_img {
	float: left;
	height: 240px;
	width: 240px;
	margin: 0;
	padding: 0;
	border-right: 5px solid #222;
}
#quote {
	float: left;
	width: 240px;
	margin: 75px 0 0 75px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
}
#quote p {
	margin: 0;
	font-size: 11pt;
}
#quote span {
	color: #666;
	font-size: 9pt;
}
#photo, #fgnd {
	position: absolute;
	width: 660px;
	height: 528px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #444;
}
#photo {
	left: 150px;
	overflow: hidden;
}
#fgnd {
	z-index: 100;
}
img#shield {
	position: absolute;
	width: 660px;
	height: 528px;
	z-index: 200;
}
#content_text {
	float: left;
	width: 580px;
	height: 484px;
	padding: 0 22px;
	margin: 22px 0;
	overflow: auto;
	font-size: 90%;
	line-height: 135%;
	color: #ccc;
}
* html #content_text {
	/* IE Tan Hack */
	width: 598px;
}
.column {
	float: left;
	width: 184px;
	padding: 0;
	margin: 0;
}
#thumb_select {
	width: 132px;
}
* html #thumb_select {
	/* IE Tan Hack */
	width: 135px;
}
#thumb_select {
	float: right;
	display: inline;
	height: 528px;
	margin: 0 1px 0 0;
	padding-left: 2px;
	overflow: hidden;
}
img.thumb {
	float: left;
	width: 62px;
	height: 62px;
	cursor: pointer;
	outline-style: none;
	margin: 2px;
}
img.floatleft {
	float: left;
	padding: 0;
	margin: 0 2em 0 0;
}
img.floatright {
	float: right;
	padding: 0;
	margin: 0;
	border-left: 4px solid #222;
}
#footer {
	font-size: 67%;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 3px;
	border-top: 1px solid #444;
}
/* --- typography --- */
a {
	color: #999;
	font-weight: normal;
	text-decoration: none;
	outline-style: none;
}
a:hover, #content_text a:hover {
	text-decoration: underline;
	color: #eee;
}
#content_text p a {
	color: #fff;
	outline-style: none;
	text-decoration: underline;
}
#content_text blockquote {
	font-style: italic;
}
#content_text p a:hover {
	text-decoration: none;
	color: #999;
}
h1, h2 {
	margin: 0 0 8px 0;
	padding: 0;
	color: #fff;
}
h1, .nav_hdln {
	font-size: 12pt;
	font-weight: normal;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
}
/* --- navigation --- */
ul#topnav {
	float: right;
	list-style-type: none;
	margin: 37px 0 0 0;
	padding: 0 5px 1px;
	text-align: left;
	color: #ccc;
}
ul#topnav li {
	display: inline;
	padding-left: 13px;
}
ul#topnav li a {
	padding: 0;
}
ul.nav, ul.linklist {
	margin: 0 0 21px 0;
	padding: 0;
	text-align: left;
	font-size: 100%;
	line-height: 145%;
}
ul.linklist {
	list-style: square inside;
}
ul.nav {
	list-style: none outside;
}
ul#secnav {
	float: left;
	width: 110px;
	padding: 21px 0 0 22px;
	margin: 0;
	list-style: none;
	text-align: left;
	font-size: 90%;
	line-height: 145%;
}
.nav_hdln {
	color: #fff;
	font-weight: normal;
	padding-bottom: .5em;
}
/* --- contact page layout --- */
form.feedback {
	font-size: 100%;
	padding: 8px 0;
	margin: 0;
	color: #ccc;
}
input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: .2em .2em;
	border: none;
	background-color: #222;
	color: #ccc;
}
input {
	margin: 3px 0 8px;
	border-style: none;
	outline-style: none;
}
input.textbox {
	width: 250px;
}
input.btn {
	cursor: pointer;
}
textarea {
	width: 400px;
	height: 180px;
	margin: 3px 0 13px;
}
