/*   
Theme Name: Unknown Robot
Theme URI: 
Description: Unknown Robot Thematic Child Theme.
Author: João Campos Costa
Author URI: http://www.unknownrobot.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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/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');



/*--------------------------------------------------------------
GLOBAL ELEMENTS
-------------------------------------------------------------- */


a:link {
    color:#ff00a8;
}
a:visited, a:hover, a:active {
    color:#00d2ff;
}
body {
	min-width:1000px;
    background:url(images/back.gif) repeat;
  	background-position:top;
}
#wrapper {
    margin: 0 auto;
    border:hidden;
	border-width:0 0 0 0;
	padding:0 0 0 0;


}
tr, th, td, table {
	border:hidden;
	padding:0 0 0 0;
	border-collapse: separate;
	color:#000;
}


/*--------------------------------------------------------------
HEADER
-------------------------------------------------------------- */


#header {
	min-width: 1000px;
	height:201px;
  	background: url(images/header_back2.gif) repeat-x;
	background-position:center;
	padding:0 0 0 0;
		/* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.8;
	position:relative;
}
#branding {
	min-width: 1000px;
	margin:0 auto;
	padding:40px 0 0 0;
}
#blog-title a {
	background:url(images/header.gif) no-repeat;
    display:block;
    text-indent:-9000px;
	min-width: 1000px;
	height: 62px;
	background-position:left;
}
#blog-description {
	background:url(images/header_line.gif) no-repeat center;
	text-indent:-9000px;
	min-width: 1000px;
	height: 40px;
	background-position:center;
}
#access {
  border-bottom:0px;
  height:77px;
  font-size:13px;
  overflow:hidden;
}
.skip-link {
    display:none;
}
.menu {
    width:1000px;
    margin:0 auto;
	padding:0 0 0 0;
}
.sf-menu, .sf-menu a {
  background:none;
  float:left;
  margin:0 30px 0 0;
  border:0;
  padding:0 0;
  font-family:Karmatic Arcade;
  font-size:30px;
}
.sf-menu li {
  background:none;
}
.sf-menu a:visited {
  background:none;
  color:#ff00a8;
}
.sf-menu a:hover, .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:active {
  background:none;
  color:#00d2ff;
  text-shadow:2px 2px 0 #ff00a8;
}
.sf-menu a:focus {
  background:none;
  color:#00d2ff;
  text-shadow:2px 2px 0 #ff00a8;
}
/* #access-search {
	position:absolute;
	right:0;
	height:30px;
	padding:33px 0 0 0;
} */
/* #access-search #searchsubmit {
    display:none;
} */
input#s {
	width:300px;
	height:26px;
	border:hidden;
	border-color:#00d2ff;
	padding:0 0 0 0;
}
.aside #searchsubmit {
	display: none;	
}



/*--------------------------------------------------------------
MAIN
-------------------------------------------------------------- */


#main {
	width:1000px;
    margin:0px auto;
	overflow:hidden;
	position:relative;
/*	background:url(images/back.gif) repeat; */
 	padding:20px 0 0 0;
}
body, input, textarea {
  color:#d0d0d0;
  font: 14px Arial,sans-serif;
  font-style:normal;
  font-weight:bold;
  background-color: #232323;
  border:hidden;
}
h1,h2,h3,h4,h5,h6 { 
  font-family:Karmatic Arcade;
  font-size:24px;
  font-style:normal;
  color:#ff00a8;
}
p, ol {
  font: 14px Arial,sans-serif;
  line-height:18px;
  font-style:normal;
  font-weight:bold;
  background-color: #232323;
  padding:4px 0;
}
dd {
  font: 14px Arial,sans-serif;
  line-height:18px;
  font-style:normal;
  font-weight:bold;
  padding:4px 0;
}
pre, code {
  font: 14px Arial,sans-serif;
  font-style:normal;
  font-weight:bold;
  line-height:18px;
}
ul {
  margin: 0;
  font: 14px Arial,sans-serif;
  line-height: 18px;
  font-style: normal;
  font-weight: bold;
/*  background-color: #232323; */
  border:hidden;
}



/*--------------------------------------------------------------
CONTAINER, POST
-------------------------------------------------------------- */

#container {
	width:650px;
	float:left;
}
#content {
    margin:0 0 0 0px;
    width:650px;
    overflow:hidden;
}
.page-title,  
.entry-meta, 
.entry-utility {
  color: #d0d0d0;
  font: 16px Arial,sans-serif;
  font-style:normal;
  font-weight:bold;
}
.page-title a, 
.entry-meta a, 
.entry-utility a {
  font: 16px Arial,sans-serif;
  font-style:normal;
  font-weight:bold;
}
.page-title a:active, .page-title a:hover, .page-title a:visited, 
.entry-meta a:active, .entry-meta a:hover, .entry-meta a:visited, 
.entry-utility a:active, .entry-utility a:hover, .entry-utility a:visited {
  font: 16px Arial,sans-serif;
  color:#00d2ff;
  font-style:normal;
  font-weight:bold;
}
.entry-title, .entry-title a, .entry-title a:visited {
  font: Arial,sans-serif;
  color:#d0d0d0;
  font-style:normal;
  font-weight:bold;
}
.entry-title a:active, .entry-title a:hover {
  font: Arial,sans-serif;
  color:#ff00a8;
  font-style:normal;
  font-weight:bold;
}
.entry-utility {
  background-color: #232323;
  padding:4px 0;
}
.entry-meta .meta-sep-edit, .entry-meta .edit {
	display:none;
}
.entry-meta .n {text-transform:lowercase;} /* author */
.entry-meta {
  background-image:url(images/post_line_a.gif);
  background-repeat:no-repeat;
  background-position:bottom;
  padding:0 0 12px 0;
}
.entry-content {
  padding:0 0 0 0;
}



