/*  
	Theme Name:lotse2
	Print CSS
*/

/* General */

* {
padding:0;
margin:0;
}

body {
font:8pt "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
color:#000;
text-align:center;
background:#fff;
}

fieldset,select,img {
border:0;
}

hr,#searchform br,.counter {
display:none;
}

a,a:link,a:active,a:visited {
color:#000;
text-decoration:none;
}

.pagetitle {
	font-size:1.2em;
	text-transform:uppercase;
	letter-spacing:0.08em;
	font-weight:bold;
	text-align:left;
	text-indent:-16px;
	}
	
blockquote {
	font-size:1.2em;
	text-align:left;
	text-indent:0px;
	margin:0 0 2.5em 0;
	}

blockquote p {
	text-indent:0px;
	text-align:left;
	margin:0;
	padding:0;
	}	

#primary-content p {
	margin:0 0 1em 0;
	text-align: left;
	}
	
#primary-content p strong:first-child{
	display:block;
	float:left;
	margin:0 0 -1em 0;
	text-indent:-16px;
	}
	
em {
	font-style:normal;
	font-size:0.8em;
	}

strong {
	font-weight:bold;
	}

cite,ins {
	text-decoration:none;
	}

code,pre,kbd {
	font:1em 'Courier New',Courier,sans-serif;
	}

strike,del {
text-decoration:line-through;
}

h1,h2,h3,h4 {
}

h1 {
	font-size:1.8em;
	}

h1 a,h1 a:link,h1 a:active,h1 a:hover,h1 a:visited {
}

h2 {
	font-size:1em;
	font-weight:bold;
	}

h3,h4 {
}

/* Structure Divs */

#container {
	text-align:left;
	margin:0 auto;
	width:960px;
	}

#header {
	height:128px;
	width:100%;
	}

#content {
	float:none.;
	width:100%;
}

#primary-content {
	width:12cm;
	font-size:1em;
	line-height:1.6em;
	margin:3.4em 16px 2em 152px;
	text-align:left;
	overflow:visible;
	}

#startpix {
	width:960px;
	height:524px;
	overflow:hidden;
}

#sidebar {
	display:none;
}

#footer {
	clear:both;
	width:960px;
	height:21px;
	margin:0 auto 48px auto;
	color:#000;
	font-size:0.8em;
	line-height:21px;
	text-align:left;
	}

#footer p {
	margin:0 0 0 153px;
	}
	
#footer a {
	color:#000;
	text-decoration:none;
	}
	


/* Config Structure Divs */
	/* Header and Navigation */
	
#header a img {
	margin: 60px 0 0 48px;
	}
			
#nav {
	display:none;
	}
	
/* Primary Cotent and Entries */

.entry ul {
	display:block;
	margin:20px 0 1em 0;
	width:240px;
	text-align:left;
	list-style:none;
	text-transform:uppercase;
	font-size:0.8em;
	line-height:2em;
	letter-spacing:0.08em;
	}

	.entry ul li {
	list-style:none;
	}

	.entry ul li a {
	text-transform: none;
	letter-spacing: normal;
	font:1.25em georgia, palatino, serif;
	line-height:1em;
	font-style:normal;
	}
	
.entry a {
	font:1em georgia, palatino, serif;
	font-style:italic;
	}
.entry a:link:after, .entry a:visited:after {
   content: " (" attr(href) ") ";
   font-size:0.8em !important;
   font-size:1.2em;
   }
 #primary-content p strong:first-child a:link:after, #primary-content p strong:first-child a:visited:after{
	content: "";
	font:8pt "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	}
   
/* Images */
p img {
border:0;
max-width:100%;
}

img.center,img[align="center"] {
display:block;
margin:auto;
}

img.alignright,img[align="right"] {
float:right;
display:inline;
margin:0 0 2px 7px;
padding:2px;
}

img.alignleft,img[align="left"] {
float:left;
display:inline;
margin:0 7px 2px 0;
padding:2px;
}

img.wp-smiley { /* unnötig ? */
border:0;
}

/* Text align */
.center {
text-align:center;
}

.alignleft {
text-align:left;
}

.item,.alignright {
text-align:right;
}

/* Float */
div.floatright {
float:right;
}

div.floatleft {
float:left;
}

/* Classes */
.clear {
clear:both;
}