/**********************************************************************/
/* Template: bulletproof for Serendipity (http://www.s9y.org)         */
/* Authors: Matthias Mees, David Cummins and Don Chambers             */
/*                                                                    */
/* Stylesheet for the colorset 'blue'                                 */
/*                                                                    */
/* 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 {
  font-family: verdana;
  color: #FF6600;
  font-size: 100%;
  text-decoration: none;
  background-color: transparent;
}


a:link, a:visited {
    color: #FF6600; /* grey */
}

a:hover {
	
  border-bottom: medium none;
  font-family: verdana;
  color: #FFAD00;
  text-decoration: underline;
}

body {
    background-color: #fff;
    margin: 0px auto;
}

#wrapper {
    font-family:  verdana, arial, helvetica, sans-serif;
        clear: both;
    font-size: 1.2em;
    background-color: #fff;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-top: 0px;
    border-bottom: 1px solid #dfdfdf;
    margin: 0px auto;
}

#serendipity_banner {
    margin: 0;
    height: 110px;

    border: 0px;
   
}


#serendipity_banner_left {
    float: left;
    height: 110px;
    overflow: hidden;
    width: 610px;
}


#serendipity_banner_right {
    float: left;
    height: 110px;
    width: 380px;
}


#serendipity_banner h1 {
    font-family: 'arial', Verdana, sans-serif;
    font-weight: normal;
    font-size: 200%;

    padding: 0.25em;
    margin-left: 170px;
}

#serendipity_banner h2 {
    font-family: 'arial', Verdana, sans-serif;
    font-weight: normal;
    font-size: 160%;
    padding: 0.25em;
    margin-left: 185px;
}

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

#serendipity_banner h2 a { 
    color: #5F5353;
    text-decoration: none; 
	  border-bottom: none;
}

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

#sitenav {
    background-color: #efefef;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
    padding: 0;
}

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


#sitenav a {
    color: #999;
    background-color: #efefef;
    border-bottom: none;
  # border-bottom: 4px solid #efefef;
}

#sitenav a:hover {
	color: #ffffff;
	background-color: #f2991d;
}

#sitenav ul a{
    color: #999
    background-color: #efefef;
  # 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 {
   #border-bottom: 4px solid #CCDC0E;
    text-decoration: none;
    padding: 6px 10px 6px 10px;
   #background-color: #CCDC0E;
}


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

#content {
    background-color: #ffffff;
    color: #666666;
    font-family: Verdana, sans-serif;
   font-size: 112%;
    line-height: 1.4em;
    padding: 10px 0px 5px 0px; 

}



#content h3 {
    margin: 10px 0 0 0;
    
    color: #ccc;
    font-family: Verdana, sans-serif;
    font-size: x-small;
    font-weight: normal;
    text-align: left;
    border-bottom: none
   #margin-bottom: 8px;
}

.serendipity_commentsTitle {
    font-size: 100%;
    font-weight: bold;
    background-color: #F4EAD0;
    color: #F2991D;
}
}

#content h4 {
    #font-size: 155%;
    letter-spacing: -1px;
    margin: 15px 0 15px 0;
    color: #999;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1.7em;
    text-align: left;
    

    padding-bottom: 5px;
}

.serendipity_title a:link {
    color: #FF6600;
    text-decoration: none;
    border-bottom: none;
}

.serendipity_title a:visited {
    color: #f2991d;
    text-decoration: none;
    border-bottom: none;
}

.serendipity_title a:hover {
    color: #777777;
    text-decoration: none;
	 background-color: #ffffff;
	 text-decoration: none;
	 border-bottom: none;
}

.serendipity_entryFooter {
    font-size: 90%;
    line-height: 1.2em;
    margin: 5px 0;
    padding: 8px 0;
    border-top: 1px solid ##ad5433;
    border-bottom: 1px solid ##ad5433;
    margin-top:10px;
    
    
    display: block;
    
    background-color: #fcf4c7;    
    background-image: none;    
    background-repeat: repeat;    
    background-attachment: scroll;  
    background-x-position: 0%;    
    background-y-position: 0%;    
    margin-top: 8px;   
    margin-right: 0px;   
    margin-bottom: 15px;   
    margin-left: 0px;   
    padding-top: 5px;   
    padding-right: 10px;   
    padding-bottom: 5px;   
    padding-left: 10px;   
    font-size: 11px;   
    color: #gray_xml;   
    clear: both;
}

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

