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

#branding{
padding:10px 0px 10px 0px;
}
#blog-title, #blog-description{
margin-left:-9000px;
}
#access{
margin-top:-50px;
border-bottom:0px;
font-size:120%;
padding-bottom:180px;
}
#menu{
margin-left:150px;
}
#header{
}
#fader{
margin:0 auto;
width:940px;
margin-top:-160px;
}
#myGallery, .imageElement{
z-index:75;
}
#wrapper{
background:#d9b68b url(images/top-bg-1.jpg) repeat-x 0 0;
}
/*the menu*/
.sf-menu{
border:0px;
background:transparent;
}
.sf-menu a, .sf-menu a:visited {
padding:9px 15px 13px 14px;
color:#A1A37B;
border:0px;
}
.sf-menu li, .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background:transparent;
border:0px;

}
.sf-menu li li {
background:transparent;
z-index:100;
display:none;
}
.sf-menu ul a {
background:transparent;
color:#fff;
}
.sf-menu ul{
border:0px;
width:100%;
display:none;
}
.sf-menu li.page-item-3 a{
padding-left:0px;
}
/*end of menu*/

#container, #primary, #secondary{
border:2px solid #A1A37B;
background:#fff;
color:#000000;
margin-right:-10px;
}
body{
font-family:arial;
font-weight:strong;
}
p {
text-align:justify;
}
#content{
width:590px;
}
#main{
padding:25px 0 22px;
width:940px;
}
.entry-title{
padding:10px 0 7px 0;
font-style:italic;
}
.xoxo h3{
font-size:16px;
font-weight:strong;
padding:5px 5px;
}
.xoxo a{
color:#000;
}
#siteinfo{
padding:0px;
}
.ngg-navigation span {
font-weight:bold;
margin:0 0 6px -65px;
}
.entry-content img{
border:1px solid #A1A37B;
padding:4px;
margin:0px 5px 2px 5px;
}
.entry-content img:hover{
background:#A1A37B;
}
#gallery1{
margin:-10px 0px 20px 60px;
}
#map{
padding-left:10px;
}
.page-title{
padding:0px;
}

.entry-content h1{
margin:0px;
padding:0px;
font-size:22px;
margin-bottom:5px;
}