body {
	padding: 0;
	margin: 0;
	font-family: 'ChivoRegular', Helvetica, Arial, Sans-Serif;
	line-height: 30px;
	float: left;
	width: 100%;
}

body#home {
	background: #fff;
}


* {
	margin: 0;
	padding: 0;
}

img {
    -webkit-transform: translate3d(0, 0, 0);
    border: none !important;
}


a {
	text-decoration: none;
	color: #000;
	border: none !important;
}

a:hover {
	color: #666;
}

ul {
	list-style-type: none;
}

h1, h2, h3 {
	font-weight: normal;
	font-family: 'Richard Miller Book', Helvetica, Arial, Sans-Serif;
	float: left;
}


header {
	height: 5em;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(239,239,239,0.95);
}

header a#logo {
	float: left;
	margin: 0.6em 0 0 1em;
	font-family: 'Richard Miller Light', Helvetica, Arial, Sans-Serif;
	font-size: 2.5em;
	line-height: 1em;
}

header a#logo:hover {
	opacity: 0.5;
}

nav {
	float: right;
	margin: 1.5em 0 0 0;
}

header nav a, #menu a {
	font-size: 2.5em;
	line-height: 1em;
	margin: 0 0.5em 0 0;
	font-family: 'Richard Miller Book', Helvetica, Arial, Sans-Serif;
}

header nav a:hover, #menu a {
	color: #666;
}

header nav a.selected, #menu a.selected {
	color: #00a7b6;
}

#header-fb, #menu-fb {
	width: 53px; 
	height: 25px; 
	overflow: hidden;
	margin: 1.7em 1em 0 1em;
	float: right;
}

#menu-fb {
	position: fixed;
	top: 6.4em;
	left: 1em;
}


div.caption a, div.caption {
	font-family: 'Richard Miller Light', Helvetica, Arial, Sans-Serif !important;
	color: #fff;
}

div.caption a:hover {
	color: rgba(255,255,255,0.5);
}

.fullwidthbanner-container {
	margin: 5em 0 0 0;
//	float: left;
}

.content {
	float: left;
}

#main {
	margin: 120px 0 60px 9.375%;
	width: 58.59375%;
	z-index: 1;
	position: relative;
	float: left;
}

#main .update {
	float: left;
	margin: 0 0 120px 0;
}

#main img {
	display: block; 
	width: 100%; 
	max-width: 100%;
	z-index: 1;
	position: relative;
}

#music #main {
	padding: 60px 0 0 0;
}

#music .covers a {
	width: 45%;
	max-width: 45%;
	float: left;
	margin-bottom: 10%;
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}


#music #main img, #video #main img {
	max-width: 100%;
	position: relative;
	z-index: 1;
	-webkit-transition: All 0.3s;
	-moz-transition: All 0.3s;
	-o-transition: All 0.3s;
	-ms-transition: All 0.3s;
	transition: All 0.3s;
}

#music #main a:hover .hoverer, #video #main a:hover .hoverer {
	opacity: 0.8;
	right: 0%;
}

#music #main a:active .hoverer, #video #main a:active .hoverer {
	opacity: 1;
}

#music #main a img.hoverer, #video #main a img.hoverer {
	display: block;
	position: absolute;
	width: 100%; 
	max-width: 100%;
	z-index: 2;
	right: -100%;
	opacity: 0.2;
}

#music #main h3 {
	margin: 0 0 60px 0;
}

#music #main h3 a {
	color: #00a9cf;
	font-size: 2em;
	line-height: 1em;
	float: left;
	position: relative;
	z-index: 1;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
}

#music #main h3 a:hover {
	color: #006b75;
}

#video .stills {
	text-align: center;
	font-family: 'Richard Miller Light', Helvetica, Arial, Sans-Serif;
	font-size: 2em;
	line-height: 1em;
}

#video .stills a {
	width: 100%;
	max-width: 100%;
	float: left;
	margin-top: 0;
	margin-bottom: 10%;
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#video .stills a span {
	float: left;
	display: inline-block;
	margin: 10px auto 0 auto;
	text-align: left;
}

#content #main h1 {
	font-size: 6em;
}

.release #main h1, .release #main h2, .podcast #main h2 {
	line-height: 2em;
	display: block;
	float: left;
	width: 100%;
	font-family: 'Richard Miller Book', Helvetica, Arial, Sans-Serif;
	font-weight: normal;
}

