/* CSS Document

for local pages of www.kleinmaedchentraeume.de
by Kai Dietrich, 2010-04-23
*/

/* Content----------------------------------------------- */
#content {
	width: 660px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	font: normal normal 100% Georgia, Serif;
}

/* Posts----------------------------------------------- */
.date-header {
	margin: 1.5em 0 .5em;
}
.post {
	margin: .5em 0 1.5em;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 1.5em;
}
.post-body {
	margin: 0 0 .75em;
	line-height: 1.6em;
}
.post-title {
	margin: .25em 0 0;
	padding: 0 0 4px;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.4em;
	color: #EA4884;
}
.post-title a, .post-title a:visited, .post-title strong {
	display: block;
	text-decoration: none;
	color: #EA4884;
	font-weight: normal;
}
.post-title strong, .post-title a:hover {
	color: #333333;
}
p.post-footer {
	margin: -.25em 0 0;
	color: #cccccc;
}
.post-footer em, .comment-link {
	margin: .75em 0;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: .1em;
	font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	line-height: 1.4em;
}
.post-footer em {
	font-style: normal;
	color: #999999;
	margin-right: .6em;
}

/* galerie----------------------------------------------- */
table.galerie {
	clear: both;
	margin: 5px auto;
	padding: 4px;
	max-width: 640px;
	border: 1px solid #cccccc;
}
td.galerie {
	width: 154px;
	max-width: 154px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
p.galerie-footer {
	margin: -.25em auto 0;
	text-align: center;
	color: #cccccc;
}
.galerie-footer em {
  margin: .75em auto;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: .1em;
	font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	font-style: normal;
	line-height: 1.4em;
}

/* Produkte----------------------------------------------- */
div.produkt {
	width: 640px;
	margin: 0px auto 10px;
	padding: 10px;
	text-align: left;
	font: normal normal 100% Georgia, Serif;
	border: 1px solid #cccccc;
	clear:none;
}

div.produkt-right {
	width: 430px;
	float: right;
	word-wrap: break-word;
/* fix for long text breaking sidebar float in IE */
	overflow: hidden;
/* fix for long non-text content breaking IE sidebar float */
}
div.produkt-left {
	width: 200px;
	float: left;
	word-wrap: break-word;
/* fix for long text breaking sidebar float in IE */
	overflow: hidden;
/* fix for long non-text content breaking IE sidebar float */
}
div.produkt-left > img {
	margin: 0px;
	border-style:none;
}
table.produkt-galerie {
	clear: both;
	margin: 5px auto;
	padding: 4px;
	max-width: 640px;
	border: 1px solid #cccccc;
}
td.produkt-galerie {
	width: 154px;
	max-width: 154px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
td.produkt-galerie-footer {
	margin: -.25em auto 0;
	text-align: center;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: .1em;
	font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	font-style: normal;
	line-height: 1.4em;
}
.produkt-footer em {
  margin: .75em auto;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: .1em;
	font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	font-style: normal;
	line-height: 1.4em;
}

/* others----------------------------------------------- */
img.noborder {
	padding: 0px;
	border-style: none;
}

