/**********************************************************************/
/* Template: bulletproof for Serendipity (http://www.s9y.org)         */
/* Authors: Matthias Mees, David Cummins and Don Chambers             */
/*                                                                    */
/* Stylesheet for the colorset 'purple'                                 */
/*                                                                    */
/* http://s9y-bulletproof.com                                         */
/**********************************************************************/


.serendipity_xml_icon {
    background: url('img/blue_xml.png') center center no-repeat;
    padding: 10px 0;
    margin: 0;
    visibility: visible;
}

 .serendipity_xml_icon img {
    visibility: hidden;
}

a {
    color: #C80000;
    text-decoration: none;
}

a:hover {
    color: #808080;
}

body,
.s9y_wrap {
    background-color: #fff;
}

#wrapper {
    width: 849px;
    font-family:  arial, helvetica, sans-serif;
    background-color: #fff;
    border-left: 0px solid #dfdfdf;
    border-right: 0px solid #dfdfdf;
    margin: 0px auto;
}

#banner  {
    float:left;
    height:60px;
    border: 0px solid #000000;
          }

#serendipity_banner {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0.25em;
    height: 90px;
    background: #ffffff ;
    border-bottom: 1px dotted #C80000;
    font-color: #C800000;
}

#serendipity_banner h1 {
    font-weight: bold;
    font-size: 180%;
    padding-left: 5px;
    font-color: #808080;
}

#serendipity_banner h2 {
    font-weight: normal;
    font-size: 115%;
    padding-left: 5px;
    font-color: #000000;
}

#serendipity_banner a {
    color: #C800000;
    text-decoration: none;
}

#serendipity_below_banner {
    /* not used in this template */
}

#sitenav {
    font-size: 70%;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffffff;
    border-top: 1px dotted #C80000;
    margin: 0;
    padding: 0;
    width: 100%;
}

#sitenav ul li {
    margin: 0;
    padding: 0;
    display: inline;
}

#sitenav ul a{
    border-bottom: 4px solid #efefef;
    margin: 0 2px 0 0;
    padding: 6px 10px 6px 10px;
    float: left;
    overflow: hidden;
}

#sitenav ul a:hover,
#sitenav .currentpage a {
    padding: 6px 10px 6px 10px;
    background-color: #fff;
}

#serendipityLeftSideBar,
#serendipityLeftSideBarLeft,
#serendipityRightSideBarLeft,
#serendipityRightSideBar,
#serendipityLeftSideBarRight,
#serendipityRightSideBarRight {
    background-color: #ffffff;
    color: #505050;
    overflow: hidden;
}

#content {
    background-color: #ffffff;
    color: #000000;
}

#content h3 {
    font-size: 100%;
    margin: 0;
}

.serendipity_commentsTitle {
    font-size: 100%;
    font-weight: bold;
}

#content h4 {
    text-transform: uppercase;
    font-size: 120%;
    margin: 5px 0 15px 0;
}

.serendipity_entryFooter {
    font-size: 90%;
    margin: 5px 0;
    padding: 8px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.serendipity_pageFooter {
    margin: 5px 0 10px;
}

.serendipitySideBarItem {
    margin: 10px;
    padding: 0;
    border: 0px none;
    overflow: hidden;
    height: 100%;
}

.serendipitySideBarTitle {
    text-transform: uppercase;
    font-size: 90%;
    color: #C80000;
    padding: 8px 2px 8px 2px;
    border-bottom: 1px dotted #C80000;
    background-color: #ffffff;
    margin: 0;
}

.serendipitySideBarContent {
    font-size: 90%;
    padding: 10px;
    background-color: #ffffff;
    margin: 0;
}

.serendipitySideBarFooter {
    /* not used in this template */
}

#sbsitenav {
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    margin: 0;
}

#sbsitenav ul{
    margin: 0;
    list-style-type: none;
}

#sbsitenav ul a {
    border-left: 4px solid #dfdfdf;
    padding: 8px 0px 8px 10px;
    display: block;
}

#sbsitenav ul a:hover,
#sbsitenav .currentpage a {
    border-left: 4px solid #3D98C5;
}

#sbsitenav li {
    background-color: #efefef;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#month,
.serendipity_weekDayName,
#today  {
    font-size: 100%;
}

#footer {
    font-size: 90%;
    padding: 0.25em;
    border: 0px;
    background-color: #dfdfdf;
}

img.serendipity_entryIcon {
    float: left;
    border: 0px;
    margin:0 5px 0px 0;
}

input#serendipityQuickSearchTermField {
    border: 1px solid #1F5F7F!important;
}

#navbarsearchform input {
    border: 1px solid #1f5f7f;
}