/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.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');

/*--------------------Xander Styling---------------------*/

#blog-title a, #blog-title a:link, #blog-title a:visited, #blog-title a:hover, #blog-title a:active{
    background:url('http://10mixes.com/wp-content/themes/10mixes/images/10-mixes-header.png') no-repeat top left;
    display:block;
    text-indent:-9000px;
    width: 940px; /*673px;*/
    height: 191px;
}

/*#blog-title a:hover, #blog-title a:active {
    background:url('http://10mixes.com/wp-content/themes/10mixes/images/10-mixes-header-hover.png') no-repeat top left;
    display:block;
    text-indent:-9000px;
    width: 940px; 
    height: 191px;
}*/

#blog-description {
    text-align: center;
    color: #f8f2da; /* cream */
    display: none;
}

#branding {
    padding-top: 30px;
    padding-bottom: 30px;
}

#wrapper{
    background: #043C48; /* dark blue */ /*#008caf;   mid blue */
    /*background: url('http://10mixes.com/wp-content/themes/10mixes/images/mid-blue-square.jpg') repeat;*/
}

body {
    color: #f8f2da; /* cream */ /*#000004;  off black */
}

a, a:link, a:visited,
a.stbutton, a.stbutton:visited {
    color: #f8f2da; /* cream */ /* #85c6cc;  light blue */
}

a:hover, a:active {
    color: #043C48; /* dark blue */ /* #000004;  off black */ /*#f8f2da;  cream */
    background: #f8f2da; /* cream */ /* #043C48;  dark blue */ /* #85c6cc; light blue */
    /*background: url('http://10mixes.com/wp-content/themes/10mixes/images/light-blue-square.jpg') repeat;*/
}

#header{
    background: #008caf;  /*mid blue */
    /*background: url('http://10mixes.com/wp-content/themes/10mixes/images/mid-blue-square.jpg') repeat;*/
}

#access{ /* Nav Bar */
    background: #85c6cc;  /* light blue */
    /*background: url('http://10mixes.com/wp-content/themes/10mixes/images/light-blue-square.jpg') repeat;*/
    border-bottom: #008caf 0px solid; /* mid blue */
    padding-top: 5px;
    /*border-top: #85c6cc;*/ /* light blue */
    font-weight: bold;
}

li.page_item a,
li.page_item a:visited {
    color: #043C48; /* dark blue */ /*#f8f2da;  cream */
    background: #85c6cc; /* light blue */
    /*background: url('http://10mixes.com/wp-content/themes/10mixes/images/light-blue-square.jpg') repeat;*/
    border-left: #008caf 1px solid; /* mid blue */
    border-top: #008caf 1px solid; /* mid blue */
    border-bottom: #85c6cc; /* light blue */   
}

li.page_item a:hover,
li.page_item a:active,
li.current_page_item a,
li.current_page_item a:visited {
    color: #f8f2da; /* cream */
    background: #043C48; /* dark blue */ /*#008caf;   mid blue */
    /* background: url('http://10mixes.com/wp-content/themes/10mixes/images/mid-blue-square.jpg') repeat; */
    border-bottom: #85c6cc; /* light blue */  
}

.menu .sf-menu {
    border-right: #008caf 1px solid; /* mid blue */
}



h2.entry-title a,
h2.entry-title a:visited {
    /*background: #85c6cc;  light blue */
    /*background: url('http://10mixes.com/wp-content/themes/10mixes/images/light-blue-square.jpg') repeat;*/
    color: #f8f2da; /* cream */
    border-bottom: 2px solid #f8f2da; /* cream */
    font-family: georgia;
    font-size: .6923em;
    font-weight: normal;
    /*font-style: italic;*/
}

h2.entry-title a:hover,
h2.entry-title a:active {
    background: #f8f2da; /* cream */ /* #008caf;   mid blue */
    /*background: url('http://10mixes.com/wp-content/themes/10mixes/images/mid-blue-square.jpg') repeat;*/
    color: #043C48; /* dark blue */ /* #f8f2da; cream */
    /*border-bottom: none;*/
}

#container #content h1 {
    display: inline;
    /*background: #85c6cc; light blue */
    /*background: url('http://10mixes.com/wp-content/themes/10mixes/images/light-blue-square.jpg') repeat;*/
    color: #f8f2da; /* cream */
    padding: 0px;  
}

