/*
Theme Name: Kathy Ludwig
Theme URI: http://www.kathyludwig.com/
Description: The 2010 theme for Kathy Ludwig
Author: Florian Kräutli
Version: 1.0

*/


header, article,section {
	display: block;
}

html, body {
	min-height: 100%;
}

body {
	margin:0;
	padding:1em 1em 1em 3em;
	font-family: Helvetica,Arial,sans;
	font-size: 12px;
	line-height: 1.5em;
}

a, a:visited {
	border-bottom-width: 1px;
	border-bottom-color: #868686;
	border-bottom-style: solid;
	text-decoration: none;
	color: #363636;
}

a img {
	border:none;
}

h1,h2 {
	font-weight:normal;
	font-size: 1.2em;
}

h3 {
	font-weight:normal;
	font-size:1em;
}


body>header h1,body>header h1 a,body>header h1 a:visited, time,footer {
	color:#ccc;
}

body>header {
	padding-bottom: 4em;
	overflow: hidden;
	display: block;
}


header a, header a:visited {
	text-decoration:none;
	border:none;
}

header nav ul {
	margin:0;
	padding:0;
}

header nav ul li {
	list-style: none;
}

.page-id-17 header nav ul li.about a{
	color: #ccc;
}


.page-id-327 header nav ul li.biography a{
	color: #ccc;
}
.page-id-36 header nav ul li.contact a{
	color: #ccc;
}

.single-post header nav ul li.work a, body.home  header nav ul li.work a{
	color: #ccc;
}


nav#work {
	display: block;
	position:absolute;
	left:10%;
	z-index:500;

}

nav#work li {
	position: relative;
	display: inline;
}

nav#work li img {
	vertical-align: middle;
	margin:.2em;	
}

nav#work li a img {
	border:none;
}

.thumbnailTitle {
	position: absolute;
	display: none;
	background: white;
	z-index: 1000;
	padding:0 .2em;
}


section.text article, section.text details {
	width:20em;
	float:left;
	padding-right:2em;

}

section.text p, section.content p, .cvTable {
	font-family: Times, serif;
}

section.images {
	padding-bottom: 1em;
	overflow: hidden;
}

section.images img{
	vertical-align: top;

}


.cvTable td, .cvTable th {
	padding-right: 1em;
}

.cvTable th {
	text-align: left;
	font-weight: normal;
	font-size: .9em;
	font-family: Helvetica, Arial, sans;
}

.clear {
	clear: both;
}




footer {
	display: block;
	position: absolute;
	right:1em;
	bottom: 1em;
}

.page-id-327 footer, .page-id-36 footer {
	display: none;
}

/* CONTENT PAGES */


section.content article, section.content div.column {
	font-size:1.2em;
}

section.col2 article, section.content div.column {
	width:49%;
	float:left;
}

.page-id-17 section.col1 article, .page-id-17 section.col1 div.column {
	width:40%;
	margin:auto;
}

input[type=text], textarea {
	border: 1px solid #ccc;
}


