/*   
Theme Name: Rosebasket - 1
Theme URI: 
Description: Custom designed theme for Rosebasket
Author: Daniel Roe
Author URI: http://capreol.us/didyktile/
Template: thematic
Version: 1.0
Tags: Thematic

.
*/

/* 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'); */
@import url('1c-b.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');

@import url('fancybox/fancybox.css');

/* Prepare theme for plugins
@import url('../thematic/library/styles/plugins.css');
*/

#blog-title a {
background:url(images/header.jpg) no-repeat top center;
display:block;
text-indent:-9000px;
width: 548px;
height: 269px;
}


.menu {
  font-family: 'Medio', serif ;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.4pt ;
}

.typeface-js h2 {
  font-family: 'Brock Script', fantasy ;
  font-size: 25px;
  letter-spacing: .5pt ;
  font-weight: normal ;
}

#fancybox-wrap {
  z-index: 100;
}

#detail img {
  border: 6px solid #000000;
}

#footer {
  margin-left: auto;
  margin-right: auto;

  text-align:center;
}

#main {
  padding: 0 0 22px 0;
}

