/*   
Theme Name: Thematic Ant
Theme URI: 
Description: Anthony's First Thematic Child Theme
Author: Ian Stewart
Author URI: http://www.searchtailtracker.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
.
*/

/* 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');


#branding {
	height:45px;
	padding: 10px 0 36px;
	background-image:url('searchtail-logo.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#blog-description {
	text-align:right;
}

#blog-title {
	display:none;
}

#main {
	padding-top:12px;
}

#wrapper{
	font-family:Arial,Helvetica,sans-serif;
}
#access {
	height:31px;
}
#main p,li {
	font-size:12px;
}
.menu {
	font-weight:bold;
}
.entry-content {
	padding-top:15px;
}
.hentry {
	padding-bottom:5px;
}
.entry-utility {
	margin-bottom:10px;
}
p, ul, ol, dd, pre {
	margin-bottom:10px;
}

a, a:link, .aside a, .aside a:link {
        color:#F26727;
}
a:visited, a:active, a:hover, .aside a:visited, .aside a:active, .aside a:hover {
        color:#2A3C98;
}

