/*   
Theme Name: IT Uprising
Theme URI: 
Description: version 1.0.
Author: Jon Saints
Author URI: http://ituprising.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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 {
  background-color: #303030;
  color: #303030;
}

a:hover {
  text-decoration: underline;
}

#branding {
  padding: 11px 0 11px 0;
  width: 400px; 
  float: left;
}

#access {
  padding: 49px 0 0 0;
  height: 36px;
  border: none;
}
ul.sf-menu li{
  margin: 0 0 0 6px;
}
ul.sf-menu li {
  background-color: #ccc;
}
ul.sf-menu li.current_page_item {
  background: #fff;
}
ul.sf-menu li a:hover {
  border: 1px solid #ddd;
  background-color: #ddd;
}

ul.sf-menu li.current_page_item a:hover {
  border: 1px solid #fff;
  background-color: #fff;
}

.sf-menu a {
  font-size: 1.2em;
  padding: 9px 18px;
}

#blog-title a {
  color: #fff;
  font-family: 'Century Gothic', 'Apple Gothic', 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: -1px;
}

#blog-description {
    color: #FF4B33;
}

#header, #footer {
  width: 960px;
  margin: 0 auto;
}

#footer {
  background: transparent url(images/pusch.png) top left no-repeat;
  height: 226px;
  border: none;
}

#siteinfo {
  text-align: right;
  padding: 150px 0 0 0;
}

#main {
  background-color: #fff;
  padding: 22px 0;
}

#content {
  width: auto;
}

#primary {
  border: none;
}

h1.entry-title, h2.entry-title a {
  color: #3a465d;
}

#index-top {
  background-color: #ddd;
}

