/** 
 * @section Standard HTML Hacks
 */

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

.left {
	float:left;
}

.right {
	float:right;
}

.block {
	display: block;
}

.hide {
	display:none;
}

.accessible-hide {
	position: absolute;
	left: -9000px;
	width: 0;
	overflow: hidden;
}


/** 
 * @section Formulare
 *
 * 
 */

input[type="text"], textarea {
	padding: 2px;
	
	border-style: none;
	background-color: white;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

input.error, textarea.error {
	outline: 1px solid #faa;
}

/** 
 * @section Flash plugin
 *
 * 
 */

object, embed {
	outline: 0 none;
}

/**
 * @section Flashes
 */

#flashes {
	border: 2px solid gray;
	list-style-type:none;
	margin-left: 0;
	margin-bottom: 2em;
}

#flashes .flash {
	margin: 0;
	padding: .5em;
}

#flashes .flash.notice {
	background: #EEEEEE;
}

#flashes .flash.success {
	background-color: #ACE4AC
}

#flashes .flash.error {
	background-color: #D89A98; 
}

.formError {
	background-color: #D89A98;	
	padding: .5em;
}

/**
 * @section Headlines
 */
h1 {
	font-size: 1.8em;
	color: #0099cc;
}

h2 {
	font-size: 1.2em;
	color: #0099cc;
}

h3 {
	font-size: 0.6em;
	color: #0099cc;
}

.mini-heading {
	color: #0099cc;
}

a {
	color: #0099cc;
}

/**
 * @section Contact
 */
.persona_link {
	float: left;
	margin: 30px 30px 0 0;
}

/**
 * @section Partner
 */
.partner {
	margin: 15px;
  	padding: 10px;	
}

.partner .portrait {
	margin: 0 20px 20px 20px;
	float: left;
}

.partner .spacer {
	margin: 20px;
	float: left;
	width: 128px;
	height: 25px;
}

.partner a {
	color: #0099cc;
}

.partner a:hover {
	color: #0099cc;
}

.partner a:visited {
	color: #0099cc;
}

/**
 * @section Speeches
 */

.speech .entry {
	margin: 15px;
  	padding: 10px;	
}

.speech .spacer {
	margin: 20px;
	float: left;
	width: 297px;
	height: 222px;
}

.speech a {
	color: #0099cc;
}

.speech a:hover {
	color: #0099cc;
}

.speech a:visited {
	color: #0099cc;
}

.speech .shadow {
	background: url('/images/speeches-shadow.png') no-repeat scroll top left;
	width: 325px;
	height: 238px;
	float: left;
}

/**
  * @section top-spacer
  */
.top-spacer {
	height: 25px;
}
