/*
Theme Name: Jan vs. Fefe - The return of Awesomeness
Theme URI: http://janwillhaus.de/janvsfefe.css
Description: Created to make a very good even better. This theme is pure awesomeness.
Version: 1.0
Author: Jan Willhaus
Contact: mail@janwillhaus.de
*/

html {
	background: url(bg-body.jpg) repeat fixed; 
	color: #000000;
	font-family: Palatino, Georgia, Times, serif;
}

body {
	background-color: rgba(255,255,255,0.9);
	border-left: 1px solid rgba(0,0,0,0.3);
	border-right: 1px solid rgba(0,0,0,0.3);
	width: 800px;
	line-height: 1.5em;
	margin: 0 auto 0 auto;
	padding: 20px;
	text-align: justify;	
	font-size: 12pt;
}

h2 {
	display: block;
	padding: 15px 0 15px 0;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
	text-align: center;
	font-size: 200%;
	font-weight: bold;
}

h2 a {
	text-decoration: none;
	color: #000000;
}

h3 {
	display: block;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
	margin-bottom: 0;
	text-align: center;
	font-size: 150%;
	letter-spacing: 5pt;
}

a {
	text-decoration: none;
	color: #333388;
}

a:hover{
	text-decoration: underline;
	color: #333366;
}

ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 60px;
}

body > ul > li {
	position: relative;
	margin: 0 auto 20px auto;
  	padding: 15px 15px 50px 15px;
  	border: 1px solid rgba(0,0,0,0.2);
  	background-color: rgba(0,0,0,0.1);
  	-moz-box-shadow: 1px 1px 3px #777;
	-webkit-box-shadow: 1px 1px 3px  #777;
	box-shadow: 1px 1px 3px  #777;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

body > ul > li > a:first-child {
	vertical-align:bottom;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1pt;
	line-height: 1em;
	padding: 3px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	float: right;
	font-size: 65%;
	text-align: center;
	margin: 20px 15px 15px 15px;
	color: #333388;
	background-color: rgba(0,0,0,0.1);
	border: 1px solid #333388;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

body > ul > li > a:first-child:hover {
	background-color: rgba(200,200,255,0.2);
	color: #333366;
	border-color: #333366;
	text-decoration: none;
  	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

body > ul > li > a:first-child:before{
	font-size: 100%;
	content: "Permalink: ";
}

ul li ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 0;
}

ul li ul li{
	background: none;
	border: none;
	margin: 0;
	padding: 5px;
	list-style-type: square;
  	list-style-position: inside;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

ul li li {
  list-style-position: inside;
  list-style-type: square;
  margin-bottom: 0.6em;
}

blockquote {
	border: 1px solid rgba(0,0,0,0.1);
  	border-left: 4px solid #999;
  	margin-left: 10px;
  	padding: 5px;
  	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

body > b, body > p {
	font-size: 100%;
	margin: 0;
	display: block;
	text-align: center;
}

/* iPhone specific */
@media screen and (max-device-width: 480px){
body {
	-webkit-text-size-adjust:none;
	font-size: 28pt !important;
}

ul {
	margin-bottom: 120px;
}

body > ul > li {
	margin: 0 auto 50px auto !important;
  	padding: 15px 15px 130px 15px !important;
}

body > ul > li > a:first-child {
	padding: 30px !important;
	font-size: 80%;
	-webkit-border-radius: 20px;

}
