/*  
Theme Name: hello :D
Theme URI: http://hellowiki.com/2007/12/27/wordpress-theme-hello-d
Description: This theme was designed in October and built to WordPress theme at the end year of 2007.
Version: 1.0
Author: Fen
Author URI: http://hellowiki.com/

	Blueprint CSS Framework
	http://code.google.com/p/blueprintcss/

	This theme was designed by Fen,
	whose blog you will find at http://hellowiki.com/

	Valid XHTML 1.0 Strict & CSS2

*/

@import 'css/default.css';

	ul.thumbslist {
		list-style :none;
		margin: 0;
		padding: 0 0 18px 0;
		width: 390px;
		margin: 0 auto 0;
	}

	ul.thumbslist li {
		display: block;
		float: left;
		padding: 6px 6px 18px 6px;
		background: #F1F1F1;
		margin: 0 4px 4px 0;
		border: 1px solid #CCC;
	}
		
		
		/**
		 * CSS Clearfix
		 * @see http://www.positioniseverything.net/easyclearing.html
		 */
			.clearfix:after {
				content: ".";
				display: block;
				height: 0;
				clear: both;
				visibility: hidden;
				zoom: 1; /* trigger hasLayout (for IE7) */
				_display: inline-block; /* IE6 ONLY */
			}
