/**********************************************************************/
/* Template: bulletproof for Serendipity (http://www.s9y.org)         */
/* Authors: Matthias Mees, David Cummins and Don Chambers             */
/*                                                                    */
/* Stylesheet for the colorset 'default'                              */
/* Design inspired by Serendipity 3.0 by Carl Galloway                */
/*                                                                    */
/* http://s9y-bulletproof.com                                         */
/**********************************************************************/

a:link,
a:active,
a:visited {
    color: #0000ff;
    text-decoration: none;
}

a:hover {
    color: #00bbff;
    text-decoration: underline;
}

blockquote {
    border-left: 4px solid #2a5a8a;
    padding-left: 10px;
}

body {
    font-family: "trebuchet ms", "bitstream vera sans", arial, sans-serif;
    background: #000000 url(img/lwrback.png) repeat fixed;
}

#wrapper {
    font-size: 80%;
    background: #FF9F00 url(img/lal_background.png) repeat-x;
    color: #000000;
    border: 2px solid #000000;
    margin: 4px auto;
    min-width: 950px;
    max-width: 1200px;
}

#sitenav #searchform {
    margin: 0 0.5em 0 0;
}

input#serendipityQuickSearchTermField {
    border: 1px solid #235587!important;
    background-color:#ffff66;
    color: #0000ff;
}
#sitenav #searchform input {
    border: 1px solid #235587;
    margin-top: 2px;
    margin-right: 0;
    background-color:#ffff66;
    color: #0000ff;
}

#serendipity_banner {
    width: 100%;
height: 100px;
background-color: transparent
}

/*
 a.homelink1, a.homelink1:hover,
a.homelink1:link, a.homelink1:visited,
#serendipity_banner h1 {
    background: url(img/lwrbanner.png)top center no-repeat;
    height:100px
}
*/
a.homelink1, a.homelink1:hover,
a.homelink1:link, a.homelink1:visited,
#serendipity_banner h1 {
    color: #fff;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 130%;
    text-decoration: none;
    padding-top: 15px;
}

a.homelink2, a.homelink2:hover,
a.homelink2:link, a.homelink2:visited,
#serendipity_banner h2 {
    color: #fff;
    font-size: 110%;
    text-decoration: none;
    padding: 5px 0 15px 0;
}

/* site navigation styles */
#sitenav {
    background: #FF9F00 url(img/lal_sitenav_back.png) center left repeat-x;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

#sitenav.snabove {
    border-top: 0;
}

#sitenav ul li {
    margin: 0;
    padding: 0; 
    display: inline;
    font-size: 85%;
    letter-spacing: .2em;
    font-weight: bold;
}

#sitenav ul a {
    padding: 4px 10px;
    border-right: #000000 1px solid;
    float: left;
    overflow: hidden; 
}

#sitenav .currentpage a,
#sitenav ul li a:hover {
    padding: 4px 10px;
    color: #ddecfb;
    text-decoration: none;
    background: #235587;
}

#sbsitenav ul {
    margin: 0;
}

#sbsitenav .currentpage a {
    text-decoration: underline;
    font-weight: bold;
}

/* 3-column  +widths */
.threemain
{
width: 65%;
margin-top:1%;
color: #000000;
padding:1%;
}


.threeside {
    width: 15%;
   border-left: 2px;
border-left-style: groove;
border-left-color: #ffffff;
}



#content h3 {
    text-align: right;
    font-size: 90%;
    line-height: 0.85em;
    color: #000000;
    text-transform: lowercase;
    border-bottom: 1px solid #ddd;
    margin: 0;
}


#content h4 {
    font-weight: normal;
    font-size: 200%;
    color: #000000;
    margin: 10px 0 5px;
}

#content h4 a:link, h4 a:visited {
    
    color: #E81E4A;
    
}

#serendipityLeftSideBar,
#serendipityLeftSideBarLeft,
#serendipityLeftSideBarRight,
#content,
#serendipityRightSideBar {
    padding-top: 10px;
}

.oneside {
    padding-top: 0;
}

.serendipitySideBarTitle {
    font-size: 110%;
    line-height: 0.85em;
    color: #000000;
    /*text-transform: lowercase;*/
    /*border-bottom: 1px solid #ddd;*/
    margin:0 0 4px 0;
}

#serendipityLeftSideBar .serendipitySideBarTitle {
    text-align: left;
}

#serendipityRightSideBar .serendipitySideBarTitle,
#serendipityLeftSideBarRight .serendipitySideBarTitle {
    text-align: left;
}

.serendipitySideBarContent{
    margin: 5px 0 30px 0;
}

