/*
Theme Name: streamtheme
Theme URI: http://www.streamhead.com
Description: It's Streamhead's theme, man
Author: Peter Backx
Author URI: http://www.streamhead.com
Template: thematic
Version: 1.0
.
Creative Commons Share-Alike
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
  font: 18px/22px;
  font-family: Tahoma, Geneva, sans-serif;
}

#header {
  background:url("logo_background.png") no-repeat scroll right bottom #5E88D4;
}

#blog-description {
  color: black;
}

#blog-title a {
  color: white;
}

#blog-title a:hover, #blog-title a:active, #siteinfo a:hover, #siteinfo a:active {
  color: white;
  border-bottom: 1px solid;
}

#access {
  border-bottom: medium solid #A67720;
}

.sf-menu a {
  border-color: #A67720;
}

.sf-menu {
  border-right: 1px solid #A67720;
}

.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
  border-bottom-width: medium;
}

a:hover, a:active, .aside a:hover, .aside a:active {
  color: #A67720;
}

.aside {
  font-size: 100%;
}

.aside h3 {
  font-size: 100%;
  font-weight: bold;
}

#footer {
  border-top: medium solid #A67720;
  background: #5E88D4;
}

#siteinfo {
  color: black;
}

#siteinfo a {
  color: white;
}

/* photo dropper styles */
.entry-content div {
  margin: 0 0 18px 0;
}

.entry-content div small {
  margin: 0 18px;
}

.entry-content div small img {
  margin: 0;
}

.entry-content div img {
  margin: 0 18px;
}

.entry-content div li img {
  margin: 0;
}

/* updated box, shown on articles that have a link to an updated one */
p.update {
  background-color:#EEEDE3;
  border-bottom:medium solid #A67720;
  border-top:medium solid #A67720;
  padding:0.5em;
}

/* social links */
#social_footer {
  border:1px solid #CCCCCC;
  margin:0 0 22px;
  padding:0 20px;
  background-color: #5E88D4;
  color: white;
}

#social_footer .sociable {
  width: 48%;
}

#social_footer .newsletter {
  width: 48%; 
  float: right; 
  text-align: right; 
  margin: 16px;
}

/* breadcrumbs at top of page */
.breadcrumb {
  color:#666666;
  margin:0 auto;
  padding:9px 13px;
  width:914px;
}

/* for sim city 4 sneeze page */
#content .post-3023 .wp-image-3024 {
  margin-top: -55px;
}

#content .post-3023 .aside {
  margin: 0 5px 22px;
}

#content .post-3023 .aside li {
  margin-bottom: 20px;
}

/* download image */
.entry-content img.wp-image-498 {
  margin: 0;
}

#siteinfo p {
  width: 620px;
  color: white;
  font-size: 15px;
}
