/*
	FAHRT Screen CSS
	Copyright (c) 2007 Superpixel, Nico Rohrbach
	Don't steal design = Good karma!
*/

* {
	margin: 0;
	padding: 0;
}

html {
	background: #f4f4f4 url(media/fahrt-logo-3.gif) 50px 30px no-repeat;
	color: #000;
	direction: ltr;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: normal;
	padding: 1em 0 0.5em 0;
}

h2 {
	clear: both;
	margin: 3em 0 1em 0;
	padding: 0 0 0.2em 0;
	border-bottom: 1px solid #000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
}	

p {
	margin: 1em 0;
}

a, a:link {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

a:visited {
	border-bottom: 1px dotted #000;
}

a:hover {
	background: #e5e5e5;
/*	padding-right: 10px;*/
}

#wrap {
/*	border: 1px solid #ccc;*/
	margin: 180px 10px 0 54px;
	width: 600px;
	line-height: 1.3em;
}

#issues {
	/* Hm ... */
}

#issues .issuebox {
	float: left;
	width: 178px;
	margin: 10px 20px 10px 0;
/*	background: #ccc;*/
}

#issues .issuebox img {
	border: 1px solid #ccc;
}

#issues .issuebox h4 {
	margin: 1em 0 0.5em 0;
	font-size: 12px;
}

#issues .issuebox h4 span {
	font-weight: normal;
	font-style: italic;
/*	color: #666;*/
/*	font-size: 11px;*/
}

#issues .issuebox p {
	margin: 0.5em 0 0 0;
	font-size: 12px;
}

#footer {
	clear: both;
	color: #666;
	font-size: 12px;
	text-align: right;
	margin: 60px 0 20px 0;
	padding-top: 5px;
	border-top: 1px solid;
}

.short {
	width: 450px;
}

ul.stringlist {
	list-style-type: none;
	line-height: 1.6em;
}

ul.stringlist li {
	display: inline;
	margin: 0 0.5em 0.5em 0;
}

ul.stringlist a {
	white-space: nowrap;
}

.col3 {
	width: 100%;
	margin: 1em 0;
	background: transparent url(media/col3.gif) top left repeat-y;
}

.col3 h3 {
	font-size: 12px;
	margin: 0 0 0 0;
}

.col3 p {
	margin: 0 0 1em 0;
}

.col3 ul {
	list-style-type: none;
	margin: 0 0 1em 0;
}

.col3 ul li {
	margin: 0 0 0.5em 0;
}

.col3 .one, .col3 .two, .col3 .three {
	width: 186px;
	float: left;
/*	background: #fcc;*/
}

.col3 .one {
	margin: 0 20px 0 0;
}

.col3 .two {
	margin: 0 20px 0 20px 0;
}

.col3 .three {
	margin: 0 0 0 20px;
}
	
.col .colitem {
	width: 200px;
	float: left;
	border: 1px solid #cc0;
	background: #ccc;
}


/* INTERVIEW + TALK
------------------------------------------------ */

#column {
	width: 380px;
	line-height: 1.4em;
}

#column h2 {
	clear: none;
	text-transform: none;
	letter-spacing: 0px;
	border: none;
	font-weight: normal;
	text-decoration: underline;
	margin: 1.5em 0 0 0;
}

#column p {
	margin: 0 0 0 0;
}

#sidebar {
	border-left: 1px solid #999;
	width: 200px;
	float: right;
}

#sidebar p {
	margin: 14px;
}

#column.talk p {
	margin: 1em 0;
}


/* SPECIAL
------------------------------------------------ */

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

.clearfix {display: inline-block;}


/* WORKAROUNDS
------------------------------------------------ */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
