body, html { 
padding : 0; 
margin : 0; 
} 


body { 
text-align: center;
background: #383838;
padding : 0; 
font : 90%/150% "Trebuchet MS";
color : #383838; 
} 


#header {
font : 700 50px "georgia";
font-style: italic;
color : #2F5857;
letter-spacing: -3px;
text-transform : none;
text-align: center;
padding-top: 30px;
background: url(https://blog.adorkablyadorable.net/wp-content/uploads/2026/01/topbg.png);
background-repeat: no-repeat;
width : 800px;
height : 100px;
} 


#container { 
background: #ffffff;
margin : 0 auto; 
text-align : left; 
width: 800px;
margin-top: 20px;
margin-bottom: 10px;
padding: 7px;
}  


#sidebar { 
width: 200px;
float: right;
padding : 5px; 
} 


#content {
width: 570px;
padding : 5px; 
float: left;
}


#footer { 
clear : both; 
border-top: 4px double #e06ef2;
font-weight: 400;
padding : 5px; 
text-align: left;
height : 40px;
}

#footer a:link {
	color: #36BCB0;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #36BCB0;
	text-decoration: none;
	border-bottom: 1px solid #9256C3;
	font-weight: bold;
}

.entrytext { 
font-weight : 400; 
} 



i, em { 
color : #ca5d77;
}

b, strong {
color: #9e5372;
}




h1 {
color: #A461B9;
font-size: 32px;
font-family: verenda; 
text-align: right;
font-weight: bold; 
text-transform: uppercase;
letter-spacing : -1px;
margin:0;
padding-bottom: 6px;
border-bottom: 4px double #e06ef2;
}


h2 { 
color : #bf4ac1; 
font-size: 22px;
font-family: georgia; 
letter-spacing:-1px;
font-weight: bold; 
font-variant: small-caps;
padding: 0px;
text-align: center;
}


h3 {
background-color: transparent;
color : #2AC2A8; 
font-family: georgia;
font-weight: bold;
font-style:normal;
font-size: 20px;
text-align:center;
font-variant: small-caps;
letter-spacing:-3px;
line-height: 21px;
margin:0px;
padding:0px;
border-bottom: 2px solid #363636;
}

.box li a:link  {text-decoration:none;}
.box li a:hover {text-decoration:none;font-weight: italic;} 
.box {
background: #f1dae0;
padding : 0px;
margin: 0;
text-decoration: none;
font-size:12px;
list-style-type : none;
text-align:center;
}




a:link,a:visited {
color: #9256C3;
font-weight:400;
text-align:justify;
text-decoration: none;
padding:0;
} 


a:hover { 
color: #36BCB0;
text-decoration: none;
} 


blockquote { 
background: #ffffff;
width : 380px; 
text-align : center; 
color : #000000;  
border-left: 7px solid #B0C8D5;  
padding : 5px; 
margin: 0;
}  


input, select, submit { 
color : #000000; 
background : #ffffff;  
text-decoration : none; 
text-align : left; 
border: 1px solid #000000;
} 

img.thumbnail {
  width: 100px;
  height: 70px;
}