/*   
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('../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');

/* CSS for TOP NAV */
#blogheader {
margin:0 auto 10px;
overflow:hidden;
padding:7px 7px 0;
width:971px;
}
.ma_logo {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://www.managingautomation.com/images/malogo.gif) no-repeat scroll left top;
float:left;
height:60px;
position:absolute;
text-indent:-9999em;
top:30px;
width:400px;
}

ul.utilities {
float:right;
}
ul.utilities li {
display:inline;
float:left;
font-size:0.8em;
padding:0 5px 0 4px;
font-family:Arial, sans-serif;
}
ul.utilities li + li {
border-left:1px solid #CCCCCC;
}
ul.utilities a {
color:#003399;
text-decoration:none;
}
ul.utilities a:hover {
color:#993333;
text-decoration:underline;
}
.me_link {
clear:right;
float:right;
}
.topnav {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://www.managingautomation.com/images/bg.gif) repeat-x scroll 0 0;
border-color:#FDB71B;
border-style:solid;
border-width:2px 0;
width:100%;
}
#qm0 {
margin:0 auto;
width:971px;
}
#qm0 a {
padding:1px 20px 1px 8px;
}
.leaderboard {
background-color:#F8F8F8;
border-color:#DDDDDD;
border-style:solid;
border-width:1px 0;
clear:both;
margin:0 auto;
padding:10px 0;
text-align:center;
width:100%;
}

