/*
Theme Name: kidThematic
Theme URI: http://op111.net/
Description: Child Theme for MyTheme
Author: MIke
Author URI: http://op111.net/
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");
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout 
@import url('../thematic/library/layouts/3c-fixed.css');
*/
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


#comments {
	background:#000000;
	color:#e4c900;
	margin:54px 0 0 0;
	padding:18px 0;
	overflow:hidden;
}
#comments-list li {
    background:#000000;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments a:link {
	color:#009;
}
#comments a:visited {
	color:#306;
}
#comments a:hover {
	color: #09C;
}
#comments a:active{
	color: #F00;
}
#comments-list li.alt {
	background-color: #5e5e5e;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(94, 94, 94)), to(rgb(0, 0, 0)));
background-image: -webkit-linear-gradient(top, rgb(94, 94, 94), rgb(0, 0, 0));
background-image: -moz-linear-gradient(top, rgb(94, 94, 94), rgb(0, 0, 0));
background-image: -o-linear-gradient(top, rgb(94, 94, 94), rgb(0, 0, 0));
background-image: -ms-linear-gradient(top, rgb(94, 94, 94), rgb(0, 0, 0));
background-image: linear-gradient(top, rgb(94, 94, 94), rgb(0, 0, 0));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5e5e5e', EndColorStr='#000000');

}
#comments textarea {
	font-size:13px;
	line-height:18px;
	color:#ff0000;
	margin: 22px 10px 10px 10px;
}
#respond {
	overflow: hidden;
	padding: 18px 18px 18px 18px;
	position: relative;
	background-color: #5e5e5e;
color:#ffffff;
}
.form-section {
	color:#ff0000;
}


#blog-title a {
	background:url(graphics/mar10banner940.jpg) no-repeat top left;
	background-position-x: 0px;
	display:block;
	text-indent:-9000px;
	width: 940px;
	height: 195px;
	padding-bottom: 8px;
	padding-left:0;
	margin-left:0;
	 
}
a:link {
	color:#FF0;
}
a:visited {
	color:#CF6;
}
a:hover {
	color: #FFF;
}
a:active{
	color: #F00;
}

body, input, textarea {
    color:#ffffff;    
    font: 12px Arial,sans-serif;
    line-height:18px;
}
body { 
	/*background:url(../thematic/library/grids/960_grid_12_col.gif) repeat-y top center;*/
	/*background:url(bgart/blackedges960.gif) repeat-y top center;*/
	background-color:#000000;
}
#blog-description {
	position:absolute;
	left:-9000px; /* We avoid display:none because it's bad for SEO */
}
#main {
    padding-top:20px;
	padding-left:0px;
	background-color:#ffffff;
	
	width:960px;
    margin:10 auto;
    overflow:hidden;
    position:relative;
	background-color:#000000;
	
}
#logo {
	float:left;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 0px;
	
}
#branding {
    padding:0px 0px 0px 0px;
}
#entry-title {
	color:#FFF;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
    right:10px;
}
body, textarea {
    font: 14px Arial,sans-serif;
    line-height:18px;
}
input {
    font: 14px Arial,sans-serif;
    line-height:18px;
    color: #000000;
}
p, ul, ol, dd, pre {
    margin-bottom:4px;
}
pre, code {
	font:12px Monaco, monospace;
	line-height:18px;
}
.menu a:link {
	color:#000;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}




#trackbacks-list .comment-content p{
	color:#000;
}


/*.menu {
    width:940px;
    margin:0 auto;
}*/
/*#content {
    margin:0 0 0 10px;
    width:540px;
    overflow:hidden;
}*/
