img {
   behavior: url("http://pichen.lionhead.org/index.php?/plugin/pngbehavior.htc");
}
/* # $Id: style_guestbook_backend.css - v.3.20 2010-07-17 ian */

/******** Begin Guestbook Styles *********/

.serendipity_guestbook  {
    margin: 0 none;
    padding: 0 none;
}

.serendipity_guestbook  h2.serendipity_title {
    text-align: center;
}

.serendipity_entry, 
.serendipity_entry_body {
    border-top: 0 none;
}

#guestbook_wrapper  { 
    margin: 0 none;
    padding: 0 none; 
}
br.clear { clear: both; }

#guestbook_wrapper .guestbook_intro { 
    padding: 4px;
    text-align: justify;
    background-color: transparent;
    /* mozilla, chrome, safari, ie7+, (opera?) round corners */
    border-color: hsl(360,100%,35%);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px; 
    border: 1px solid hsl(360,100%,35%);
}

#guestbook_entrypaging {
    border: 0 none;
    padding-bottom: 10px;
    line-height: 1.6em; 
    text-align: center;
}


/*********************************************
 *** GUESTBOOK BACKEND ONLY - START **********/
/*********************************************/
/* css color styles - colour you life ;-)    */
/* 'gray' is a color & 'grey' is a colour!   */
/* background colors potentially used:       */
/*             #FFB90F DarkGoldenrod1        */
/*             #FFC125 Goldenrod1            */
/*             #FFD700 Gold1                 */
/*             #FF8247 Sienna1               */
/*             #ADD8E6 LightBlue             */
/*             #6280A2 ~ PaginatorBlue       */
/*             #5792d8 ~ nearNavBlue         */
/*             #b6c9cc ~ nearNavGrey         */
/*             #6280A2 ~ SkyBlue4            */
/*             #D5BFC0 ~ darkrose            */
/*             #FDECE1 ~ lightrose           */
/*             #EEEEEE ~ light gray          */
/*             #E0E0E0 ~ light grey 2        */
/*             #F0F0F0 ~ ivory white         */
/*********************************************/
#backend_guestbook_wrapper table, #backend_guestbook_wrapper tbody, #backend_guestbook_wrapper tr, #backend_guestbook_wrapper th, #backend_guestbook_wrapper td,
#backend_guestbook_wrapper div, #backend_guestbook_wrapper span, #backend_guestbook_wrapper font { 
    font: 500 11px/16px 'Vollkorn Regular', arial, helvetica, sans-serif; 
}
#backend_guestbook_wrapper { border: 0 none; background: 0 none; } /* get rid of intro and frontend messages borders and background-colors */
#backend_guestbook_wrapper code { vertical-align: top; white-space: nowrap; }
#backend_guestbook_wrapper .guestbook_helptip span { font: xx-small arial, helvetica, sans-serif; }

