/*   
Theme Name: mjtheme 
Theme URI: 
Description: Old Look
Author: 
Author URI: 
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: #FFFADB;
}

a:active, a:hover
{
  color: #C99360;
}

a:visited 
{
  color: #996633;
}

a:link 
{
  color: #996633;
}


#branding
{
  padding: 10px 0px 5px 0px;
  width: auto;
  float: right;
}

#blog-title
{
  width: auto;
  padding-right: 10px;
}

#primary
{
  border: none;
  margin-bottom: 10px;
  padding: 10px 10px 0px 0px;
}

.aside h3
{
  font-weight: bold;
}

#cat
{
  width: 100%;
}

.main-aside
{
  float: left;
}

#container
{
  width: 100%;
  margin: 0;
}

#content
{
  width: 100%;
}

#main
{
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  border-top: solid 1px #CCCCCC;
}

.page-title
{
  padding:0 0 15px;
  font-weight: bold;
}