/*
Theme Name: Tommy's Campout 
Theme URI: http://www.tommybotell.com
Description: A Custom theme for the family of Tommy Botell, commissioned in his memory.
Version: 1.0
Author: Richard A. Glover - GloverDesigns
Author URI: http://www.gloverdesigns.com
*/

/*
Colors: 
#03427C - top gradiant color for the background
#0457A3 - bottom gradiant color for the background - bg color for the body.

*/
@import "style/css/reset.css";
@import "style/css/960.css";

html {
    height: 100%;
    min-height: 100%;
}
body {
    background: #0457A3 url('style/images/main_bg.jpg') top center repeat;
    padding-bottom: 360px;
    height: 100%;
    min-height: 100%;
    font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 12px;
}

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
div, ul, li { position:relative } 
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } 

h1, h2, h3, h4, h5, h6 {
    font-family: Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-weight: bold;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.6em;
}
h4 {
    font-size: 1.4em;
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: 1em;
}

a {
    color: #1049A9;
    text-decoration: none;
}

a:hover {
    color: #4479D4;
    border-bottom: 1px dotted #4479D4;
}

#header {
    margin-bottom: 50px;
}
#header h1 {
    background: transparent url('style/images/moon.png') left no-repeat;
    font-family: Cartoonia_3D, Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-weight: normal;
    font-size: 7em;
    height: 200px;
    margin-bottom:-130px;
    padding:45px 0 0 125px;
}
#header h1 a {
    color: #FFFFFF;
    text-decoration: none;
}
#header h1 a:hover {
    color: #FFFFFF;
    border-bottom: none;
}
#header p {
    color: #FFCE00;
    padding-left: 150px;
    font-size: 1.5em;
}
ul#mainnav {
    background-color: #6A92D4; /* Sets a bg color for browsers that don't support rgba */
}
ul#mainnav {
    background-color:rgba(106, 146, 212, 0.9);
    border:2px solid #4479D4;
    padding:10px 0 10px 10px;
    position:absolute;
    top:61px;
}
ul#mainnav li {
    float: left;
    padding: 0 10px;
}
ul#mainnav li a {
    color: #FFCE00;
    font-size: 1.5em;
    font-weight: bold;
}
ul#mainnav li a:hover {
    border-bottom: #FFCE00 3px solid;
}
ul#mainnav li#current_page a{
    border-bottom: #A64500 3px solid;
}
#content {
    background: rgba(255, 255, 255, 0.7);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: #4479D4 1px solid; 
    height: 100%;
    min-height: 100%;
    z-index: 200;
    margin-bottom: 100px;
}

div.post {
    padding: 10px 0 10px 10px;
}

div.post h2 a:hover {
    border-bottom: none;
}

div.post p {
    font-size: 1em;
    line-height: 1.5em;
    padding: 5px 0;
}

div.post p.byline {
    font-size: .8em;
    background-color: #ffce00;
    border: #A64500 2px solid;
    padding: 5px;
    color: #29497F;
    font-weight: bold;
    margin: 10px 0 10px -2px;
}

div.post p.post-meta {
    font-size: .8em;
    padding: 5px 0;
    margin-top: 10px;
}
h2.archive-title {
    padding: 10px;
}
#sidebar {
    padding-top: 10px;
    padding-bottom: 15px;
}

#sidebar h2 {
    font-size: 1.5em;
}
#sidebar>ul li {
    padding: 5px;
    border-top: #29497F 1px dotted;
}
#sidebar>ul li:first-child {
    border-top: none;
}
.sidebar_img {
    padding: 10px;
    margin-left: 5px;
    background: white;
    -moz-box-shadow: 5px 5px 5px #888888;
    -webkit-box-shadow: 5px 5px 5px #888888;
    box-shadow: 5px 5px 5px #888888;
    border: #29497F 1px solid;
}
#sidebar>ul {
    border-left: #29497F 1px dotted;
}
#sidebar>ul li ul li {
    padding: 3px 3px 3px 2px;
    border-top: #29497F 1px solid;
    border-bottom: #6A92D4 1px solid;
}
#sidebar>ul li ul li:first-child {
    border-top: none;
}
#sidebar>ul li ul li:last-child {
    border-bottom: none;
}
#sidebar a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 3px 0 3px 3px;
}
#sidebar a:hover {
    border: #ffda40 1px solid;
    padding: 2px 0 2px 2px;
    background-color: #ffe473;   
}
#sidebar p {
    padding: 3px 0;
    line-height: 1.3em;
}
#searchform label {
    font-weight: bold;
    font-size: 1.2em;
}
#searchform input#s {
    background-color: #6A92D4;
    padding: 5px;
    border: #4479D4 1px solid;
    color: #FFFFFF;
}
#searchform input#searchsubmit {
    background: transparent url('style/images/search.png') no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px; 
    border: none;
}
span.comment-link a {
    font-weight: bold;
}
div#respond {
    width: 540px;
    padding: 10px;
    clear: both;
}
#commentform textarea {
    width: 80%;
}
h3#comments {
    padding: 10px;
}
ol.commentlist {
    padding: 10px;
    width: 540px;
}
ol.commentlist>li {
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    border-top: #29497F 1px solid;
    border-bottom: #6A92D4 1px solid; 
}
ol.commentlist>li:first-child {
    border-top: none;
}
ol.commentlist>li:last-child {
    border-bottom: none;
}
ol.commentlist li img.avatar{
    float: left;
}
ol.commentlist li cite.fn {
    clear: both;
    float: left;
    width: 80px;
}
ol.commentlist li span.says {
    display: none;
}
ol.commentlist li div.reply {
    clear: both;
}
ol.commentlist li.even>div.comment-body div.comment-author {
    float: left;
    width: 100px
    padding-right: 10px;
}
ol.commentlist li.even>div.comment-body div.comment-meta {
    float: right;
    width: 420px;
}
ol.commentlist li.even>div.comment-body p {
    float: right;
    width: 420px;
}
ol.commentlist li.odd>div.comment-body div.comment-author {
    float: right;
    width: 100px
    padding-left: 10px;
}
ol.commentlist li.odd>div.comment-body div.comment-meta {
    float: left;
    width: 420px;
}
ol.commentlist li.odd>div.comment-body p {
    float: left;
    width: 420px;
}
li.parent ul{
    border: #4479D4 1px solid;
}
ul.children li {
    padding: 20px;
}
#footer {
    background: transparent url('style/images/footer_bg.png') bottom center repeat-x;
    height: 360px;
    min-height: 360px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
}
img#scout {
    position: fixed;
    width: 150px;
    height: 360px;
    bottom: 0;
    margin-left: -920px;
    z-index: 1001;
}