/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.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('2c-l-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: #a1a09e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color:#000000;
  padding-top: 10px;

}

#branding {
  padding: 0px;
  border-color:#000000;
  border-style:solid;
  border-width:2px 4px 0px 4px;
  width: 800px;
}

#main {
  background:url(images/sidebar-border.gif) repeat-y top left;
  width:800px;
  border-color:#000000;
  border-style:solid;
  border-width:0px 4px 0px 4px;
  background-color: #ffffff;
  padding:0px 0 22px;
}

#blog-title a {
  background:url(images/top.jpg) no-repeat top center;
  display:block;
  text-indent:-9000px;
  width: 800px;
  height: 102px;
}


#blog-description {
  display: none;
}

#footer {
  border-top: 0px;
  margin-top: 0px;
}

#siteinfo {
  background:url(images/footer.gif) no-repeat top center;
  width:800px;
  height: 50px;
  background-color: #ffffff;
  border-color:#000000;
  border-style:solid;
  border-width:6px 4px 2px 4px;
  padding: 0px;

  color: #000000;
  font-size: 13px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}


#primary {
  border: 0px;
  margin-bottom: 0px;
}

#secondary {
  background-color: #ffff00;
  width: 208px;
  border-color:#000000;
  border-style:solid;
  border-width:5px 5px 5px 0px;
  padding-top: 10px;
}

#secondary ul.xoxo {
  padding:0 10px;
}

#secondary ul.xoxo a:link, #secondary ul.xoxo a:hover, #secondary ul.xoxo a:visited, #secondary ul.xoxo a:active {
  color:#000000;
  font-weight:bold;
}

#secondary ul.xoxo a:hover {
  color:#274B95;
  text-decoration:none;
}

#access {
  display: none;
}

#s {
  width: 180px;
  font-family:Arial,Helvetica,sans-serif;
}

a.portal_menu:link, a.portal_menu:hover, a.portal_menu:visited, a.portal_menu:active {
  color:#000000;
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  font-style:normal;
  font-weight:bold;
  text-decoration:none;
  line-height: 40px;
}

/* Fix for IE6, a default bug in Thematic */
.avatar {
  _margin-left: -20px;
}

.aside h3 {
  color: #000000;
  font-style:normal;
  font-weight: bold;
}

h1.entry-title, h2.entry-title {
  padding: 0px;
  background-color:#CCCCCC;
  border:2px solid black;
  color:#000000;
  font-family:Arial,Helvetica,sans-serif;
  font-size:10pt;
  font-weight:bold;
  padding-left:3pt;
  text-align:center;
  text-transform:uppercase;
  width:98%;
  line-height: 16px;
}

.entry-utility a:link, .entry-utility a:hover, .entry-utility a:visited, .entry-utility a:active {
  color:#274B95;
  font-style:normal;
  text-decoration:underline;
}
.entry-utility a:hover {
  text-decoration:none;
}

a:active, a:hover {
  color:#274B95;
  text-decoration:none;
}