html { 
	font-size: 16px;
	background: url(/media/2013/images/background.gif);
}

body {
	font-family: Arial;
	font-size:62.5%;
	color:#333;

}


#content {
    	margin:40px auto;
	width:90%;
	text-align: center;
}

p {
	font-family: "adelle-sans-1","adelle-sans-2",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	font-size: 1.4em; /* 14px / 10px;*/
	margin:0;
}

p a {
	color:#333;
}


.footnote {
	font-size:1.2em;
	color:#333;
	margin-top:3em;
}

h1 {
	font-family: "acuta-1","acuta-2",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:  3.6em; /*36px/10px */
	text-align: left;
	margin: 0;
}


#social-links {
	margin:20px 0 0 0;
	padding:0;
	position: relative;
	text-align: left;
}

#social-links li {
	display:inline;
}

#social-links a img {
	width:39px;
	height:40px;
	opacity:0.45;
}

#social-links a:hover img, #social-links a:focus img {
	opacity:0.9;
}



@media screen and (max-width: 480px) {
	body { 
		font-size 100%;

	}

	p, h1 {
		text-align: center;
	}

	#social-links li {
		display:block;
		text-align: center;
	}

	#social-links a img {
	width:78px;
	height:80px;
}
}

/* @media screen and (min-width:500px) {
	#twitter {
	position:relative;
	top:50px;
	left:-35px;
	}

	#instagram {
		position:relative;
		top: 0px;
		left:-64px;
	}

	#flickr {
		position:relative;
		top: 45px;
		left:-100px;
	}
	#dimfn {
		position:relative;
		top: 6px;
		left:-118px;
	}

	#twitter a img, #instagram a img {
		width:60px;
		height:60px;
	}

	#flickr a img {
		width:50px;
		height:50px;
	}
	#dimfn a img {
		width:50px;
		height:50px;
	}
}
}
*/