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

#container {
background:transparent url(images/white.png) repeat scroll 0 0;
width:700px;
}
#primary, #secondary{
background:transparent url(images/white.png) repeat scroll 0 0;
width:220px;
}
body{
background:#fff url(http://www.loireatlantique.co.uk/wp-content/uploads/2009/07/fluffy_clouds_7.jpg) no-repeat fixed 0 0;
}
#branding{
background:url(images/logo_new_4.png) no-repeat fixed 50% 50px;
padding:80px 0px 0px 50px;
}
#blog-title, #blog-description {
margin-left:-1000px;
}
#content{
width:680px;
}
.entry-content img {
margin:0px;
}
#page_gallery {
border-top:1px dashed #ABBFE0;
border-bottom:1px dashed #ABBFE0;
margin:90px 0px 10px 0px;
padding-bottom:30px;
}
.piclenselink{
text-align:center;
padding:20px;
}
input#s{
width:180px;
}
#main{
padding:0px;
border:1px solid #CCCCCC;
}
#content{
padding-top:10px;
}
#primary{
margin-top:10px;
}
.sf-menu {
margin-left:-10px;
}
.sf-menu a{
padding:9px 7.5px;
}
/*.menu{
margin-top:50px;
}*/
#access{
margin-top:20px;
border-bottom:0px;
}
#table_id  th, td {
padding:10px;
text-align:center;
}
tr.even{
background-color:#E2EAEC;
}
.entry-title{
display:none;
}
.entry-content{
padding-top:0px;
}
.entry-content h1, .entry-content h2 {
font-family:Arial,sans-serif;
font-size:17px;
font-weight:normal;
padding:0 0 14px;
}