/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:0 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font:Arial,sans-serif;
    font-size:16px;
    font-weight:bold;
    line-height:18px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 0 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:0px;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#000;
    border-bottom:0px;
    padding:0 0 0 0;
    position:relative;
}
#comments-list li.alt {
    background:#000;
}
#comments-list li.bypostauthor {
    background:#000;
}
#comments-list ul li {
    border:0px;
    margin:0 0 0 0;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:0 0 0 20px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:12px;
    padding:0 0 0 20px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #00d2ff;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #00d2ff;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:0px;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #00d2ff;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#000000;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:0px;
    margin:0 0 0 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:0px;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#00d2ff;
    font-weight:bold;
}
.form-section label {
    font-size:12px;
}
.form-section input {
    margin:0 0 4px 0;
    width:100%;
}
.form-section textarea {
    width:100%;
}
#form-allowed-tags p {
    color:#666;
    font-size:12px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:12px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:12px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:12px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:12px;
    margin:0;
    padding:18px 0 0 0;
}



/*--------------------------------------------------------------
SIDEBARS, WIDGETS
-------------------------------------------------------------- */


.main-aside {
    min-width:300px;
    position:relative;
    right:0px;
	border:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#primary {
	border:hidden;
    border-color:#00d2ff;
    padding:3px 0 0 0;
    margin-bottom:4px;
}
#primary h3 {
	font-size:0px;
	font-style:normal;
    color:#ff00a8;
	padding:0 0 0 0;
	text-indent:-9000px;
	float:right;
}
#secondary {
/*    background: url(images/widget_mid.gif) repeat-y; */
	border:hidden;
    padding:0 0 0 0;
    margin-bottom:24px;
	clear:right;
}
#secondary h3 {
/*	background:url(images/widget_twit.gif) no-repeat center; 
    color:#ff00a8; */
	background-position:left;
	text-indent:-9000px;
	width:300px;
	height:0px;
}
.main-aside ul {
    padding:0 0 0 0;
	border:hidden;
}
.main-aside ul ul {
    padding:0 0 0 0;
	border:hidden;
}
.aside a {
    color:#ff00a8;
}
.aside a:active,
.aside a:hover {
    color:#00d2ff;
}
.aside h3{
	padding:-10px 0 0 0;
}
.aside ul ul {
    list-style:none;
    line-height:20px;
    margin:0 0 0 0;
}
.aside ul ul li {
	border:hidden;
    padding:0 0 0 0;
}
.aside ul ul ul {
	border:hidden;
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:20px;
	margin-left:0;
	margin-top:0;
	margin-right:0;
}
.aside table {
    border:hidden;
	padding:0 0 0 0;
}
.aside thead {
    border:0;
	border:hidden;
}
.aside tbody {
    border:0;
	border:hidden;
}
.aside th, .aside td {
	border:hidden;
    border-right:0;
    padding:2px 0 0 0;
}
.aside tfoot tr {
    border:hidden;
}
.aside tfoot td {
    border:hidden;
}
.widget_tag_cloud {
    margin:0 0 20px 0;
}
.aside #searchsubmit {
	display: none;	
}
.widgetcontainer {
	width:300px;
	border:hidden;
	padding:0 0 0 0;
} 
#content .aside {
    border:hidden;
	margin:0 0 0 0;
    padding:0 0 0 0;
}
#content .aside ul {
    padding:0 0 0 0;
}
#content .aside ul ul {
    padding:0 0 0 0;
}
#content .aside h3 {
    font:Arial,sans-serif;
    font-weight:normal;
    font-size:16px;
    font-style:normal;
    padding:0 0 0 0;
    text-transform:none;
}
.widget_text {
    margin:0 0 0 0;
    font:Arial,sans-serif;
    font-size:16px;
    font-style:normal;
}
.aktt_tweets {
    margin:0 0 0 0;
	color:#d0d0d0;
}


/*--------------------------------------------------------------
FOOTER, ASIDES
-------------------------------------------------------------- */


#footer {
	background: url(images/footer_back.gif) repeat-x;
	background-color:#000;
	border-top:0px;
	height:250px;
	/* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.8;
	font-style:normal;
}
#subsidiary {
    width:1000px;
    margin:0 auto;
    overflow:hidden;
	font-style:normal;
    padding:30px 0 0 0;    
}
#subsidiary h3 {
    font-size:18px;
    font-style:normal;
    line-height:22px;
	color:#00d2ff;
	padding:0 0 10px 0;
}
#subsidiary .aside {
    margin:0 0 0 0;
	font-style:normal;
}
#subsidiary #first {
	width:350px;
    margin:0;
	font-style:normal;
}
#subsidiary #second {
	width:350px;
    margin:0;
	font-style:normal;
}
#subsidiary #third {
	width:300px;
    margin:0;
	font-style:normal;
}

#siteinfo {
	clear:both;
    width:1000px;
    margin:0 auto;
	color:#d0d0d0;
	text-align:center;
}
#siteinfo a {
	color:#ff00a8;
    font-style:normal;
}
#siteinfo a:active,
#siteinfo a:hover {
    color:#00d2ff;
}



/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#ff00a8!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#00d2ff !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#00d2ff !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#00d2ff !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}