.serendipity_commentsTitle {
    font-weight: bold;
    color: #000000;
}

.serendipity_comment_author_self {
    border-top: 3px solid #e37235;
    border-bottom: 3px solid #e37235;
}

.comment_evenbox {
    border-top: 1px solid #5f90ba;
    border-bottom: 1px solid #5f90ba;
    background-color: #ffcc55;
    color: #000000;
}

.comment_oddbox {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    background-color: #ffcc99;
    color: #000000;
}

.serendipity_entryFooter{
    border: 1px solid #ddecfb;
    background-color:#ffc506;
    font-size: 85%;
    padding: 3px;
}

.serendipity_entryFooter a:hover {
    color: #e37235;
    text-decoration:none;
}

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

#footer {
    border-top: 1px solid #235587;
    background: transparent;
    border:none
}
#serendipity_credit_line
{
display: none   

}

/* pagination links */
div.pagination{
    margin-top: 1em;
}

.pagination a:link,
.pagination a:visited{
    background: #DDECFB url(img/lal_sitenav_back.png) center left repeat-x;
    border: 1px solid #CFCFCF;
    padding: 2px 6px;
    text-decoration: none;
}

span#thispage {
    background: #235587;
    border: 1px solid #235587;
    color: #ffffff;
    padding: 2px 6px;
}

.pagination a:hover,
.pagination a:active {
    background: #5F90BA;
    border: 1px solid #235587;
    color: #ffffff;
    padding: 2px 6px;
}

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

/* Calendar */
table.serendipity_calendar {
    border-bottom: 1px solid #ddecfb;
    border-left: 1px solid #ddecfb;
    border-right: 1px solid #ddecfb;
    width: 100%;
}

table.serendipity_calendar td {
    text-align: center;
}

table.serendipity_calendar a {
    font-weight: bold;
    text-decoration: none;
}

table.serendipity_calendar a:hover {
    text-decoration: underline;
}

.serendipity_calendarHeader {
    background: #000000;
}

#today {
    color: #ffcc00;
    font-size: 90%;
}

.serendipity_calendarHeader a:link,
.serendipity_calendarHeader a:active,
.serendipity_calendarHeader a:visited,
.serendipity_calendarHeader a:hover {
    border: none;
    color: #ffcc00;
    text-decoration: none;
}

.serendipity_weekDayName {
    font-weight: 600;
    color: #ffff00;
    background: #bd1e2a;
}

.serendipity_calendarDay {
    color: #888;
}

.Today {
    color: #444;
/*    text-decoration: overline; */
    border: 1px solid #dfdfdf;
}

/* styles for calendar days rows */
.row1 {background: #eb7d0a; }
.row2 {background: #eb9c0a; }
.row3 {background: #ebb409; }
.row4 {background: #ebca09; }
.row5 {background: #ebdc09; }
.row6 {background: #ebee0b; }
/* end calendar */

.serendipity_search,
.staticpage_navigation,
.serendipity_overview_noentries {
    background-color: #fafbfc;
    color: #000000;
    border: 1px solid #c0c0c0;
    padding: 3px;
}

.searchterm, .searchresults {
    background-color:#ff0000;
    color: #000000;
    font-weight: bold;
}

.serendipity_freetag_taglist {
    background-color: #fafbfc;
    color: #000000;
    border: 1px solid #c0c0c0;
    padding: 3px;
}

.serendipity_freeTag_related {
    margin-top: 1em;
}

.container_serendipity_plugin_comments {
    color: #000000;
}

.plugin_comment_wrap {
    background-color:#ffd506;
    color:#0000ff;
    border-top: 1px groove #fff506;
    border-bottom: 1px solid #ffc506;
    margin: 5px 0 0 0;
}

.plugin_comment_body {
    font-style: oblique;
    background-color:#ffc506;
    color:#0000ff;
    border-top: 1px solid #ffc506;
    border-bottom: 1px solid #ffc506;
}

/* edit link for all sidebar items */
.serendipity_edit_nugget {
    font-weight: bold;
    margin-top: 10px;
    text-align: right;
}


.serendipity_edit_nugget a {
    background: transparent url('img/configure.png') bottom left no-repeat;
    padding: 4px 0 0 20px;
}

#filter_entries_container input,
#filter_entries_container select{
    background-color:#ffc506;
    color:#0000ff;
    font-size: 90%;
}

#filter_entries_container table{
    color:#0000ff;
    font-size: 90%;
}

.serendipitySideBarContent input, .serendipitySideBarContent select

{

background-color:#ffc506;
    color:#0000ff;

}

/*Staticpage*/

table.staticpage_navigation {
background-color:#ffc506;
}

