/* GENERAL STYLES */
/*
Template specific style definitions.

Site: Lumholt & Stachlscmidt Kommunikation
Author: Adam Barry
Date: 27 november 2007
Base by Adam Barry
----------------------------------------------------------*/

/***********************************************************
Template: Frontpage
***********************************************************/

/*: Template section: 
----------------------------------------------------------*/
.frontpage h1, .frontpage h2 {
	text-transform: uppercase;
}

.frontpage ul {
	width: 618px;
	padding-left: 0;
	margin-top: -10px;
}

.frontpage li {
	width: 249px;
	height: 176px;
	list-style-type: none;
	border-bottom: 1px solid #B4B4B4;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 12px;
	margin-left: 0;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}

#site .frontpage h2 a {
	background-color: inherit;
	background-image: none;
	font-weight: bold;
	color: black;
	padding-left: 0;
}

.frontpage h2 span {
	font-size: .9em;
	font-weight: normal;
	text-transform: none;
	padding-top: .1em;
	display: block;
}

.frontpage h2 span span {
	font-size: 1em;
	line-height: 19px;
	display: inline;
}

.frontpage a:hover {
	border-bottom: 1px dotted black;
}

.frontpage .blogs {
	width: 249px;
	float: right;
	position: absolute;
	top: 248px;
	right: 40px;
	z-index: 0;
}

.frontpage .blogs dt {
	display: none;
}

.frontpage .blogs dd {
	width: 122px;
	padding-left: 4px;
	float: left;
}

.frontpage .blogs dd.first {
	padding-left: 0;
}

.frontpage dd a {
	background-image: none;
	border-bottom: 3px solid #860717;
	padding-left: 0;
	padding-bottom: 0;
	float: left;
}

.frontpage dd a:hover {
	border-bottom: 3px solid #860717;
}

#site .frontpage dd img {
	border-bottom: 2px solid white;
	float: left;
}

.frontpage dd span {
	display: none;
}


/***********************************************************
Template: Standard page
***********************************************************/
.subitems {
	width: 598px;
	float: left;
}

.subitems dt {
	width: 558px;
	background-color: #DDDCD3;
	color: inherit;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;	
	float: left;
}

.subitems dd {
	width: 558px;
	border-bottom: 1px solid #DDDCD3;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;	
	float: left;
}

.subitems dd.first {
	border-top: 1px solid #DDDCD3;
}

#site .subitems dd a:hover {
	border-bottom: 1px dotted black;
}


/***********************************************************
Template: Contact page
***********************************************************/

.contact .address {
	width: 299px;
	list-style-type: none;
	border-bottom: 1px solid #B4B4B4;
	padding-top: 20px;
	padding-left: 0;
	padding-bottom: 20px;
	margin-bottom: 10px;
	float: left;
}

.contact .address li {
	width: 249px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 0;
	float: left;
}

.contact .address a {
	background-image: none;
	padding-left: 0;
}

/***********************************************************
Component: People
***********************************************************/
.people {
	width: 598px;
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	padding-top: 18px;
	padding-bottom: 5px;	
	margin-bottom: 20px;
	float: left;
}

.people dt {
	display: none;
}

.people dd {
	width: 269px;
	padding-left: 20px;
	margin-left: 0;
	float: left;
}

.people img {
	padding-bottom: 5px;
}

.people h2 {
	padding-top: 4px;
	padding-bottom: 8px;
}

#site .people p {
	padding-left: 0;
	padding-right: 0;
}

/* EDITOR PROPERTIES */
