    
    
/*
  post list
*/
.post-list div.entry {
    clear: both;
    padding: 0 0 5px !important;
    margin: 0 0 5px !important;
/*    border-bottom: 1px solid #87B83D; */
}

.entry-title, .entry-meta {
    display: block;
}


.post-list div.entry:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow: hidden;
    clear: both; 
    visibility: hidden;
}

.post-list div.entry a { text-decoration: none; }

.post-list div.entry a:hover { text-decoration: underline; }

.post-list .entry-title {
    font-size: 1.6em;
    font-weight: bold;
}

.post-list .entry-meta {
    font-size: 0.8em;
}

.post-list .post-body {
    padding-left: 15px;
}  

.sourcetable pre {
    font-size: 12px;
}

#archives .archive-subunit    {
    width: 132px;
    float: left;
}    

#archives    h2    {
    float: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: right;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}
    
#archives    h2.year {
    clear: both;
    text-align: left;
    padding: 40px 5px 10px 5px;
    font-size: 12px;
}


#archives    .archive-subunit    h2    span    {
    font-size: 12px;
}


#archives    .archive-subunit    h2    {
    float: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}


#archives    h2    a    {
    display: block;
    padding: 7px 5px 12px 5px;
}

#archives    h2    a:hover,
#archives    h2    a:active    {
    display: block;
    text-decoration: none;
}

#archives    h2    span    {
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    text-align: left;
    text-transform: none;
}

ol li.single-post {
    margin-bottom: 15px;
}

div.post-header{
}

.list-header {
    padding: 3px;
}

.list-description {
    font-style: italic;
}


/*
  Some specific sidebar stuff
 */

img.profile {
    padding: 2px;
    float: left;
}

.widget {
    width: 100%;
    padding: 5px;
    margin: 5px;
    display: block;
}

.widget h2 {
    display:block;
    font-size:larger;
    font-weight:bolder;
    padding:3px 5px;
    clear: both;
}

.widget ul, ol.post-list, ul.sidebar {
	list-style: none;
}


/*
  Autocard
*/
.decklist {
    clear: both;
	font-size: 12px;
}

.decklist li {
	list-style: none;
}

.decklist li.header {
    font-weight: bold;
}

.decklist ul.decklist_group {
    float: left;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0;
}

/*
Tag cloud
*/
#switcher a.current {
    font-weight: bold;
}

