@font-face {
font-family: 'Arial Bold';
font-style: normal;
font-weight: normal;
src: local('Arial Bold'), url('ARIALBD 1.woff') format('woff');
}


@font-face {
font-family: 'Arial Bold';
font-style: normal;
font-weight: normal;
src: local('Arial Bold'), url('ARIALBD.woff') format('woff');
}

body {
	background: #fff;
	color: #0f0f0f;
	font-family: Arial, Helvetica, sans-serif;
	margin:1em;
	padding:0;
}

@media screen and (min-width: 858px) {
    body {
        font-size: 17px;
    }
}
 
@media screen and (min-width: 780px) {
    body {
        font-size: 16px;
    }
}
 
@media screen and (min-width: 702px) {
    body {
        font-size: 15px;
    }
}
 
@media screen and (min-width: 624px) {
    body {
        font-size: 14px;
    }
}
 
@media screen and (max-width: 623px) {
    body {
        font-size: 13px;
    }
}

a {
	color: #ce3a4a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


h1 {
	font-size: 5em;
	letter-spacing: -0.11em;
	color: #ce3a4a;
}

h2 {
	font-size: 2em;
	letter-spacing: -0.10em;
	margin-bottom:0px;
	color: #ce3a4a;
}

h3 {
	font-size: 1.5em;
	letter-spacing: -0.10em;
}

.cell{
	float:left;	
}
.right{
	float:right !important;
}
.line{
	display:block;	
	clear:both;
}

header{
	
}

section#container {
	width: auto;
	margin:0 auto;
}

article#content{
	min-height: 15em;
}



footer{
	position: absolute;
	bottom: 1em;
	right: 1em;
	/*float:right;*/
	margin-top:1em;
	font-size: 1.5em;
	line-height:0.9em;
}

div.logo{
	font-family: 'Arial Bold';
	font-size: 11.5em;
	letter-spacing: -0.115em;
	line-height: 0.75em;
	margin-left: -0.07em;
	color: #ce3a4a;	
}

div.subtitle{
	font-size: 2em;
	letter-spacing: -0.10em;
	line-height:1em;
	color:#0f0f0f;
}
div.tag_list{
	font-size: 1.5em;
	letter-spacing: -0.05em;
	line-height:1em;
	color: #0f0f0f;
}
div.tag_list span{
	color: #ce3a4a;
}