/*

Theme Name: BookTwo
Theme URI: http://booktwo.org/
Description: booktwo.org basic original theme.
Version: 1.0
Author: James Bridle
Author URI: http://www.shorttermmemoryloss.com/


booktwo
Stoke Newington
London N16

www.booktwo.org

This Edition: September 2006

1 3 5 7 9 8 6 4 2

Theme Copyright &copy; 2006 James Bridle

James Bridle asserts the moral right to be
identified as the author of this work.

A catalogue record for this site is
available from www.archive.org

IP Number: 193.254.210.162

Set in Helvetica by Shorttermmemoryloss.com
London, England

Content: Some rights reserved
http://creativecommons.org/licenses/by-nc-nd/2.5/

INDEX:

	* body
	* layout
		+ content
		+ header
		+ main
		+ sidebar
	* footer
	* navbar
        * Wordpress
	* typography
	* sidebar & del.icio.us Linkroll
        * flickr stream
	* images
	* lists
	* forms
	* comments
	* Misc Layout & Typography

-- Look, learn, but don't steal :) --

*/

#emergency {
width: 100%;
background: #ccff33;
text-align: center;
border-bottom: 1px solid #333;
}

body {
	margin: 0;
	padding: 0px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Verdana, sans-serif;
	background: #fff url(images/background.png) 50% 0 no-repeat;
	color: #222;
	text-align: center;
	}

.clear {
        clear: both;
        }


/* Layout
---------------------------------------------------------- */

.content {
	width: 800px;
	margin: auto;
	margin-top: 60px;
	padding: 0px;
	overflow: auto;
	position: relative;
	}

.header {
	margin: 0px 20px 20px 30px;
	padding: 0px;
	background: transparent;
	text-align: left;
	}

.main {
	float: left;
	width: 460px;
	margin: 0 20px 0px 15px;
	padding: 0px;
	background: transparent;
	text-align: left;
	line-height: 20px;
	overflow: hidden;
	}
html>body .main {
	width: 500px;
	margin: 0 20px 0 30px;
}

.sidebar {
	float: right;
	width: 220px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: transparent;
	overflow: hidden;
	}


/* Footer 
---------------------------------------------------------- */
ul.footer_comments {
	display: inline;
	list-style: none;
	}
ul.footer_comments li {
	display: inline;
	}

.footer {
	clear: both;
      margin: 10px 0 0 0;
	padding: 0 0 20px 0;
	background: #333;
        border-top: 2px solid #999;
	color: #fff;
	text-align: center;
	min-height: 100%;
	}

.footerbox {
	margin: auto;
	width: 800px;
	padding: 20px 0 0 0;
	text-align: left;
        clear: both;
	}

.footerbox div.extra {
	float: left;
	width: 30%;
	padding: 10px;
        }
	
.footer a:link, .footer a:visited {
	color: #fff;
	border-bottom: dotted 1px #fff;
	text-decoration: none;
	}

.footer a:hover, #footer a:active {
	color: #fff;
	border-bottom: solid 1px #fff;
	padding: 0px;
	}
	
.footer p {
	font-size: 1.4em;
	}
	
.footer h3 {
	font-size: 1.2em;
	border: 0px;
	font-weight: bold;
	}

/* Navbar
---------------------------------------------------------- */

.navbar {
	margin: 10px 0 0 0;
	padding: 12px 0px 12px 0px;
	background: transparent;
	font-weight: bold;
	font-size: 1.4em;
	text-transform: lowercase;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	}

.navbar li {
        font-size: 20px;
      }


/* Wordpress 
---------------------------------------------------------- */

.post {
	margin: 0 0 50px 0;
        }

.postmetadata {
	font-size: 1.2em;
        padding: 10px;
        border-left: 1px dotted #000;
        }

.postmetadataalt {
        margin-top: 40px;
	font-size: 1.0em;
        border-top: 1px solid black;
        }


/* Typography 
---------------------------------------------------------- */