.release #main h1, .podcast #main h1, #about h1, #music #main h1 {
	//font-size: 5em;
	line-height: 1em;
	width: 100%;
	color: #555;
	text-shadow: #eee 1px 1px, #eee 2px 2px, #eee 3px 3px, #eee 4px 4px, #eee 5px 5px, #eee 6px 6px, #eee 7px 7px, #eee 8px 8px, #eee 9px 9px, #eee 10px 10px, #eee 11px 11px, #eee 12px 12px, #eee 13px 13px, #eee 14px 14px;
}

.release #main h2, .podcast #main h2 {
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
	margin: 0 0 0 0.1em;
	color: #666;
}

#playerui {
	width: 100%;
	max-width: 100%;
	float: left;
	margin: -25px 0 60px 0;
}

#music #main a.release, .podcast #main a.release {
	width: 66.66666%;
	max-width: 66.66666%;
	float: left;
	margin-bottom: 30px;
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#main .update ul.timestamp {
	background: #e4e4e4;
	color: #7d7d7d;
	font-family: 'Richard Miller Light', Helvetica, Arial, Sans-Serif;
	line-height: 1em;
	font-size: 1em;
	margin: 28px 0 0 0;
	float: left;
}

#main .update ul.timestamp li {
	padding: 8px 11px 6px 11px;
	text-align: center;
}


#main .update h1 {
	font-size: 3em;
	line-height: 1em;
	background: #fff;
	padding: 10px 12px 0px 12px;
	position: relative;
	float: left;
	z-index: 2;
	margin: -30px 0 0 0;
	display: inline;
	max-width: 80%;
}

#main .update p {
	float: right;
}

#main .update p span, #main p span {
	display: block;
	text-transform: uppercase;
}

#main .update p span a, .tags a {
	font-size: 0.8em;
	color: #00a9cf;
	margin: 0 1em 0 0;
	padding: 3px;
	background: #efefef;
}

#main .update p span a:hover, .tags a:hover {
	color: #fff;
	background: #00a9cf;
}

a.podcast {
	margin: 60px 0 0 0;
}

.tags {
	float: left;
	width: 100%;
}

#main .update img:hover {
	opacity: 0.5;
}

#main .blurb, #main .instructions {
	width: 100%;
	float: left;
	padding: 0;
	margin-bottom: 30px;
}

#main .blurb a, #main .instructions a, .update p a {
	padding: 0;
	margin: 0 !important;
	display: inline;
	float: none;
	color: #00a7b6;
}

.update p a {
	white-space: nowrap;
}

#main .blurb a:hover, #main .instructions a:hover, .update p a:hover {
	color: #006b75;
}

#main .instructions {
	color: #888;
	font-size: 0.85em;
}

#music iframe {
	margin: 30px 0;
}

.setlist {
	float: left;
	width: 100%;
	color: #444;
	font-size: 0.9em;
	border-top: 1px solid #eaeaea;
	margin: 0 0 30px 0;
}

.setlist strong {
	float: left;
	display: block;
	line-height: 30px;
	font-weight:  normal;
}

.setlist strong.songtitle {
	font-size: 1.33em;
	width: 100%;
	padding: 8px 0 0 0;
}

.setlist strong.artist, .setlist strong.label {
	width: 50%;
	max-width: 50%;
	max-height: 2em;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eaeaea;
	overflow: hidden !important;
	display: inline-block !important;
}


#about p {
	margin: 0 0 30px 0;
}

#about p a, #about h3 a {
	color: #00a9cf;
}

#about p a:hover, #about h3 a:hover {
	color: #006b75;
}

#about h2 {
	font-weight: normal;
	font-family: 'Richard Miller Book', Helvetica, Arial, Sans-Serif;
	font-size: 3em;
	line-height: 1em;
	margin: 30px 0;
	float: left;
	width: 100%;
}

#about h3 {
	font-weight: normal;
	font-family: 'Richard Miller Book', Helvetica, Arial, Sans-Serif;
	font-size: 1.5em;
	width: 100%;
}


#sidebar {
	text-align: center;
	width: 20.15625%;
	margin: 150px 4.84375% 0 0;
	float: right;
}

#home #sidebar {
	margin: 90px 4.84375% 0 0;
}

#home #main {
	margin: 90px 0 90px 9.375%;
}

#sidebar ul#rollcall {
	width: 51.937984496124%;
	disply: inline;
	margin: 0 auto;
}

