/*
Theme Name: Duhaime, Wide Version
Theme URI: n/a
Description: This is a template file for Wordpress Themes
Version: 1.00
Author: Jeffrey Kamo
Author URI: http://www.jeffkamo.com/
Tags: business, anti-money laundering, terrorist financing, simple
	
	This theme also used Blueprint, a CSS framework
	www.blueprintcss.org
	
	This stylesheet is to keep track of my personal
	"default" classes and to CSS resets. For the
	full site stylesheet, see the file style.less
	
*/


@import url('style/reset.css');
@import url('style/forms.css');
@import url('style/grid.css');
@import url('style-mini.css');

a { text-decoration: none; }
div { position: relative; }
ul, ol { list-style: none; }

.hide { display: none; }
.invisibile { opacity: 0; }
.text-right { text-align: right; }
.indent { text-indent: -9999px; }