/* =Print styles
---------------------------------------- */

body {
		font: 12pt "Times New Roman", Times, serif;
		background: #fff;
		}
	
	img {border: none;}
	a, a:visited {color: #ff0000;}
	
	.header-container,
	.secondary-nav,
	.list-of-pages,
	.footer,
	.hide {
		display:none; 
		}
	
	.content,
	.container {
		width: auto;
		background: #fff;
		float: none;
		position: relative;
		text-align: left;
		margin: 0;
		padding: 0;
		color: #000;
		left: 0;
		top: 0;
		}
		ul, ul li {
			list-style: none;
			padding: 0;
			margin: 0;
			}

/* =Lists
---------------------------------------- */
.carousel-wrap {
	overflow: visible!important;
	}
	.center-wrap,
	input.button,
	.previous,
	.next {
		display: none;
		}
	ul.inspirations-list,
	ul.inspirations-list li,
	ul.section-category-list,
	ul.section-category-list li,
	ul.sections-list {
		width: 100%;
		clear: both;		
		}
		ul.sections-list {
			float:left;
			}
		.inspiration-items {
			float: left!important;
			margin-left: 20px;
			margin-top: 10px;
			width: 300px;
			}
			
.days-list,
.days-list li {
	width: 100%;
	clear: both;
	float:left;
	}			
	.days-list li img {
		float:left;
		margin:0 20px 20px 0;
		}
			
			
			
			
			
			
			
			
			
			
			
			
			
