


/*

sort out archive by year view

*/
#banner             { background: url(/media/img/diary-banner-background.jpg) no-repeat;  height: 327px; }
#content-wrapper    { background: black;}

#sidebar            { background: black; }
#sidebar ul         { padding: 20px 10px 0 23px; }
#sidebar li         { padding-bottom: 5px;}
/*
#sidebar a          { color: #5f5f5f; }
*/
#article table      { border-left: 1px solid #383838; }
#article td, #article p         
                    { border: none; padding: none; font-size: 0.8em; vertical-align: top; color: white; }
                    
#article td.right   { text-align: right; min-width: 150px; color: yellow; }
#article td.left    { text-align: left; }

