/*   
Theme Name: Boothbay Cottages
Theme URI: http://www.boothbaycottages.com/new
Description: Use this theme to start your Thematic Child Theme development.
Author: Dave Weinberg
Author URI: http://daveweinberg.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 {
    min-width:1040px;
}

.menu {
    width:1040px;
    margin:0 auto;
}

#header {
    background-color:#d0e4fe;
    z-index:2;
}
/**************
New Code for aligning the header image
**************/
#blog-title a {
/*background:url(images/bbcHeader5.png); no-repeat top center; */
display:block;
text-indent:-9000px;
position: relative;
}
#logo{
height:170px;
left:-20px;
margin:0 auto;
position:relative;
top:24px;
width:1040px;
}
#branding{padding:0px;}

/* OLD HEADER CODE
#branding {
    padding:22px 0 5px 0;
}
#blog-title a {
background:url(images/bbcHeader5.png) no-repeat top center;
display:block;
text-indent:-9000px;
width: 960px;
height: 200px;
position: relative;
top: 20px;
right: 65px;
}
*/

#blog-description {
    text-indent:-9000px;
}

#blog-title a:active, #blog-title a:hover {
color:#399588;
}

#footer {
    border-top:1px solid #ccc;
    margin-top:22px;
    background-color:#d0e4fe;
}

.wp-caption {
	text-align: center;
	margin-bottom:18px;
        border:1px solid #ccc;
}
.wp-caption img {
	margin-top: 4px;
	padding: 0;
	border: 0 none
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}