/*
Theme Name:Dave Fleet Blog
Theme URI: http://davefleet.com/
Description: Dave Fleet's awesome theme
Version: 3
Author: 76design
Author URI: http://www.davefleet.com/
Tags: dave fleet
*/

/**
 * GENERIC
 */
li.trackback {
    background: #eee;
}

body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: arial, Sans-Serif;
    background: #c6c7c8;
    color: #333;
    text-align: center;
    }

#wrapper {
    background-color:#fff;
    text-align: left;
    margin: 30px auto;
    width: 954px;
    border: solid 5px #fff;
    }

a{
    text-decoration: none;
    color: #003c64;
    }
a:hover{
    color: #6597d8;
    text-decoration: underline;
    }
input[type='submit']{
    cursor: pointer;
    }

small {
    font-size: 0.9em;
    line-height: 1.5em;
    }

h1, h2, h3 {
    font-weight: bolder;
    }

h1 {
    font-size: 4em;
    text-align: center;
    }

h2 {
    font-size: 1.6em;
    }

h2.pagetitle {
    font-weight: normal;
    font-size: 2.5em;
    color: #acc7ea;
    margin-top: 12px;
    }

h3 {
    font-size: 1.3em;
    }

code {
    font: 1.1em 'Courier New', Courier, Fixed;
    }

acronym, abbr, span.caps{
    font-size: 0.9em;
    letter-spacing: .07em;
    }




/**
 * STRUCTURE
 */

 #body {
    margin: 0 0 20px 0;
    padding: 0;
    }

#content {
    float: left;
    padding: 0 0 20px 40px;
    margin: 0px 0 0;
    width: 577px;
    font-size: 1.2em;
    }

#page_content{
    overflow:hidden;
    height:1%;
    background: #fff url(images/bg-repeat.gif) repeat-y 0 0;
    border-top: solid 1px #6597D8;
    padding-top: 20px;
}

.clear {
    clear: both;
}

#footer {
    clear: both;
    }
#footer p {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    }




/**
 * HEADER
 */
#header {
    margin: 0 0 0 1px;
    padding: 0;
    }

#headerimg {
    overflow: hidden;
    text-indent: -900em;
    background: #fff url(images/header_image_title.jpg) no-repeat 0 0;
    margin: 2px 0;
    clear:both;
    }
#headerimg a{
    display: block;
    width: 100%;
    height: 150px;
    }

#header-subscribe-wrap{
    background: #6597D8;
    overflow: hidden;
    margin-bottom: 2px;
    color: #fff;
    height: 34px;
    }

.header-subscribe{
    width: 318px;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    padding: 2px 0;
    }
.header-subscribe input{
    font: .9em helvetica, arial, sans-serif;
    padding: 3px;
    color: #666;
    }
.header-subscribe #searchsubmit{
    width:auto;
    color:white;
    background-color:#003c64;
    }
.header-subscribe small{
    float: left;
    text-transform: uppercase;
    line-height: 30px;
    padding-right: 5px;
    color:#003c64;
    font-weight:bold;
    }
.header-subscribe form{
    padding: 3px 0;
    float:left;
    }
input.submit{
    padding: 2px;
    color:white;
    background-color:#003c64;
}
input#submit{
    padding: 2px;
    color:white;
    background-color:#003c64;
}
input#searchsubmit{
    padding: 2px;
    color:white;
    background-color:#003c64;
}


#header-search{
    color:#000;
    float:right;
    margin-right:-18px;
    }


#searchform div{
    text-align:center;
    }
#header-search input{
    width: 190px;
    }
#s_email{
    float: left;
    text-transform: uppercase;
    line-height: 30px;
    padding-right: 5px;
    color:#003c64;
    font-weight:bold;
}
input#s_v_e{
width:165px;
}
#header-subscribe-email{
    width: 430px;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    }
#header-subscribe-email input{
    width: 190px;

    }
#header-subscribe-email input.submit{
    width: auto;
    }

#header-subscribe-rss{
    width: 195px;
    }




/**
 * NAV
 */

.page-navi{
    float:left;
    margin:0;
    padding:0;
    overflow:hidden;
    height: 1%;
    }
