/*
Theme Name: Paul Burger
Theme URI: www.paulburger.co.uk
Description: Paul Burger Music
Version: 0.1a
Author: Scott Darby
Datum: November 28, 2009
*/

/* Eric Meyer reset CSS v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: none;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
 Elements to hide on page load with JavaScript
 ***example***
 .js .my-class { display: none; }
 ---------------------------------------------------------*/


/*
 Font size
 Set font sizes in ems
 where 1em = 10px
 ---------------------------------------------------------*/
body {
    font-size: 62.5%; /* for IE/Win */
}

html, body, .wrapper {
    height: 100%;
}

body > .wrapper {
    height: auto;
    min-height: 100%;
}

html {
    height: 100%;
    background: #F7EBC1 url(../images/bg.jpg) no-repeat top center;
}

html > body {
    font-size: 10px; /* for everything else */
}

/*
 =Basics
 --------------------------------------------------------*/
body {
    font-family: Georgia, Arial, Helvetica, Sans-Serif;
    line-height: 1.625em;
    background: url(../images/header.png) repeat-x;
}

.wrapper, .footer-wrapper {
    width: 926px;
    margin: 0 auto;
}

.wrapper:after, .footer-wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.wrapper, .footer-wrapper  {
    display: inline-block;
}

.wrapper, .footer-wrapper  {
    display: block;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.2em;
    font-style: italic;
}

h1 {
    font-size: 2.125em;
    margin-bottom: 0.465em;
}

h2 {
    font-size: 1.9em;
    margin-bottom: 0.555em;
}

h3 {
    font-size: 1.7em;
    margin-bottom: 0.656em;
}

h4 {
    font-size: 1.4em;
    margin-bottom: .861em;
}

h5 {
    font-size: 1.313em;
    margin-bottom: .938em;
}

h6 {
    font-size: 1.313em;
    margin-bottom: .938em;
}

a {
    color: #333;
    text-decoration: underline;
}

a:hover {
    color: #1F1508;
    text-decoration: none;
}

a:active {
    color: #8F5B11;
}

.selected a {
    text-decoration: none;
}

.selected a:hover {
    cursor: default;
}

em {
    font-style: italic;
}

p {
    margin: 0 0 10px;
    line-height: 18px;
    font-size: 14px;
}

li {
    line-height: 1.8em;
}

small {
    font-size: .9em;
}

strong {
    font-weight: bold;
    color: #f29400;
}

ul {
    margin: 0 0 1.8em;
    padding-left: 16px;
    list-style-position: outside;
    list-style-type: disc;
}

ol {
    margin: 0 0 1.8em;
    padding-left: 16px;
    list-style-type: decimal;
}

dl {
    margin: 1.8em 0;
}

dl dt {
    font-weight: bold;
}

blockquote {
    font-style: italic;
    background: transparent!important;
}

acronym:hover {
    cursor: help;
}

.cite {
    font-size: 12px;
}

/*
 =Utilities
 ---------------------------------------------------------*/
.left {
    float: left;
    margin: 0 1em 1em 0;
}

.right {
    float: right;
    margin: 0 0 1em 1em;
}

.center {
    text-align: justify;
    margin: 0 auto;
}

/* Clearfix */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

.img-replace {
    text-indent: -9999px;
    line-height: 0;
    font-size: 0;
    display: block;
}

/*
 =Main navigation
 ---------------------------------------------------------*/
#nav {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 153px;
}

#nav a {
    display: block;
}

#nav li {
    float: left;
    display: block;
    margin: 0 82px 0 0;
}

#nav li a {
    background: url(../images/tab.png) no-repeat;
    display: block;
    height: 30px;
    width: 170px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    padding: 5px 0 0;
    line-height: 20px;
}

#nav li a:hover {
    color: #BDA133;
}

#nav li.current_page_item a:hover {
    cursor: default;
    color: #fff;
}

#nav li#contact {
    margin: 0;
}


/*
 Header
 ---------------------------------------------------------*/
#header {
    height: 193px;
    position: relative;
}

#logo {
    background: url(../images/logo.png) no-repeat;
    width: 345px;
    height: 147px;
    margin: 0 auto;
}
#header p {
    background: url(../images/tel.gif) no-repeat;
    width: 198px;
    height: 31px;
    position: absolute;
    top: 84px;
    right: 5px;
}


/*
 =Home page
 ---------------------------------------------------------*/
.tagline {
    background: url(../images/tagline.png) no-repeat;
    width: 725px;
    height: 49px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#left-column {
    width: 620px;
    float: left;
    padding: 0 0 20px;
}