#sidebar ul#rollcall a {
	opacity: 0.5;
	display: block;
	margin: 0 0 36px 0;
	-webkit-transition: All 0.25s;
	-moz-transition: All 0.25s;
	-o-transition: All 0.25s;
	-ms-transition: All 0.25s;
	transition: All 0.52s;
}

#sidebar ul#rollcall a:hover {
	opacity: 1;
}

#to-top {
	width: 100%;
	height: 37px;
	float: right;
}

#to-top a {
	width: 85px;
	height: 37px;
	background: #666;
	float: right;
	margin: 0 11.5% 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
	-ms-transition: All 0.5s;
	transition: All 0.5s;
}

#to-top a:hover {
	background: #2f2f2f;
}

footer {
	background: #454545 url('../images/footer.png') no-repeat 50% 0;
	width: 100%;
	height: 200px;
	float: left;
}

footer #lists {
	margin: 100px 0 0 4.84375%;
	float: left;
	width: 90.3125%;
}

footer ul {
	float: left;
}

footer ul li {
	float: left;
}

footer a {
	font-family: 'Richard Miller Light', Helvetica, Arial, Sans-Serif;
	color: #fff;
	font-size: 2em;
	line-height: 1em;
	margin: 0 0.25em 0 0;
	padding: .25em .25em .1em .25em;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
	-ms-transition: All 0.5s;
	transition: All 0.5s;
}

footer a:hover {
	opacity: 1;
	color: #fff;
	background: #000;
}

footer #linkout {
	float: right;
	margin: -10px 0 0 0;
}

footer #linkout a {
	opacity: 0.5;
	margin: 0 0.5em 0 0;
}


footer #lists p {
	color: #fff;
	opacity: 0.2;
	font-size: 0.8em;
	float: left;
	margin: 6px 0 0 5.5%;
}

footer p span {
	margin: 0 0 0 1em;
}

footer #gld {
	opacity: 0.2;
	float: left;
	margin: 0;
}

footer #gld:hover, footer #linkout a:hover {
	opacity: 1;
	background: none;
}




header a#menubutton {
	float: right;
	margin: 1.8em 30px 0 30px;
	cursor: pointer;
}


header a#menubutton h3 {
	float: left;
	font-size: 2em;
	margin: 0;
	width: auto;
	color: #888;
}

header a#menubutton div {
	width: 23px;
	height: 23px;
	float: left;
	margin: 1px 0 0 10px;
}

header a#menubutton span {
	float: left;
	width: 100%;
	height: 7px;
	border-top: 2px solid #888;
	border-right: 0;
}

#menu {
	height: 18.5em;
	width: 100%;
	position: fixed;
	top: 5em;
	z-index: 1000;
	background: rgba(33,33,33,0.95) url('../images/menu-arrow.svgz') no-repeat 50% 0;
	display: none;
	padding: 1.5em 0 0 0;
}

#menu #menunav {
	float: left;
	margin: 0 1.1em 0 0;
	width: 100%;
}

#menu a {
	font-size: 2em;
	color: #fff;
	margin: 0;
	padding: .75em 0 0.5em 0;
	opacity: 0.6;
	width: 100%;
	height: 1em;
	float: left;
	text-align: center;
	border-top: 1px solid #444;
	border-right: none;
	font-family: 'Richard Miller Light', Helvetica, Arial, Sans-Serif;
}

#menu a.selected {
	opacity: 1;
	color: #fff;
}

#menunav a.selected {
	background: #000;
}

.menu-on, .menu-on:hover {
	color: #aaa;
}

.menu-on h3 {
	color: #ccc;
}

.menu-on div {
	margin: 0 0 0 6px !important;
	height: 23px !important;
	width: 27px !important;
}

.menu-on span {
	border-top: none !important;
	width: 7px !important;
	height: 100% !important;
	border-right: 2px solid #aaa !important;
}

.slide-link {
	display: block;
	position: fixed;
	width: 100px;
	height: 100px;
	top: 5em;
	left: 5em;
}