p {
	font-size: 1.4em;
        line-height: 1.5;
	}

ul, li {
        font-size: 14px;
        line-height: 1.5;
      }

small {
	font-size: 1.2em;
	}

p a, h1 a, blockquote a, cite a, ul a, ol a {
	color: #990000;
	text-decoration: none;
	border-bottom: dotted 1px #990000;
}

p a:hover, h1 a:hover, blockquote a:hover, cite a:hover, ul a:hover, ol a:hover, p a:active, h1 a:active, blockquote a:active, cite a:active, ul a:active, ol a:active {
	color: #990000;
	border-bottom: solid 1px #990000;
	padding: 0px;
}

h2 a:link, h3 a:link, h4 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	color: #990000;
	text-decoration: none;
}


h2 a:hover, h3 a:hover, h4 a:hover, h2 a:active, h3 a:active, h4 a:active {
	color: #000;
	padding: 0px;
}


h1 {
	font-size: 2.4em;
	font-weight: bold;
	padding: 0px;
	margin: 25px 0px 0px 0px;
	line-height: 120%;
	border-bottom: 1px black solid;
	}

h2 {
	font-size: 1.6em;
	padding: 0px;
	line-height: 120%;
	border-bottom: 1px black solid;
	}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	text-transform: uppercase;
	}

.mbl_h {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 8px;
	font-weight: bold;
	padding: 0px;
	text-transform: uppercase;
	}

.header h1 {
	margin-top: 0px;
	font-size: 4.8em;
	font-weight: bold;
	padding: 0px;
	border: 0px;
	}

/* sidebar & del.icio.us Linkroll 
---------------------------------------------------------- */

.sidebarbox {
        margin-bottom: 50px;
        }

.delicious-posts h2 {
	font-weight: bold;
	padding: 0px;
	text-transform: uppercase;
	border: 0px;
	}
	
p.delicious-extended {
	font-size: 1.0em;
	}
	
.tagcloud a:link, .tagcloud a:visited {
	color: #990000;
	text-decoration: none;
}

.tagcloud a:hover, .tagcloud a:active {
	color: #990000;
	border-bottom: dashed 1px #990000;
	padding: 0px;
}


/* flickr stream
---------------------------------------------------------- */

.flickr {
	margin: 4px 0;
	}
.flickr img {
	float: left;
	margin: 0 12px 12px 0;
	width: 50px;
	height: 50px;
	padding: 4px;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	background: #eee;
	}
.flickr a:hover img {
	background: #990000;
	}


/* Comments
---------------------------------------------------------- */

.commentlist li, #commentform input, #commentform textarea {
	font: 1.5em Helvetica, Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	font-size: 1em;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1em;
	}

.commentmetadata {
	font-weight: normal;
	font-size: 1em;
	}

.mycomment {
	background-color: #f5e5e5;
	border: solid 2px #f5e5e5;
	}

#commentbutton {
	margin: 10px 0;
        }

/* Images 
---------------------------------------------------------- */

img, img a, a img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
        float: right;
	}

img.left {
	padding: 4px;
	margin: 0 7px 2px 0;
        float: left;
	}


/* Lists 
---------------------------------------------------------- */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, .sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
	}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.catlist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.catlist li {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	}

.linklist h2 {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px;
	text-transform: uppercase;
        border: none;
	}

.linklist ul ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}

.linklist li li {
	font-size: 0.8em;
	list-style: none;
	}



/* Forms
---------------------------------------------------------- */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

.sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

.entry form {
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}



/* Comments
---------------------------------------------------------- */

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


/* Misc Layout & Typography 
---------------------------------------------------------- */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
        border-left: 1px solid #990000;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 1.4em;
	}

.navigation a, .navigation a:visited {
	color: #990000;
	text-decoration: none;
        }

.navigation a:hover, .navigation a:active {
	color: #990000;
	border-bottom: dashed 1px #990000;
	padding: 0px;
        }

.hide { display: none; }
.styleswitcher { display: none; }
#skip { display: none; }
