@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,700);

body {
	font: 110%/1.6 Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 1em;
	margin-top: 1em;
}

h1 {
	margin-top: 0;
}

h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 1.5em;
	font-weight: 500;
	font-family:'Roboto Slab', Times;
}
	
a img { 
	border: none;
}

a:link {
	color: #DA99FD;
	text-decoration: none;
}
a:visited {
	color: #DA99FD;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}

/****SECTIONS****/

.container {
	width: 960px;
	color: #ffffff;
	background-color: #000000;
	background-image: url(images/ElizabethSiffert-inside.jpg);
	height: auto;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.content {
	padding: 20px 30px;
}

.quote {
	display: block;
	width: 250px;
	height: auto;
	font-size: 1.25em;
	float: left;
}

.audio {
	display: block;
	width: 375px;
	height: auto;
	float: left;
}
audio {
	margin-bottom: 20px;
}

.news {
	width: 300px;
	height: auto;
	float: right;
	text-align:right;
}
.news p {
	font-size: 1em;
}

.photos {
	display: block;
	width: 900px;
	height: auto;
}

.right {
	display: block;
	width: 400px;
	height: auto;
	float: right;
}

.insidetext {
	display: block;
	width: 550px;
	height: auto;
	text-align: left;
}

.newstitle {
	font-family: 'Roboto slab', Georgia, Times;
	font-weight: 100;
	text-transform:uppercase;
	padding:0px;
	margin: 0px;
	line-height: 1.25em;
}

.credit {
	position: absolute;
	bottom: 0;
	width: auto;
	height: auto;
	float: right;
	right:30px;
}

img.gallery {
	margin-right: 25px;
	margin-bottom: 30px;
	border: 2px solid;
}
img.galleryfin {
	margin-bottom: 30px;
	border: 2px solid;
}

/****NAVIGATION****/
nav {
	font-family: 'Roboto slab', Georgia, Times;
	font-size: 2.5em;
	font-weight: 100;
	text-transform:uppercase;
	line-height: 1em;
}
nav ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

nav a:link {
	color: #ffffff;
	text-decoration: none;
}
nav a:visited {
	color: #FFFFFF;
}
nav a:hover {
	color: #DA99FD;
}

.right {
	float: right;
	text-align: right;
}

.left {
	float: left;
	display:block;
	text-align: left;
}

.small {
	font-size: .75em;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.caps {
	text-transform:uppercase;
}
.fullwidth {
	width: 100%;
}