/*
		 Chris Coyier
		 http://css-tricks.com
		 
		 edits by mike ilsley - webdesignandsuch.com
*/

*													{ margin: 0; padding: 0; }
body												{ font-size: 62.5%; font-family:Palatino, Baskerville, Georgia, serif; 
													  background:#333; color:#ccc}
.floatLeft 											{ float: left; }
.floatRight											{ float: right; }
.clear												{ clear: both; }

a													{ outline: none; color:#69c}
img, a img											{ border: none; }

h1													{ font-weight: normal; }
p													{ font-weight: normal; font-style: italic; font-size: 1.5em; }

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

#twitter					 						{ width: 25%; float: left; padding: 20px; min-width: 200px; }



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

.tweet												{ padding: 10px; margin: 20px 0 10px 35px; background:#000; width:300px; 

-webkit-box-shadow: 0px 0px 5px #69c;
-moz-box-shadow: 0px 0px 5px #69c;
}