/* CSS Document */


body {
background-image:url(../edward_thomas/images/sergeant_tech4_ejt2.jpg);

background-attachment:fixed;

}



#container   {
background-color:#EDDBC9;


}

/*
#features {
		
		width: 158px;
		position:absolute;
		top: 300px;
		left: 30px;
		text-align:left;
				
}
*/


#features h2   {
		font-size:100%;
}


#features {
		width:400px;
		position:static;
	    text-align:left;
}


#features_right {
		width:350;
		position:static;
		text-align:right;
		
}


#twitter_features h2  {
		font-size: 100%;
}


#twitter_features  {
		width:100px;
		position:absolute;
		top:230px;
		right:0px;
		
}


/* #footer {
	clear: both;
	background: #669900;
	color: #CCCC66;
	padding: 5px 10px;
	text-align: right;
	font-size: 80%;


}

*/



/* From tutorial at http://www.barelyfitz.com/screencast/html-training/css/positioning/        */

#div-1 {
 position:relative;
}
#div-1a {
 position:absolute;
 top:0;
 right:0;
 width:180px;
}
#div-1b {
 position:absolute;
 top:0;
 left:0;
 width:200px;
 font:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
}


h1,h3 {

    background-color:#009933;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
	}	
h1 {
font-size: 1.5em;
}	
	
/* #menu - Some additional attributes - BT 08/10/2009               */

#menu    {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	
	
}




.background_wwii {


font-family:"Comic Sans MS" !Important; 
color:#999900;
font-size: 80%;
/* width: 120px;  */


}


.background_vietnam {


font-family:"Comic Sans MS" !Important; 
color:#FF0000;
font-size: 80%;
/* width: 120px;  */


}

/**********************************Added PayPal Script 29jul2025************************************************  */

/* DONATION SECTION */
.donation-callout {
  border: 2px solid #8B4513;
  background: #F5F5DC;
  padding: 20px;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 4px 12px rgba(139,69,19,0.15);
}

.soldier-quote blockquote {
  font-style: italic;
  font-size: 1.2em;
  color: #556B2F;
  border-left: 4px solid #D4AF37;
  padding-left: 15px;
  margin: 0 0 15px 0;
}

.impact-statement h3 {
  color: #8B4513;
  border-bottom: 1px dashed #D2B48C;
  padding-bottom: 8px;
}

.impact-statement ul {
  padding-left: 20px;
}

.impact-statement li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.donation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.donate-btn {
  background: #8B4513;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
  flex: 1;
  min-width: 180px;
}

.donate-btn:hover {
  background: #A0522D;
}

.custom-amount {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
}

.custom-amount label {
  font-weight: bold;
  color: #556B2F;
}

#custom-donation {
  padding: 10px;
  border: 1px solid #D2B48C;
  border-radius: 4px;
  width: 100px;
}

.custom-btn {
  background: #556B2F;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
}

.security-note {
  font-size: 0.8em;
  color: #666;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
}
