/*
Theme Name: Single Page Gallery                
Theme URI: http://singlepagegallery.themes.wprainbow.com
Description: The Simple Single Page Gallery Theme
Version: 1
Author: WP Rainbow 
Author URI: http://wprainbow.com/
Tags: fixed width, one columns, one page, ajax gallery
*/

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