/*
		 Chris Coyier
		 http://css-tricks.com
*/

*				{ margin: 0; padding: 0; }
body			{ font-size: 62.5%; 
					font-family: Georgia, serif; 
				  background: #333333/* url(images/body-bg.jpg) */ ;}
.floatLeft 		{ float: left; }
.floatRight		{ float: right; }
.clear			{ clear: both; }

a				{ outline: none;  }
#scrnshots a	{ outline: none; padding: 4px; line-height:30px; color:#ffffff; background: #ff0000;  }
#scrnshots p 	{color: #bb77ff; margin:10px 0px 10px 0px;}
#scrnshots strong 	{color: #99ee66;}


img, a img		{ border: none; }

h1				{ font-weight: normal; }
p				{ font-weight: normal; font-style: italic; font-size: 1.5em; }
secret {	color: black;
	font: italic 20px/31px Georgia, Times, serif;
	padding: 0 10px 0 20px;
	letter-spacing: -1px;
}

#page-wrap		{ min-width: 800px; }

#twitter, #scrnshots { width: 20%; float: left; padding: 20px; min-width: 200px; }
#flickr { width: 35%; float: left; padding: 20px; min-width: 200px; }

img.profile-pic	{ float: left; padding: 5px; }

#flickr img, #scrnshots img, #twitter img			{ width: 100px; margin: 10px; }

.tweet			{ padding: 10px; margin: 5px 0; background: #999999 /* url(images/transpOrange25.png) */; }