/* Soda Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td,button{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img,button{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6,small{font-size:100%;font-weight:normal;}q:before,q:after{content:''}abbr,acronym{border:0;}input,select,textarea,button{font:inherit;}img,canvas,iframe,video,svg{max-width:100%;}*{-moz-box-sizing:inherit;box-sizing:inherit;}

header{
	display: block;
}

@media all {
.centered{
	text-align: center;
}

.right{
	text-align: right;
}

.left{
	text-align: left;
}

.sodacolumns{
	margin: 0 -1em;
}

	.sodacolumns:after{
		clear: both;
		content: '';
		display: table;
	}

	.sodacolumns > *{
		float: left;
		margin: 0;
		padding: 1em;
	}

	.sodacolumns.rtl > *{
		float: right;
	}

	.sodacolumns.halfs > *{
		width: 50%;
	}

		.sodacolumns.halfs > .two{
			width: 100%;
		}

	.sodacolumns.thirds > *{
		width: 33.333333%;
	}

		.sodacolumns.thirds > .two{
			width: 66.666666%;
		}

	.sodacolumns.quarters > *{
		width: 25%;
	}

		.sodacolumns.quarters > .two{
			width: 50%;
		}

		.sodacolumns.quarters > .three{
			width: 75%;
		}

	.sodacolumns.fifths > *{
		width: 20%;
	}

		.sodacolumns.fifths > .two{
			width: 40%;
		}

		.sodacolumns.fifths > .three{
			width: 60%;
		}

		.sodacolumns.fifths > .four{
			width: 80%;
		}

	.sodacolumns > .sodacolumns, .sodacolumns > .sodaitems, .sodaitems > .sodacolumns{
		margin: 0;
		padding: 0;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	.sodacolumns.clearrows.halfs > *:nth-child(2n+1),
	.sodacolumns.clearrows.thirds > *:nth-child(4n),
	.sodacolimns.clearrows.quarters > *:nth-child(5n),
	.sodacolumns.clearrows.fifths > *:nth-child(6n){
		clear: both;
	}

/* Soda Fixed Width Items; Sizes origin from 10px base 960px width iPad landscape width*/

.sodaitems{
	margin: 0 -1em;
}

	.sodaitems > *{
		display: inline-block;
		padding: 1em;
		vertical-align: bottom;
	}

	.sodaitems.one > *{
		width: 96em;
	}

	.sodaitems.two > *{
		width: 48em;
	}

	.sodaitems.three > *{
		width: 32em;
	}

	.sodaitems.four > *{
		width: 24em;
	}

	.sodaitems.five > *{
		width: 19.2em;
	}

	.sodaitems.six > *{
		width: 16em;
	}
}