/*
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:94px;
	position:relative;
	z-index:10;
	vertical-align:top;
}*/

#blog-description{
	font-family: 'Carter One', sans-serif;
	font-size: 14px;
	text-align: center;
}

#content {
    width:620px;
    overflow:hidden;
    margin: 0 0 0 260px;
}
h2{ 
	font-family: 'Jura', sans-serif;
	font-weight:400;
}
.entry-content h1, .entry-content h2{
	font-family: 'Carter One', sans-serif;
	padding: 28px 0 14px 0;
}

.entry-content h1{
	font-size: 19px;
	font-weight: 400;
}
.entry-content h2{
	font-size: 16px;
	font-weight: 600;
}
.entry-content h3{
	font-size: 12px;
	font-weight: 300;
}
.hentry {
    width:620px;
}
.main-aside {
    width:240px;
    float:left;
    position:relative;
    right:0px;
}

#blog-title  {
	/*font-family: "orgovan-rounded-web-1","orgovan-rounded-web-2";
	font-family:Salsa;*/
	font-family: 'Carter One', sans-serif;

	display:block;
	/*text-indent:-9000px;*/
	height: 44px; /* height of your header, like 180px */
	width: 940px; /* width of your header, like 940px */
/*	background:url(http://rocketnumber9.org/wp/wp-content/uploads/2009/10/rn9-logoDesign.png) 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 {
	height:94px;
    padding:10px 0 0px 0;
}

body, input, textarea {
	/*font-family: "acuta-1","acuta-2";*/
	font-family: 'Jura', sans-serif;
	font-size:12px
    line-height:18px;
background-color:#ffffff;
}
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:0px 0 42px 0;
    padding:0 0 0 59px;
    border-left:3px solid #e0e0e0;
}
body.home div.category-asides .entry-content {
    margin:0;
	font-family: "acuta-1","acuta-2";
}
body.home div.category-asides blockquote {
    margin:0;
    font-size:13px;
    font-style:normal;
	/*font-family: "acuta-1","acuta-2";*/
	font-family:"Jura";	
	font-style:italic;
}
body.home div.category-asides .comments-link {
    margin:0 0 0 .125em;
}
strong {
	font-weight: bold;
	color: red;
}
.entry-title {
	/*font-family:Satisfy;*/
	font-family: 'Carter One', sans-serif;
	font-size:24;
	font-weight:'400';
	padding-top:28px;
}
.entry-content img{
	float:left;
	margin-right: 10px;
	font-family: "Jura";
},
.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;
}
.captioned_photoR {
	float:right;
	padding: 4px 8px 8px 4px;
	margin: 8px 8px 8px 8px;
	width: 196px;
	border: 1px solid #666;
	background-color:#999;
}
.captioned_photoR p{
	float:left;
	margin: 2px 2px 2px 4px;
	font: Verdana, Geneva, sans-serif;
	font-size:10px;
	width: 192px;
	color:#fff;
	text-align: center;
}
.captioned_photoR img {
	align: center;
}
.clearer {
	clear:both;
}
.subtext {
	font: Verdana, Geneva, sans-serif;
	font-style:italic;
	font-size:8px;
}
