/*
Theme Name:     Travelbug
Author URI:     http: //www.travelbug.co.nz
Description:    Travelbug is a child theme for the default theme. This means we can easily replace the parent theme if/when WP bring out a better default theme.
Author:         Trevor
Template:       twentyeleven
Version:        1.1
*/
@import url("../twentyeleven/style.css");

/* Override word press style */
#main
{
    display: inline-block;
    width: 100%;
}
#page
{
    display: inline-block;
    margin: 0;
    width: 100%;
}
#secondary
{
    margin: 0 20px 0 0;
    width: 190px;
}
.blog-search
{
    margin: 0 0 20px 0;
    width: 190px;
}
.blog-search input
{
    margin: 15px 0 0 0;
}
.blog-header
{
    height: 180px;
    overflow: hidden;
    zoom: 1;
    position: relative;
    -webkit-box-shadow: 0px 3px 15px #0d9bd1;
    box-shadow: 0px 3px 15px #0085b7;
    margin: 0 10px 0 10px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}
/* Links */
a
{
    color: #0066CC;
    text-decoration: none;
}
a:focus, a:active, a:hover
{
    color: #002e5b;
    text-decoration: underline;
}

.widget-area
{
    width: 190px;
}
.widget-title
{
    position: relative;
    z-index: 3;
    background: #0d9bd1;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    padding: 6px 0 4px 10px;
    color: #fff;
    font: normal bold 16px/22px Arial, Helvetica, Sans-serif;
    text-shadow: #0075a1 1px 1px 2px;
    margin-bottom: 0px;
    text-transform: none;
    letter-spacing: 0;
}
.widget > ul, .widget > div
{
    position: relative;
    font: normal 14px/18px Arial, Helvetica, Sans-serif;
    background-color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #0d9bd1;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 8px;
    border-radius: 0px 0px 8px 8px;
}
.widget > ul li {
    list-style: none;
    list-style-position: inside;
    margin: 5px 10px 5px 10px;
}
.nav-single
{
    padding-bottom: 0px;
}
.entry-content p
{
    margin-bottom: 10px;
}
.entry-content a
{
    font-weight: bold;
}
.entry-content
{
    margin: 0 0 15px 0;
}
.entry-title, .entry-title a
{
    color: #0d9bd1;
    padding-top: 0px;
    padding: none;
}
.nav-previous
{
    float: left !important;
}

.content-container{
    float: left;
    width: 100%;
}


#respond
{
    background: transparent;
    border: none;
    -moz-border-radius: none;
    border-radius: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    width: auto;
}

#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label
{
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #555;
    display: inline-block;
    font-size: 13px;
    left: 4px;
    min-width: 80px;
    padding: 0 0 0 0;
    position: relative;
    top: 0px;
    z-index: 1;
}

#respond input[type="text"], #respond textarea
{
    background: #fff;
    border: solid 1px #ccc;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    text-indent: 0;
}
#respond textarea
{
    width: 80%;
    height: 100px;
    padding: 4px;
}
#respond input[type="text"]
{
    width: 260px;
    padding: 0 4px 0 4px;
}

#comments > .comment
{
    width: 500px;
}

#respond
{
    width: 610px;
    background-color: transparent;
    padding: 0 0 0 0;
    margin: 0 0 20px 16px;
    border: none;
}

.comment-form-notes
{
}
.comment-form-author
{
}
.comment-form-email
{
}
.comment-form-url
{
}
.comment-form-comment
{
}
#commentform p
{
    margin-top: 10px;
}
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label
{
    display: block;
    float: left;
    width: 60px;
    line-height: 24px;
}
#respond .comment-notes
{
    margin-bottom: 20px;
}
#respond .comment-form-author .required, #respond .comment-form-email .required
{
    color: #bd3500;
    font-size: 22px;
    font-weight: bold;
    float: right;
    display: block;
    top: 35px;
}
#respond #cancel-comment-reply-link
{
    color: #fff;
    top: 8px;
}

.form-allowed-tags
{
    display: none;
}
#respond form
{
    background-color: #DBF1FD;
    position: relative;
    font: normal 14px/18px Arial, Helvetica, Sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
    border: 1px solid #0d9bd1;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 8px;
    border-radius: 0px 0px 8px 8px;
}
#reply-title
{
    position: relative;
    z-index: 3;
    background: #0d9bd1;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    padding: 6px 16px 4px 16px;
    color: #fff;
    font: normal bold 16px/22px Arial, Helvetica, Sans-serif;
    text-shadow: #0075a1 1px 1px 2px;
    margin: 0 0 0 0;
}

.commentlist
{
    width: 480px;
}
#content
{
    margin: 0 0 0 20px;
    padding-right: 40px;
    width: 640px;
    border-right: solid 1px #ddd;
}

