/*
Theme Name: fffsp
Theme URI: http://sho.wca.se/fffsp-wordpress-theme/
Description: A minimalistic theme with alot of white space
Version: 0.1
Author: Johan Gunnarsson
Author URI: http://sho.wca.se/
Tags: white, fixed width, one column, simple, minimalistic
*/


body {
	padding: 0;
	margin: 10px 0 50px 100px;
    font-size:62.5%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
	text-align: left;
	background: #fff url(images/stripe.png) repeat;
	}

#content {
	background-color: #fff;
	margin: 0;
	padding: 20px 50px 50px 50px;
	width:750px;
    font-size:1.2em;
	line-height:1.8em;
}

.postcontent {
	margin: 0;
	padding: 0;
	width:  500px;
	}
	
#tagcloud {
	margin: 0;
	padding: 0;
	width:  500px;
	}

.wp-tag-cloud {
	margin: 0 0 50px 0;
	padding: 0;
	}

.wp-tag-cloud li {
	display: inline;
	}
	
.wp-tag-cloud a:link, .wp-tag-cloud a:visited, .page-navigation a:link, .page-navigation a:visited {
	color: #fff;
	background-color: #bbb;
	padding: 0 2px 0 2px;
	}

.wp-tag-cloud a:hover, .wp-tag-cloud a:active, .page-navigation a:hover, .page-navigation a:active {
	color: #ffff;
	background-color: #f09;
	padding: 0 2px 0 2px;
	}

.page-navigation {
	margin: 1em 0 2em 0;
	}

h1 {
text-indent : -9999px;
height: 14px;
}

img, img a {border:  0; }
	
ul#menu {
	padding: 1em 0 1em 0;
	margin: 0 0 3em 0;
	font: 1.2em/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	list-style-type: none;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color:  #000;
	}
	
.cat-item {
	display: inline;
	padding: 0.2em;
	margin-right:  0.3em;
	background-color: #555;
	border-bottom: 5px solid #bbb;
	}

.cat-item:hover {
	background-color: #000; 
	border-bottom: 5px solid #f09;

	}
	
.cat-item a, .cat-item a:active, .cat-item a:visited, .cat-item a:hover { color:  #fff; }
	
h2 {
	margin: 0 0 .8em 0;
	padding: 0;
	text-transform: uppercase;
	font: 2em/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	}
	
h2 a, h2 a:active, h2 a:visited { color: #000; background-color: #fff}
	
h2.a:hover { color: #999; background-color: #fff;}
	
.quote {
	margin: 20px 5px 20px 20px;
	padding-left: 15px;
	font: italic 2.5em/1em Palatino, Times, serif;
	color: #aaa;
	width: 200px;
	float: right;
	border-left: 5px solid #f09;
	}
	
.date_box {
	padding: 5px 10px 5px 10px;
	margin: 15px -100px 0 0;
	width:  40px;
	font: 1em/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	background-color: #fff; /*#fe0*/
	float: left;
	position: relative;
	right: 100px;
	text-align: center;
	}
	
.date_text {
	font-size: 2.6em;
	line-height: 1em;
	}

.date_box em {
	font-style: normal;
	}

#sidebar {
	margin: 0;
	padding: 0;
	width: 180px;
	font-size:1.2em;
	float: right;
	position: absolute;
	top: 350px;
	left: 720px;
	}
	
.sidebar_menu {
	list-style-type: none;
	margin:  0;
	padding:  0;
	line-height: 1.5em;
	}
	
.sidebar_menu li { 
	margin: 0;
	padding:  0;
}

.sidebar_menu a:link, .sidebar_menu a:visited {
	color: #f09;
	padding:  2px;
	background-color: #eee;
	}

.sidebar_menu a:hover, .sidebar_menu a:active {
	color: #f09;
	background-color: #ddd;
	}

.meta {
	margin: 30px 0 30px 0;
	padding-bottom: 10px;
	font: 1em/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	border-bottom: 2px solid #000;
	width: 500px;
	}
	
.commentlist a:link, .commentlist a:visited {
	color:#666;
	background-color: #eee;
	}

.commentlist a:hover, .commentlist a:active {
	color:#333;
	background-color: #ccc;
	}

#commentform a:link, #commentform a:visited {
	color:#666;
	background-color: #eee;
	}
	
#commentform a:hover, #commentform a:active {
	color:#333;
	background-color: #ccc;
	}
	


/* * * * * * * * * * * * * * * * * * 
General style
* * * * * * * * * * * * * * * * * */

.post ul {
	list-style-image: url(images/bullet1.png);
	}
	
.post ul li {
	border-bottom:  0px solid #eee;
	}
	
br.clear {
	clear: both;
	}
	
.vspace {
	margin-bottom: 1em;
	}
	
p { margin-top: 1px; }
	
hr {
	margin: 1em 0 1em 0;
	border:0;
	border-top: 2px solid #000;
	height: 0;
 	background: #000;
	}
	
a, a:active, a:visited, a:hover {
	text-decoration: none;
	}
	
.postcontent a, .postcontent a:active, .postcontent a:visited,
.meta a, .meta a:active, .meta a:visited {
	color: #f09;
	background-color: #eee;
	}

.postcontent a:hover, .meta a:hover {
	color: #fff;
	background-color: #f09;
	}
	

	
/* * * * * * * * * * * * * * * * * * 
Footer stuff 
* * * * * * * * * * * * * * * * * */
	
.footer_wrap {
	margin:0;
	padding:1em;
	width: 500px;
	background-color: #eee;
	color: #444;
	font: 1em/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	border-top:  2px solid #fff;
	}
	
ul.links{
	margin: 0;
	padding: 0;
	}
	
ul.links li {
	margin: 0 .5em 0 0;
	padding: 0;
	display: inline;
	width: 150px;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	}
	
ul.footer {
	margin: 0;
	padding: 0;
	}
	
ul.footer li {
	margin: 0 1em 0 0;
	padding: 0;
	float: left;
	width: 150px;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	}
	
.footer_wrap a, .footer_wrap a:active, .footer_wrap a:visited, .post ul a, .post ul a:active, .post ul a:visited {
	color: #f09;
	background-color: #eee;
	}
	
.footer_wrap a:hover, .post ul a:hover {
	background-color: #ddd;	
	}
	
.small-text {
	font-size: 0.75em;
	float: right;
	}

/* * * * * * * * * * * * * * * * * * 
Comment form stuff 
* * * * * * * * * * * * * * * * * */
	
#author, #url, #email {
	border: 1px solid #ccc;
	background-color: #eee;
	}
	
#submit {
	margin-bottom: 50px;
	border: 1px solid #ddd;
	background-color: #eee;
	}
	
#comment {
	border:  1px solid #ddd;
	background-color: #eee;
	width:  30em;
	height: 5em;
	font: 1em/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
.commentlist ol {
	margin:  0;
	padding: 0;
	}
	
.singlecomment {
	margin: 10px 0 20px 0;
	padding: 0 0 0 5px;
	width:  400px;
	border-left:  2px solid #ddd;
	}