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

/* This Style sheet only vaguely resembles the orginal                */
/* Greatly modified for the Gur42 networks                            */



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

.serendipity_xml_icon img {
    visibility: hidden;
}

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

a:hover {
    color:#66023C;
    text-decoration: underline;
}





body {
    background-color: #66023C;
}

#wrapper {
	background-color:#ddffdd;
	border-left:8px solid #006600;
	border-right:8px solid #006600;
	border-top:8px solid #006600;
	font-family:verdana,arial,helvetica,sans-serif;
	margin:0 auto;
	width:960px;
}

#serendipity_banner {
    margin: 0;
    height: 100px;
    background: #000000;
    border: 0px;
}

#serendipity_banner h1 {
    font-weight: bold;
    font-size:150%;
    padding: 0.25em;
}

#serendipity_banner h2 {
    font-weight: normal;
    padding: 0.25em;
}

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

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


#sitenav {
	background-color:#DDDDDD;
	border-bottom:4px solid #006600;
	border-top:4px solid #006600;
	margin:0;
	padding:0;
}

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

#sitenav ul a{
    border-bottom: 4px solid #dfd7c3;
    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 #6B8F50;
    padding: 6px 10px 6px 10px;
    background-color: #DFD7C3;
}

#serendipityLeftSideBar,
#serendipityRightSideBar {
    background-color:#FFFF99;
    overflow: hidden; 
}

#content {
    background-color: #FFFFFF;
}

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

#content h4 {
    font-size: 120%;
    letter-spacing: 0.2em;
    margin: 5px 0 15px 0;
}

/* see below this gives a "bar" of footer info to separate entries */

.serendipity_entryFooter {
	background-color:#DDDDDD;
	border-bottom:3px solid #006600;
	border-top:1px solid #006600;
	font-size:90%;
	margin:5px;
	padding:5px;
}

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

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

.pagination a:link,
.pagination a:visited{
    border: 1px solid #AFA283;
    padding: 2px 6px;

}

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

.pagination a:hover,
.pagination a:active {
    background-color: #E7D9B7;
    border: 1px solid #224C03;
}

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

/* get rid of side borders and color modify */

.serendipitySideBarTitle {
	background-color:#224C03;
	color:#ffffff;
	font-size:95%;
	letter-spacing:0.2em;
	margin:0;
	padding:8px 5px;
}

/* get rid of side borders and color modify */

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

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

#sbsitenav .serendipitySideBarContent {
    padding: 0;
    border: 0;
    margin: 0;
}

#sbsitenav {
    padding: 10px;
    margin: 0;
}

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


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

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

#sbsitenav li {
    font-size: 90%;
    text-transform: uppercase;
    letter-spacing: .2em;
    background-color: #DFD7C3;
    margin: 0 0 2px 0;
    padding: 0;
    overflow: hidden;
}

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

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

#footer a:hover {
    color:#66023C;
    text-decoration: underline;
}

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

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

#sitenav #searchform input {
    border: 1px solid #224c03;
}

blockquote {
    display: list-item;
    list-style-image: url('img/green_openquote.png');
    background: transparent url('img/green_closequote.png') 100% 100% no-repeat;
    color: #000;
    margin: 0 10%;
    padding: 10px;
}

.serendipity_comment_author_self comment_evenbox,
.comment_evenbox {
    line-height: 1.2em;   
    border: 1px dotted #6B8F50;
    background: #DFD7C3;
}

.serendipity_comment_author_self comment_oddbox,
.comment_oddbox {
    line-height: 1.2em;
    border: 1px dotted #6B8F50;
    background: #AFA283;
}

.serendipity_commentsTitle {
    text-transform: uppercase;
    font-size: 100%;
    letter-spacing: 0.2em;
    margin: 1em 0;
    padding: 0.5em 0;
}

.serendipity_freetag_taglist_related {
    font-size: 100%;
}

.s9y_wrap {
    font-size: 69%;
    background: #d8caa8;
}

/* 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;
}