@charset "UTF-8";
/* CSS Document */

body {
	background: #ffffff;
	margin: 25; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: 'EB Garamond', serif;
	font-size: 13px;
	letter-spacing: 0px;
	
}
.editions {
	color: #000000;
	font-family: sans-serif;
	font-size: 20px;
	letter-spacing: -1px;
	word-spacing: 5px;
	text-transform: uppercase;
	line-height: 1.75;
	
}
.editionslogo {
	color: #000000;
	font-family: sans-serif;
	font-size: 30px;
	letter-spacing: -1px;
	word-spacing: 5px;
	text-transform: uppercase;
	line-height: 1.75;
	
}
.date {
	font-size: 10px;
}
.paragraph {
	background: #ffffff;
	color: #000000;
	font-family: 'EB Garamond', serif;
	font-size: 12px;
}
.number {
	font-family: 'Abel', sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
	color: #000;
}
.section {
	font-family: 'Abel', sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
	color: #000;
}
.project-title {
	font-family: 'Abel', sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	color: #000;
}
.credit {
	font-family: 'Abel', sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	color: #000;
	line-height: 1.5;
}
.logo {
	font-family: 'EB Garamond', serif;
	font-size: 14px;
	color: #000;
}
.script {
	font-family: "Courier New", Courier, monospace;
}
.title {
	font-family: 'EB Garamond', serif;
	font-size: 16px;
	
}
.title2 {
	font-family: 'EB Garamond', serif;
	font-size: 16px;
	color: #fff;
}

.twoColElsRt #container {
	width: 100%;
	margin-top: 50px;
	margin-left: 40px;
	margin-right: 40px;
	text-align: left;
} 
.twoColElsRt #sidebar1 {
	float: right;
	width: 175px; 
}

.twoColElsRt #mainContent {
} 



/* LINKS */
A:link {
	color : #000000;
	text-decoration : underline;
	font-weight : normal;
}

A:visited { 
	color : #000000;
	text-decoration : underline;
	font-weight : normal;
}

A:hover {
	color : #000000;
	text-decoration : none;
}
