/*
Theme Name: Strongman Run
Description: Theme for the Strongman Run Blog.
Version: 1.0
Author: Christian Pfeiffer
Tags: red, black

*/

@charset "utf-8";

* {
	margin: 			0;
	padding: 			0;	
	vertical-align: 	top;
	border: 			none;
	outline: 			none;
	list-style: 		none;
}

html {
	background: #000 url(img/bg_stripes.gif) repeat 0 0;
}

body {
	min-width: 1067px;
	background: transparent url(img/splat.gif) repeat-y center top;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 62.5%;  /* 1em entspr 10px */
	line-height: 130%; 			
}

#bg-loader { /* soll verhindern, dass schwarzer Text auf schwarzem Hintergrund geladen wird */
	height: 100%; 
	width: 100%; 
	margin: 0 auto; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 0;
	background: url(img/white_px.gif) center top repeat-y;
	_display: none; /* IE6 Hack */
}

::-moz-selection {
	background-color: #de0000;
    color: #fff;
} 

.left {
	float: left;
}

.right {
	float: right;
}

.fb-landingpage #content {
	margin: 55px 0 0 55px;
}

#polls-21-ans input {
	vertical-align: middle !important;
}

#polls-25-ans ul li {
	margin-bottom:10px;
	padding:10px 0;
	border-bottom:1px solid #666;
	width:340px;
}