#backend_guestbook_wrapper #guestbook_entrybundle_x .guestbook_entrytop { background-color: #b6c9cc; }
div.backend_guestbook_nav { float: right; background-color: #EEEEEE; background: -moz-linear-gradient(top, #EEEEEE, #5792d8); width: 24em; margin: 1em auto; border: solid; }
div.backend_guestbook_nav ul li#active { border-bottom: 1px solid #888; background-color: #FFD700; background: -moz-linear-gradient(left 20deg, #E0E0E0, #D5BFC0); }
div.backend_guestbook_menu { background-color: #F0F0F0; background: -moz-linear-gradient(left 20deg, #F0F0F0, #5792d8); border: 1px solid #777; padding: 0 0 0 20px; }
div.backend_guestbook_entrywrapper { margin: 99px 14% 0 0; padding: 0; }
div.backend_guestbook_head { background-color: #5792d8; background: -moz-linear-gradient(left 20deg, #5792d8, #F0F0F0); border:1px solid red; margin: 30px 0 0 0px; padding: 4px 20px; float: left; }
div.backend_guestbook_paginator { background-color: transparent; border: 0 none; margin: 10px 0; height: 25px; }
span.backend_guestbook_paginator_left { float: left; width: 40%; text-align: left; margin-left: 20px; color: #aaa !important; } 
span.backend_guestbook_paginator_center { margin: 5px 20px; width: 20%; text-align: center; font-weight: 700 !important; }
span.backend_guestbook_paginator_right { float: right; width:40%; text-align: right; margin-right: 20px; color: #aaa !important; } 
div.backend_guestbook_noresult { margin: 100px 0 0 0; border: 0 none; }
div.backend_guestbook_dbclean_title { margin: 100px 0 20px 10px; }
div.backend_guestbook_dbclean_menu { background-color: #EEEEEE; background: -moz-linear-gradient(left 20deg, #EEEEEE, #5792d8); border:1px solid #808; display:block; margin:20px 0 20px 0; }
ul.backend_guestbook_dbclean_menu { padding: 4px 80px; }
li.backend_guestbook_dbclean_menu { list-style-type: circle; line-height: 20px; font-size: 1.2em; text-decoration: none; }
div.backend_guestbook_dbclean_menu ul li#active { border-bottom: 1px solid #888; background-color: #FFD700; background: -moz-linear-gradient(left 20deg, #FFC125, #E0E0E0); }
div.backend_guestbook_dbclean_innercat { text-decoration: underline; }
div.backend_guestbook_dbclean_innertitle { text-decoration: underline; margin-bottom: 1px; }
div.backend_guestbook_dbclean_error { color: red; }
div.backend_guestbook_dbclean_object { width: 740px; max-width: 1000px; max-height: 200px; overflow: auto; background-color: #D5BFC0; border: 1px solid #808; font: 9pt/1.3em #000 'courier new','times new roman',monospace; }
tr.backend_guestbook_line { float: left; width: auto; margin: 0px; padding: 0px; }
td.backend_guestbook_linenum { padding: 0px 2px; background:#FDECE1; border-right: 1px solid gray; color: gray; text-align: right; }
td.backend_guestbook_linetxt  { padding-left: 2px; }
span.backend_guestbook_right { float: right; padding: 0 20px 0 0; }
img.backend_attention { width: 22px; height: 22px; border: 0 none; padding-right: 4px; vertical-align: middle; }
.backend_guestbook_inline { display: inline }
table.guestbook_backend_form { background-color: #e0e0e0; border: 1px solid #333; }
td.guestbookformdesc { padding: 2px 0; font: 500 11px verdana, arial, geneva, helvetica, sans-serif; text-align: left; background-color: #e0e0e0; /* form gray */ }
span.guestbook_admin_comment { display: block; font-style: italic; background: wheat; margin: 10px 0 2px 40px; border: 1px solid #FF8247; }
span.guestbook_admin_comment q{quotes:"\00AB" "\00BB"; }
.guestbook_admin_comment blockquote  p,
.guestbook_admin_comment blockquote p q { 
    color: #055bc6; 
    text-align: left;
    /* font-style, font-variant, font-weight, font-size/line-height, font-family */
    font: italic normal 500 11px/16px 'arial', helvetica, sans-serif !important;
}
.guestbook_admin_comment blockquote p:first-child { 
    background: url('plugins/serendipity_event_guestbook/img/quote-start.gif') no-repeat scroll left top transparent !important;
    text-indent: 25px;
}
.guestbook_admin_comment blockquote, 
.guestbook_admin_comment p { 
    margin: 4px 2px !important; padding: 0 !important; border: 0 !important; color: #055bc6;
    background: url('plugins/serendipity_event_guestbook/img/quote-end.gif') no-repeat scroll right bottom transparent !important; 
}
.guestbook_reiter { text-align: center; font: 700 10.0px arial, helvetica, sans-serif; text-decoration: none; vertical-align: middle; }
.guestbook_reiter_dim { color: #888; font: 500 x-small arial, helvetica, sans-serif; vertical-align: bottom; }

#backend_guestbook_wrapper input.bbc_i { clear: both; font-style: italic; font-size: 12px;}
#backend_guestbook_wrapper input.bbc_b { font-weight: bold; font-size: 12px;}
#backend_guestbook_wrapper input.bbc_u { text-decoration: underline; font-size: 12px;}
#backend_guestbook_wrapper input.bbc_s { font-style: italic; font-size: 12px;}
#backend_guestbook_wrapper input.bbc_q { font-style: italic; font-size: 12px;}

/*********************************************
 *** GUESTBOOK BACKEND ONLY - END ***********/
/********************************************/

/* one guestbook entry wrapper */
#guestbook_entrybundle { 
    border: 1px solid #666;
    margin: 0;
    padding: 0;
    background-color: #555;
    text-align: left;
    -moz-border-radius: .0em 0 1em 1em;
}

.serendipity_commentDirection { 
    text-align:justify;
}

.guestbook_emailprotect { 
    font-size: x-small;
}

.captcha { 
    border: 1px solid #777;
}

/* the entry title mail date etc - depends on #guestbook_entrybundle */
.guestbook_entrytop { 
    padding: 4px;
    background-color: #FFB90F; 
}

table.guestbook_entries {
    padding: 0 none;
    margin: 0 none;
    width: 100%;
    border: 0 none;
    border-collapse: collapse;
    font: 500 12px/16px 'Vollkorn Regular', arial, helvetica, sans-serif; 
    color: #222;
    text-align: left;
    white-space:nowrap;
    /*border-collapse: separate; border-spacing: 1px 1px; empty-cells: hide;*/
}

.guestbook_entrytop a,
.guestbook_entrytop a:link,
.guestbook_entrytop a:visited,
.guestbook_entrytop a:active,
.guestbook_entrytop a:focus { 
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #7389F5;
    text-decoration: none; 
}

.guestbook_entrytop a:hover {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #ADB4D9; 
}

.guestbook_admin { 
    text-align: right;
}

.guestbook_admintext { 
    text-align: right; 
    padding-right: 10px;
}

.guestbook_admintextdim { 
    color: #777; 
    text-decoration: none;
}

td.guestbook_adminbutton { 
    text-align: right;
    vertical-align: top;
}
td.guestbook_adminbutton  img { width:14px; height:14px; }

/* the entry value only - depends on #guestbook_entrybundle */
.guestbook_entrybottom { 
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #333;
    text-align: left;
    padding: 4px;
    background: #e1e5de;
    border-top: 1px solid #996;
    border-bottom: 1px solid #996;
    margin-bottom: 6px;
}

.guestbook_dynamicentry {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #ccc;
    font-weight: 500;
    text-align: left;
    padding: 4px;
    white-space:nowrap;
}

.guestbook_dynamicentrylabel {
    font-size: 12px;
    font-weight: 700;
    color: #7389F5;
}

.guestbook_splitentries { 
    clear: both;
}

.guestbook_errorbundled { 
    width: auto;
    border: 1px dashed #FF3300;
    -moz-border-radius: .0em 0 1em 1em;
}

.guestbook_error_red { 
    color: #ff0000;
}

.guestbook_errors { 
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-align: left;
    color: #800040;
}

.guestbook_questionaire { 
    line-height: 1.4em;
 }
 
 .guestbook_ripped { 
    line-height: 1.4em;
	font-weight: bold;
 }
 
.guestbook_popup { 
    text-align:center;
    padding-bottom: 10px;
}

#guestbook_wrapper a:link.serendipityPrettyButton,
#guestbook_wrapper a:visited.serendipityPrettyButton,
#guestbook_wrapper a:hover.serendipityPrettyButton { 
    text-decoration: none;
    color: #1D2E3F;
}

#guestbook_wrapper .serendipityPrettyButton { 
    padding: 1px;
    color: #1D2E3F;
    font-weight: bold;
    font-size: 0.9em;
    border: 1px outset #000;
    margin: 2px;
}

/* Special class if the button is a <a> tag */
#guestbook_wrapper a.serendipityPrettyButton { 
    padding: 2px 4px 2px 4px;
    cursor: pointer;
}

#guestbook_wrapper .serendipityPrettyButton {
    background: url('plugins/serendipity_event_guestbook/img/button_background.png') repeat scroll 0 50% #80B0DA;
}
#guestbook_wrapper a.serendipityPrettyButton {
    background: url('plugins/serendipity_event_guestbook/img/button_background.png') repeat-x scroll center top transparent;
}

/******** End Guestbook Styles *********/
/* templates/splat/style.css  */
/* templates/splat/style.css  */
img.replacement {
        margin: 0px 0 0 -16px;
}

h4,h3 {
        margin: 0;
}

h2 {
        Font-family: verdana, helvetica, arial, sans-serif;
        color: #16425E;
}

.serendipitySideBarContent input {
        width: 120px;
}

#mainpane {
        margin: auto;
        margin-top: 10px;
        width: 1024px;
        background-color: transparent;
}

#content {
        display: inline;
        float: left;
        height: 100%;
        padding: 5px;
        margin: 10px;
        width: 540px;
}

#serendipityRightSideBar {
        display: inline;
        float: left;
        height: 100%;
        width: 180px;
        padding: 10px;
        margin-top: 10px;
        vertical-align: top;
}

#serendipityLeftSideBar {
        display: inline;
        float: left;
        height: 100%;
        width: 180px;
        padding: 10px;
        margin-top: 10px;
        vertical-align: top;
}

ul#navigation {
        list-style: none;
        font: 12pt verdana, helvetica, arial, sans-serif;
        letter-spacing: -1px;
}

#navigation a {
        display: block;
        padding: 10px 5px 10px 15px;
        width: 155px;
        font-weight: normal;
        background-image: url(templates/splat/img/nav_bg.jpg);
}

