@charset "UTF-8";
/* 2A17B1 392E85 150873 5D4BD8 7D71D8 */


html, body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
    color: #333;
    background: #fff;
    height: 100%;
}

/* LINKS */

a:link, a:visited {
    color: #5d4bd8;
    text-decoration: none;
}

a:hover {
    color: #150873;
}

a img {
    border: none;
}

a.external {
    background: url("../img/external.png") no-repeat scroll right center transparent;
    padding:0 13px 0 0;
}
/* IMAGES */
.leftalign{
    float: left;
    margin: 0 5px 5px 0;
}

.rightalign{
    float: right;
    margin: 0 0 5px 5px;
}

.centrealign{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.noframe {
    padding: 5px;
    padding-top: 10px;
}

.frame {
    padding: 5px; 
    padding-top: 10px;
    margin-top: 6px !important;
    border: 1px solid #aaa; 
    }

.caption {
    text-align: left;
    margin-left: 10px;
    margin-right: 5px;
}

img.sociable-hovers {
    padding: 1px;
}

/*img.sociable-hovers:hover {
    -moz-opacity: 0.5; 
    -ms-filter: "alpha(opacity=50)"; 
    filter: alpha(opacity=50);
    opacity: 0.5;
}*/

/* GLOBAL DEFAULTS */

p, ol, ul, dl {
    margin: .2em 0 .8em 0;
}

p {
    padding: 0;
    line-height: 160%;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
}

h1 {
    font-size: 22px;
    color: #666;
    padding: 0 6px 0 0;
    margin: 0 0 .3em 0;
}
h1.main, h2.main {
    margin-left: 1em;
    margin-top: 0.5em;
    }

h2 {
    font-size: 16px;
    margin: 1em 0 .5em 0;
}

h2.subhead {
    font-weight: normal;
    margin-top: 0;
}

h3 {
    font-size: 14px;
    margin: .8em 0 .3em 0;
    color: #666;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    margin: 1em 0 .8em 0;
    padding-bottom: 3px;
}

h5 {
    font-size: 10px;
    margin: 1.5em 0 .5em 0;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ol, ul {
    margin-left: 1em;
}

ul li {
    list-style-type: square;
    padding: 1px 0;
}

ul.plainlist {
    margin-left: 0 !important;
}

ul.plainlist li {
    list-style-type: none;
}

li ul {
    margin-bottom: 0;
}

li, dt, dd {
    font-size: 11px;
    line-height: 14px;
}

dt {
    font-weight: bold;
    margin-top: 4px;
}

dd {
    margin-left: 0;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

blockquote {
/*    font-size: 11px;*/
    font-style: italic;
/*    color: #777;*/
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 10px;
/*    border-left: 5px solid #ddd;*/
}

hr {
    color: #ccc;
    background-color: #ccc;
}

code, pre {
    font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
    background: inherit;
    color: #666;
    font-size: 11px;
}

pre.literal-block {
    margin: 10px;
    background: #eee;
    padding: 6px 8px;
    overflow: auto;
}

/* TABLES */

table {
    border-collapse: collapse;
    border-color: #ccc;
}

td, th {
    font-size: 11px;
    line-height: 13px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    padding: 5px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

th {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

thead th,
tfoot td {
    color: #666;
    padding: 2px 5px;
    font-size: 11px;
    background: #e1e1e1 url(../admin/img/nav-bg.gif) top left repeat-x;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

tfoot td {
    border-bottom: none;
    border-top: 1px solid #ddd;
}

thead th:first-child,
tfoot td:first-child {
    border-left: none !important;
}

thead th.optional {
    font-weight: normal !important;
}

fieldset table {
    border-right: 1px solid #eee;
}

tr.row-label td {
    font-size: 9px;
    padding-top: 2px;
    padding-bottom: 0;
    border-bottom: none;
    color: #666;
    margin-top: -1px;
}

tr.alt {
    background: #f6f6f6;
}

.row1 {
    background: #EDF3FE;
}

.row2 {
    background: white;
}

input, textarea, select {
    margin: 2px 0;
    padding: 2px 3px;
    vertical-align: middle;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
}

textarea {
    vertical-align: top !important;
}

input[type=text], input[type=password], textarea, select, .vTextField {
    border: 1px solid #ccc;
}

/* FORM BUTTONS */

.button, input[type=submit], input[type=button], .submit-row input {
    background: white url(../admin/img/nav-bg.gif) bottom repeat-x;
    padding: 3px;
    color: black;
    border: 1px solid #bbb;
    border-color: #ddd #aaa #aaa #ddd;
}

.button:active, input[type=submit]:active, input[type=button]:active {
    background-image: url(../admin/img/nav-bg-reverse.gif);
    background-position: top;
}

.button.default, input[type=submit].default, .submit-row input.default {
    border: 2px solid #5d4bd8;
    background: #7d71d8 url(../admin/img/default-bg.gif) bottom repeat-x;
    font-weight: bold;
    color: white;
    float: right;
}

.button.default:active, input[type=submit].default:active {
    background-image: url(../admin/img/default-bg-reverse.gif);
    background-position: top;
}

/* MESSAGES & ERRORS */

ul.messagelist {
    padding: 0 0 5px 0;
    margin: 0;
}

ul.messagelist li {
    font-size: 12px;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    border-bottom: 1px solid #ddd;
    color: #666;
    background: #ffc url(../admin/img/icon_success.gif) 5px .3em no-repeat;
}

.errornote {
    font-size: 12px !important;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    border: 1px solid red;
    color: red;
    background: #ffc url(../admin/img/icon_error.gif) 5px .3em no-repeat;
}

ul.errorlist {
    margin: 0 !important;
    padding: 0 !important;
}

.errorlist li {
    font-size: 12px !important;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    border: 1px solid red;
    color: white;
    background: red url(../admin/img/icon_alert.gif) 5px .3em no-repeat;
}

td ul.errorlist {
    margin: 0 !important;
    padding: 0 !important;
}

td ul.errorlist li {
    margin: 0 !important;
}

.errors {
    background: #ffc;
}

.errors input, .errors select {
    border: 1px solid red;
}

div.system-message {
    background: #ffc;
    margin: 10px;
    padding: 6px 8px;
    font-size: .8em;
}

div.system-message p.system-message-title {
    padding: 4px 5px 4px 25px;
    margin: 0;
    color: red;
    background: #ffc url(../admin/img/icon_error.gif) 5px .3em no-repeat;
}

.description {
    font-size: 12px;
    padding: 5px 0 0 12px;
}

.addAnother {
    background: url(../admin/img/icon_addlink.gif) 0 50% no-repeat;
    padding-left: 14px;
    float: right;
}

.deletelink {
    float: right;
    text-indent: -9999px;
    background: transparent url(../admin/img/inline-delete.png) no-repeat;
    width: 15px;
    height: 15px;
    border: 0px none;
}

.deletelink:hover {
    background-position: -15px 0;
    cursor: pointer;
}

tr.deleted {
    text-decoration: line-through;
    background-color: lightgray;
}

/* BREADCRUMBS */

.breadcrumbs {
    background: white url(../admin/img/nav-bg-reverse.gif) 0 -10px repeat-x;
    margin: 0px;
    padding: 2px 8px 3px 8px;
    font-size: 11px;
    color: #999;
    border-top: 1px solid white;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

.user-welcome {
    position: absolute;
    right: 0;
    padding-right: 1em;
}

div.step-links {
    background: white url(../admin/img/nav-bg-reverse.gif) 0 -10px repeat-x;
    padding: 2px 8px 3px 8px;
    margin-top: 1em;
    font-size: 11px;
    color: #999;
    overflow: auto;
}

.postfoot {
    clear: both;
    padding: 2px 8px 3px 8px;
    overflow: hidden;
}

/* HEADER */

#header {
    background: #392e85;
    color: #ffc;
    overflow: visible;
    width: 100%;
    height: 3em;
    position: absolute;
    top: 0px;

}

#headerpadding {
    height: 3em;
}

#branding {
    width:200px;
}

#branding h1 {
    padding: 0 10px;
    font-size: 18px;
    margin: 8px 0;
    font-weight: normal;
    color: #f4f379;
}

ul.nav-global {
    bottom:0;
    margin:0;
    position:absolute;
    right:0;
    white-space:nowrap;
}
ul.nav-global>li {
    display:block;
    float:left;
    list-style-type:none;
    margin:0;
    padding:0;
}
ul.nav-global>li>a {
    display: block;
    float: left;
    padding:5em 1em 10px;
    width: 4em;
    color: #F4F379;
    text-align: center;
}

ul.nav-global a:hover {
    text-decoration: underline;
    background:#2A17B1;
    color:white;
}
#index li#nav-index>a, #blog li#nav-blog>a, #photos li#nav-photos>a, #cavelog li#nav-cavelog>a {
    background:#150873;
    color:white;
}

ul.nav-global div{
    position: absolute;
    top: 79px;
}

ul.nav-global ul {
    display: none;
    padding: 0px;
    margin: 0px;
    background: #5d4bd8;
    position: absolute;
    right: -6em;
}

ul.nav-global>li:hover ul {
    display: block;
}

ul.nav-global>li ul>li {
/*    width: 100%;*/
    list-style-type:none;
/*    background: gray;*/
}

ul.nav-global>li ul>li>a {
    color: #F4F379;
    background: #392e85;
    display: block;
    padding: 5px;
    margin: 3px 0px 0px;
    text-align: right;
    
}

/*ul.nav-global li:hover ul li:hover {*/
/*    text-decoration: underline;*/
/*    background: #2A17B1;*/
/*    color: white;*/
/*}*/

/*#user-tools {*/
/*    right: 200px;*/
/*}*/



/* TEXT STYLES & MODIFIERS */

.HUGE {
    font-size: 24px;
}

.Huge {
    font-size: 22px;
}

.huge {
    font-size: 20px;
}

.LARGE {
    font-size: 18px;
}

.Large {
    font-size: 16px;
}

.large {
    font-size: 14px;
}

.big {
    font-size: 13px;
}

.small {
    font-size: 11px;
}

.tiny {
    font-size: 10px;
}

p.tiny {
    margin-top: -2px;
}

.mini {
    font-size: 9px;
}

p.mini {
    margin-top: -3px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear {
    clear: both;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.strong {
    font-weight: bold;
}

/* PAGE STRUCTURE */

#container {
    position: relative;
    width: 100%;
    min-width: 760px;
    padding: 0;
    height: 100%;
}

#containernofoot {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -165px;
}

#content-all {
    width: 75% ;
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#content-main {
    width: 69% ;
    min-width: 600px;
    margin-left: 0px ;
    margin-right: auto ;
}

#content-related {
    float: right;
    width: 18em;
    position: relative;
    margin-right: -19em;
}
#content-sidebar-wrap{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24%;
    margin-left: 20px;
    float: right;
}
#content-sidebar {
    position: relative;
    margin-top: 50px;
    text-align: right;
