/*
Theme Name: Black and White Bars
Description: Minimal but stunning
Version: 1.0
Author: Fruit Salad Studios
Author URI: http://fruitsaladstudios.com
Tags: black, white
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

body {
	background-color: white;
	font-family: "Georgia", Times New Roman, serif;
	font-size: 100%;
	font-color: black;
	}

a {
	color: black;
	text-decoration:none;
	} 
a:hover {
	color: #999999;
	text-decoration:none;
	}
h1,h2,h3,h4,h5,h6{
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 5pt;
	}

h1 {
	font-size:110%;
	}
h2 {
	font-size: 100%;
	}
h3 {
	font-size: 97%;
	}
h4 {
	font-size: 95%;
	}
h5 {
	font-size: 93%;
	}
h6 {
	font-size: 90%;
	}
#titling {
	background: silver;
	margin-left: -27px;
	padding-left: 27px;
	margin-right: -27px;
	padding-right: 27px;
	height: 40px;
	}
#titling h1 { line-height: 40px;}

#navbar {
	background: white;
	margin-left: -27px;
	padding-left: 27px;
	margin-right: -27px;
	padding-right: 27px;
	height: 25px;
	}
#navbar li {
	display: inline;
	margin-right: 45px;
	font-size: 85%;
	line-height: 25px;
	}

.storycontent {
	font-size: 85%;
	}
.feedback {
	font-size: 80%;
	font-style: italic;
	}

.page {
	background-image: url( 'images/bar.png' );
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: -25px;
	padding-top: 25px;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
	background-color: white;
	width: 880px;
	}

#content {
	width: 600px;
	}

.postbox {
	background: white;
	padding: 10px;
	margin: 30px;
	}
.postbox h4 {
line-height: 95%;
}
.prevnext {
	background: white;
	width: 550px;
	height: 20px;
	padding: 10px;
	font-size: 80%;
	}

.menu {
	float: right;
	width: 175px;
	margin-bottom: -500px;
	padding-bottom: 500px;
	background-color: white;
	font-size: 8pt;
	}
#tags {
border-top: 1pt solid black;
margin-top: 10px;
margin-right: -27px;
padding-right: 27px;
}
#tags h6 {
margin-top: 10px;
margin-bottom: -10px;
font-weight: normal;
}

#sidenotes {
	margin-top: 20px;
	font-style: italic;
	font-size: 80%;
	}

.wp-tag-cloud li{
list-style-type: none;
	}

#search {
margin-top: 25px;
}