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


body	{background:url(images/back.png) fixed top center; }



#blog-title a {
background:url(http://bigspidersback.com/images/bsb3.gif) no-repeat top center;
display:block;
text-indent:-9000px;
height: 150px;
width: 875px;
}
#wrapper {width:960px; margin:0 auto; height: auto -250; min-height: 100% height: auto !important; height:100%;}


#branding {background:#ffffff; width:875px; height:150px;}
#header {width: 895; background:#ffffff; padding:10px; margin:10px; border: 8px solid #61fff6;}
h1#blog-description {display: none;}
#access {display: none;}



#content {background: #ffffff; padding:10px; margin:10px; border: 8px solid #61fff6; width: 600px;}






ul#album			{list-style: none; width:250px;  padding:10; margin:0 0 20px 2px; border: 8px solid #61fff6; text-align: center; background:#ffffff; float:left;}
ul#album li a		{text-decoration: none; color:#ff0000; margin:0; font-size: 20px;}
ul#album li a:hover {text-decoration: underline; color:#ffffff; background-color:#ff0000; }




ul#shows	{list-style: none; background:#ffffff; color:black; font-size: 20px; line-height: 23px; padding:10px; margin-bottom: 15px; margin-top: 10px; border: 8px solid #61fff6; text-align: center;}
ul#links {float:right; background:#ffffff; color:black; font-size: 20px; line-height: 23px; padding:10px; margin-bottom: 15px; margin-top: 10px; border: 8px solid #61fff6; text-align: left;}

ul#links li	  {padding:3px; margin:2px;}
ul#links li a {text-decoration: none; color:black;}
ul#links li a:hover {background-color:black; color:white; text-decoration: none;}