.tag-cloud {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.tag-cloud .tag-count {
    display: none;
}

.tag-cloud li {
    display: inline;
    padding-left: 2px;
    padding-right: 2px;
}

.tag-cloud .tag-1 {
    font-size: 1em;
}
.tag-cloud .tag-2 {
    font-size: 1.2em;
}
.tag-cloud .tag-3 {
    font-size: 1.4em;
}
.tag-cloud .tag-4 {
    font-size: 1.6em;
}

/*
Stream
*/
div.post-list .streamitem  table td div {
    width: 540px;
}

.widget .streamitem {
    font-size: 0.8em;
}

.streamitem  table {
    margin: 0;
    padding: 0;
}

.comment_header {
  width: 75px;
  float: left;
  padding: 8px;
}

/*
Syntax highlighting
*/
.hll { background-color: #ffffcc }
.c { color: #aaaaaa; font-style: italic } /* Comment */
.err { color: #F00000; background-color: #F0A0A0 } /* Error */
.k { color: #0000aa } /* Keyword */
.cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */
.cp { color: #4c8317 } /* Comment.Preproc */
.c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */
.cs { color: #0000aa; font-style: italic } /* Comment.Special */
.gd { color: #aa0000 } /* Generic.Deleted */
.ge { font-style: italic } /* Generic.Emph */
.gr { color: #aa0000 } /* Generic.Error */
.gh { color: #000080; font-weight: bold } /* Generic.Heading */
.gi { color: #00aa00 } /* Generic.Inserted */
.go { color: #888888 } /* Generic.Output */
.gp { color: #555555 } /* Generic.Prompt */
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.gt { color: #aa0000 } /* Generic.Traceback */
.kc { color: #0000aa } /* Keyword.Constant */
.kd { color: #0000aa } /* Keyword.Declaration */
.kn { color: #0000aa } /* Keyword.Namespace */
.kp { color: #0000aa } /* Keyword.Pseudo */
.kr { color: #0000aa } /* Keyword.Reserved */
.kt { color: #00aaaa } /* Keyword.Type */
.m { color: #009999 } /* Literal.Number */
.s { color: #aa5500 } /* Literal.String */
.na { color: #1e90ff } /* Name.Attribute */
.nb { color: #00aaaa } /* Name.Builtin */
.nc { color: #00aa00; text-decoration: underline } /* Name.Class */
.no { color: #aa0000 } /* Name.Constant */
.nd { color: #888888 } /* Name.Decorator */
.ni { color: #800000; font-weight: bold } /* Name.Entity */
.nf { color: #00aa00 } /* Name.Function */
.nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */
.nt { color: #1e90ff; font-weight: bold } /* Name.Tag */
.nv { color: #aa0000 } /* Name.Variable */
.ow { color: #0000aa } /* Operator.Word */
.w { color: #bbbbbb } /* Text.Whitespace */
.mf { color: #009999 } /* Literal.Number.Float */
.mh { color: #009999 } /* Literal.Number.Hex */
.mi { color: #009999 } /* Literal.Number.Integer */
.mo { color: #009999 } /* Literal.Number.Oct */
.sb { color: #aa5500 } /* Literal.String.Backtick */
.sc { color: #aa5500 } /* Literal.String.Char */
.sd { color: #aa5500 } /* Literal.String.Doc */
.s2 { color: #aa5500 } /* Literal.String.Double */
.se { color: #aa5500 } /* Literal.String.Escape */
.sh { color: #aa5500 } /* Literal.String.Heredoc */
.si { color: #aa5500 } /* Literal.String.Interpol */
.sx { color: #aa5500 } /* Literal.String.Other */
.sr { color: #009999 } /* Literal.String.Regex */
.s1 { color: #aa5500 } /* Literal.String.Single */
.ss { color: #0000aa } /* Literal.String.Symbol */
.bp { color: #00aaaa } /* Name.Builtin.Pseudo */
.vc { color: #aa0000 } /* Name.Variable.Class */
.vg { color: #aa0000 } /* Name.Variable.Global */
.vi { color: #aa0000 } /* Name.Variable.Instance */
.il { color: #009999 } /* Literal.Number.Integer.Long */


/* New structure as of Apr 2010 (/
body {
  /*font-family: Verdana,"BitStream vera Sans",Helvetica,Sans-serif;*/
  background: url("/files/img/gray_bg.gif");
}
#bd {
  /*background: url("/files/img/black_bg.png") repeat-y;*/
  background-color: white;
}
#sidebar {
  font-size: 12px;
}
#sidebar a {
}
#sidebar div {
  padding: 10px;
}
#sidebar h2 {
  color: black;
  font-weight: bold;
  font-size: 16px;
}
#sidebar input.searchbox {
  width: 100px;
}
#sb-about li {
  list-style: circle;
  margin-left: 20px;
}
#hd {
  background-color: #474747;
  height: 50px;
  padding: 30px;
  color: white;
}
#logo {
  background: transparent url(/files/img/icons/panda.png) no-repeat scroll left 5px;
  display:inline;
  float:left;
  margin-left:20px;
  margin-right:20px;
  margin-top:10px;
  padding-left:40px;
  padding-right:40px
  height: 40px;
}
#logo h1 a {
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
#logo .description {
  text-transform: lowercase;
}
ul.actions a {
  display:block;
  float:left;
  height:48px;
  line-height:20px;
  padding:5px 5px 5px 52px;
  text-decoration:none;
  margin: 1px;
  width: 64px;
  background: #f7f7f7 no-repeat scroll left 5px;
}
#sb_feedrss {
  background-image: url(/files/img/icons/rss.png);
}
#sb_twitter {
  background-image: url(/files/img/icons/twitter.png);
}
#sb_about {
  background-image: url(/files/img/icons/panda_48.png);
}
#sb_archives {
  background-image: url(/files/img/icons/folder_blue_stuffed.png);
}

#yui-main {
  padding: 10px;
}

.itemhead h3 a {
  color: black;
  text-decoration: none;
  font-size:20px;
  font-weight:bold;
  letter-spacing:-1px;
  line-height:24px !important;
}
.itemhead h3 a:hover {
  color: red;
}
.chronodata {
  font-size: 10px;
  color: gray;
}
