/* =Layout
----------------------------------------------- */
body {
  margin: 2cm;
}

body.the_artist .collection_link, body.the_artist #collection_links {
  display: none;
}

body.collection #the_collection, body.the_artist #collection_links {
  display: none;
}

.nav {
	display: none;
}
	
.section, .article {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
}

/* =Graphic
----------------------------------------------- */
body, a {
  background: #fff;
  color: #080b0e;
}

body.collection {
  background: url('../images/motile/motile-background.png') top center;
  background-repeat: no-repeat;
}

#website_title {
  background: transparent;
}

a, abbr {
  background: transparent;
  border: none;  
  text-decoration: none;
}

/* =Typography
----------------------------------------------- */
body {
	font-family: 'Georgia', Serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.5em;
}

#website_title {
  font-size: 52px;
  line-height: 78px;
  margin-top: 26px;
  padding: 0px;
}

h1 {
  font-size: 2.15385em; /* 28px */
  line-height: 2.7857;
  margin-top: 0.9286em;
}

h2 {
  font-size: 1.38461em; /* 18px */
  line-height: 1.44445;
  margin-top: 1.44445em;
}

h3 {
  font-size: 1.23077em; /* 16px */
  line-height: 1.625;
  margin-top: 1.625em;
}

p, ol, ul, dl {
  margin: 2em 0px;
	text-align: left;
}

em {
  font-style: italic;
  font-weight: bold;
}

#content a {
  font-style: italic;
}

#content a:link:after, #content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 0.9em;
}

