/*
Theme Name: kidThematic
Theme URI: http://op111.net/
Description: Child Theme for MyTheme
Author: MIke
Author URI: http://op111.net/
Template: thematic
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.@import url("../thematic/style.css");
*/

/* 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');
/*@import url('../thematic/library/layouts/2c-l-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 {
/*	background:transparent url(http://rocketnumber9.org/wp-content/uploads/2009/10/rn9-logoDesign.png) no-repeat scroll center top;*/
	background-position: bottom;
	height:200px;
	position:relative;
	z-index:10;
	vertical-align:top;
}

#blog-title a {
	display:block;
	text-indent:-9000px;
	height: 200px; /* height of your header, like 180px */
	width: 940px; /* width of your header, like 940px */
	background:url(http://annunciationhouse.org/blog/wp-content/uploads/2010/04/romeroBanner.jpg) no-repeat top center;
	padding: 0px;
}
#blog-description {
	position:absolute;
	left:-9000px; /* We avoid display:none because it's bad for SEO */
}

#logo {
	float:left;
	padding-left: 6px;
	
}

#branding {
    padding:10px 0 0px 0;
}

body, input, textarea {
    font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    line-height:18px;
}
body.home div.category-asides * {
    display:inline;
}
body.home div.category-asides .entry-title,
body.home div.category-asides .entry-meta,
body.home div.category-asides .page-link {
display:none;
}
body.home div.category-asides {
    margin:21px 0 42px 0;
    padding:0 0 0 59px;
    border-left:1px solid #e0e0e0;
}
body.home div.category-asides .entry-content {
    margin:0;
}
body.home div.category-asides blockquote {
    margin:0;
    font-size:13px;
    font-style:normal;
}
body.home div.category-asides .comments-link {
    margin:0 0 0 .125em;
}

.entry-content img{
	float:left;
	margin-right: 10px;
},
.wp-caption {
    margin-bottom:21px;
	text-align: left;
}
.wp-smiley {
    max-height:14px;
}
#main {
    padding-top:28px;
}
.hentry {
    padding-bottom:20px;
}
.page-link {
    margin-bottom:21px;
}
.wp-caption {
	text-align: center;
	margin-bottom:12px;
}