/*
Theme Name: Imaginary Trout Blank Theme
Theme URI: http://imaginarytrout.com
Description: The default WordPress theme for pre-launch services by Imaginary Trout
Version: 1.1
Author: Adam lyons
Author URI: http://imaginarytrout.com
Tags: bare loop, most content stored in posts

	Imaginary Blank v1.1
	 http://imaginarytrout.com

	This theme was designed and built by Adam Lyons ,
	whose blog you will find at http://imaginarytrout.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id$
 * Copyright (c) 2009 Eric Martin http://www.ericmmartin.com/
 */
.wp-paginate {}
.wp-paginate ol {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#ddd; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#ccc; color:#888;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#5f87ae; border:1px solid #89adcf; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

h1 {
	clear: left;
}

.commentlist {
	list-style: none;
}
.commentlist li {
}
