/*   
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(../thematic/style.css);

/* Reset the browser defaults */
@import url('../thematic/library/styles/reset.css');
 
/* Apply default typography */
@import url('../thematic/library/styles/typography.css');
 
/* Add WordPress image styles */
@import url('../thematic/library/styles/images.css');
 
/* Add a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');
 
/* Start with some default styles */
@import url('../thematic/library/styles/18px.css');

/*General*/

body {
	background-color: #000000;
	background: url(images/bg.jpg) top left;
	background-attachment: fixed;
	color: #fff;
}

body.category-uncategorized, body.category-tools, body.category-animation, body.slug-openpipeline, body.slug-stretchmesh, body.category-press-releases {
	background: url(images/bg.jpg) top left;
}

#post-500, #post-501, #post-502, #post-503, #post-504 {
	background: none;
	text-indent: -9999em;
}

/*header*/

#header {
	margin: 0 auto;
	width: 1050px;
}

#blog-title {
	padding: 10px;
	float: left;
	width: 360px;
	
}

#links_ur {
	float: right;
	width: 160px;
	margin-top: 75px;
}

#spacer {
}

/*sidebar*/

#primary {
	border: none;
	width: 200px;
	height: 400px;
	margin-top: 10px;
	background: url(images/pages_side_bg.png) no-repeat top left;
}

#primary h3 {
	text-indent: -9999em;
	font-size: 1px;
	line-height: 1px;
}

.aside ul ul {
	list-style: none;
	margin: 5px;
}

#secondary {
	width: 200px;
	margin-left: 0px;
}

.aside table, .aside tbody, .aside tr, .aside td {
	border-collapse: collapse;
	border: none;
	padding: 1px;
}

#beta {
	color: #FFFFFF;
	background: #000;
	size: 12px;
	padding: 10px;
}

#beta span {
	size: 14px;
	font-weight: bold;
	color: #FFCC00;
	text-transform: uppercase;
}

.aside ul ul li {
	padding-bottom: 10px;
}

li.page_item {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
}

.aside ul ul ul, .aside ul ul ul li {
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 0px;
	margin-left: 8px;
	color: #ccc;
}

.aside a:link, .aside a:visited {
	text-decoration: none;
	color: #f0f0f0;
}

.aside a:hover, .aside a:active {
	text-decoration: none;
	color: #A0A0A0;
}

#phplist-integration {
	line-height: 12px;
	margin-bottom: 20px;
}

#phplist-integration form {
	width: 200px;
	margin-top: -10px;
	margin-left: -10px;
}

#phplist-integration h3.widgettitle {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-transform: uppercase;
	font-style: none;
}

#phplist-integration h3 {
	line-height: 20px;
	font-size: 12px;
	font-style: none;
}

#phplist-integration label {
	display: none;
}

#phplist-integration input {
	color: #FFF;
	background: none;
	border: 1px solid #999;
	padding: 3px;
}

/*main content*/

#main {
	width: 1000px;
	background: url(images/content_title_bg.png) no-repeat top right;
	padding-top: 0px;
}

#container {
	width: 800px;
	background: url(images/pages_bg.png) repeat-y top right;
	margin: 0 0 0 -160px;
	padding: 0 0 0 10px;
}

#content {
	width: 780px;
	margin: 10px 0 0 0;
}

.introsentence {
	font-family: Palatino, serif;
	font-size: 22px;
	line-height: 1.1em;
}

code {
	font-family: Monaco,monospace;
	background: #333;
	font-size: 16px;
}

.entry-content, .entry-title {
	padding-left: 10px;
}

/* POSTS */

#excerpt_layout {
	display: none;
}

.category-tools, .category-uncategorized {
	background: url(images/caticon/logo.png) no-repeat top left;
	margin-left: 5px;
}

.category-rd, .category-press-releases {
	background: url(images/caticon/rd.png) no-repeat top left;
	margin-left: 5px;
}

.category-animation {
	background: url(images/caticon/animation.gif) no-repeat top left;
	margin-left: 5px;
}

.slug-openpipeline {
	background: url(images/caticon/op.png) no-repeat top left;
	margin-left: 5px;
}

.slug-stretchmesh {
	background: url(images/caticon/sm.png) no-repeat top left;
	margin-left: 5px;
}

.archive-meta {
	display:none;
}

.entry-title, .entry-meta {
	width: 500px;
	margin-left: 50px;
}

.entry-title a:link, .entry-title a:hover, .entry-title a:visited, .entry-title a:active{
	color: #FFFFFF;
	font-size: 20px;
}

h1.entry-title {
	font-size: 20px;
}

h2.entry-title {
	font-weight: normal;
	font-size: 14px;
}

.entry-meta {
	color: #000000;
	padding-left: 15px;
}

.entry-content {
	padding-left: 15px;
	font-size: 16px;
}

blockquote {
	color: #FFFFFF;
}

a:link, a:hover, a:visited, a:active {
	color: #FFCC00;
}

#nav-below {
	display: none;
	width: 750px;
	padding: 15px;	
	background: #ccc;
	margin-left: 5px;
}

.nav-previous, .nav-next {
	width: 300px;
}

/*microsites*/

#micronav {
	width: 200px;
	float: right;
}

#mnbody {
	background: url(images/micronav_bg.png) repeat-y;
	padding-left: 20px;
	font-size: 12px;
	margin-top:-20px;
	padding-top:8px;
}


/* two column posts */

#postL {
	float: left;
	width: 360px;
}

#postR {
	float: right;
	width: 360px;
}

/* footer */

#footer {
	border: none;
	margin-top: 50px;
}

/* 404 error page */
#error404-searchform {
	padding-left: 15px;
}

#error404-searchsubmit {
	background: #999;
}

#post-0 {
	width: 600px;
	float: left;
}

#post-0 .entry-content {
	padding-top: 30px;
}

#post-0 .entry-title {
	margin-left: 0px;
}

/* EVALUATIONS */

.ss-base-body{font-size:.8em}
.ss-textarea{max-width:99%}
.ss-choice-item{margin:0;line-height:1.3em;padding-bottom:.5em}
.ss-form-entry input{vertical-align:middle;margin-top:0}
.ss-form-desc{font:inherit;white-space:pre-wrap;white-space:-moz-pre-wrap;word-wrap:break-word;width:99%;margin:0}
.ss-q-title{display:block;font-weight:bold}
.ss-q-help{display:block;color:#666;margin:.1em 0 .25em 0}
.ss-q-long{max-width:90%}.ss-form-entry{margin-bottom:1.5em;zoom:1;}
.ss-choices{list-style:none;margin:.5em 0 0 0;padding:0}
.ss-powered-by{display:block;clear:left;color:#666;margin:1em 0.2em 0.2em}
.ss-powered-by a:link,.ss-powered-by a:visited{color:#666}
.ss-terms{display:block;clear:left;margin:1em 0.2em 0.2em}
.ss-required-asterisk{color:#c43b1d}
.ss-section-title{background-color:#eee;padding:0.4em;margin:2em -0.4em 0}
.ss-section-description{margin-top:0.5em}

.errorbox-bad{border:2px solid #c43b1d;background-color:#ffe6cc;padding:2px}
.errorheader{color:#c43b1d}