#navigation a:link, #navigation a:visited {
        color: #16425E;
        text-decoration: none;
}

#navigation a:hover {
        color: #62A6AF;
}

#navigation li {
        margin: 0px 0 0px -40px;
}

body {
        font-size: 10pt;
        background-image: url(templates/splat/img/paperbg.jpg);
        background-color: #16425E;
        font-family: verdana, arial, helvetica, sans-serif;
        margin-bottom: 30px;
}

input, textarea {
        font-size: 10pt;
        font-family: verdana, arial, helvetica, sans-serif;
}

th, td {
        font-size: 10pt;
}

p, td, th, div, span {
        font-family: verdana, arial, helvetica, sans-serif;
}

#splat {
        width: 1024px;
        height: 700px;
        margin-left: auto;
        margin-right: auto;
        /*   margin: auto; */
    background-position: top center;
        background-image: url(templates/splat/img/splat_4.gif);
        background-repeat: no-repeat;
}

#header {
        margin: auto;
        width: 1024px;
        height: 150px;
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#header h1 {
        color: #16425E;
        letter-spacing: .5pt;
        text-transform: uppercase;
        padding-left: 6px;
        margin-top: 0px;
        text-decoration: none;
        font: normal 60px "Helvetica Neue Condensed Bold", impact, verdana, helvetica, arial, sans-serif;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#header h2 {
        color: #FFFAF0;
        font-family: impact, verdana, helvetica, arial, sans-serif;
        padding-left: 6px;
        padding-top: 0px;
        font-weight: lighter;
        letter-spacing: 3pt;
        font-size: 30px;
        text-transform: uppercase;
        margin-top: -80px ! important;
        margin-top: -55px;
        text-decoration: none;
}

