/*   
Theme Name: Buzzard Games
Theme URI: http://www.buzzardgames.com/blog/
Description: The Buzzard Games blog theme
Author: Gareth Taft
Author URI: http://www.buzzardgames.com/
Version: 1.0
Tags: simple,clean
.
Copyright Gareth Taft
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
#container {
  float:left;
  width:620px;
}
#sidebar {
  float:left;
  width:330px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
        margin: 0 0 1.5em 0;
        overflow: auto;
}
.skip-link {
        display: none;
}
.menu ul {
        list-style: none;
        margin: 0;
}
.menu ul ul {
        display: none;
}
.menu li {
        display: inline;
}
.menu a {
        display: block;
        float: left;
}


/* =Content
-------------------------------------------------------------- */
#content {
  padding-right:50px;
}
.post {
        margin: 0;
}
.entry-content, .entry-summary {
        margin: 1.5em 0 1em 1em;
}
.entry-utility {
        border-top:2px dotted #FFA932;
  padding:1em 0 1em 0;
}
.comment {
        border-bottom:2px dotted #FFA932;
        margin-bottom: 1em;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
        margin: 0 0 1.5em 0;
        overflow: auto; 
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
        list-style: none;
        margin-left: 0;
}
.widget-area ul ul {
        list-style: none;
        margin-left: 0px;
}
.widget-area ul ul ul {
        margin-left: 0px; /*2.5em;*/
}
.widget-container {
        margin: 0 0 1.5em 0;
}

.subscribe {
margin-left:40px;
}
.sidebar_sponsor {
  margin-left:6em;
  margin-top:1em;
}