/*   
Theme Name: The EIS theme
Theme URI: 
Description: This is the EIS theme. It relies on Thematic.
Author: Chris Lewis
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('../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 {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font-family: calibri, tahoma, arial, helvetica, "sans serif";

}

h2 {
  	font-size: 18pt;
	font-weight: normal;
	color: #B5D44A;
}

a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}

.topbar {
	background-color: #4d5456;
	margin: 0px;
	height: 50px !important;
	text-align: left;
	padding: 0px;
	background-image: url(http://chris.to/images/topback.png);
	vertical-align: middle;
	font-size: 18px;
	font-style: normal;
    color: #FFF;	
    font-weight: normal;
	font-family: calibri, tahoma, arial, helvetica, "sans serif";
}

.topbar a:link {
	color: #8BCFE2;
	text-decoration: none;
}
.topbar a:visited {
	color: #B5D44A;
	text-decoration: none;
}
.topbar a:hover {
	text-decoration: underline;
}
.topbar a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#header
{
    display:none;
    visibility:hidden;
}

#footer
{
    color: white;
    background-color: #2d2f2e;
}

.entry-title
{
	font-family: calibri, tahoma, arial, helvetica, "sans serif";
}

.more-link
{
    font-size: 120%;
}

#recentcomments tbody
{
    border:0px;
    border: none;
    vertical-align: top;
}

#recentcomments td
{
    vertical-align:top;
    border: 0px;
}

#recentcomments tr
{
    border: 0px;
}

#sa-recent-comments
{
    border: 0px;
}