@CHARSET "UTF-8";

/*
 * @author matthew boston
 */

html, body {
    margin: 0px;
    padding: 0px;
    /*background: #ffffff url("/images/nautical-rug-sm.png") repeat top left;*/
    font-size: 14px;
    font-family: Arial, Verdana, Helvetica;
    color: #000000;
    height: 100%;
}

hr {
    background-color: #999999;
    border: none;
    height: 1px;
}

a {
    color: #cc0000;
    text-decoration: none;
    /*font-weight: bold;*/
    border-bottom: 1px #cc0000 dotted;
}

a:hover {
    /*text-decoration: underline;*/
    border-bottom: 1px #cc0000 solid;
    /*opacity:0.4;*/
}

c {
    color: #cc0000; /* pomegranate */
    text-decoration: none;
}

img {
    border: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul.NoBullet {
    list-style-type: none;
}

#title-bar {
    height: 100px;
    padding: 60px 0px 0px 0px;
    margin: 15px auto 0px auto;
    background: #333333;
    width: 1200px;
/*    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
}
#bread-crumbs {
    padding: 10px;
    margin-bottom: 20px;
}

#bread-crumbs ul {
    display: inline;
}

#bread-crumbs ul li {
    /*color: #cccccc;*/
    font-size: 12px;
    list-style: none;
    display: inline;
}

#title-box {
    width: 1050px;
    text-align: left;
    margin: auto;
}

#blog-logo {
    float: left;
    margin: 4px 10px 0px 0px;
}

#blog-title {
    font-size: 38px;
    /*font-weight: bold;*/
    line-height: 40px;
}

#blog-title a {
    border: none;
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
}

#blog-title a:hover {
    border: none;
    color: #cccccc;
    text-decoration: none;
}

#blog-subtitle {
    font-family: Times;
    font-size: 16px;
    font-style: italic;
    color: #3399ff;
}

body > #outer {
    width: 1200px;
    margin: 0px auto 0px auto;
    height: auto;
    min-height: 70%;
}

#portal {
    float: right;
    width: 300px;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
}

#content-runner {
    margin: 0px 10px 0px 0px;
    float: left;
    width: 880px;
}

#footer {
    padding: 50px 0px 0px 0px ;
    clear: both;
    height: 30px;
    bottom: 0px;
    text-align: center;
}

#meta-footer {
    font-size: 11px;
    color: #666666;
}

#meta-footer li {
    display: inline;
    padding: 0px 3px 0px 3px;
}

#meta-footer a {
    border: none;
    color: #666666;
    text-decoration: none;
    font-weight: normal;
}

#meta-footer a:hover {
    border: none;
    color: #000000;
    text-decoration: underline;
}

div.content {
    padding: 0px 0px 0px 150px;
}

.search-box {
    color: #c0c0c0;
}

#search-box-float {
    position: fixed;
    right: 0px;
    top: 0px;
    margin: -1px;
/*    -webkit-box-shadow: -3px 3px 10px #333333;
    -khtml-box-shadow: -3px 3px 10px #333333;
    -moz-box-shadow: -3px 3px 10px #333333;*/
}

div.box {
    background-color: #ffffff;
    border: #999999 solid 1px;
    padding: 10px;
    margin: 0px 0px 20px 0px;
}

#portal div.box {
    /*color: #ffffff;*/
/*    background-color: #eeeeee;*/
/*    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
    -webkit-box-shadow: 3px 3px 10px #333333;
    -khtml-box-shadow: 3px 3px 10px #333333;
    -moz-box-shadow: 3px 3px 10px #333333;
}

/*#portal div.box:hover {
    -webkit-box-shadow: 3px 3px 10px #333333;
    -khtml-box-shadow: 3px 3px 10px #333333;
    -moz-box-shadow: 3px 3px 10px #333333;
}*/

div.box-title {
    font-size: 22px;
    padding: 0px 0px 10px 0px;
}

div.title {
    font-size: 20px;
}

div.entry {
    position: relative;
    margin: 0px 0px 70px 0px;
}

div.entry-summary {
    position: relative;
    margin: 0px 0px 70px 0px;
}

div.entry-title {
    /*float: left;*/
    font-size: 20px;
}

div.entry-summary-title a {
    border: none;
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
}

div.entry-summary-title a:visited {
    border: none;
    color: #000080;
}

div.entry-summary-title a:hover {
    border: none;
    color: #cc0000;
    text-decoration: none;
}

div.entry-summary-body {
    color: #403d3d;
    clear: both;
    margin: 0px 10px 20px 10px;
    padding: 5px 0px 0px 0px;
    line-height: 20px;
}

div.entry-date {
    float: right;
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
    color: gray;
    margin: 0px 0px 0px 5px;
}

div.side-date {
    position: absolute;
    left: -150px;
    width: 128px;
    top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.5em;
    font-weight: bold;
    color: #cccccc;
    font-variant: small-caps;
    line-height: 1em;
    display: block;
    vertical-align: top;
    text-align: right;
}

div.side-date label span {
    font-size: 25%;
    float: right;
    background-color: #333333;
    border: #999999 solid 1px;
    font-weight: normal;
    color: #ffffff;
    width: 48px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 10px 5px 10px 5px;
    margin: 0px 0px 0px 5px;
    line-height: 1.1em;
    text-align: left;
/*    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
}

div.entry-body {
    clear: both;
    margin: 0px 10px 20px 10px;
    padding: 5px 0px 0px 0px;
    line-height: 20px;
}

div.entry-footer {
    margin: 0px 5px 0px 5px;
}

div.secondary-title {
    font-weight: bold;
    font-size: 16px;
}

div.code {
    white-space: pre;
    font-family: monospace;
    font-size: 12px;
    background-color: #ffffcc;
    padding: 10px;
    border: #999999 1px solid;
    overflow: auto;
    line-height: normal;
}

div.entry-tags {
    margin: 0px 10px 0px 10px;
    font-size: 11px;
    float: right;
    border: #000000 solid 2px;
    background-color: #eeeeee;
    padding: 4px;
}

div.entry-tags a {
    border: none;
    padding: 2px;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    /*border: #1177dd solid 2px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;*/
}

