/*   
Theme Name: Kickass
Description: A Child Theme for Kickstand: Animation, Research and Design
Author: Liz Filardi
Author URI: http://lizfilardi.com
Template: thematic
*/
@import url('style.css');

/*front page*/

#my_side, #primary {
	background: none;
}

#primary {
	margin-top: 0px;
}

#main h1 {
	display: none;
}

#main {
	background: url(images/hilite_bg.png) no-repeat top left;
	color: #fff;
	margin: 0 auto;
}

#hilite {
	width: 700px;
	height: 400px;
	margin-top: 50px;
	padding: 10px;
	color: #ffffff;
}

.sm {
	width: 800px;
	height:117px;
	margin-bottom: 10px;
}


.animation {
	width: 340px;
	float: left;
	padding-top:15px;
}

.randd {
	width: 340px;
	float: right;
	padding-top:15px;
}

#container{
	background: none;
}

.entry-content {
	top: 20px;
}

#comments {
	display: none;
}

/* simplepie */

#denfeature {
	background: url(images/den_feature_bg.png) repeat-y top left;
	width: 760px;
	height: 100%;
	padding: 10px;
}

.featured_content {
	margin-right: 40px;
	margin-top: -30px;
}

span.feature_title a {
	font-size: 18px;
	font-style: italic;
}

#links {
	width: 710px;
	font-size: 12px;
	background: #000;
	border: .5px #333 solid;
	padding: 10px;
	margin-bottom: 20px;
}

span.links_left {
	width: 350px;
	float: left;
	padding-top:15px;
	
}

span.links_right {
	width: 350px;
	float: right;
	padding-top:15px;
}

.simplepie ol, .simplepie li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.simplepie a {
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}

.simplepie {
	font-style: italic;
	padding: 10px;
}