/*    background-color: grey;*/
}
#content-comments {
    width: 60%;
    border-top: 1px solid white;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
    padding-bottom: 1em;
    overflow: hidden;
}

#comments-form-all, #newcomment,  #comment-preview{
    overflow: hidden;
}

#comment-preview {
    width: 420px;
}

.post {
    border-top: 1px solid white;
    border-bottom: 1px solid #ccc;
    margin-top: 1em;
    margin-bottom: 3em;
    padding-bottom: 1em;
/*    overflow: hidden;*/
}


/*Clear the bottom of a post*/
.post:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}

.post .body{
    text-align: justify;
}

.tripindent {
    clear: both;
    text-align: justify;
    padding: 2px 2em 3px 2em;
    border-top: 1px solid white;
    border-bottom: 1px solid #ccc;
    margin-top: 0em;
    margin-bottom: 1em;
    overflow: auto;
}

/*Comments*/
.comment {
    border-top: 1px solid white;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3em;
    padding-bottom: 1em;
    margin-left: 20px;
}

/*.comment.odd {
    background: blue;
}*/

/*.comment.even {
    background: #7D71D8;
}*/

.comment.new {
    border: 2px solid #5D4BD8;
    padding: 4px;
}

/*.comment.staff {
    background: red !important;
}*/

