@charset "utf-8";

a:link {text-decoration: none; color: black;}
a:visited {text-decoration: none; color: black;}
a:hover {text-decoration: none; color: black;}
a:active {text-decoration: none; color: black;}

body
{
  font-family: arial, verdana, helvetica, sans-serif;
  text-align: center;  
}

#page_container
{
  margin: 0px auto;
  text-align: left;
  width: 1010px;
}

.page_navigation
{
  font-size: x-small;
  text-align: center;
}

.page_footer
{
  border-top-color: #AFAFAF;
  border-top-style: solid;
  border-top-width: 1px;
  clear: both;
  margin: 0px auto;
  padding: 10px;
  text-align: center;
  width: 1010px;  
}

.page_footer_image,
.sidemenu_image
{
  border: 0pt none;
  margin-left: 2px;
  margin-right: 2px;
}

.header
{
  background-image: url(/img/gradient.png);
  background-repeat: repeat-x;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.header_title
{
  margin: 0px;
  padding: 0px; 
}

a.header_title_link:link,
a.header_title_link:visited,
a.header_title_link:hover,
a.header_title_link:active
{
  color: #FFFFFE;
  font-size: xx-large;
  font-weight: bold;
  text-decoration: none;
  text-shadow: #000000 3px 3px 5px;
}

.header_subtitle
{
  font-size: large;
  margin-bottom: 10px;
  padding: 0px;  
}

.posts_container
{
  border-right-color: #AFAFAF;
  border-right-style: solid;
  border-right-width: 1px;
  float: left;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  padding-right: 10px;
  width: 730px;
}

.post
{
  border-bottom-color: #AFAFAF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  font-size: small;
  padding-top: 45px;
  padding-bottom: 45px;
}

.post_head
{
  background-color: #F3F3F3;
  padding: 8px;
}

.post_title
{
  font-size: large;
  margin: 0px;
  padding: 0px;
}

.post_posted
{
  color: #949494;
  font-size: x-small;  
}

.post_tags
{
  background-color: #F8F8F8;
  font-size: x-small;
  padding: 5px;
}

.post_tags_label
{
  font-style: italic;
}

a.post_tag:link,
a.post_tag:visited,
a.post_tag:hover,
a.post_tag:active
{
  font-size: x-small;
}

.post_body
{
  background: white;
  margin-bottom: 25px;
  margin-left: 5px;
  margin-top: 25px;
}

.post_permalink
{
  background-color: #F8F8F8;
  font-size: x-small;
  overflow: hidden;
  padding: 5px;  
}

.post_permalink_label
{
  font-style: italic;
}

.post_share
{
  background-color: #F8F8F8;
  font-size: x-small;
  padding: 5px;
}

.post_share_label
{
  font-style: italic;
}

.post_share_logo
{
  border: 0pt none;
  margin-left: 3px;
  margin-right: 3px;  
}

.post_comment_submit
{
  padding-left: 100px;
}

#post_comment_object,
#post_comment_iframe
{
  height: 400px;
  width: 550px;
}

.sidemenu_container
{
  float: left;
  font-size: small;
  margin: 5px;
  padding: 8px;
  width: 210px;
}

.sidemenu_panel
{
}

.sidemenu_panel_head
{
  font-weight: bold;
}

.sidemenu_panel_body
{
  font-size: small;
}

.sidemenu_panel_body ul
{
  list-style-type: none;
}