.page-navi ul{
    margin: 0;
    padding: 0;
    }

.page-navi li{
    list-style:none;
    float:left;
    overflow:hidden;
    margin: 0 12px 0 0 ;
    font-size:1.2em;
    text-transform:uppercase;
    }

.page-navi a{
    padding: 4px 10px;
    margin: 0;
    color:#003c65;
    font-weight:bold;
    display: block;
    }
.page-navi a:hover{
    background-color: #a2d4fa;
    text-decoration: none;
    }
.page-navi .current_page_item a{
    background: #1694f3;
    color: #fff;
    }

#div_rss{
    width:242px;
    height:30px;
    margin-bottom:5px;
    }
#div_twitter{
    width:242px;
    height:30px;
    }

/**
 * BLOG POSTS
 */
.post {
    margin: 0 0 40px;
    text-align: left;
    }

.post-title{
    font-size: 1.9em;
    margin: 0;
    color: #003C64;
    text-transform: uppercase;
    font-weight:bold;
    }
.post-title a{
    text-decoration: none;
    }

.post-date{
    font-size: .85em;
    font-weight: bold;
    color: #003c64;
    margin: 0 0 2em 0;
    }

.post-edit{
    margin: .5em 0 -8px 0;
    }
.post-edit a{
    color: #f1762d;
    font-weight: bold;
    font-size: .8em;
    }
.post-edit a:hover{
    }


/**
 * ENTRY CONTENT
 */
.entry{
    line-height: 1.4em;
    }
.entry a{
    text-decoration: underline;
    }
.entry p{
    padding-bottom:1em;
    margin:0;
    }
.entry h1{
    font-size: 10px;
    color: magenta; /* do not use h1s in your entries. :) */
    }
.entry h2{
    font-size: 1.5em;
    margin-bottom: .4em;
    line-height: 1.2em;
    border-bottom: solid 1px #ccc;
    }
.entry h3{
    margin-bottom: .4em;
    color: #555;
    }
.entry h4{
    color: #666;
    font-size: 1.25em;
    margin-bottom: .3em;
    }
.entry ol,
.entry ul {
    padding: 0 0 0 35px;
    margin: 0 0 1em 0;
    }
.entry li {
    margin: 0 0 0 0;
    padding: 0;
    }
.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
    }

blockquote{
    color:#fff;
    font-style:italic;
    font-size:1.3em;
    color:#6597d8;
    margin: 0 0 .5em 0;
    line-height: 1.3em;
    }
.entry blockquote p{
    padding: .4em 0;
    }
blockquote cite {
    display: block;
    }




/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    margin:0;
    }

/*	Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left;
    }
/* End Images */





/**********************
        posted in
        number of comments
        and tweet.
*************************/
.metadata_holder{
    padding: 10px 0 6px 0;
    margin: 15px 0 0 0;
    border-top:2px solid #a3c1e8;
    border-bottom:4px solid #6597d8;
    overflow: hidden; height: 1%;
    }
.metadata_holder p#post_results{
    padding:10px 0;
}

.cats{
    float:left;
    font-size:0.8em;
    }
.cats p{
    margin:0;
    color:#6597d8;
    padding:0;
    }
.cats a{
    color:#003c64;
    font-weight:bold;
    }
.cats a:hover{
    text-decoration: underline;
    }
.cats strong a{
    color:#003c64;
    font-weight:bold;
    }
.tweetmeme{
    float:right;
    padding:5px;
    }


.addcomments{
    float:right;
    line-height: 32px;
    color: #003c64;
    font-weight: bold;
    font-size: .8em;
    text-align: right;
    }
.addcomments a{
    display: block;
    float: right;
    height: 32px;
    margin-left: 12px;
    padding: 0 8px 0 15px;
    color: #fff;
    font-weight: bold;
    background: url(images/commentbubble.gif) 0 0 no-repeat;
    }




/**
 * SIDEBAR
 */

#sidebar {
    float: right;
    padding: 0 0 10px 0;
    margin-bottom:10px;
    width: 298px;
    font-size: 1.1em;
    }