h1.entry-title{
    color: #f8f2da; /* cream */
    font-family: georgia;
    font-size: 1.2em;
    font-weight: normal;
}

/* ----------Under-title Details--------- */
.entry-meta,
.entry-utility,
.entry-meta a,
.entry-utility a, 
.entry-meta a:visited,
.entry-utility a:visited {
    color: #f8f2da; /* cream */
}

.entry-meta a:hover,
.entry-utility a:hover,
.entry-meta a:active,
.entry-utility a:active {
    color: #043C48; /* dark blue */ /* #f8f2da; cream */
    background: #f8f2da; /* cream */
}

.entry-utility{
    display: none;
    height: 0px;
}

/*--------------GreetBox--------------*/
#greet_block .greet_block{
    border: 3px solid #85c6cc; /* light blue */
    width: 98%;
    background: #f8f2da; /* cream */
    color: #000004; /* off black */
}

#greet_block .greet_block a:hover,
#greet_block .greet_block a:active{
    color: #f8f2da; /* cream */
    background: #043C48; /* dark blue */
    /* background: url('http://10mixes.com/wp-content/themes/10mixes/images/orange-julius-square.jpg') repeat;*/
}

#greet_block .greet_block a,
#greet_block .greet_block a:visited {
    color: #043C48; /* dark blue */
    background: #f8f2da;  /* cream */
    /*background: url('http://10mixes.com/wp-content/themes/10mixes/images/cream-square.jpg') repeat;*/
}

.greet_block_powered_by {
    display: none;
}

#greet_block .greet_block_close {
    border: 1px solid #008caf; /* mid blue */
}

/*---------------Comments-----------------*/
#respond {
    background: #043C48; /*dark blue*/ /*#008caf;  mid blue */
    /*background: url('http://10mixes.com/wp-content/themes/10mixes/images/mid-blue-square.jpg') repeat;*/
}

#respond .required{
    color: #ff7350; /* Orange Julius */
}

#comments h3{
    display: inline;
    background: #85c6cc;  /* light blue */
    /* background: url('http://10mixes.com/wp-content/themes/10mixes/images/light-blue-square.jpg') repeat;*/
    color: #f8f2da; /* cream */
    padding: 0px;
}

#comments-list ol .comment {
    border: 0px solid #85c6cc; /* light blue */
    background: #043C48; /*dark blue*/ /*#f8f2da; cream */ 
    /*background: url('http://10mixes.com/wp-content/themes/10mixes/images/cream-square.jpg') repeat;*/
}

#comments-list ol .comment-author a,
#comments-list ol .comment-author a:visited {
    color: #f8f2da; /* cream */
}

#comments-list ol .comment-author a:active, 
#comments-list ol .comment-author a:hover {
    color: #043C48; /*dark blue*/
    background: #f8f2da; /* cream */
}

#comments-list .comment-meta,
#comments-list .comment-meta a,
#comments-list .comment-meta a:visited {
    color: #f8f2da; /* cream */
}

#comments-list .comment-meta a:hover,
#comments-list .comment-meta a:active {
    color: #043C48; /* dark blue */ /* #f8f2da; cream */
    background: #f8f2da; /* cream */
}

#comments #respond{
    border: 0px #fff solid;
    font-size: 1em;
}

#comments-list ul #respond {
    border: 1px solid #f8f2da; /* cream */
}

#comments-list ol {
    border: 1px solid #f8f2da; /* cream */ 
}

#comments-list ol .comment a.comment-reply-link,
#comments #respond #cancel-comment-reply a{
    color: #85c6cc; /* light blue */
    text-decoration: none;
}

#comments-list ol .comment a.comment-reply-link:hover,
#comments-list ol .comment a.comment-reply-link:active,
#comments #respond #cancel-comment-reply a:hover,
#comments #respond #cancel-comment-reply a:active {
    text-decoration: underline;
    color: #85c6cc; /* light blue */
    background: none;
}

#respond #comment-form #comment-notes, 
#respond #comment-form .form-label {
    color: #000030;
}

#comments #respond form input,
#comments #respond form textarea{
    border: 2px solid #85c6cc; /* light blue */
    background: #f8f2da; /*cream */
    /*background: url('http://10mixes.com/wp-content/themes/10mixes/images/cream-square.jpg') repeat;*/
    color: #000030; 
}

#comments #respond form textarea{
    width: 98%;
}

#comments #respond form #submit {
    border: 2px solid #f8f2da; /* cream */
    background: #85c6cc; /* light blue */    
    color: #000030;
}

