/*  
Theme Name: fufu
Theme URI: http://blog.rieder.co.uk
Description: Theme shamelessly imitated on the brilliant <a href="http://www.fufurasu.org">Fufurasu</a> blog by Orestes Chouchoulas.
Version: 1.0
Author: Rob Rieder
Author URI: http://rieder.co.uk

	fufu v1.0
	 http://blog.rieder.co.uk

Theme shamelessly imitated on the brilliant http://fufurasu.org blog by Orestes Chouchoulas.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
	font: 10pt  Verdana, Corbel, TrebuchetMS, Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	background: #FFF;
	color: #666;
	text-align: center;
}

#wrapper {
	width: 480px;
	margin: 2px auto;
  margin-bottom: 62px;
	text-align: left;
}

p {
	text-align: justify;
}

a {
	text-decoration: none;
	/*color: #1E1E1E;*/
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #F60;
}

a img {
	border: 0;
}

div.entrydiv a {
  border-bottom:1px dashed #999999;
}

h3 a:hover {
	color: #333;
}

h1, h1 a, h1 a:hover {
	font-weight: bold;
	text-align: left;
	font-size: 24pt;
}

h2, h2 a {
	margin-bottom: 32px;
	margin-top: 0px;
	font-size: 14pt;
	color: #333;
	font-weight: bold;
	/*text-transform: uppercase;*/
}

h3, h3 a {
	margin-bottom: 32px;
	margin-top: 32px;
	font-size: 12pt;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}

ol {
	list-style: outside decimal;
	padding: 0;
	text-align: justify;
	margin-left: 2em;
}

ul {
	list-style: outside square;
	padding: 0;
	text-align: justify;
	margin-left: 2em;
}

input, textarea, #submit {
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 2px;
}

.nextitem {
	position: absolute;
	right: 0;
}

.navigation, .navigation2 {
	position: relative;
	font-size: smaller;
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #CCCCCC;
	text-transform: uppercase;
}


.navigation a, .navigation2 a {
	color: inherit;
}

.navigation a:hover, .navigation2 a:hover {
	color: #F60;
}

.navigation2 {

}

/*sup {
	vertical-align: baseline;
}*/

.entrydate {
	color: #999;
	font-size: smaller;
	margin-top: 32px;
	margin-bottom: 0;
}

.editbutton {
	font-size: smaller;
}

.comments {
	margin-top: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #CCCCCC;

}

.commentdate {
	color: #999;
	font-size: smaller;
}

.commentdate a, .commentdate a:hover {
	color: #999;
}

.commentheader {
	margin-top: 52px;
	margin-bottom: 0px;
}

cite {
	text-transform: uppercase;
	font-style: normal;
	
}

.entrydiv {
	margin-top: 16px;
	margin-bottom: 0px;
	padding-bottom: 32px;
	border-bottom: 1px solid #CCCCCC;
}

#author, #email, #url {
	width: 50%;
}

#comment {
	width: 100%;
}

.leavecomment {
	margin-top: 32px;
}

.about {
	/*padding-bottom: 32px;
	border-bottom: 1px solid #F0F0F0;*/
	margin-top: 2px;
	margin-bottom: 32px;
	text-align: justify;
}

.indextable {
	border-collapse: collapse;
	table-layout: auto;
	width: 120%;
	font: 10pt  Corbel, Helvetica, Arial, sans-serif;
	line-height: 1.4em;
}

.indexdate {
	font-size: smaller;
	text-align: right;
	padding-right: 8px;
	border-right: 1px solid #CCCCCC;
	vertical-align: top;
}

.indextitle {
	padding: 0 8px;
	vertical-align: top;
}

.indexcommentno {
	font-size: smaller;
	text-align: left;
	padding-left: 8px;
	border-left: 1px solid #CCCCCC;
	vertical-align: top;
}

.footer {
	font-size: 0.9em;
	margin-top: 64px;
	margin-bottom: 32px;
	text-align: center;
}