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


#wrapper,
#navbarsearchform input {
    border: 1px solid #ddd;
/* this is just to outline the wrapper since there are no */
/* colors in the 'blank' colorset. Same for other borders */
}

#serendipity_banner {
    background: #330066 url('img/acteba_banner_bg.gif') top left;
    border-top: 13px solid #330066;
    border-right: 5px solid #330066;
    border-bottom: 10px solid #330066;

    height: 75px;
}

#serendipity_banner h1 {
    font-weight: bold;
    font-size: 120%;
    font-style: italic;
    padding: 0.25em;
    float: right;
}

#serendipity_banner h2 {
    font-weight: normal;
*/    text-transform: uppercase; */
    letter-spacing: .2em;
    font-size: 110%; 
    padding: 0.15em;
}

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

a {
    color: #002CE5;
    text-decoration: underline;
}

a:hover {
    color: #5969EA;
}

#sitenav {
     background: #fff url('img/acteba_nav.gif') top left;
/*    border-top: 2px solid #050F5B; */
    float: center;
    margin: 0;
    padding: 0;
}

#sitenav ul li {
    font-size: 100%; 
    font-weight: normal;
    font-family: verdana, arial, helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin: 0;
    padding: 0; 
    display: inline;
}

#sitenav ul a {
    background: #fff url('img/acteba_nav.gif') top left;
    border-right: 1px solid #050F5B;
    border-left: 1px solid #050F5B;
    border-bottom: 2px solid #050F5B;
    padding: 10px 15px 1px 15px;
    float: left;
    overflow: hidden;
}

#sitenav ul li a:hover,
#sitenav .currentpage a {
    padding: 10px 15px 1px 15px;
    background: #CB97D8 url('img/acteba_nav.gif') bottom left;
}


#serendipityLeftSideBar,
#serendipityRightSideBar {
    background-color: #fff;
    color: #050505;
    overflow: hidden; 
}
.serendipitySideBarItem {
    margin-top: 15px;
/*    margin: 3px; */
    padding: 0;
    border: 0px none;
    overflow: hidden; 
}

.serendipitySideBarTitle {
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 128%;
    letter-spacing: -1px;
    text-transform: capitalize;
    color: #30303f;
    padding: 8px 5px 8px 5px;
    border-left: 4px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    background: #F9EF6B;
    margin: 0;
}

.serendipitySideBarContent {
    padding: 10px;
    border-left: 4px solid #dfdfdf;
    text-transform: capitalize;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background-color: #F4F9FF;
    margin: 0;
}

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

#content h3 {
    font-size: 80%;
    font-style: italic;
    Font-weight: normal;
    margin: 30px 0 0 0;
}

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

#content h4 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 120%;
    letter-spacing: -1px;
    margin: 15px 0 15px 0;	
}

#footer {
    border-top: 1px solid #ddd;
}

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

.s9y_wrap {
    font-size: 50%;
}