/*
Theme Name: FGL Hack
Theme URI: http://flashgamelicense.org/
Description: This is a hack that themes the FGL blog using the existing FGL header, etc. 
Version: 1.0
Author: Sandra Powers
Author URI: http://arcanepowers.com/

This file is loaded as an extra CSS only for the blog page(s), so feel free to edit to your heart's content. 
To be safe, however, consider wrapping your CSS in the (semantically null) #blog_content div, which wraps the blog page. 

*/


#blog_content #sidebar
{
  float: right;
  width: 120px;
  border-left: 1px dotted #b10006;
  margin-left: 20px;
  padding-left: 20px;
  font-size: small;
}

#blog_content #sidebar ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#blog_content #sidebar li
{
  list-style-type: none;
  margin: 1em 0;
}

#blog_content #sidebar li li
{
  list-style-type: none;
  margin: 0;
}

#blog_content #sidebar h2
{
  font-size: small;
  margin: 0;
  padding: 0;
}


#blog_content .post
{
  margin-right: 180px;
}

#blog_content h2.post_title
{
  margin: 1em 0 0.25em 0;
  padding: 0;
  font-size: 125%;
}
#blog_content h2.post_title a { text-decoration: none; }


#blog_content .post_meta
{
  font-size: 75%;
  line-height: 125%;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid gray;
}

#blog_content .feedback
{
  font-size: 75%;
  text-align: right;
  clear: left;
}

#blog_content blockquote
{
  border-left: 3px solid #b10006;
  margin-left: 1.5em;
  padding-left: 10px;
}


/* The page nav is the "Older" and "Newer" links on the bottom of multi-page posts. */

#blog_content .page_nav
{
  font-size: 75%;
  padding-top: 1em;
}


#blog_content #commentblock h3
{
  font-size: medium;
}


#blog_content .commentlist li
{
  margin: 0;
  padding: 1em;
}

#blog_content .commentlist li p
{
  margin: 1em 0;
  padding: 0;
}

#blog_content .commentlist li p.commentmetadata
{
  margin: 0;
  padding: 0;
  font-size: 75%;
}

#blog_content .commentlist li p.commentmetadata .author
{
  font-weight: bold;
  font-size: medium;
}

#blog_content .commentlist li.alt
{
  border: 1px solid #b10006;
}


#blog_content #commentform #author, #blog_content #commentform #email, #blog_content #commentform #url, #blog_content #commentform #comment
{
  border: 1px solid black;
}

#blog_content #commentform #comment
{
  width: 100%;
  height: 10em;
}