@media only screen and (max-width: 959px) {
	
	header a#logo, header nav a {
		font-size: 2em;
	}
	
	header a#logo {
		line-height: 1.5em;
	}
	
	header nav a {
		line-height: 1.2em;
	}
	
	#main {
		width: 81.25%;
	}
	
	#home #main, #music #main {
		margin: 60px 0 30px 9.375%;
	}
	
	#about #main {
		margin: 120px 0 30px 9.375%;
	}
	
	#music #main a.release, .podcast #main a.release {
		width: 100%;
		max-width: 100%;
	}
	
	#sidebar, #home #sidebar {
		width: 90.3125%;
		margin: 0 4.84375% 0 0;
		padding: 30px 0 0 0;
		display: inline-block;
		height: 210px;
		clear: both;
	}
	
	#sidebar ul#rollcall {
		width: 100%;
	}
	
	#sidebar ul#rollcall li {
		width: 20%;
		float: left;
		margin: 0;
		text-align: center;
	}
	
	#sidebar ul#rollcall a {
		margin: auto;
		line-height: 80px;
	}
	
	#sidebar ul#rollcall img {
		display: inline;
		float: none;
		vertical-align: middle;
		width: 90%;
	}
	
	footer {
		height: 100px;
	}
	
	footer #lists {
		margin: 35px 0 0 4.84375%;
	}
	
	footer #linkout {
		display: none;
		height: 0;
		width: 0;
	}

 }

@media only screen and (min-width: 755px) {

	header #menubutton {
		display: none;
	}
	
	#menu {
		display: none !important;
	}
	
}


@media only screen and (max-width: 754px) {

	header nav {
		display: none;
	}
	
	header #menubutton {
		display: block;
	}
	
	header #header-fb {
		display: none;
	}
	
	#home #main, #music #main {
		margin: 60px 0 30px 9.375%;
	}
	
	#main .update h1 {
		max-width: 70%;
		padding: 10px 6px 0px 12px;
	}
	
	#sidebar, #home #sidebar {
		width: 90.3125%;
		margin: 0 4.84375% 0 0;
		padding: 30px 0 0 0;
		height: 200px;
	}
	

}

@media only screen and (max-width: 562px) {
	.ttw-music-player .tracklist {
		overflow: hidden;
	}
	
	.ttw-music-player .tracklist .title {
		width: 97%;
		padding: 0 0 0 3%;
		height: 2em;
		overflow: hidden;
	}
	
	.ttw-music-player .tracklist .duration {
		float: left;
		margin: 0 0 0 3%;
	}
	
	.ttw-music-player li.track {
		height: 3em;
		position: relative;
	}
	
	.ttw-music-player .buy-wrapper {
		position: absolute;
		padding: 0;
		margin: 0 5px 0 0;
		bottom: 11px;
		right: 5px;
	}
	
	.ttw-music-player .progress-wrapper {
		width: 74%;
		margin: 15px 6% 0 0;
	}
	
	
	.ttw-music-player .previous, .ttw-music-player .next {
		display: none;
	}
	
	.ttw-music-player .pause, .ttw-music-player .play {
		width: 100%;
	}
	
	.ttw-music-player {
		margin: 0;
	}
	
	#music #main {
		margin: 60px 0 30px 9.375%;
	}
	
	#about #main {
		margin: 120px 0 30px 9.375%;
	}
	
	#sidebar, #home #sidebar {
		height: 150px;
	}
}