/********** SIDEBARS **********/
#serendipityMasterSideBarRight {
    clear:right;
    display:inline;
    float:right;
    margin:10px 10px 0 0;
    overflow: hidden;
    width: 322px;
}

#serendipityTabbedSideBar {
    clear:both;
    float:left;
    width: 100%;
}

#serendipityDoubleSideBar {
    clear:both;
    float:left;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

#serendiptiyLeftRightSideBar {
    clear:both;
    float:left; 
    width:100%
}

#serendipityLeftSideBar{
    display: inline;
    float: left;
    margin: 0 0 10px 0;
    overflow: hidden; 
}

#serendipityRightSideBar {
    float: right;
    display: inline;
    margin: 0 0 10px 0;
    overflow: hidden; 
}

.LeftSideBarEqual,
.RightSideBarEqual {width: 156px;}

.LeftSideBarWideSkyRight {width: 130px;}
.RightSideBarWideSkyRight {width: 182px;}

.LeftSideBarWideSkyLeft {width: 182px;}
.RightSideBarWideSkyLeft {width: 130px;}

.LeftSideBarSkyRight {width: 170px;}
.RightSideBarSkyRight {width: 142px;}

.LeftSideBarSkyLeft {width: 142px;}
.RightSideBarSkyLeft {width: 170px;}


.serendipitySideBarItem {
/*    border: 
      background: defined in colorset */
    margin: 0 0 10px 0;
    overflow: hidden; 
    position: relative;
}

.serendipitySideBarItem_Last {
    margin: 0;
}

#serendipityDoubleSideBar .serendipitySideBarItem {
    float: left;
    width: 320px;
}



.serendipitySideBarContent {
    font-size: 0.9em;
    overflow: hidden; 
    padding: 10px;
     border-bottom: 1px solid #dfdfdf;
}

.serendipitySideBarContent input,
.serendipitySideBarContent select {
    /* width: 95%; uncomment or add to user.css if needed */
}
.serendipitySideBarItem img {
    border: none;
}
ul#serendipity_categories_list input{
    margin-left: 0;
}

/********** END SIDEBARS **********/

/********** SIDEBARS **********/
.serendipitySideBarItem {
    #background:#ffffff;
    border: 0px solid #bbbbbb;
}

.serendipitySideBarTitle {
    background: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    #margin: 1px 1px 0 1px;
    overflow: hidden;
    padding: 3px 0 3px 10px;
    color: #777777;
}



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

#sbsitenav {
    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 {
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .2em;
    background-color: #efefef;
    margin: 0 0 2px 0;
    padding: 0;
    overflow: hidden;
}

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

#footer {
    font-size: 80%;
  background-color: #EFEFEF;
}

#credit_line a {
    color: #999;
}

#credit_line  {
    color: #999;
}


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

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

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

blockquote {
    background: #FFFFCF;
    color: #505050;
    border-left: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    margin: 1em 2em 1em 2em;
    padding: 1em 1em 1em 2em;
}

blockquote p {
   margin: 0.5em 0;
   padding: 0;
}



.serendipity_comment_author_self comment_evenbox,
.comment_evenbox {
    line-height: 1.2em;   
    border: 1px dotted #AD5433;
    background: #FCF4C7;
    color: #999
}

.serendipity_comment_author_self comment_oddbox,
.comment_oddbox {
    line-height: 1.2em;
    border: 1px dotted #AD5433;
    background: #FCF4C7;
    color: #666666
}

.serendipity_comment_author_self .serendipity_comment_source a:link,
.serendipity_comment_author_self .serendipity_comment_source a:visited,
.serendipity_comment_author_self .serendipity_comment_source a:hover,
.serendipity_comment_author_self .serendipity_comment_source a:active {
    color: #666666;
}

.serendipity_comment_author_self  .serendipity_commentBody {
    color: #666666;
}


.infofooter{
    border-top: 0px;
    background: #ffffff
    
}    
