/**********************************************************************/
/* Template: bulletproof for Serendipity (http://www.s9y.org)         */
/* Authors: Matthias Mees, David Cummins and Don Chambers             */
/* replace for phpld by js                                                                   */
/* Stylesheet for the colorset 'green'                                */
/*                                                                    */
/* http://s9y-bulletproof.com                                         */
/**********************************************************************/

.xml_icon {
    background: url('../images/green_xml.png') center center no-repeat;
    padding: 10px 0;
    margin: 0;
    visibility: visible;
}

.xml_icon img {
    visibility: hidden;
}

/*** General styles ***/
body, html {
    margin: 0;
    padding: 0;
}

body {
	 background-color: #DFD7C3;
    text-align: center;
}


a {
    color: #382513;
    text-decoration: none;
}

a:hover {
    color:#6B8F50;
}

#wrapper {
    overflow: hidden;
    width: 85%;
    text-align: left;
    font-family:  verdana, arial, helvetica, sans-serif;
    font-size: 69%;
    background-color: #D8CAA8;
    border-left: 8px solid #6B8F50;
    border-right: 8px solid #6B8F50;
    margin: 0px auto;
}

/*** Header styles ***/
#banner {
    margin: 0;
    height: 100px;
    background: #224c03;
    border: 0px;
    background-image: url('/uploads/test.png');
    background-position: right center;
    background-repeat: no-repeat;
}

#banner h1,
#banner h2,
#banner h3 {
    margin: 0 0 0 10px;
}

/*a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,*/
#banner h1 {
    font-family: times, georgia, "times new roman", serif;
    font-size: 190%;
    font-weight: bold;
    font-style: italic;
    text-transform: none;
    letter-spacing: .2em;
    padding: 0.25em;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#banner h2 {
    max-width:40%;
    font-weight:normal;
    font-size:140%;
    color: #DFD7C3;
    text-transform:none;
    letter-spacing:.1em;
    padding:0.25em;
}

a.homelink3,
a.homelink3:hover,
a.homelink3:link,
a.homelink3:visited,
#banner h3 {
    font-weight: normal;
    font-size: 100%;
    font-style: italic;
	 letter-spacing: .1em;
    padding: 0.25em;
}

#banner a { 
    color: #DFD7C3;
    text-decoration: none; 
}

/*** Site Navigation styles ***/
#sitenav {
    float: left;
    width: 100%;
	 background-color: #DFD7C3;
    border-top: 2px solid #6B8F50;
    border-bottom: 4px solid #AFA283;
    margin: 0;
    padding: 0;
}

#sitenav ul {
    list-style-type: none;
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

#sitenav ul li {
    font-family: georgia,"times new roman", serif;
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    display: inline;
}

#sitenav ul a{
    border-bottom: 4px solid #dfd7c3;
    margin: 0 2px 0 0;
    padding: 6px 6px 6px 6px;
    float: left;
    overflow: hidden;
}

#sitenav ul a:hover,
#sitenav .currentpage a {
    border-bottom: 4px solid #6B8F50;
    padding: 6px 6px 6px 6px;
    background-color: #ECE9D8;
}

#sitenav #searchform{
    float: right;
    display: inline;
}

#sitenav #searchform input {
	width: 165px;
	margin-top: 3px;
	padding-left: 3px;
	font-size: 100%;
	border: 1px solid #224c03;
	background-color: #ffffff;
	background-image: url('../images/quicksearch.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom right;
}

input#SearchTermField {
	border: 1px solid #224c03!important;
	background-color: #ffffff;
	background-image: url('../images/quicksearch.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom right;
}

/*** Two side styles ***/
.twomain {
	width: 80%;
}

.twoside {
	width:20%;
}

#Content, #SideBar {
    display: inline;
}

#Content {
    background-color: #D8CAA8;
	 float: left;
}

.MainItem {
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 1em;
   padding: 0;
/*	border: 1px dotted gray; */
	overflow: hidden;
}

.MainTitle {
    font-family: georgia,"times new roman", serif;
    text-transform: uppercase;
    font-size: 95%;
    letter-spacing: .2em;
    color: #DFD7C3;
    background-color: #224c03;
    padding: 8px 5px;
    border-left: 4px solid #6B8F50;
    margin: 0;
}

.MainContent {
    font-size: 90%;
    background-color: #DFD7C3;
    padding: 10px;
    border-left: 4px solid #AFA283;
    margin: 0;
}

#Sort span{
	 font-weight: bold;
}

#Sort a{
    border-bottom: 4px solid #dfd7c3;
}

#Sort a:hover {
    border-bottom: 4px solid #6B8F50;
    background-color: #ECE9D8;
}

#Featured {
    color: #ffff00;
/*	 background: #ff7f00; */
	 background: #000000;
    border-left: 4px solid #ffff00;
    margin: 0;
}

#FeaturedContent {
    background: #e3e3e3;
/*    background: #e3e3e3;
    background: #ffff96; */
	 border-left: 4px solid #515151;
/*	 border-left: 4px solid #ffba75; #898989*/
}

#FeaturedDescription {
    width: auto;
	 background: #cacaca;
/*    background: #FFBF00; */
}

/*#content h3 {
    font-family: georgia,"times new roman", serif;
    font-size: 100%;
    margin: 10px 0 0 0;
}*/

#content h4 {
    font-family: georgia,"times new roman", serif;
    text-transform: uppercase;
    font-size: 120%;
    letter-spacing: 0.2em;
    margin: 5px 0 15px 0;
}