/* iPhone */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

	header  {
		height: 3em;
	}
	
	header a#logo {
		font-size: 0.3em;
		line-height: 1.5em;
		margin: 3em 0 0 1em;
	}
	
	header a#menubutton {
		font-size: 1em;
	}
	
	.tp-caption.large_text {
		margin: 20px 0 0 0 !important;
		font-size: 9em;
		position: relative;
		width: 100%;
		max-width: 100%;
	}
	
	.fullwidthbanner-container {
		margin: 3em 0 0 0;
	}
	
	#home #main, #music #main {
		margin: 30px 0 30px 9.375%;
	}
	
	#about #main {
		margin: 120px 0 30px 9.375%;
	}

	
	#main .update h1 {
		font-size: 1.5em;
		line-height: 1em;
		padding: 10px 5px 0px 12px;
		margin: -30px 0 0 0;
		width: 70%;
		max-width: 70%;
	}
	
	#content #main h1 {
		font-size: 3em;
	}
	
	#content #main h2 {
		line-height: 1.1em;
		margin: 0;
	}
	
	#to-top, #to-top a, #to-top a img {
		height: 30px;
	}
	
	#to-top a, #to-top a img {
		width: 60px;
	}
	
	footer #lists p {
		font-size: 0.7em;
	}
	
	.ttw-music-player .tracklist {
		overflow: hidden;
	}
	
	.ttw-music-player .tracklist .title {
		width: 97%;
		padding: 0 0 0 3%;
		height: 2em;
		overflow: hidden;
	}
	
	.ttw-music-player .tracklist .duration {
		float: left;
		margin: 0 0 0 3%;
	}
	
	.ttw-music-player li.track {
		height: 3em;
		position: relative;
	}
	
	.ttw-music-player .buy-wrapper {
		position: absolute;
		padding: 0;
		margin: 5px 5px 0 0;
		bottom: 0px;
		right: 5px;
	}
	
	.ttw-music-player .progress-wrapper {
		width: 74%;
		margin: 15px 6% 0 0;
	}
	
	
	.ttw-music-player .previous, .ttw-music-player .next {
		display: none;
	}
	
	.ttw-music-player .pause, .ttw-music-player .play {
		width: 100%;
	}
	
	.ttw-music-player {
		margin: 0;
	}
	
	#music #main a.release, .podcast #main a.release {
		width: 100%;
		max-width: 100%;
	}
	
	#music .covers a {
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 441px) {

	header  {
		height: 3em;
	}
	
	header a#logo {
		font-size: 1em;
		margin: 0.9em 0 0 0.85em;
	}
	
	header a#menubutton {
		font-size: .6em;
		margin: 1.3em 1.5em 0 5px;
	}
	
	header a#menubutton div {
		margin: 2px 0 0 10px;
	}
	
	header a#menubutton h3 {
		margin: 0 0 0 0;
	}
	
	#menu {
		top: 3em;
	}
	
	#menu-fb {
		top: 4.4em;
	}
	
	tp-caption.large_text {
		position: relative;
		margin: 20px 0 0 0 !important;
		font-size: 6em;
		width: 100%;
	}
	
	#home #main, #music #main {
		margin: 30px 0 30px 9.375%;
	}
	
	#about #main, #video #main {
		margin: 60px 0 30px 9.375%;
	}
	
	#music #main a.release, .podcast #main a.release {
		width: 100%;
		max-width: 100%;
	}
	
	#music .covers a {
		width: 100%;
		max-width: 100%;
	}
	
	#main .update h1 {
		font-size: 1.5em;
		line-height: 1em;
		padding: 10px 5px 0px 12px;
		margin: -30px 0 0 0;
		width: 70%;
		max-width: 70%;
	}
	
	.release #main h1 {
		margin-top: -10px;
		margin-bottom: 15px;
		margin-left: -2px;
	}
	
	.release #main h2 {
		font-size: 1.5em;
	}
	
	#content #main h1 {
		font-size: 3em;
	}
	
	#content #main h2 {
		line-height: 1.1em;
		margin: 0;
	}
	
	#to-top, #to-top a, #to-top a img {
		height: 30px;
	}
	
	#to-top a, #to-top a img {
		width: 60px;
	}
	
	.ttw-music-player .tracklist {
		overflow: hidden;
	}
	
	.ttw-music-player .tracklist .title {
		width: 97%;
		padding: 0 0 0 3%;
		height: 2em;
		overflow: hidden;
	}
	
	.ttw-music-player .tracklist .duration {
		float: left;
		margin: 0 0 0 3%;
	}
	
	.ttw-music-player li.track {
		height: 3em;
		position: relative;
	}
	
	.ttw-music-player .buy-wrapper {
		position: absolute;
		padding: 0 !important;
		margin: 0 5px 0 0;
		bottom: 11px;
		right: 15px;
	}
	
	.ttw-music-player .buy-wrapper a {
		padding: 2px 10px;
	}
	
	.ttw-music-player .progress-wrapper {
		width: 74%;
		margin: 15px 6% 0 0;
	}
	
	
	.ttw-music-player .previous, .ttw-music-player .next {
		display: none;
	}
	
	.ttw-music-player .pause, .ttw-music-player .play {
		width: 100%;
	}
	
	.ttw-music-player {
		margin: 0;
	}
	
	#sidebar, #home #sidebar {
		height: 100px;
	}
	
}


