/*
Theme Name: Kid
Theme URI: http://www.alexanderblue.com/
Description: Child Theme for Thematic
Author: Nate Williams
Author URI: http://www.alexanderblue.com/
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");
@import url("../../../../default.css");
#header {display:none}

body {
	background-image:url('http://www.alexanderblue.com/img/background.gif');
	background-position:center;
	background-repeat:repeat-y;
	background-color:#f1f1f1;
}


#main {
clear:both;
padding:0 0 5px;
}

#blog-title a {
color:#5BC8FF;
text-decoration:none;
}

a:link, a:visited {
    color: #5BC8FF;
    }
	
#primary {
border:0 solid #CCCCCC;
margin-bottom:22px;
padding:18px 0 0;
}

#content .aside {
border:0 solid #CCCCCC;
margin:0 0 22px;
padding:18px 0 0;
}

table, tr, td {border:0px;padding:0px;}

#main_nav_links {

}

#main_nav_links li{
	display:inline;
	list-style-type:none;
	
}

div.post_thumbnail {
	float:left;
	padding:0 10px 10px 0px;
	width:206px;

}
div.post_text {
	float:left;
	width:400px;

}
div.news_block{
	margin:0 0 40px 0;
	height:144px;
	clear:both;
}

#content {
width:620px;
}

div.opengraphprotocoltools-div{
	margin:0 0 0px -40px;
}