.entry-content
{
    width: 100%;
}
.sidebar-rss
{
}
#respond #commentform .form-submit
{
    float: none;
    margin: 0 0 0 82px;
}
#respond #commentform input
{
    line-height: 1;
}
#respond input#submit
{
    padding: 0 0 0 0;
    position: relative;
    left: 0;
}
#respond #commentform .form-submit input
{
    padding: 4px 20px 4px 20px;
    left: 0;
    font: bold 18px/24px Arial,Helvetica,Sans-serif;
    display: inline-block;
    margin: 0 0 0 0;
    color: #fff;
    text-shadow: #bc4b00 1px 1px 2px;
    -webkit-box-shadow: 0px 0px 2px #666;
    box-shadow: 0px 0px 2px #666;
    border: 1px solid #F60;
    background-color: #f66200;
    background: -moz-linear-gradient(top, #ff8f3e 0%, #ff6804 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8f3e), color-stop(100%,#ff6804)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff8f3e 0%,#ff6804 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff8f3e 0%,#ff6804 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ff8f3e 0%,#ff6804 100%); /* IE10+ */
    background: linear-gradient(top, #ff8f3e 0%,#ff6804 100%); /* W3C */
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
    zoom: 1;
    -moz-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
}

#respond #commentform .form-submit input:hover
{
    color: #fff;
    background-color: #ff6804;
    background: -moz-linear-gradient(top, #fca261 0%, #ed6206 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fca261), color-stop(100%,#ed6206)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fca261 0%,#ed6206 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fca261 0%,#ed6206 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fca261 0%,#ed6206 100%); /* IE10+ */
    background: linear-gradient(top, #fca261 0%,#ed6206 100%); /* W3C */
}
#respond #commentform .form-submit input:active
{
    color: #fff;
    background: #ea5f02; /* Old browsers */
    background: -moz-linear-gradient(top, #ea5f02 0%, #fc7f28 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea5f02), color-stop(100%,#fc7f28)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ea5f02 0%,#fc7f28 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ea5f02 0%,#fc7f28 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ea5f02 0%,#fc7f28 100%); /* IE10+ */
    background: linear-gradient(top, #ea5f02 0%,#fc7f28 100%); /* W3C */
    -webkit-box-shadow: 0px 0px 1px #666;
    box-shadow: 0px 0px 1px #666;
}

#respond #commentform .form-submit input:focus
{
    color: #fff;
    background: #ea5f02;
}
#respond #commentform .form-submit input:visited
{
    color: #fff;
}
#respond #commentform .form-submit input[disabled]
{
    color: #fff;
    background: #ea5f02; /* Old browsers */
    background: -moz-linear-gradient(top, #ea5f02 0%, #fc7f28 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea5f02), color-stop(100%,#fc7f28)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ea5f02 0%,#fc7f28 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ea5f02 0%,#fc7f28 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ea5f02 0%,#fc7f28 100%); /* IE10+ */
    background: linear-gradient(top, #ea5f02 0%,#fc7f28 100%); /* W3C */
}
.twitter-buttons  img, .twitter-buttons  div { float: left; display: inline-block; }
.twitter-buttons  img { margin: 5px 5px 0 0; }
.twitter-buttons  div { margin-right: 10px; margin-top: 5px;}
#twitter-feed li { font-size: 11px; line-height:14px; font-family: Verdana, Tahoma, Geneva, sans-serif; }
#twitter-feed a { color: #2299cc; }

div.social4i { margin-bottom: 20px; }
.entry-content h2{font: normal bold 20px/24px Arial, Helvetica, Sans-serif; margin: 30px 0 10px; color: #0d9bd1;}
.entry-header { width:640px; }
.entry-title { width:640px; }

/*
    Styles to allow the Travelbug newsletter to display properly
*/
div.tbnewsletter table
{
width:auto !important;
}
div.tbnewsletter > table:first-of-type, div.tbnewsletter > table:last-of-type
{
    background-color:#eee !important;
}
div.tbnewsletter > table
{
    background-color:#fff !important;
}
div.tbnewsletter > table > tbody > tr > td:first-child, div.tbnewsletter > table > tbody > tr > td:last-child
{
    background-color:#eee !important;
}
div.tbnewsletter table, div.tbnewsletter td
{
margin:0 !important;
border:0 !important;
padding:0 !important;
}
/* to match footer panel */
div.tbnewsletter > table:nth-last-of-type(1) table
{
width:100% !important;
}
div.tbnewsletter > table:nth-last-of-type(1) table td
{
width:auto !important;
}
div.tbnewsletter table p
{
display:block !important;
line-height:24px !important;
}
/* to match destinations panel */
div.tbnewsletter > table:nth-last-of-type(3) table p
{
line-height:14px !important;
}
/* to match destinations panel headers */
div.tbnewsletter > table:nth-last-of-type(3) tr:last-child tr:first-child tr:last-child TD[colspan]
{
padding-bottom:5px !important;
padding-right:5px !important;
}
[src="http://images.travelbug.co.nz/tb/newsletter/NL-tb-bullet-orange-grey.jpg"]
{
display:inline !important;
}
div.tbnewsletter a
{
font-weight:normal !important;
}
/* to match bottom blue panel */
div.tbnewsletter > table:nth-last-of-type(2) > tbody > tr > td:nth-of-type(2) 
{
background-color:#31B1E2 !important;
}
div.tbnewsletter img
{
border:0 !important;
margin:0 !important;
padding:0 !important;
max-width:100% !important;
}
div.tbnewsletter a
{
font-weight:normal !important;
}
div.tbnewsletter p, div.tbnewsletter br
{
margin-bottom:0 !important;
display:none !important;
}
div.tbnewsletter td[valign=middle]
{
vertical-align:middle !important;
}
div.tbnewsletter td[valign=top]
{
vertical-align:top !important;
}
/* ie fix */
div.tbnewsletter img
{
width:100% !important;
}