.serendipity_pageFooter {
    margin: 5px 0 10px;
}

#SideBar {
/*  background-color: pink;*/
/*	 border: 3px dotted blue;*/
    background-color: #D8CAA8;
	 float: right;
    clear: right !important;
	 overflow: hidden;
}

.SideBarItem {
    margin-top: 0.5em;
    margin-right: 1em;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0;
    border: 0px none;
    height: 100%; 
}

.SideBarTitle {
    font-family: georgia,"times new roman", serif;
    text-transform: uppercase;
    font-size: 95%;
    letter-spacing: .2em;
    color: #DFD7C3;
    background-color: #224c03;
    padding: 8px 5px;
    border-left: 4px solid #6B8F50;
    margin: 0;
}

.SideBarContent {
    font-size: 90%;
    background-color: #DFD7C3;
    padding: 10px;
    border-left: 4px solid #AFA283;
    margin: 0;
}

.SideBarItem img {
    border: none;
}

/*** Links styles ***/
div.pic {
	margin: 4px;
	padding: 0;
/*	border: 1px dotted gray; */
	clear: left;
	height: 100px;
}

div.pica {
	margin: 4px;
	padding: 0;
/*	border: 1px dotted gray; */
	clear: left;
	height: 170px;
}

div.pic a.tn, div.pica a.tn {
	float: left;
	width: 123px;
}

a.tn img {
	border: solid #000000;
	border-width: 1px 2px 2px 1px;
	margin: 0 0 1em;
}
	
div.pic ul, div.pica ul {
	margin: 0 0 0 135px;
	padding: 0 0 0 0.5em;
}

#Detail {
	margin: 0 0 0 220px;
	padding: 0 0 0 0.5em;
}

div.pic li, div.pica li{
	list-style: none;
	font-size: small;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

div.pic li.linktitle, div.pica li.linktitle {
	font: bold small Arial, Verdana, sans-serif;
	padding-top: 0.5em;
	border-bottom: 1px solid;
}

div.pic li.description, div.pica li.description  {
	font-style: italic;
	background: #D3C092;
/*	background: #CFB881; */
}

div.pic li.url, div.pica li.url {
	text-align: right;
	margin: -1.2em 0 0 auto;
	color: #776;
}

div.pic li.more, div.pica li.more {
	text-align: right;
	font-style: italic;
	background: #D3C092;
}

#DetailTitle {
	color: #000000;
	font: 10px normal Verdana, Arial, sans-serif;
	border-bottom: 1px dotted gray;
	display: block;
	background: #DFD7C3;
	margin: 0 0 -1.3em -85px;
	width: 80px;
	text-align: left;
}

#url {
	color: #776;
}

#LinkPopularity {
	list-style: none;
	margin: 4px;
/*	border: 1px dotted grey;*/
	padding: 0;
}

#LinkPopularity li {
	padding-left: 20px;
	height: 18px;
	font: 10px normal Verdana, Arial, sans-serif;
}

#LinkPopularity a {

}

.Google {
	background-image: url(../images/google.gif);
	background-repeat: no-repeat;
}

.MSN {
	background-image: url(../images/msn.gif);
	background-repeat: no-repeat;
}

.Yahoo {
	background-image: url(../images/yahoo.gif);
	background-repeat: no-repeat;
}

.AltaVista {
	background-image: url(../images/altavista.gif);
	background-repeat: no-repeat;
}

.Alltheweb {
	background-image: url(../images/alltheweb.gif);
	background-repeat: no-repeat;
}

/*** Pagerank styles ***/
.pr {
	font-size: 10px!important;
/*	height: 12px;
	width: 40px;
	color: #ffffff;
	background: #000000;*/
}

.prg{
	width: 38px;
	border: 1px solid #000000;
	background: #ffffff;
	height: 3px;
	font-size: 1px;
}

div.prb{
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}

/*** Side nav ***/
#nav {
	margin: 0;
	padding: 0;
}

#nav ul {
}

#nav li {
	list-style: none;
	padding-top: 6px;
	font-size: 10px;
	line-height: 10px;
}

#nav a {
	display: block;
	padding: 6px 6px 10px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	width: auto;
}

#nav a:hover {
    border-bottom: 4px solid #6B8F50;
    padding: 6px 6px 6px 6px;
    background-color: #ECE9D8;
}


/*
#sitenav {
    float: left;
    width: 100%;
	 background-color: #DFD7C3;
    border-top: 2px solid #6B8F50;
    border-bottom: 4px solid #AFA283;
    margin: 0;
    padding: 0;
}

#sitenav ul {
    list-style-type: none;
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

#sitenav ul li {
    font-family: georgia,"times new roman", serif;
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    display: inline;
}

#sitenav ul a{
    border-bottom: 4px solid #dfd7c3;
    margin: 0 2px 0 0;
    padding: 6px 6px 6px 6px;
    float: left;
    overflow: hidden;
}

#sitenav ul a:hover,
#sitenav .currentpage a {
    border-bottom: 4px solid #6B8F50;
    padding: 6px 6px 6px 6px;
    background-color: #ECE9D8;
} */

/*** Footer styles ***/
#footer {
    float: none!important;
/*	     float: left;*/
    position: relative;
    clear: both;
    margin: 0;
    padding: 0!important;
    width: 100%;
    height: 100%;
    font-size: 80%;
    background-color: #6B8F50;
}

#footer a:hover {
    color: #224c03;
}

