/*
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("../../../../newweb/default.css");
#header {display:none}

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



	
#primary {
border:0 solid #CCCCCC;
margin-bottom:22px;
padding:0px;
}

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





#content {
width:620px;
}



/* -------------------------- */
/* BEGIN: http://theartalog.com/wp/
/* news blocks
/* -------------------------- */

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 0 0;
	height:144px;
	clear:both;
	overflow:hidden;
}



/* -- BEIGN: Headline  -- */
.entry-title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:28px;
	font-weight:normal;
}

.entry-title a:hover{
color: #ccc;
}

/* -- HOME:  http://theartalog.com/wp/   -- */
.al-title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:24px;
	font-weight:normal;
	line-height:28px;
}
.al-title a:hover{
color: #ccc;
}

.al-author{
	font-family:Helvetica,"Trebuchet MS", Arial,  sans-serif;
	font-style:normal;
	font-size:10px;
	font-weight:normal;
	margin:5px 0 0 0px;
	text-transform:uppercase;
	color:#808080;
}



.al-description{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:12px;
	font-weight:normal;
	line-height:21px;
}

.dot_horizontal{
	background-image:url('http://www.n8w.com/newweb/images/dot_horizontal.png');
	background-repeat:repeat-x;
	height:2px;
	width:100%;
	margin:10px 0 10px 0;
	
}

