/*   
Theme Name: Flip Flop Follies
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Jay Aspiras
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');

#blog-title a {
display:block;
text-indent:-9000px;
height: 434px; /*height of your header, like 210px */
width: 940px; width of your header, like 940px */
background: transparent url(images/banner.jpg) no-repeat scroll center top;
background-position: bottom;
padding: 10px;
z-index:10;
position: relative;
}

#blog-description {
position: absolute;
left:-9000px; /* We avoid display:none because it's bad for SEO */
}

#branding {
background:transparent url(images/banner.jpg) no-repeat /*scroll*/ center top;
background-position: bottom;
width: 940px; /* width of your header, like 940px */
height:330px; /*155px*/
position:relative;
z-index:10; /*padding 10px*/;
}


.entry-title {
    font-family: Arial,sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 0 7px;
}

.aside h3 {
    font-size: 26px;
    font-style: italic;
    line-height: 22px;
    padding:  4px;
}



body {
background: url(images/zebra.gif) center;
background-position: center;
background-repeat: repeat;

}

/*#main {background: white; }*/

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-21863957-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
