/*
Theme Name: Expo
Theme URI: http://expo.themes.wprainbow.com
Description: WordPress Showcase and blog
Version: 1.2
Author: faiqfardian	
Author URI: http://codepth.com
Tags: fixed width, 3 columns, ajax
*/

/* RESET */
@import "css/reset.css";

/* GENERAL LAYOUT */
@import "css/layout.css";

.clearfix {
    clear: both;
    height:0;
    font-size:0;
    margin:0;
    padding:0;
    visibility:hidden;
}

/* default wordpress */
.alignleft{
	float:left;
	width: auto;
}
.alignright {
	float:right;
	width: auto;
}
.aligncenter {
	display:block;
	margin:0 auto;
}