.comment h3.comment-head {
    margin-bottom: 0px !important;
    padding: 4px;
}

.comment h5 {
    margin-top: 0px;
    margin-bottom: 1em;
    padding: 4px;
}

/*.comment.odd h3 {
    background: aqua;
}*/

/*.comment.even h3 {
    background: #5D4BD8;
}*/

/*.comment.new h3 {
    background: purple !important;
}*/

.comment.staff h3.comment-head {
    background: #FFD140;
}

#comments-link {
    color: #5d4bd8;
    text-decoration: none;
}

#comments-link:hover {
    color: #150873;
}

/*More page layout*/
#footer {
    clear: both;
    padding-top: 10px;
    height: 155px;
}

.push {
    height: 160px;
}

.pagination {
    text-align: right;
}

.commentcontents {
    margin-left: 20px;
}

div.sidebarlinks {
    padding-bottom: 2em;
}

div.sidebarlinks ul {
    list-style-position:inside;
}

div.sidebarlinks li {
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 0.5em;
}

ul#sidebar_show {
    margin-bottom: 0px;
}

ul#sidebar_hide {
    margin-top: 0px;
}

.submit-row {
    padding: 5px 7px;
    text-align: right;
    margin: 5px 0;
    overflow: hidden;
}

.submit-row input {
    margin: 0 0 0 5px;
}

