/*  
Theme Name: Tunbridge Wells Forum
Theme URI: http://www.musicglue.com
Description: Tunbridge Wells Forum wordpress theme.
Version: 1.0
Author: Music Glue
Author URI: http://www.musicglue.com
Tags: music glue tunbridge wells forum

*/

/************************ GLOBAL SECTION *****************************/

@import 'reset-min.css';

body, h1, h2, h3, h4, h5, h6, blockquote, p{ 
    font-family: Tahoma, "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
}

body{ 
    margin: 0;
    font-family: Tahoma, "Times New Roman", Times, serif;
    font-size:14px;
    text-align: center;
    vertical-align: top;
    background-color:#fff;
    background-image: url('images/body-bg.jpg');
    background-repeat:no-repeat;
    background-position:top;
	background-attachment: fixed;
    background-color:#e2e0e0;
}

a{
    color:#666;
}

a:hover{
    color:#000;
}

#wrapper{
    width:750px;
    margin: 0 auto 0 auto;
    text-align: left;
}

.inner-wrapper{
    background-color:#ffffff;
    float:left;
}

h1{
    display:block;
    font-size: 2em;
    font-weight: bold;
}

h2{
    display:block;
    font-size: 1.5em;
    font-weight: bold;
}

p{
    margin: 1em 0;
}

/*********************** HEADER SECTION ******************************/

#header{
    float: left;
    width:100%;
    padding: 12px 0 0 0;
    color:#ffff00;
}

#header a{
    color:#edb822;
    text-decoration:none;
}

#header a:hover{
    color:#edb822;
}

#header h1{
    font-size: 3em;
}

#header .header_image_wrap{
    height:245px;
    width:750px;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    padding-bottom:5px;
    margin:auto;
}

#header .header_image_wrap h1{
    display:none;
}


/*******bb************** CONTAINER SECTION ***************************/

#container{ 
    min-height: 610px;
    width: 730px;
    padding:0 10px;
    float: left;
}

#container h2.title {
    border-bottom: 1px dotted #cecece;
    padding-top:5px;
    font-size: 1.5em;
}

#container h2 span{
    float:right;
    font-size:14px;
    font-weight:normal;
}

#container p.not-found{
    padding: 20px;
}

/*********************** CONTENT SECTION *****************************/

.post{
    margin: 10px 10px 10px 10px;
}

.post .meta{
    padding-top:4px;
}

.entry{
    line-height: 18px;
    padding: 10px 10px 10px 10px;
    font-size:14px;
}

.entry .piclenselink{
    display:none;
}

/************************ SIDEBAR SECTION *****************************/

.sidebar{
    float:left;
    width:750px;
    border-bottom: 1px solid #ccc;
}

.inner-sidebar{
    width: 100%;
    padding-left: 10px;
    background: transparent;
    padding-bottom:10px;
    margin: 0 auto;
    text-align:center;
}

.sidebar .inner-sidebar a{
    margin-right:10px;
    font-size:15px;
    font-weight:bold;
}

.sidebar .address{
    padding:5px 0 5px 0;
    color:#666;
    width:100%;
    text-align:center;
}

.inner-sidebar ul{
    list-style-type: none;
    padding: 5px;
}

.inner-sidebar li{
    padding:5px 0 5px 0;
    border-bottom: 1px;
    float:left;
    margin-right:10px;
}

.inner-sidebar span{
    width:100%;
}

p.postmetadata{
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
}

.inner-sidebar .featured_artists {
    border:1px solid #000;
    text-align:left;
}

.inner-sidebar .featured_artists h2{
    font-size:1em;
    background-color:#07004F;
    color:#FFFF00;
    padding:5px;
}

.inner-sidebar .featured_artists_content{
    padding:5px;
}

.nav{
    float:left;
    width:655px;
}

.facebook{
    float:left;
    background-image: url('images/facebook.gif');
    height:45px;
    width:32px;
    margin-left:15px;
    margin-top:1px;
}

.twitter{
    float:left;
    background-image: url('images/twitter.gif');
    height:34px;
    width:35px;
    margin-right:10px;
    margin-top:5px;
}

.facebook span,
.twitter span{
    display:none;
}

/************************ FOOTER SECTION *****************************/

#footer{
    clear: both;
    float: left;
    width: 730px;
    height:50px;
    background-image: url('images/footer.jpg');
    padding:60px 10px 10px;
    color:#fff !important;
    background-color:#e2e0e0;
}

#footer a{
    color:#fff;
}

#footer .poweredby{
    height:51px;
}

#footer .copyright{
    float:left;
    width:500px;
    font-size:14px;
}

#footer .copyright p{
    margin:0;
    line-height:2em;
}

#footer .poweredby a.homepage{
    background-image: url(images/powered_by_musicglue.gif);
    background-position: center right;
    height:51px;
    width:95px;
    float:right;
    cursor: pointer;
    cursor: hand;
}

#footer .poweredby .homepage span{
    display:none;
}