.serendipity_title {
        font-family: impact, verdana, helvetica, arial, sans-serif;
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 1px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 50px;
        padding-bottom: 3px;
        padding-top: 35px;
        padding-right: 80px;
}

.serendipity_title a:link,
.serendipity_title a:visited {
        font-weight: normal;
        text-decoration: none;
        border: 0px;
        color: #16425E;
}

.serendipity_title a:hover {
        color: #62A6AF;
}

.serendipity_entry_body, .serendipity_entry_extended, .staticpage_precontent, .staticpage_content {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        color: #333333;
        font-size: x-small;
        font-weight: normal;
        text-align: justify;
        padding: 10px 40px 0px 57px;
        margin: 0 0 0 0px;
        line-height: 1.5em;
}

.serendipity_entry_body_folded,
.serendipity_entry_body_unfolded, {
        /* Inner blocks of .serendipity_entry, can be used for further customization */
}

div.serendipity_entryFooter {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: xx-small;
        color: #000000;
        padding: 55px 0 4px 51px;
        height: 125px;
        width: 500px;
        background-position: top left;
        background-image: url(templates/splat/img/entry_foot.gif);
        background-repeat: no-repeat;
        clear: both;
}

#entry_top {
        width: 550px;
        height: 105px;
        background-position: top left;
        background-image: url(templates/splat/img/entry_top.gif);
        background-repeat: no-repeat;
}

#entry_mid {
        width: 550px;
        margin: 0 0 0 -7px;
        background-position: top left;
        background-image: url(templates/splat/img/entry_mid.gif);
        background-repeat: repeat-y;
}

.serendipity_Entry_Date {
        width: 500px;
}

.serendipity_date {
        font-family: Arial, Geneva, Helvetica, sans-serif;
        font-size: x-small;
        color: #607080;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 0 0 0px 50px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3px;
}

.serendipity_commentsTitle {
        font: large "Helvetica Neue Condensed Bold", impact, verdana, helvetica, arial, sans-serif;
        font-size: medium;
        letter-spacing: 1px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        color: #16425E;
        width: 100%;
        height: 55px;
        padding-left: 20px;
        padding-bottom: 3px;
        padding-top: 18px;
        padding-right: 0px;
        background-position: top left;
        background-image: url(templates/splat/img/comment.jpg);
        background-repeat: no-repeat;
        border-bottom: 1px solid #90a0b0;
}

img.serendipity_entryIcon {
        float: right;
        border: 0px;
}

img.serendipity_entryIcon {
        float: right;
        border: 0px;
}

td.serendipity_commentsLabel {
        font-family: Arial, Helvetica, sans-serif;
        color: #607080;
        text-transform: uppercase;
        font-size: x-small;
        font-weight: bold;
        text-align: right;
        padding-top: 10px;
        vertical-align: top;
}

td.serendipity_commentsValue input,
td.serendipity_commentsValue select,
td.serendipity_commentsValue textarea {
        font-size: 11px;
        padding: 2px;
        width: 50%;
}