.widget{
    padding: 10px;
    margin-bottom:5px;
    border-top:1px solid #6597d8;
    }

#sidebar h2 {
    margin: 5px 0 8px 0;
    padding: 15px 0 0 0;
    font-weight:bold;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #003c64;
    }

#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
    }
#sidebar ul#recentcomments li{
    list-style-image:url(images/blue_box.jpg);
    color:#003c64;
    font-weight:bold;
    padding-bottom:5px;
    }
#sidebar ul#recentcomments li a{
    color:#003c64;
    }
#sidebar ul#recentcomments{
    padding-left:5px;
    }

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    padding:0 20px;
    margin-bottom: 15px;

    }

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
    }

#sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px;
    }

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
    }

ol li, #sidebar ul ol li {
    list-style: decimal outside;
    }

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
    }

/**
 * SIDEBAR > SEARCH WIDGET
 */




/**
 * SIDEBAR > POST RANK WIDGET
 */
#sidebar .postrank-posts{
    margin: 0;
    }
#sidebar .pr_widget-innerContainer h2{
    background: #fff !important; /* needed for ie6 to have a readable title */
    }
ul.postrank-posts li{
    padding:3px;
    margin-bottom:15px;
    width:240px;
    clear: left;
    margin: 0;
    }
ul li a.postrank-value{
    padding:5px;
    margin:5px;
    text-align:center;
    background-color:#6597d8 !important; /* have to override an inline style set by the plugin */
    color:#fff;
    float:left;
    }
ul li a.postrank-value:hover{
    background-color:#003c64;
    }
ul li a.postrank-title{
    padding:5px;
    margin:5px;
    margin-left:-10px;
    color:#003c64;
    display:block;
    margin-left:20px;
    }
ul li a.postrank-customize{
    font-size: .8em;
    }

.postrank-options{
    width: 100%;
    display:none;
    }
.postrank-topicsearch input{
    width: 120px;
    }


/**
 * SIDEBAR > CONNECTOLOGY WIDGET
 */
#sidebar .widget_connectnology{
    border-top: none;
    }
#sidebar .widget_connectnology h2.widgettitle{
    margin-top: 0;
    padding-top: 0;
    }
#sidebar #connect_list li{
    padding:0;
    display: inline;
    }
#sidebar #connect_list{
    text-align: center;
    margin: 10px 0 0 -18px;
    overflow:hidden;
    height:1%;
    }
#conn_img{
    padding:5px 0;
    }

.conn-btn{
    margin: 5px 0;
    display: block;
    width: 242px;
    height: 30px;
    text-indent: -900em;
    overflow: hidden;
    }
#connectnology-btn-rss{
    background: #fff url(images/btn-subscribe-rss.gif) 0 0 no-repeat;
    }
#connectnology-btn-twitter{
    background: #fff url(images/btn-followontwitter.gif) 0 0 no-repeat;
    }
#connectnology-btn-rss:hover,
#connectnology-btn-twitter:hover{
    background-position: 0 -31px;
    }


/**
 * SIDEBAR > TWITTER WIDGET
 */
#sidebar .df_twitter_widget ul{
    margin: 0;
    }
#sidebar .df_twitter_widget li{
    border-bottom: solid 1px #c1d5ef;
    margin: 0;
    padding: 8px 0;
    }
#sidebar .df_twitter_widget li:last-child{
    border-bottom: none;
    }
.twitter-widget-follow a{
    font-size: 1.1em;
    display: block;
    background: url(images/twitterbird.gif) 5px 4px no-repeat;
    margin-top: 10px;
    padding: 8px 0 8px 50px;
    border: solid 1px #c1d5ef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }
.twitter-widget-follow a:hover{
    border: solid 1px #9a9775;
    color: #9a9775;
    background-position: 5px -69px;
    }



/**
 * COMMENTS LIST
 **/

.commentlist li,
#commentform input,
#commentform textarea {
    font-size:1em;
    }
.commentlist li ul li {
    font-size: 1em;
}

.commentlist li {
    font-weight: bold;
}

.commentlist li .avatar {
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
    margin-top: -10px;
    }


.comment-author{
    margin: 1em 0 0 0;
    }
