/*
Theme Name: Refresh Events
Theme URI: http://pxleight.com/refresh/
Description: Wordpress Theme for Refresh Events
Version: 1.0
Author: Justin Kozuch
Author URI: http://wwww.refresh-events.ca/
Tags: green, custom header, fixed width, two columns, widgets

	Refresh 1.0
	http://pxleight.com/refresh/

	This theme was designed and built by Elaine Chen & Justin Kozuch,
	whose blog you will find at http://elainechen.com/ and http://pxleight.com/

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

@import "/wp-content/themes/refresh/assets/css/reset-min.css";
@import "/wp-content/themes/refresh/assets/css/base-min.css";
@import "/wp-content/themes/refresh/assets/css/fonts-min.css";
@import "/wp-content/themes/refresh/assets/css/refresh-events-style.css";

html {
	background-color: #C4E1A0;
}

body {
	margin: 0 auto;
	width: 1239px;
	background: url(/wp-content/themes/refresh/assets/img/bg_limeslice.gif) 25% top no-repeat;
	font-family: Arial;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

a {
	color: #630;
	text-decoration: none;
	font-weight: bold;
}

#siteContainer {
	background: #FFF none repeat scroll 0 0;
	margin: 0 auto;
	width: 1000px;
}