#left-column p {
    margin: 0 0 20px;
}

.intro {
    margin: 0 0 20px;
}

.events {
    padding: 0;
    margin: 0 0 53px;
}

.events li {
    background: url(../images/bullet.png) no-repeat 0 16px;
    width: 178px;
    float: left;
    list-style: none;
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 37px;
}

.home h3 {
    background: url(../images/heading3.png) no-repeat;
    width: 550px;
    height: 39px;
    margin: 0 0 20px;
}

.testimonials-top {
    background: url(../images/testimonials-top.png) no-repeat;
    width: 591px;
    height: 8px;
}

.testimonials-box {
    background: url(../images/testimonials-bg.png) repeat-y;
    width: 561px;
    padding: 7px 15px;
}

.testimonials-box p {
    margin: 0 0 5px;
}

.testimonials-box a {
    float: right;
}

.home .testimonials-box a {
    font-size: 14px;
}

.testimonials-bottom {
    background: url(../images/testimonials-bottom.png) no-repeat;
    width: 591px;
    height: 8px;
}

.testimonials-container {
    height: 109px!important;
}

.testimonials-box h2 {
    background: url(../images/testimonials.png) no-repeat;
    width: 130px;
    height: 23px;
    margin: 0 0 10px;
}

#right-column {
    width: 306px;
    float: left;
}

#audio-title {
    background: url(../images/audio-top.png) no-repeat;
    width: 305px;
    height: 35px;
}

#audio-clips {
    background: url(../images/audio-bg.png) repeat-y;
    width: 279px;
    padding: 5px 12px 0 13px;
    list-style: none;
    margin: 0;
    font-size: 12px;
}

#audio-clips li {
    background: #e6e6e6;
    padding: 5px;
}


#audio-clips li.alt {
    background: #b4b4b4;
}

#audio-clips li a {
    background: url(http://www.paulburger.co.uk/wp-content/plugins/wpaudio-mp3-player/wpa_play.gif) no-repeat 0 4px;
    padding: 1px 0 0 21px;
    height: 20px;
    display: block;
    text-decoration: none;
}

#audio-clips-bottom {
    background: url(../images/audio-bottom.png) no-repeat;
    width: 305px;
    height: 14px;
}

.info-top {
    background: url(../images/info-top.png) no-repeat;
    width: 302px;
    height: 8px;
    margin: 10px 0 0 2px;
    line-height: 0;
    font-size: 0;
}

.info {
    background: url(../images/info-bg.png) repeat-y;
    width: 274px;
    padding: 10px 15px 15px;
    margin: 0 0 0 2px;
}

.info p {
    font-size: 12px!important;
}

.info img {
    border: 3px solid #c19a00;
    float: right;
    margin-left: 10px;
}

#contact-hotel {
    background: url(../images/lord-bute-logo.png) no-repeat;
    clear: both;
    padding: 10px 0 0;
    text-align: right;
}

#contact-hotel p {
    float: right;
    color: #590303;
    margin: 0;
}

.info-bottom {
    background: url(../images/info-bottom.png) no-repeat;
    width: 302px;
    height: 8px;
    margin: 0 0 20px 2px;
}

#content {
    clear:both;
    font-size:12px;
    margin:20px 0;
    padding:10px 0 0;
}

/*
 =Content
 ---------------------------------------------------------*/
#article {
    padding-bottom: 118px;
}

/*
 =Audio
 ---------------------------------------------------------*/
.wpa_container {
    display: block;
}

.wpa_container span.wpa_time {
    color: #333;
}

.wpa_container div.wpa_bar div.wpa_bar_position {
    background: #78201B;
}

.wpa_container span.wpa_text {
    font-size: 12px;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    color: #000;
    letter-spacing: 0;
}

#audio-clips li .wpa_container a {
    float: none;
    width: 267px;
    display: block;
    background: none;
    padding: 3px 0 0;
    height: 19px;
}

.wpa_container img.wpa_play {
    vertical-align: bottom;
}

.wpa_container div.wpa_bar {
    width: auto!important;
}

/*
 =Testimonials  Page
 ---------------------------------------------------------*/
.testimonials .testimonials-box {
    height: auto;
}

.testimonials .testimonials-bottom {
    margin-bottom: 10px;
}

.testimonials h1 {
    background: none;
    font-size: 24px;
}

/*
 =Contact
 ---------------------------------------------------------*/
.contact .testimonials-box {
    height: auto;
}

