/* GENERAL STYLES */
/*
Component specific style definitions.

Site: Elitefacilitetsudvalget
Author: Adam Barry
Date: 8 januar 2008
Base by Adam Barry
----------------------------------------------------------*/

/***********************************************************
Component: Newsletter signup
***********************************************************/
.newsletter {
	width: 198px;
	font-size: 1em;
	padding-left: 8px;
	margin-top: 1em;
	float: right;
}

.newsletter legend {
	background-color: inherit;
	font-weight: bold;
	color: black;
}

.newsletter p, .newsletter ul {
	width: 180px;
	background-color: inherit;
	font-size: .9em;
	color: black;
	padding-left: 0;
	padding-right: 0;
	float: left;
}

.newsletter li {
	list-style-type: none;
	margin: 0;
}

.newsletter label {
	background-color: inherit;
	color: black;
}

.newsletter .submit {
	font-size: .8em;
}


/***********************************************************
Component: People list
***********************************************************/
.people {
	width: 100%;
	float: left;
}

.people dt {
	display: none;
}

.people dd {
	width: 150px;
	height: 230px;
	margin-right: 10px;
	text-align: left;
	float: left;
	overflow: hidden;
}

.people h3 {
	background-color: inherit;
	font-size: 1em;
	color: #767678;	
}

.people span {
	width: 100px;
	font-size: .85em;
	display: block;
}


/***********************************************************
Component: Inspiration list
***********************************************************/
.inspiration {
	width: 100%;
	text-align: left;
	float: left;
}

.inspiration dt {
	display: none;
}

.inspiration dd {
	width: 100%;
	border-top: 1px solid white;
	float: left;
}

.inspiration a {
	width: 100%;
	border: none;
	padding-top: 1em;
	padding-bottom: 1em;
	float: left;
}

.inspiration a:hover {
	border: none;
}

.inspiration dd span {
	float: right;
}

.inspiration dd img {
	float: left;
}

/* EDITOR PROPERTIES */
