/* ---------- GLOBAL RESET --------- */

* {
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}
	
ul, ul li {
	list-style: none;
	list-style-position: outside;
	}

/* ---------- CLEARFIX HELPERS --------- */
	
.clear{
	margin:0;
	padding:0;
	display: block;
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	visibility: hidden;
	}	
	
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */	

/* ---------- GLOBAL HELPERS --------- */
	
.left {
	float: left;
	}	

.right {
	float: right;
	}
	
.hide {
	display:none;
	}
	
/* ---------- GLOBAL STRUCTURE --------- */

.wrapper {
	margin: 0 auto;
}

html, body {
	height: 100%;
	}

#page {
	min-height: 100%;
	}
	
#page-wrapper {
	padding-bottom: 100px;
	}
	
/* ---------- LAYOUT --------- */	

a {
/* 	text-decoration: none; */
	}

h1 {}

h2 {}

.category-description {
	font-size: 13px;
	line-height: 150%;
	}
	
.main-column {
	/* override in theme.css */	
	}

.side-column {
	/* override in theme.css */	
	}	

/* ---------- PATH / BREADCRUMBS --------- */

#path {}

#path ul {}

#path ul li {
	float: left;
	}

#path a {}

/* ---------- BOX CONTENT --------- */

.box {
	text-align: left;
	}
	
.box p {
	margin: 10px 0;
	line-height: 130%;
	}
	
.box

/* ---------- BADGES --------- */

#badges {
	margin: 20px 0 0 0;
	text-align: center;
	}
	
#badges li {
	margin: 15px 0;
	list-style: none;
	}		
	
/* ---------- STATELIST --------- */	
	
ul.statelist {
	width: 125px;
	list-style: none;
	border: 1px solid #EFEFEF;
	border-top: 4px solid #EFEFEF;
	border-bottom: 3px solid #EFEFEF;
}

ul.statelist li h2 {
	color: red;
	font-weight: normal;
	font-size: 15px;
}

ul.statelist li {
	list-style: none;
	padding: 7px;
	border-bottom: 1px solid #EFEFEF;
	text-align: left;
	font-size: 12px;
}