/* Main layout and body */
body, h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
}

body {
	font-size: 10pt;
	width: 760px;
	margin: 10px auto;
	text-align: center;
}

.clear {
	clear: both;
}

#wrapper {
	text-align: left;
}

#banner {
	margin-bottom: 15px;
}


/* Generic content areas */

.content {
	/*font-family: Georgia, Palatino, serif; */
	font-size: 10pt;
	line-height: 170%;
}

.content li + li {
	margin-top: 0.5em;
}

a:link, a:visited
{
	text-decoration: none;
	border-bottom: 1px dotted #999;
	color: inherit;
}

a:hover, a:focus, a:active
{
	/*color: blue;*/
	background-color: #eee;
	border-bottom: 1px solid black;
}

ul > li {
	padding-top: 0.5em;
	line-height: 120%;
	
	list-style: disc outside none;
	margin-left: 2em;
}

/* Left sidebar panels */

#links {
	width: 180px;
	float: left;
	margin: 0;
	padding: 0;
}

ul#mainlinks {
	display: block;
	padding: 0;
	margin: 0;
}
	
ul#mainlinks li {
	display: block;
	margin: 0 0 15px 0;
	padding: 5px;
	text-align: center;
	background-color: #ccc;
}

ul#mainlinks > li a:link,
ul#mainlinks li a:visited,
ul#mainlinks li a:focus,
ul#mainlinks li a:active
{
	text-decoration: none;
	color: black;
	font-size: 120%;
	font-weight: bold;
	border: none;
}

ul#mainlinks li a:hover {
	color: white;
	background-color: #ccc;
}

.books, .friends {
	border: 1px solid black;
	padding: 10px;
	margin-top: 1em;
}

.books-header, .friends-header {
	display: block;
	margin: 0 0 0.5em 0;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

.friends ul, .books ul {
	margin: 0;
}

.books ul {
	padding: 0;
	text-align: center;
}

.books ul li a,
.books ul li a:link,
.books ul li a:visited,
.books ul li a:hover,
.books ul li a:focus,
.books ul li a:active,
.books ul li a img,
.books ul li a:link img,
.books ul li a:visited img,
.books ul li a:hover img,
.books ul li a:focus img,
.books ul li a:active img {
	border: none !important;
}

.books a {
	background-color: white !important;
}

.books #books-ajax-currently-reading li, .books #books-ajax-read li {
	display: block;
	clear: both;
	list-style-type: none;
	padding: 5px 0;
	margin: 0;
}

.books #books-ajax-to-read li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

.books #books-ajax-currently-reading li .cover img, .books #books-ajax-to-read li .cover img, .books #books-ajax-read li .cover img {
	margin: 2px;
}

.books #books-ajax-to-read li .cover img {
	max-width: 35px;
	max-height: 55px;
}

/*
.books #books-ajax-read li a.cover {
	clear: both;
	float: left;
	margin-right: 5px;
}
*/

.books #books-ajax-read .rating {
	text-align: center;
}

.books li .review {
	text-align: left;
	font-size: 80%;
}

.books .books-footer {
	clear: both;
	font-size: 60%;
	text-align: center;
	margin-top: 10px;
}

.friends li {
	margin: 0;
	padding: 0 0 0.5em 0;
}

/*
	#books li {
		clear: both;
		display: block;
		text-align: right;
		margin: 10px 0 0 0;
	}
	
	#books li.alt {
		text-align: left;
	}
	
	#books li .cover {
		float: right;
		border: none;
		margin-bottom: 15px;
		margin-left: 10px;
	}
	
	#books li.alt {
	}
	
	#books li.alt .cover {
		float: left;
		margin-left: 0;
		margin-right: 10px;
	}

	#books li .title {
		font-weight: bold;
		line-height: 140%;
	}
	
	#books li .author {
		margin-top: 0.5em;
		font-size: 80%;
	}
*/



/*  Blog repost  */

#blog {
	width: 560px;
	/*background-color: #f8f8ff;*/
	float: right;
	border-top: 4px solid black;
}

