/*  
Theme Name: Yet Another Blog
Theme URI: http://www.yetanotherblog.com/
Description: Yet Another Blog custom theme, based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 2.0
Author: Sven Latham
Author URI: http://www.svenlatham.com/

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

*/

/* static menu stuff */
#MenuBlockText { font: 17pt 'Gill Sans','Gill Sans MT', helvetica, tahoma, sans-serif; color: #cccccc }
#MenuBlock a { color: #bebebe; text-decoration: none }
#MenuBlock a.hilite { color: #000000 }
body { margin: 0px }

#page { }
#page a { color: #0000ff; text-decoration: underline }
#page a:visited { color: #660099 }
#page a:hover { color: #aa00aa }
#content { min-width: 300px; width: 55%; margin-left: 3%; float: left; clear: both; overflow: hidden}
#content .post { padding-bottom: 15px; margin-bottom: 15px; border-bottom: dotted 2px #cccccc}
#content .post h2 { font: bold 16pt 'lucida sans unicode','lucida grande',sans-serif }
#content .post h2 a { color: #004488; text-decoration: none }
#content .post .entry { padding-left: 8pt; font: 11pt sans-serif; letter-spacing: 0.4pt }
#content .post .entry li { padding: 4px }
#content .post .postmetadata { padding-left: 8pt; font: 9pt 'lucida console','monaco',monospace; letter-spacing: 0.6pt; color: #999999 }
.sidebar { font: 10pt arial, sans-serif; color: #666666 }
.sidebar a { color: #9933aa }
.sidebar a:visited { color: #cc33cc }
.sidebar h2 { padding-bottom: 3px; margin-bottom: 0px; font: bold 12pt 'lucida sans unicode','lucida grande',sans-serif,;  color: #666666 }
#sideOne {min-width: 150px; margin-left: 3%; width: 15%; float: left}
#sideTwo {min-width: 150px; margin-left: 3%; width: 15%; float: left}
.sidebar ul { list-style-type: none; padding-left: 0px; margin-left: 0px}
.sidebar ul li { margin-left: 0px; padding-left: 3px }
#footer { text-align: center; font: 10pt sans-serif; letter-spacing: 1pt; clear: both; margin: 10px;border-top: solid 1px #cccccc;  }

pre, code { background-color: #eeeeee; border: solid 1px #aaaaaa; font: 9pt monospace; padding: 3px }

.linkcat li { padding: 4px; font-size: 9pt }

