/*
Theme Name: tumblelog
Theme URI: http://zeo.unic.net.my/notes/tumblelog/
Description: <strong><a href="themes.php?page=theme-options">Configure theme</a></strong>. A WordPress <a href="http://en.wikipedia.org/wiki/Tumblelog">tumblelog</a> theme and is licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a> otherwise noted. Totally open source. Hack it apart and send me a patch!
Version: 2.0
Author: Safirul Alredha
Author URI: http://zeo.unic.net.my
Tags: tumblelog, fixed width, two columns, widgets

Based on Fold by tumblr.

License: GPL
*/

body {
	background: #222 url('images/bg.gif');
	font: 13px/1.54em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #444;
	text-align: center;
	}

a:link, a:visited {
	color: #111;
	}

#header h1 {
	margin-top: 0;
	width: 500px;
	font-weight: normal;
	font-size: 40px;
	line-height: 1.0;
	letter-spacing: -1px
	}

	#header h1 a {
		color: #666;
		text-decoration: none;
		}

#header #blog-description {
	margin-top: -20px;
	width: 500px;
	font-size: 12px;
	color: #777;
	}

h2.date {
	color: #ccc;
	font-size: 24px;
	font-weight: normal;
	text-align: right;
	letter-spacing: -1px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	}

abbr { border: 0; }

h2.entry-title {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	}

	h2.entry-title a {
		color: #444;
		text-decoration: none;
		}

h2, h3 { color: #666; }
h2 a, h3 a { color: #666; }				

div.entry-meta { margin-bottom: 10px; }
div.hentry { margin-bottom: 25px; }

#wrapper { width:780px; margin: 0 auto; color: #888; text-align: left; }
#wrapper a { color: #888; }
#wrapper-inner { width:520px; float:left; padding: 50px 25px 25px; margin-bottom: 10px; background-color: #fff; border-bottom: 8px solid #aaa; }

#sidebar { width: 150px; float: right; background-color: #fff; padding: 90px 25px 25px; border-bottom: 8px solid #aaa; }

#sidebar h2 {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: -1px;
  margin: 10px 0 5px;
	}
	
#sidebar ul { list-style: none; padding: 0; margin: 0; }

#sidebar ul li li { margin-bottom: 5px; line-height: 1.0; }

#footer { 
	clear: both;
	color: #eee;
	font-size: 11px;
	width: 520px;
	}

#footer a {
	color: #eee;
	}

.home .author { display: none; }
	
div.photo .entry-title { display: none; }
div.video .entry-title { display: none; }
div.link .entry-title { display: none; }	
div.quote .entry-title { display: none; }

div.photo img { border: 10px solid #eee; }
div.hentry .description { margin-top: -10px; }
				
div.link {}

	div.link span.raquo {
		font-size: 24px;
		line-height: 1.2;
		color: #666;
		}
	
	div.link a.taggedlink {
		font-size: 24px;
		line-height: 1.2;
		letter-spacing: -1px;
		color: #666;
		text-decoration: none;
		border-bottom: 1px dotted #666;
		}
	
	div.link div.description {
		margin-top: -10px;
		}
	
	body.search div.link span.raquo,
	body.search div.link a.taggedlink {
		font-size: 20px;
		}
		
div.quote {}

	div.quote blockquote {
		font-size: 14px;
		}
		
	div.quote blockquote cite {
		font-size: 12px;
		}

div.chat {}
	
	div.chat ol {
		clear: both;
		list-style-type: none;
		border-left: 5px solid #555;
		margin: 0 0 20px;
		padding: 0;
		}

	div.chat ol li {
		padding: 5px 10px;
		border-bottom: 1px solid #fff;
		}
	
	div.chat ol li cite {
		font-weight: bold;
		}
	
	div.chat ol li.odd {
		background-color: #f4f4f4;
		}
	
	div.chat ol li.even {
		background-color: #e8e8e8;
		}
	
	div.chat ol li blockquote {
		margin: 0;
		display: inline;
		}

div.wp-caption {
	margin: 10px 0 0;
	border: 5px solid #eee;
	text-align: center;
	background-color: #eee;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	margin: 0;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
		
div.navigation {
	text-align: center;
	}	
