/* BLOG  
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 ***/

/*GENERAL SETTINGS*/
body {
	color:#2f2f2e;
	background-color:#e9e9e8;
}
p {font-size:14px;}

p, ul, ol, dd, pre {margin-bottom:15px;}

a:active, a:hover {color:#3399FF;text-decoration:underline;}
/*a:visited {color:#999999;}
a:link {color:#3399ff; text-decoration:none;}*/

.entry-content {padding:0;}

.entry-utility {margin:47px 0 44px; padding-top:8px; border-top:1px solid #CCCCCC;}

/*.single .entry-utility {margin:0;}
*/.category .entry-utility {margin:0;}
.archive .entry-utility {margin:0 0 40px;}

.entry-title { padding:0 0 4px;}
.entrytitle a:link {color:#000000;}
.entry-title a:active, .entry-title a:hover {color:#3399FF;text-decoration:none;}

.entry-meta {padding:0 0 10px;}
.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 { text-decoration:none;}
.aside a:active, .aside a:hover {color:#3399FF;}

.comments-link a:link { color:#3399FF;}

.entry-content a:link { text-decoration:none; color:#3399FF;}
.entry-content a:hover, .entry-content a:active { text-decoration:underline;}
.entry-content img {border:solid 3px #fff;margin:0;}

.navigation { margin:0; display:none;}
.navigation a {font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; font-style:normal;}
.navigation a:active, .navigation a:hover {color:#3399FF;}

.hentry {padding:0;}

.page-title span {
	color:#2F2F2E;
	font-weight:bold;
	text-transform:none;
	font-style:normal;
}
.page-title {
	color:#867C7E;
	font-family:Arial;
	font-size:15px;
	line-height:18px;
	padding:8px 0 14px;
}
.category .hentry {
	/*padding:15px 0 20px;*/
}

/*******/

/*** Layout ****/
#blog-title a {
	background:url("../../../../images/hellotank-logo.gif") no-repeat top center;
	display:block;
	text-indent:-9000px;
	width: 138px;
	height: 20px;
}
#blog-description {font-size:12px}
#header { width:140px;}
#branding {padding:35px 0 13px 32px;width:140px;margin:0px;}

#main {padding:0 0 22px;width:960px;margin: -58px 0px 0px;}
#content {width:405px; margin:0; padding:0;}
#access {
	margin:-41px 0 0;
	padding:0 0 10px;
	border-bottom:none;
	display:none;
}


/*Right hand column*/
#container {width:410px;float:left; margin:0 0 0 240px;}
#primary {padding:0;border:none; margin:0px;}
.aside form, .aside table {margin:5px 0 15px;}
.main-aside {width:260px;float:right;}
.aside h3 {font-size:16px; border-top:1px solid #cccccc; font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding:15px 0 5px; font-style:normal;}


/*Left column*/
#secondary{padding:0 0 0 26px;}


#footer {background:#0E0E0E; margin-top:22px;}
#siteinfo {width:475px; color:#999999; font-family:Arial, Helvetica, sans-serif; font-size:10px; text-transform:uppercase; margin: 0 0 0 240px;padding:22px 0 40px;}
#siteinfo a:link {color:#CCCCCC;text-decoration:none;}
#siteinfo a:active, #siteinfo a:hover {color:#3399FF;text-decoration:none;}


/*******/

.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;
}


/*COMMENTS
*/
#respond {background:none;}
#form-allowed-tags p {padding:10px 0;}
#comments h3 {
border-bottom:1px solid #CCCCCC;
font-size:22px;
margin:0 0 8px;
padding:0 0 8px;
}

.flickr img{ margin:10px 10px 0 0;}
.flickr a img{ border:3px solid #FFF;}
.flickr a:hover img{ border:3px solid #CCC;}

.flickr .aside h3 {padding-bottom:10px;}