#comments #respond form #submit:hover{
    border: 2px solid #85c6cc; /* light blue */ 
    background: #f8f2da; /* cream */   
    color: #000030;    
}

/*----------Index-Bottom Widget-----------*/
#index-bottom.aside {
    border: 0px solid #f8f2da; /* cream */
}

#index-bottom a, #index-bottom a:visited {
    float: right;
}

#index-bottom a:hover, 
#index-bottom a:active {
    color: #043C48; /* dark blue */ /* #f8f2da; cream */
}

#postfooter-wrapper{
    display:block;
    height: 5em;
}

#postfooter-wrapper #postfooter{
    float: right;
}

#postfooter td{
    padding-left:4px;
    padding-right:4px;
}

/*#sharethis_0 {
    display: inline;
    float: left;
    width: 60px;
}*/

/*#index-bottom #sharethis_0 {
    display: block;
    font-size: 2em;
    vertical-align: middle;
}*/

#nav-below{
     display: none;
}

/*--------------SIDEBAR---------------*/

table, tr, td {
    border-style: hidden;
}

#primary td {
    padding-bottom: 0px;
}

#primary{ /*Emphasized Box*/
    border: #fff 0px solid;
    background: #85c6cc; /* light blue */ /*#ff7350;  Orange Julius */
    /*background: url('http://10mixes.com/wp-content/themes/10mixes/images/orange-julius-square.jpg') repeat;*/
    color: #f8f2da; /* cream */
}

#primary a:hover, 
#primary a:active{
    background: #f8f2da;  /*cream*/
    /*background: url('http://10mixes.com/wp-content/themes/10mixes/images/cream-square.jpg') repeat;*/
}

#primary h3.widgettitle{
    background: #85c6cc; /* light blue */ /*#ff7350;  Orange Julius */
    /*background: url('http://10mixes.com/wp-content/themes/10mixes/images/orange-julius-square.jpg') repeat;*/
    font-size: 3.5em;
    text-align: center;
}

h3.widgettitle{
    /*background: #85c6cc;*/ /* light blue */
    font-size: 1.4em;
}

#searchform #s {
    background: #f8f2da; /* cream */
    color: #000030;
    border: 2px solid #85c6cc; /* light blue */
    font-style: italic;
}

#secondary {
    color: #f8f2da; /* cream */
}

#wp125 #wp125adwrap_2c .wp125ad {
    padding: 2px;
}

li.wp125_write_ads_widget {
    padding-bottom: 276px; /* 125*2 + 2*4 + 18 */
}

/*-------------FOOTER----------------*/
#footer{
    color: #f8f2da; /* cream */
    background: #000004; /* off black */
    /*background: url('http://10mixes.com/wp-content/themes/10mixes/images/off-black-square.jpg') repeat;*/
    border-top: 2px solid #85c6cc; /* light blue */
}

#siteinfo {
    padding: 22px 0px 22px 0px;
}

#siteinfo p{
    padding-bottom: 0px;
}

#subsidiary h3{
   font-size: 1.4em;
   font-style: italic;
}

#footer a:link, #footer a:visited{
   color: #666;
   text-decoration: underline;
}

#footer a:hover, #footer a:active{
   color: #666;
   text-decoration: none;
   background: none;
}

/*---SoundCloud Dropbox---*/
a.soundcloud-dropbox:hover {
   color: white !important; 
   background-color: transparent !important; 
   background-position: -250px 0 !important; }

*html a.soundcloud-dropbox {
   background-image: none !important;   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(http://a1.soundcloud.com/images/dropbox_small_dark.png?45a0b1)', sizingMethod='crop') !important; }

/*---------Category Page / Search Results-----------*/

.category .entry-content,
.category .entry-meta,
.search .entry-content,
.search .entry-meta,
.tag .entry-content,
.tag .entry-meta {
    display: none;
}

#noresults-s{
    background: #f8f2da; /* cream */
    color: #000030;
    border: 2px solid #85c6cc; /* light blue */
    font-style: italic;
}

#noresults-searchsubmit{
    border: 2px solid #f8f2da; /* cream */
    background: #85c6cc; /* light blue */    
    color: #000030;    
}

#noresults-searchsubmit:hover{
    border: 2px solid #85c6cc; /* light blue */ 
    background: #f8f2da; /* cream */   
    color: #000030;    
}
