/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Tom Latham
Author URI: http://hellotank.com/
Template: thematic
Version: 1.0
Tags: hellotank
.
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');


/*** General ***/
body {color : #444;}
p {font-size:14px;}

a:active, a:hover {color:#3399FF;}
a:visited {color:#999999;}
/*a:link {color:#444444;}*/

.entry-content {border-bottom:1px dashed #CCCCCC;}
.entry-utility { margin:20px 0 44px;}
.entry-title a:active, .entry-title a:hover {color:#3399FF;text-decoration:none;}
.entry-meta a:active, .entry-meta a:hover {color : #3399FF;text-decoration:underline;}
.entry-utility a:active, .entry-utility a:hover {color:#3399FF;}
.aside a:active, .aside a:hover {color:#3399FF;}

.entry-content img {border:solid 3px #eee;margin:0;}

.navigation a:active, .navigation a:hover {color:#3399FF;}


/*******/

/*** Layout ****/
#blog-title a {background:url(http://www.hellotank.com/blog/images/tankblog_logo.gif) no-repeat top center;display:block;text-indent:-9000px;width: 125px;height: 50px;}
#header {background:#0E0E0E;}
#branding {padding:20px 0 0;width:790px;}
#main {padding:45px 0 22px;width:810px;}
#content {width:450px;}

/*Right hand column*/
#container {width:500px;border-right:1px solid #EEEEEE;}
#primary {border-style:none none dashed;padding:0;}
.aside form, .aside table {margin:5px 0 15px;}
.main-aside {width:260px;padding:0;}
.aside h3 {font-size:14px;}



#footer {background:#0E0E0E;}
#siteinfo {width:790px;}
/*******/

.entry-content img {
    /*margin: 0 0 18px 0;*/
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/*- flickrRSS   http://eightface.com/code/wp-flickrrss/   */
li.sb-flickr {
/*margin-left: 2px !important;*/
padding: 0px;
text-indent: none;
list-style-type:none;
display:inline;
}

li.sb-flickr a, li.sb-flickr a:hover, li.sb-flickr a:visited {
text-decoration: none;
border: none !important;
padding:0px;
background:transparent !important;
}

li.sb-flickr a img {
border:3px solid #EEEEEE;
margin: 4px 8px 4px 0;
}
li.sb-flickr a:hover img {
border:3px solid #CCCCCC;
}