/*
Theme Name: Liquid Gallery	
Theme URI: http://liquidgallery.themes.wprainbow.com
Description: The Simple Single Page Gallery Theme
Version: 1.2
Author: faiqfardian	
Author URI: http://codepth.com
Tags: liquid width, one columns, ajax gallery
*/

/* RESET */
@import "css/reset.css";
.alignleft{
    float:left;
    display: inline;
    width: auto;
}
.alignright {
	display: inline;
    float:right;
    width: auto;
}
.aligncenter {
    display:block;
    margin:0 auto;
}
.clearfix {
    clear: both;
    height:0;
    font-size:0;
    margin:0;
    padding:0;
    visibility:hidden;
}

.onecol-text h1{
	font-size: 16px;}

.content-text{
	margin:10px;
	}