/* 
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.

*/
.tweets li a
{
    display:inline;
}
.post
{
    min-height:500px;
}
.post .title
{
border:none;
}
#container
{
    background-image:url('http://fact-o-tron.com/wp-content/themes/bueno/styles/green/background_design.png');
    background-repeat:no-repeat;
    background-position:top center;
    /*background-color:#83a456;*/
    margin-left:0;
}
html,body
{
    color:#333;
   background-image:url('http://fact-o-tron.com/wp-content/themes/bueno/styles/green/repeat.jpg');
   background-color:#85A748;
    background-repeat:repeat-x;
    font-family:sans-serif;
    font-size:1em;
}
h3
{
    padding-top:30px;
    padding-bottom:4px;
}
#disqus_thread
{
    padding:20px;
    border:solid 5px #DDD;
    background-color:white;
}

.sidelink:hover
{
    padding-left:3px;
}

#navigation
{
    display:none;
}
#main
{
    width:600px;
}
#sidebar
{
    width:310px;
    margin-left:10px;
    border: 5px solid #EFEFEF;
    padding:5px;
    background-color: #FFF;
}
h2
{
padding-top:10px;
}
.post-meta ul li.author
{
    display:none;
}
.post-meta ul li.comments
{
    width:220px;
}
.post-meta ul li.categories
{
    width:220px;
    border-right:none;
}
.post img
{
    margin:4px;
}
#archiveHeader
{
    padding:25px;
    border:solid 5px #efefef;
    background:#FFF;
    margin-bottom:50px;
}