/* test of css change for svn */
body{
   padding:0;
   margin: 0;
    background: #A5BAEE url(/media/images/background.png) repeat-y center center;

}


#slideshow {

    position:relative;

}
#placeholder{
	position: relative;
	z-index:6;
	float: left;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}




.updatedate{
    text-align: right;
    font-size: 10px;
}

.branding {
    padding:0; 
    height: 160px;
	
    margin: 0;



    
    /*background-image*/ 
    overflow: hidden;
}

.saletext {
	font-size: 150%;
 	text-align: center;
	}

div.branding h1{
    padding: .1em;
    border : 0px;

    margin: 0;
    font-style: oblique;
    font-family: "New Century Schoolbook", Times, serif;
    color: #fff;
    text-align: right;
}


div.branding img{
   float: left;

}

.thumbnail {

   float: left;
   color #111;
   padding: .75em;
}

.thumbnail img{
padding: 5px;
background-color: #777;
}


.content h1{
color: #000;
font-size: 1.2em;
font-weight: bold;

font-family: "New Century Schoolbook", Times, serif;
}



.content {



min-height: 300px;
padding:0;
margin:0;
overflow: hidden;
background-color: #eed9a5;

background: #eed9a5 url("/media/images/spotlight_eed9a5_75") no-repeat scroll 25% 0%;
background: #eed9a5 url("/media/images/cents_eed9a5_50") no-repeat scroll 0% 0%;


}



.wrapper {
    min-width: 950px;
    width: 950px;

    position: relative;
    margin: 0 auto; 
    padding: 0;
    background-color: #D8D1B8;
    overflow: hidden;    
}

.footer * {
   font-weight: bold;	
   min-height: 30px;

   clear : both;
   border: 0px;
   margin: 0px;
   color: #fff;
   background-color: #1D3F96;
   background: #1D3F96 url('/media/images/insethard_1d3f96_50') repeat-x 50% 50%;
}


.slideshow {
   color: #D8D1B8;
   background-color: #D8D1B8;

}

.sidebar{ 
	  -moz-border-radius: 15px;
	  -webkit-border-radius: 15px;
	
	  margin-top: .5em;  
	  margin-bottom: .5em;

	  background: #923420 url("/media/images/spotlight_923420_40") no-repeat scroll top center;	
}


.sidebar2 {
	  -moz-border-radius: 15px;
	  -webkit-border-radius: 15px;
	  background-color: #E7957E;
          background-color: #ece1df;
	  border: 1px solid black;
	margin: .5em;
	padding: .5em;
}

.sidebar2 p {
     margin: 0px;

}

.insert {
   margin: 1em;
   border: solid 1px black;
   background-color: #ffc;
   float: right;
}

.insert img{
   margin-right: -4px;
}

/* ----------------
   Image stuff
*/

#L {
padding:1em; 
float:left;
}

#R {
padding:1em; 
float:right;
}

.l {
padding:1em; 
float:left;
}

.r {
padding:1em; 
float:right;
}


.content2{


   min-height: 300px;
}

.content3{
   padding: 1em;


}

/* .content2 li {
   list-style: none;
   padding-left: 30px;
   height: 25px;
   margin: 10px;
}
*/
/*------------------
 menu stuff
*/



.menu {
   z-index: 1000;
   position: absolute;
   top: 135px;
   left: 0px;
   float: left;
   clear: both;
   list-style: none;
   margin: 0;
   padding: 0;
   width: 100%;
    background-color: transparent;
   }

.menu li{

   margin-left: 0;
   margin-right: 1px;
   margin-top: 1px;
   display: block;   
   float:left;

}

.menu a{
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px;
   border-radius-top-left: 5px;

   display : block;
   padding: 0 1em;
   color: #fff;
   color: #000;
   line-height: 2em; 

   background-color :#1c3f94;

   background: #1c3f94 url('/media/images/insetsoft_1c3f94_75') repeat-x scroll 50% 50%;	
   background: #A5BAEE url('http://test.giftandthrift.org:8088/magick/insetsoft_a5baee_75') repeat-x scroll 50% 50%;	
   text-decoration: none;


}


.menu .selected a{
   color: #000;
   -moz-corner-radius: 5px;
   corner-radius: 5px;
   background-color: #eed9a5;;
   background: #eed9a5 url('/media/images/highlightsoft_eed9a5_75') repeat-x scroll 50% 50%;	
   text-decoration: underline;
}

.menu li.selected{

}


.menu a:hover{
   color: #d8d1b8;
   color: #555555;

   text-decoration: underline;

}

.menu .selected a:hover{
color: #000;

}
