/*
Theme Name: Kid
Theme URI:
Description: Child Theme for Twenty Ten
Author: Nate Williams
Author URI:
Template: twentyten
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("../twentyten/style.css");

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: none;
}


div.post_thumbnail {
	float:left;
	padding:3px;
	width:206px;
	height:143px;
	font-size:12px;
	line-height:14px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	overflow:hidden;

}

/*  just for the gallery space */
#content-gallery {
	margin: 0 20px 0 45px;
}




.topnav a:link, .topnav a:visited, .topnav a:hover {
	text-decoration:none;
	padding:10px;
}
.topnav a:link, .topnav a:visited {
	color:#999;
	background-color:#FFF;

}
.topnav a:hover {
	color:#fff;
	background-color:#000;

}