div.entry-tags a:hover {
    border: none;
    color: #00cc00;
    text-decoration: none;
    /*background-color: #ffffff;
    border: #1177dd solid 2px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;*/
}

div.entry-summary-comment-count {
    margin: 0px 10px 0px 10px;
    font-size: 11px;
    float: left;
    border: #000000 solid 2px;
    background-color: #eeeeee;
    padding: 4px;
}

div.entry-summary-comment-count a {
    border: none;
    padding: 2px;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

div.entry-summary-comment-count a:hover {
    border: none;
    color: #ff6600;
    text-decoration: none;
}

div.tag-cloud {
    display: inline;
}

div.tag-cloud a {
    border: none;
    text-decoration: underline;
    font-weight: normal;
}

#comments-list {
    margin: 15px 0px 15px 0px;
}

div.comment {
    clear: both;
    margin: -1px 0px 0px 0px;
    padding: 15px;
    border: #999999 solid 1px;
/*    -moz-border-radius-topleft: 17px;
    -moz-border-radius-bottomright: 17px;
    -webkit-border-top-left-radius: 17px;
    -webkit-border-bottom-right-radius: 17px;*/
}

div.evenComment {
    background-color: #eeeeee;
}

div.myComment {
    background-color: #d3eed3;
}

div.comment-author {
    margin: 0px 10px 0px 0px;
    font-weight: bold;
    font-size: 12px;
}

div.comment-time {
    font-family: Times;
    font-size: 12px;
    color: #666666;
}

div.comment-body {
    font-size: 14px;
}

span.mono {
    font-family: monospace;
}

form.comment-form, form.contact-form {
    /*width: 97%;*/
    max-width: 97%;
    margin: 15px 0px 15px 0px;
    float: left;
    background-color: #eeeeee;
    border: #999999 solid 1px;
    padding: 10px;
/*    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
/*    -webkit-box-shadow: 3px 3px 10px #333333;
    -khtml-box-shadow: 3px 3px 10px #333333;
    -moz-box-shadow: 3px 3px 10px #333333;*/
}

.form-label {
    font-size: 14px;
}

.form-input {
    margin: 0px 0px 10px 0px;
}

a.smallestTag { font-size: xx-small; font-weight: normal; color:#c0c0c0; text-decoration: none; }
a.smallTag { font-size: small; color: gray; font-weight: normal; text-decoration: none; }
a.mediumTag { font-size: large; color: #000080; font-weight:bold; text-decoration: none; }
a.largeTag { font-size: 26px; font-weight:bold; text-decoration: none; }
a.largestTag { font-size: 32px; font-weight: normal; text-decoration: none; }

a.smallestTag:hover, a.smallTag:hover, a.mediumTag:hover, a.largeTag:hover, a.largestTag:hover { text-decoration: none; }

.pomegranate { color: #cc0000; } /*231,0,0*/
.mango { color: #ff6600; } /*255,102,0*/
.bumblebee { color: #ffff33; } /*255,255,51*/
.limes { color: #00cc00; } /*0,231,0*/
.skyy { color: #3399ff; } /*51,153,255*/
.indigo { color: #0000cc; } /*0,0,231*/

.navy { color: #000080; } /*0,0,128*/
.silver { color: #a0a0a0; }

/*
.hottest { color: #ff4c52; } 255,76,82
.hot { color: #ff754c; } 255,117,76
.mild { color: #ffdd4c; } 255,221,76
.cold { color: #c7f25f; } 199,242,95
.coldest { color: #33c9f7; } 51,201,247
*/

div.form-element {
    margin-bottom: 10px;
}

.form-element input {
    width: 225px;
    height: 15px;
    margin: 3px 0px 0px 0px;
}
.form-element input, textarea {
    border: 1px solid #999999;
    padding: 3px;
    max-width: 695px;
}
/*.form-element input:focus, textarea:focus {
    background-color: #d3eed3;
}*/
.form-element .highlight {
    border: 2px solid #cc0000;
}
.element #submit {
    float: right;
    margin: 0px 10px 0px 0px;
}
.loading {
    float:right;
    /*background:url(ajax-loader.gif) no-repeat 1px;*/
    height:28px;
    width:28px;
    display:none;
}
.success, .fail {
    color: #333333;
    display:none;
    padding: 3px;
    width: 315px;
    margin: 5px 0px 0px 0px;
/*    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;*/
}
.success {
    border: 2px solid #00cc00;
    background: #c7f25f;
}
.fail {
    border: 2px solid #cc0000;
    background: #ff4c52;
}

/* Sociable */
div.sociable { margin: 16px 0; }
span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span { position: absolute; display: block; top: -5em; background: #ffe; border: 1px solid #ccc; color: black; line-height: 1.25em; }
.sociable span { display: block; }
.sociable ul { display: inline; margin: 0 !important; padding: 0 !important; }
.sociable ul li { background: none; display: inline !important; list-style-type: none; margin: 0; padding: 1px; }
.sociable ul li:before { content: ""; }
/*.sociable img { float: none; width: 16px; height: 16px; border: 0; margin: 0; padding: 0; }
.sociable-hovers:hover { opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); } */