/*Image gallery*/
.imagebox {
        width: 150px;
        min-height: 100px;
        display: -moz-inline-box;
        -moz-box-orient: vertical;
        display: inline-block;
        vertical-align: middle;
        padding: 2px;
        margin: 3px;
/*        zoom: 1;*/
/*        *display: inline;*/
/*        _height: 100px;*/
        background: #E8E8E8;
}

.imagebox .thumb {
    vertical-align: middle; 
/*    background: red;*/
}

/*
.imagebox {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    width: 150px;
    margin: 5px;
    vertical-align: top;
}

.imagebox .thumb {
    width: 150px;
    height: 225px;
    display: table-cell;
    vertical-align: middle; 
    background: #fff;
}

.imagebox .thumb * {
    vertical-align: middle;
}*/
.imagebox p.caption {
    margin: 0px;
}

/*Tagging lists*/
ul.tags {
    display: block;
    list-style: none;
    padding: 0px;
    min-height: 20px;
}
ul.tags li {
    display: inline;
}
ul.tags li a {
    line-height: 2em;
    height: 20px;
    padding: 2px 7px;
    margin: 0 5px 5px 0;
    background: #7d71d8;
    color: #f4f379;
    text-decoration: none;
    white-space: nowrap;
}

ul.tags li:first-child a {
    background: none;
    color: #5d4bd8;
}

ul.tags li:hover a {
    background: #150873;
    color: #f4f379;
}

div.footnote hr{
    width: 30%;
    text-align: left;
    margin: 0 auto 0 1em; 
    clear: both;
}

.inline_footnote {
    overflow: hidden;
    font-style: italic;
    margin: 1em 3em 1em 3em;
}

img.add, img.subtract {
    vertical-align: middle;
}

input.narrow {
    width: 2em;
}


/*The social links*/
#social {
/*    background: url("../img/social.png") 0 0 no-repeat;*/
/*    height: 16px;*/
/*    width: 124px;*/
    float: right;
}

#social a span, a.feed span{
/*    display: none;*/
    position: absolute;
    left: -9000px;
}

#social a, a.feed {
    float: left;
    position: relative;
    height:16px;
    display:block;
    margin:0;
    margin-right: 2px;
    padding:0;
    width: 16px;
}



a.feed {
    margin-right: 0px;
    height: 16px;
    display: inline-block;
    float: none;
}

a#facebook { background:url("../img/social.png") -0px  -0px no-repeat;}
a#googleb { background:url("../img/social.png") -18px  -0px no-repeat;}
a#stumble { background:url("../img/social.png") -36px  -0px no-repeat;}
a#digg { background:url("../img/social.png") -54px  -0px no-repeat;}
a#delicious { background:url("../img/social.png") -72px  -0px no-repeat;}
a#emaillink { background:url("../img/social.png") -90px  -0px no-repeat;}
a.feed { background:url("../img/social.png") -108px  -0px no-repeat;}

a#facebook:hover, a#facebook:focus { background:url("../img/social.png") -0px  -16px no-repeat;}
a#googleb:hover, a#googleb:focus { background:url("../img/social.png") -18px  -16px no-repeat;}
a#stumble:hover, a#stumble:focus { background:url("../img/social.png") -36px  -16px no-repeat;}
a#digg:hover, a#digg:focus { background:url("../img/social.png") -54px  -16px no-repeat;}
a#delicious:hover, a#delicious:focus { background:url("../img/social.png") -72px  -16px no-repeat;}
a#emaillink:hover, a#emaillink:focus { background:url("../img/social.png") -90px  -16px no-repeat;}
a.feed:hover, a.feed:focus { background:url("../img/social.png") -108px  -16px no-repeat;}

a#facebook:active { background:url("../img/social.png") -0px  -32px no-repeat;}
a#googleb:active { background:url("../img/social.png") -18px  -32px no-repeat;}
a#stumble:active { background:url("../img/social.png") -36px  -32px no-repeat;}
a#digg:active { background:url("../img/social.png") -54px  -32px no-repeat;}
a#delicious:active { background:url("../img/social.png") -72px  -32px no-repeat;}
a#emaillink:active { background:url("../img/social.png") -90px  -32px no-repeat;}
a.feed:active { background:url("../img/social.png") -108px  -32px no-repeat;}