/* ...title */
#blog #blog-title {
	font-weight: bold;
	font-size: 80%;
	margin: 0 0 10px 0;
	padding: 3px 0;
	text-align: center;
	border-bottom: 1px solid black;
}

#blog #blog-title a:link,
#blog #blog-title a:visited,
#blog #blog-title a:active
{
	text-decoration: none;
	color: black;
}

#blog #blog-title a:hover,
#blog #blog-title a:focus
{
	color: blue;
}

/* ...blog display area */
#blog .feedburnerFeedBlock {
	font-size: 10pt;
	color: black;
	padding: 0px;
}

/* ... blog items */
#blog .feedburnerFeedBlock ul {
	margin: 0;
	padding: 10px;		
}

#blog .feedburnerFeedBlock > ul > li:first-child {
	clear: none;
	padding-top: 0;
}

#blog .feedburnerFeedBlock > ul > li {
	display: block;
	list-style-type: none;
	padding-top: 30px;
	clear: both;
}

#blog .feedburnerFeedBlock > ul > li .headline {
	display: block;
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
}

#blog .feedburnerFeedBlock > ul > li .headline a,
#blog .feedburnerFeedBlock > ul > li .headline a:visited,
#blog .feedburnerFeedBlock > ul > li .headline a:active
{
	display: block;
	text-decoration: none;
	color: inherit;
	border: none;
	border-bottom: 1px dotted black;
}

#blog .feedburnerFeedBlock > ul > li .headline a:focus,
#blog .feedburnerFeedBlock > ul > li .headline a:hover
{
	color: blue;
	border-bottom: 1px solid black;
}

#blog .feedburnerFeedBlock > ul > li > div,
#blog .feedburnerFeedBlock > ul > li .date
{
	display: block;
	/* font-family: Georgia, Palatino, serif; */
}

#blog .feedburnerFeedBlock > ul > li > .date {
	font-size: 80%;
	font-style: italic;
	text-align: right;
	margin: 0;
	padding-top: 3px;
}		

/* ...item content */
#blog .feedburnerFeedBlock > ul > li > div {
	line-height: 170%;
	margin-top: -0.5em;
	/* text-align: justify; */
	/* margin: 1.5em; */
}

#blog .feedburnerFeedBlock > ul > li > div ul > li
{
	/* inherited clear was interfering with a float
			higher up the containment hierarchy */
	clear: none;
}

/*
#blog .feedburnerFeedBlock > ul > li > div a[href^="http://www.matthiasferber.net/"]
{
	font-size: 80%;
	font-weight: bold;
}
*/

#blog .feedburnerFeedBlock > ul > li > div a:link,
#blog .feedburnerFeedBlock > ul > li > div a:visited
{
	text-decoration: none;
	border-bottom: 1px dotted #999;
	color: inherit;
}

#blog .feedburnerFeedBlock > ul > li > div a:hover,
#blog .feedburnerFeedBlock > ul > li > div a:focus,
#blog .feedburnerFeedBlock > ul > li > div a:active
{
	/*color: blue;*/
	background-color: #eee;
	border-bottom: 1px solid black;
}

#blog .feedburnerFeedBlock div#creditfooter {
	display: none;
}

#blog div#syndication-links {	
	float: right;
	margin: 0;
	padding: 5px 15px 20px 40px;
	font-weight: bold;
	font-size: 100%;
	line-height: 180%;
	background-color: inherit;
}

#blog div#syndication-links ul {
	margin: 0;
	padding: 0;
}

#blog div#syndication-links li {
	list-style-type: none;
	text-align: right;
}

#blog div#syndication-links li a:link,
#blog div#syndication-links li a:visited
{
	text-decoration: none;
	color: black;
}

#blog div#syndication-links li a:hover,
#blog div#syndication-links li a:focus,
#blog div#syndication-links li a:active
{
	color: blue;
}

#blog div#syndication-links img
{
	border: none;
}