/*   
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');

/* TYPOG */

body, input, textarea {
   font-family: Helvetica, Arial, sans-serif;
   font-size:12px;
   font-weight: normal;
   color: #FFF4E5;
}
a:link, a:visited{
   color: #76D0F9;
}
a:hover {
   color: #9FE4FF;
}
a:active {
   color: #45B0DF;
}

h2, .entry-content h2 { 
    font-family:Helvetica, Arial, sans-serif;
    font-size:14px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
}
.entry-title {
    font-family:Helvetica, Arial, sans-serif;
    font-size:12px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
   text-transform:uppercase;
}
.entry-title a {
    color:#C3AA8A;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #CFBEA8;
}

.entry-meta {
    font-family:Helvetica, Arial, sans-serif;
    color:#C3AA8A;
    font-size:11px;
    line-height:18px;
    text-transform:uppercase;
   font-style:normal;
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#C3AA8A;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #CFBEA8;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-utility a {
   font-style:normal;
   text-decoration: underline;
}
.entry-utility a:hover {
   color: #9FE4FF;
}
.entry-utility a:active {
   color: #45B0DF;
}

#forthcomingDates {
   font-family: Helvetica, Arial, sans-serif;
   font-weight: normal;
   color: #FFF4E5;
   font-size: 12px;
   line-height:18px;
   margin-bottom:40px;
}


/* TYPOG END */

/* WIDTH EDITS START */

body {
    min-width:860px;
   background: url(images/BG.jpg) center top no-repeat #000000;
   border-top: 2px solid #5dafd4;
}
#branding {
    width:840px; 
}
.menu {
    width:315px;
}
#main {
    width:860px;
top: -250px;
}
#container {
    width:520px;
}
#content {
    width:510px;
}
.main-aside {
   width:315px;
}
#subsidiary {
   width:840px;
}
#subsidiary .aside {
   width:200px;  
}
#siteinfo {
   width:840px;
}



/* WIDTH EDITS END */



#header{
   width: 860px; 
   margin:30px auto 0;
}
#branding {
   padding:0;
   width: 300px;
   float: left;
   margin:0 auto 0 0;
}

#blog-title a {
display:block;
text-indent:-9000px;
width: 275px;
height: 1px;
}
#access{
   width: 315px;
   height:322px;
   float: right;
   border: 0;
}
#primary {
    border:0;
   margin-top:180px;
}

#respond {
    background: none;
}
#comment {
    background: none;
}
.comment {
    background: none;
}
#comments-list li.alt {
    background: none;
}
#comments-list ol {
    border:none;
}
#comments-list li {
    border-bottom:none;
}
#comments-list ul li {
    border:none;
}
.form-input input {
    background: none;
}
.form-submit input {
  color: #000;
}
#footer{
   width: 860px; 
   margin:30px auto 0;
   border: none;
}
/* MENU EDITS START */

.sf-menu {
   border: 0;
}
.sf-menu a {
text-indent:-9009px;
   border: 0;
   padding:0px;
   width: 315px;
   height: 46px;
}
.sf-menu ul a {
    background: none;	
}
.sf-menu li {
   clear: both;
   float: right;
   background: none;
}
.sf-menu li li {
   background: none;
}
.sf-menu li li li {
   background: none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
text-indent:-9009px;
   background: none;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
text-indent:-9009px;
   background: none;
}

.sf-menu .page-item-14 a {
    background: url(images/homeBut.png) 0 0 no-repeat;
}

.sf-menu .page-item-2 a {
    background: url(images/newsBut.png) 0 0 no-repeat;
}

.sf-menu .page-item-4 a {
    background: url(images/tourBut.png) 0 0 no-repeat;
}
.sf-menu .page-item-6 a {
    background: url(images/contactBut.png) 0 0 no-repeat;
}
.sf-menu .page-item-8 a {
    background: url(images/mediaBut.png) 0 0 no-repeat;
}
.sf-menu .page-item-10 a {
    background: url(images/bandBut.png) 0 0 no-repeat;
}
.sf-menu .page-item-12 a {
    background: url(images/storeBut.png) 0 0 no-repeat;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
   background-position: 0 -46px;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
   background-position: 0 -46px;
}


/* MENU EDITS END */

/* W GALLERY */ 
#primary .xoxo, #primary .main-aside {
width:315px;
margin:0px;
padding:0px;
}
ul .wGallery {
margin:0px auto auto 0px;
padding:0px;
list-style: none;
}
li .wGallery {
margin:0px auto auto 0px;
float:left;
padding:0px;
line-height:0;
}
li .wGallery img{
height: 92px;
width: 92px;
margin-left:0px;
padding:0px 5px 2px 0px;
}
/*OTHER WIDGETS */
.textwidget {
padding-left:12px;
}
.textwidget .subHead {
font-family:Helvetica, Arial, sans-serif;
    color:#FFFFFF;
    font-size:11px;
    line-height:18px;
   font-style:normal;
}
.textwidget p {
text-align: center;
font-family:Helvetica, Arial, sans-serif;
    color:#C3AA8A;
    font-size:11px;
    line-height:18px;
   font-style:normal;
}
.textwidget .headerBox {
height:30px;
border-bottom: 1px solid #464646;
text-align: left;
margin:20px 6px;
}
.textwidget .endLink {
text-align: right;
margin:0px 10px 10px auto;
padding:0;
}
.bioTeaser {
padding:0px 5px;
text-align:left;
}
.bioTeaser img {
float: left;
}
.bioTeaser div {
width:140px;
float: right;
}
.bioTeaser div p{
text-align:left;
}
.textwidget a:link, a:visited{
   color: #76D0F9;
}
.textwidget a:hover {
   color: #9FE4FF;
}
.textwidget a:active {
   color: #45B0DF;
}

/* FOOTER STYLES */

#mailLink {
    font-family:Helvetica, Arial, sans-serif;
    color:#C3AA8A;
    font-size:11px;
    line-height:18px;
    text-transform:uppercase;
   font-style:normal;
}
#mailLink a {
    color:#C3AA8A;
    text-decoration:none;
}
#mailLink a:active,
#mailLink a:hover {
    color: #CFBEA8;
}
#copyright {
height: 36px;
margin: 5px 0;
border-top: 1px solid #454545;
}
#copyright p {
margin-top: 6px;
float:left;
}
#copyright img{
margin-top: 3px;
float:right;
}
#wpnewsletter_name, #wpnewsletter_email, #wpnewsletter_sec {
    background: none;
}
#wpnl_main, #wpnl_main tr{
border:none;
}
#wpnl_main td img{
margin-bottom:0px;
}
#wpnl_main td{
height:25px;
margin:0px
padding:0px;
}
#wpnewsletter_sub input{
color: #000;
margin-left:116px;
}