/* LANDSCAPE */ 
@media only screen and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 

	header a#logo {
		font-size: 2em;
		margin: 0.1em 0 0 0.5em;
	}
	
	header a#menubutton {
		font-size: .6em;
		margin: 1.3em 2em 0 5px;
	}
	
	#menu-fb {
		top: 2.4em;
	}
	
	#menu {
		height: 16em;
		top: 3em;
		background: rgba(33,33,33,0.98) url('../images/menu-arrow.svgz') no-repeat 50% 0;
		text-align: center;
	}
	
	#menu #menunav {
		text-align: center;
		display: inline;
		margin: 0 auto;
		width: 100%;
	}
	
	#menu a {
		font-size: 1.5em;
		padding: 4em 0 2em 0;
		width: 24.999%;
		height: 4.5em;
		text-align: center;
		border-right: 1px solid #444;
		border-top: none;
	}
	
	#video #main {
		margin: 90px 0 30px 9.375%;
	}
	
	#video .stills a span {
		font-size: 0.75em;
	}
}



/*
Font: 		RICHARD MILLER
Style: 		Regular
URL: 		http://www.youworkforthem.com/product.php?sku=T1749
Foundry: 	Miller Type Foundry
Foundry: 	http://www.youworkforthem.com/designer/244/miller-type-foundry
Copyright:	Generated in 2010 by FontLab Studio. Copyright info pending.
Version: 	1.1
Created:	May 25, 2013
License: 	http://www.youworkforthem.com/font-license 
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted 
			from using the WebFonts(s) listed without a purchased license. 
			All details above must always remain unaltered and visible in your CSS.
*/

@font-face {
	font-family: 'Richard Miller';
	src: url('webfonts/richard-miller.eot');
	src: url('webfonts/richard-miller.eot?#iefix') format('embedded-opentype'),
	     url('webfonts/richard-miller.woff') format('woff'),
	     url('webfonts/richard-miller.ttf') format('truetype'),
	     url('webfonts/richard-miller.svg#ywftsvg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
Font: 		RICHARD MILLER
Style: 		Book
URL: 		http://www.youworkforthem.com/product.php?sku=T1749
Foundry: 	Miller Type Foundry
Foundry: 	http://www.youworkforthem.com/designer/244/miller-type-foundry
Copyright:	Generated in 2010 by FontLab Studio. Copyright info pending.
Version: 	1.1
Created:	May 25, 2013
License: 	http://www.youworkforthem.com/font-license 
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted 
			from using the WebFonts(s) listed without a purchased license. 
			All details above must always remain unaltered and visible in your CSS.
*/

@font-face {
	font-family: 'Richard Miller Book';
	src: url('webfonts/richard-miller-book.eot');
	src: url('webfonts/richard-miller-book.eot?#iefix') format('embedded-opentype'),
	     url('webfonts/richard-miller-book.woff') format('woff'),
	     url('webfonts/richard-miller-book.ttf') format('truetype'),
	     url('webfonts/richard-miller-book.svg#ywftsvg') format('svg');
	font-weight: normal;
	font-style: normal;
}



/*
Font: 		RICHARD MILLER
Style: 		Light
URL: 		http://www.youworkforthem.com/product.php?sku=T1749
Foundry: 	Miller Type Foundry
Foundry: 	http://www.youworkforthem.com/designer/244/miller-type-foundry
Copyright:	Generated in 2010 by FontLab Studio. Copyright info pending.
Version: 	1.1
Created:	May 25, 2013
License: 	http://www.youworkforthem.com/font-license 
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted 
			from using the WebFonts(s) listed without a purchased license. 
			All details above must always remain unaltered and visible in your CSS.
*/

@font-face {
	font-family: 'Richard Miller Light';
	src: url('webfonts/richard-miller-light.eot');
	src: url('webfonts/richard-miller-light.eot?#iefix') format('embedded-opentype'),
	     url('webfonts/richard-miller-light.woff') format('woff'),
	     url('webfonts/richard-miller-light.ttf') format('truetype'),
	     url('webfonts/richard-miller-light.svg#ywftsvg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'ChivoItalic';
    src: url('webfonts/Chivo-Italic-webfont.eot');
    src: url('webfonts/Chivo-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/Chivo-Italic-webfont.woff') format('woff'),
         url('webfonts/Chivo-Italic-webfont.ttf') format('truetype'),
         url('webfonts/Chivo-Italic-webfont.svg#ChivoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ChivoRegular';
    src: url('webfonts/Chivo-Regular-webfont.eot');
    src: url('webfonts/Chivo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/Chivo-Regular-webfont.woff') format('woff'),
         url('webfonts/Chivo-Regular-webfont.ttf') format('truetype'),
         url('webfonts/Chivo-Regular-webfont.svg#ChivoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