.serendipity_commentForm {
        font-size: x-small;
        color: #404040;
        margin-bottom: 13px;
        margin-right: 15px;
        margin-left: 15px;
        background-color: #FFFAF0;
}

.serendipity_commentDirection {
        font-family: Arial, Helvetica, sans-serif;
        color: #506070;
        font-size: x-small;
        font-weight: normal;
        text-align: left;
        vertical-align: top;
}

.serendipity_comment {
        font-size: X-SMALL;
        margin-top: 10px;
        margin-right: 15px;
        margin-left: 15px;
        color: #404040;
        padding: 3px;
        background-color: transparent;
}

.serendipity_comment_source {
        margin-top: 5px;
        padding-left: 5px;
        margin-bottom: 5px;
        padding-bottom: 3px;
        border-bottom: 1px solid #708090;
}

a:link,
a:visited,
a:active {
        font-weight: bold;
        color: #16425E;
        text-decoration: none;
}

a:hover {
        color: #62A6AF;
}

table.serendipity_calendar td {
        font-size: x-small;
        text-align: center;
        font-family: impact, verdana, Arial, Helvetica, verdana, sans-serif;
        padding: 3px;
}

table.serendipity_calendar a {
        color: #16425E;
        text-transform: uppercase;
        font-size: x-small;
        font-weight: bold;
        text-decoration: none;
}

table.serendipity_calendar a:hover {
        text-decoration: underline;
        color: #62A6AF;
}

td.serendipity_weekDayName {
        color: #607080;
        font-size: x-small;
        font-weight: normal;
}

td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited {
        border: 0px;
        text-decoration: none;
        background-color: #fff;
}

td.serendipity_calendarHeader a:hover {
        border: 0px;
        color: #62A6AF;
        text-decoration: none;
}

div.serendipityPlug {
        padding-left: 10px;
}

div.serendipityPlug a {
        text-decoration: none;
        border: 0px;
}

/* Container for each item on the side bar */
div.serendipitySideBarItem {
        padding-bottom: 12px;
        margin-bottom: 12px;
        font-size: x-small;
        font-weight: normal;
}

/* title of an individual item */
.serendipitySideBarTitle, .serendipitySideBarTitle a {
        margin-bottom: 6px;
        font-family: impact, verdana, helvetica, arial, sans-serif;
        color: #16425E;
        font-size: 25px;
        font-weight: normal;
        letter-spacing: 1pt;
        text-transform: uppercase;
        padding: 6px 0 0 0;
}

.serendipityImageButton {
        cursor: pointer;
}

.serendipity_entry p {
        margin: 0px;
        padding-bottom: 0px;
}

select {
        width: 160px;
}

/** Embedded images with the s9y image manager **/
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
        border: 1px solid #16425E;
        margin: 0px;
        padding: 3px;
        text-align: center;
}

.serendipity_imageComment_center {
        margin: auto;
}

.serendipity_imageComment_left {
        float: left;
        margin-right: 8px;
}

.serendipity_imageComment_right {
        float: right;
        margin-left: 8px;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img,
.serendipity_imageComment_img a {
        border: 0px;
        margin: 0px 0 0 0;
        padding: 0px;
        text-align: center;
}

.serendipity_imageComment_txt {
        margin: 0px 0 0 0;
        padding: 0px 0 0 0;
        clear: both;
        font-size: 8pt;
        font-weight: normal;
        text-align: left;
        text-indent: 0px;
}

.serendipity_comments {
        width: 95%;
}

.serendipity_center {
        font-size: xx-small;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}

.serendipity_msg_important {
        color: red;
}

.serendipity_msg_notice {
        color: green;
}

.serendipity_entry_author_self {

}

.serendipity_comment_author_self .serendipity_comment_source {
        background-color: #EEEEFF;
}

.serendipity_freeTag {
        margin-left: auto;
        margin-right: 0px;
        text-align: left;
        font-size: 7pt;
        display: block;
        margin-top: 5px;
        padding-top: 0px;
}

.serendipity_freetag_taglist {
        margin: auto;
        width: 530px;
        border: 1px solid #607080;
        padding: 5px;
        background-color: #dfdfdf;
        text-align: justify;
}

.serendipity_freeTag a {
        font-size: 7pt;
        text-decoration: none;
}

.serendipity_freeTag a:hover {
        color: #541100;
        text-decoration: underline;
}

img.serendipity_freeTag_xmlButton {
        vertical-align: bottom;
        padding-left: 3px;
        display: inline;
        border: 0px
}

.serendipity_extended_link{
   padding: 10px 40px 0px 57px;

}/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	direction: ltr;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}