body {
	background: #fff;
	background:url("../images/lacey_back.jpg");
	font-size: 110%;
}

#wrap {

	background: #999;
	width: 1038px;
	margin: 0px auto;
	padding: 0px;
	background:url("../images/gray_strip.gif"); background-repeat:no-repeat; background-position:center top; ;

}


#wrapper{
background: #fff url("../images/wrapperbg_lgrey.jpg") top center repeat-y;
}


#header{
background: #999 url("../images/headerbg_lgrey.jpg") bottom center no-repeat;
}	
 

#footer {
background:  url("../images/footerbg_lgrey.jpg") bottom center no-repeat;
}

#credit{
background: #999;
}

#credit p, #credit p a, #credit p a:hover{
color:#555;
}

#search{
background: #888;
border: 1px solid #666;
}

#search input{
color: #fff;
}

#header h3 a{
	font-family:Georgia,serif;
	font-variant: small-caps; 
	
}

.post h3.present {
	padding: 10px;
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	margin-top: 20px;
	width: 550px;

}

/*fancy numbers
=========================*/
.post .box_num {
float:left; 
width: 15px; 
padding: 10px;
padding-right: 12px;
padding-left: 12px;
margin: 3px; 
margin-top: 5px;
margin-right: 10px;
text-align:center;
background-color:#FF9933; 
font-weight: bold;  
color:#666666;
}

.post .box_num2 {
float:left; 
width: 15px; 
padding: 10px;
padding-right: 15px;
padding-left: 15px;
margin: 3px; 
margin-top: 5px;
margin-right: 10px;
text-align:center;
background-color:#5fc1f0; 
font-weight: bold;  
color:#333;
}

/*CODE for FANCY COLORED BOXES (red and orangey yellow version)
========================================================= */
.post .entry .myouter {
padding:3px; 
background-color: #fff;
width: 400px;  
padding:3px; 
border: 1px solid #900;
margin-left:auto; 
margin-right: auto;
}

.post .entry .myinner {
border: 1px solid #900; 
background-color: #ffcc66; 
padding: 5px;
color: #900; 
font-weight: bold;
}

.post .entry  .myinner ul {
margin-top: 5px; 
margin-bottom: 5px;
}

.post .entry .myinner ul li a{
color: #900;
}

.post .entry .myinner ul li a:hover{
color: blue;
}


#hey_its_flickr-3 #flickr-images {margin-left: 40px;}
