/*
Theme Name: Haboeck_Theme
Theme URI: http://wordpress.org/
Description: The Haboeck-Theme is created for the viennese photographer Hanna Haböck
Author: Markus Handl
Author URI: http://markushandl.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Haboeck 1.0

	This theme was designed by Klaus Hofegger
	and  built by Markus Handl

*/



/* Begin Typography & Colors */
body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:15px;
	font-weight:bold;
	/*letter-spacing:0.2ex;*/
	background-color:#fff;
	color:#000;
}
body * { margin:0px; padding:0px; text-align:left; }
img { border:0px; }
a { color:#000; text-decoration:underline; }

a:hover { color:#000;text-decoration:none; }

/* a:hover { color:#989991;text-decoration:none; } */

input, select, textarea { font-family:Verdana,Arial,Sans-serif; color:#333333; font-size:1em; }
input.text, select, textarea { padding:1px; background:#ffffff; }

input.checkbox { margin:0px; padding:0px; }
* html input.checkbox { margin:-2px -2px -2px -2px; }

/* Float clearing workaround also working on Mozilla */
.clearer {
	clear:both;
	height:0px;
	overflow:hidden;
	margin-top:-1px;
	font-size:0em;
	line-height:0px; 
}
* html .clearer { margin-top:0px; }

/* ---------------------  */

#wrapper{
	background:url(images/background_haboeck.png) left bottom repeat-x;
	padding:20px 0px 0px 20px;
}

#logo {
	width:243px;
	height:32px;
	margin-bottom:15px;
}

#logo h1 {
	width:243px;
	height:32px;
	background:url(images/logo_hanna_haboeck.png) no-repeat;
}
#logo h1 a { 
	display:block; 
	width:243px; 
	height:32px; 
	text-indent:-9999px; 
}

#header p{
	margin-bottom:68px;
}
#content {
	width:100%;
	padding-bottom:50px;
	
}

#content .entry{
	float:left;
	margin-right:24px;
}

/* ------------footer------------- */

#links {
	float:left;
	width:296px;
	margin-left:20px;
	margin-top:37px;
}

#links li{
	list-style:none;	
	
}

#biography {
	float:left;
	width:296px;
	margin-left:20px;
	margin-top:37px;
}
#partners {
	float:left;
	width:296px;
	margin-left:20px;
	margin-top:37px;
	
}

#links h3, #biography h3, #partners h3 {
	text-transform:uppercase;
	margin-bottom:15px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:15px;
	font-weight:bold;
	letter-spacing:0.05em;
}
#links p, #biography p, #partners p {
	width:250px;
	margin-bottom:15px;
}

#distance {
	height:94px;	
	
}

	