.commentlist cite{
    font-size: 1.2em;
    }
.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    }


.comment-reply-link{
    background: url(images/comment-reply.gif) 0 50% no-repeat;
    padding-left: 12px;
    color: #6597D8;
    font-size: .9em;
    }

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    }

.commentmetadata {
    font-weight: normal;
    }

 .alt {
    margin: 0;
    padding: 10px;
    }

.commentlist {
    margin: 0;
    padding: 0;
    text-align: justify;
    }

.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;

    }
.commentlist li ul li {
    margin-right: 5px;
    margin-left: 10px;
}

li.byuser{
    background: #e9f0f9;
    border: solid 1px #6597D8;
    }

.commentlist p {
    margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
    margin: 5px 0;
    }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }

.commentmetadata {
    font-size: .8em;
    margin-bottom: 1em;
    }

.thread-alt {
    background-color: #f8f8f8;
}
.thread-even {
    background-color: white;
}
.depth-1 {
    border: 1px solid #ddd;
}

.even, .alt {
    border-left: 1px solid #ddd;
}




/**
 * COMMENTS FORM
 */

#respond{
    position: relative;
    background: #fff;
    }
li #respond{
    margin-top: 10px;
    padding: 10px;
    }
li #respond h2{
    margin: 0;
    padding: 8px 0;
    }

.cancel-comment-reply{
    position: absolute;
    top: 20px;
    right: 10px;
    }

#respond input {
    font: 13px helvetica, arial, sans-serif;
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    }
input#author,
input#email,
input#url{
    border: solid 1px #ccc;
    }

#commentform {
    margin: 5px 10px 0 0;
    }
#respond textarea {
    width: 97%;
    padding: 2px;
    border: solid 1px #ccc;
    font: 13px helvetica, arial, sans-serif;
    }
#respond:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }






/**********************************
       ARCHIVES
***********************************/
/* End Sidebar */
div#archives_holder{
    color: #96c4ff;
}
div#please_holder{
    padding:12px 0;
}
a.year{
    float:left;
    color:#fff;
    margin:1px 1px 10px 1px;
    padding:2px;
    width:40px;
    background-color:#6597d8;
    text-align:center;
    cursor:pointer;
}
a.year_holder:hover{
    background-color:#003c64;
}
ul.month_holder{
    margin-top:8px;
    padding:2px;
    margin-bottom:15px;
    }
ul.month_holder a{
    color:#6597d8;
    clear:both;
    width:200px;
    font-weight:bold;
}
ul.month_holder a:hover{
    color:#003c64;
}

ul li.month{
    margin:3px;
    padding:2px;
    float:left;
    }
a.this_year{
    background-color:#003c64;
    }
.clearfix{
   overflow:hidden;
   height:1%;
}
#sidebar ul.month_holder{
    overflow:hidden;
    margin-bottom:15px;
}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
    }

acronym, abbr {
    border-bottom: 1px dashed #999;
    }


.center {
    text-align: center;
    }

.hidden {
    display: none;
    }

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
    display: none;
    }

a img {
    border: none;
    }

.navigation {
    display: block;
    text-align: center;
    font-size: .8em;
    border-bottom: solid 1px #c1d5ef;
    overflow: hidden;
    height: 1%;
    padding-bottom: 10px;

    }

.nextprev-posts{
    margin: 0 0 25px 0;
    }

.navigation .alignleft a{
    display: block;
    text-align: left;
    background: url(images/arrow-left.gif) 0 50% no-repeat;
    padding-left: 17px;
    }
.navigation .alignright a{
    display: block;
    text-align: right;
    background: url(images/arrow-right.gif) 100% 50% no-repeat;
    padding-right: 17px;
    }
.navigation .alignleft,
.navigation .alignright{
    max-width: 48%;
    }


/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    text-align: center;
    margin:0;
    padding:0;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
    padding-top:10px;
}

.wp-caption p.wp-caption-text {
    color:#fff;
    font-style:italic;
    font-size:1.2em;
    background-color:#6597d8;
    padding:2px 5px;
    margin:2px 5px 5px 5px;
}