.contact .info-top {
    margin-top: 0;
}

/*
 =Forms
 ---------------------------------------------------------*/
form.enquiry {
    font-size: 12px;
    margin: 1em 0;
}

form.enquiry label {
    float: left;
    clear: both;
    display: block;
    width: 260px;
    border-bottom:1px dotted #999;
    line-height:19px;
    margin-right:3px;
}

form.enquiry input,
form.enquiry select,
form.enquiry textarea {
    border: 1px solid #999;
    float: left;
    margin-bottom: 1em;
}

form.enquiry input,
form.enquiry textarea {
    width: 290px;
}

form.enquiry .submit {
    clear: both;
    margin-left: 260px;
    width: auto;
}

form.enquiry .radio {
    width: auto;
}

.radio-label {
    float:left;
    line-height:20px;
    margin-right:5px;
}

form.enquiry .submit {
    width: auto;
    clear: both;
}

form.enquiry table {
    clear: both;
    width: 750px;
}

form.enquiry table td {
    text-align: center;
    vertical-align: middle;
}

form.enquiry table label {
    width: auto;
    border-bottom: none;
    text-align: center;
    float: none;
}

form.enquiry .checkbox {
    width: auto;
    float: none;
    height: 20px;
    margin: 0;
}

form.enquiry thead {
    border-bottom: 2px solid #ccc;
}

form.enquiry td, form.enquiry th {
    padding: 3px;
}

form.enquiry .odd {
    background: #eee;
}

form.enquiry .trHover {
    background: #D6FFCF;
}

.error {
    color: #980000;
}

.error-field {
    color: #980000;
    border: 1px solid #980000!important;
}

/*
 =Blog
 ---------------------------------------------------------*/
.blog h1 {
    font-style: italic;
    font-weight: normal;
    font-size: 24px;
}

.blog .testimonials-box h2 {
    font-style: italic;
    font-weight: normal;
    background: none;
    width: auto;
    float: none;
}

.blog .testimonials-box h2 a {
    font-weight: normal;
    float: left;
}


.blog .testimonials-box a {
    float: none;
}

.blog .testimonials-bottom  {
    margin: 0 0 20px;
}

.excerpt  {
    clear: both;
    margin: 20px 0;
    font-size: 12px;
    padding: 10px 0 0;
}

.post-categories {
    float: left;
    list-style:none;
    padding: 0;
    margin: 0;
}

.post-categories li {
    float: left;
    margin-right: 5px;
}

.post-categories small {
    margin-right: 5px;
    float: left;
    line-height: 19px;
}

.date {
    display:block;
    font-size: 11px;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

#searchform label {
    position: absolute;
    left: -9999px;
    top:0;
}

.wp-caption-text {
    text-align: center;
    margin-bottom: 30px;
}

#sidebar {
    float: left;
}

#sidebar .info {
    padding-bottom: 5px;
}

.sidebar-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-list li {
    margin: 0 0 5px;
}

.sidebar-list a {
    font-size: 12px;
}

.blog .info-top {
    margin-top: 0;
}

.blog #audio-clips-bottom {
    margin-bottom: 20px;
}

.back-to-posts {
    font-size: 12px;
}

.subscribe a {
    background:transparent url(../images/icon_rss.png) no-repeat scroll 0 0;
    display:block;
    padding:0 0 0 20px;
}

.commentlist {
    padding: 0;
    margin: 0;
}

.commentlist li {
    padding: 10px;
    list-style: none;
}

#comment {
    width: 557px;
    border: 1px solid #BFB48F;
}

.odd {
    background: #fff;
}


/*
 =Footer
 ---------------------------------------------------------*/
#footer {
    background: url(../images/footer.jpg) no-repeat top center;
    padding: 0 0 100px;
    position: relative;
    height: 18px;
    color: #fff;
    margin: 30px 0 0;
    margin-top: -118px;
    clear: both;
}

.testimonials #footer,
.blog #footer {
    margin-top: -100px;
}

#footer p {
    font-size: 12px;
    line-height: 17px;
}

#footer a {
    color: #fff;
}

.footer-left {
    position: absolute;
    top: 0;
    left: 0;
}

.footer-right {
    position: absolute;
    top: 0;
    right: 0;
}



/* Clearfix */
.post-heading:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.post-heading {
    display: inline-block;
}

/* Hides from IE-mac \*/ * html .post-heading {
    height: 1%;
}

.post-heading {
    display: block;
    float: left!important;
    line-height: 20px!important;
    height: auto!important
}

small.date {clear:both!important}
