/*
Theme Name: Reese Systems
Theme URI: http://www.reesesystems.com/
Description: Custom Theme for Reese Systems, Inc.
Author: Doug Reese
Author URI: http://prodevhost.com/
Template: thematic
Version: 1.0
*/
/* 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');


#header {
    background-color:#000066;
}

#branding {
    padding:25px 0 5px 0;
}

#blog-title {
    font-family:"Trebuchet MS", Arial,sans-serif;
    font-variant:small-caps; 
    font-weight:normal;
    font-size:42px;
    line-height:48px;
}

#blog-description {
    font-family:"Lucida Console", Monaco, "Courier New";
    color:#666;
    font-size:13px;
    font-style:normal;
}


.blogtitle0 {
    color:#666;
}

.blogtitle1 {
    color:#666;
}

.menu {
    margin:0pt 0pt 0pt auto;
    width:940px;
}

.entry-title {
    font-family:"Lucida Console", Monaco, "Courier New";
   	color:#000066;
    font-variant:small-caps; 
/*      text-transform: none; */
/*      font-weight: 100; */
/*      margin-bottom: 0;    */
    font-size:26px;
/*    font-weight:bold;*/
/*    line-height:26px;*/
/*    padding:0pt 0pt 7px;*/
}

.entry-title a {
   	color:#4F3636;    
}

a:link {
    color:#006;
}
a:visited {
    color:#006;
}
a:active,
a:hover {
    color:#666;
}

.sf-menu {
    float:right;
    margin-right:150px;
}

.sf-menu li {
    background:#ddd none repeat scroll 0% 0%;
    color:#000066;
    font-family:"Lucida Console", Monaco, "Courier New";
    font-variant:small-caps; 
}

.sf-menu li.current_page_item {
    background:#FFFFFF none repeat scroll 0% 0%;
    font-family:Arial;
    font-family:"Lucida Console", Monaco, "Courier New";
    font-variant:small-caps; 
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#006;
}

.aside h3 {
    font-family:"Lucida Console", Monaco, "Courier New";
    font-variant:small-caps; 
    font-size:15px;
    font-style:normal;
    line-height:22px;
}

table {
    border:0;
    border-width:0;
    font-size:13px;
    line-height:18px;
    margin:0;
    text-align:left;
}

tr {
    border-bottom:0;
}

th, td {
    padding:1em 1.25em;
    vertical-align:middle;
}

