Magnets from Maps

I recently picked up a bunch of second hand maps from resale stores, including a really great hardback world atlas from the 60s. I quickly tore everything apart to make magnets. The first set were for my friend Jen of EmeraldSunshine.org, a set of magnets centering around the areas her son is currently interested in. All the magnets are 2.25" round with a clear plastic mylar coating.

North Africa map magnet

Egypy magnet

Egypt Map Magnet

Egypt topography magnet

Egypt magnet

Asia map magnet

Custom CSS to extend WooThemes Daily Edition Theme

I recently edited my Custom CSS file for the WooThemes Daily Edition theme so that my post boxes would fit a 640px wide image, one of the Flickr standard sizes. I haven’t tested this in all browsers, so it may not work, but it looks fine in Firefox and Safari on my Mac. If you’d like to extend your post boxes here’s the css I used. Just paste it into your custom.css file to use.

#header {
width:990px;
}
#page-outer {
width: 990px;
margin:0 auto;
}
.col1{
float: left;
width: 660px;
}
.col2{
float: right;
width: 275px;
}
#nav{width:970px;}
#nav2{width:990px;}
.textwidget {
padding: 0 15px;
}
.post-outer .post-alt { width: 640px;}