/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* To realign the Opencog logo which has a greater height than the default */
div#logo-back img {
    margin: 16px 0 0;
}

/* Rework the page template so that the left side bar doesn't have post info. Instead place the info at the bottom */

.post-content {
    float: none;
    width: auto;
}
.meta {
    float: none;
    width: auto;
    border-top:1px solid #D9E2E9;
}

/* The below are to get rid of the not particularly nice serif fonts
and to also improve the contrast (gray isn't visible, so use black) */
body {
font:0.75em Verdana,sans-serif;
color: #000000;
}

#sidebar a {color:#2F4F73;}
#sidebar {color:#222222;}

#pages-list li a {
font:0.94em Verdana,sans-serif;
}

#category-list li a {
font-weight: bold;
}

.post-content {
overflow: hidden;
}

}