p {
  margin-top:5px;
  font-family: "Ubuntu",serif;
}

a:link {
  color: rgb(250,250,250);
}

a:visited {
  color: rgb(220,220,220);
}

a:active {
  color: rgb(150,150,150);
}

a.file-link:link {
  color: #beefff;
}

a.file-link:visited {
  color: #beefff;
}

a.file-link:active {
  color: #6597a7;
}

#container {
	font-size:1.1em;
	line-height:1.3em;
	font-weight: 300;
	width:100%;
	min-width: 250px;
	color:#aaa;
}

.part {
	width:95%;
  background-color:#3c3c3c;
	margin:0 auto;
	padding:5px;
	border:1px solid;
	border-color:#2A2A2A;
}

.part:last-child {
  margin-bottom:10px;
}

.part-title {
  font-family: 'Rokkitt', serif;
  font-size: 1.3em;
	margin-top:10px;
	background-color:#353535;
	border-bottom-color:gray;
}

.part-title-bottom {
  font-family: 'Rokkitt', serif;
  font-size: 1.3em;
	background-color:#353535;
	border-top-color:gray;
}

.part-top {
  padding:0px 5px;
	margin-top:10px;
	border-bottom:none;
}

.part-content {
	padding-bottom:10px;
	border-top:none;
	overflow:hidden;
	position:relative;
}

.part-image {
	margin-top: 10px;
	padding-bottom:5px;
	overflow:hidden;
	position:relative;
}

.part-image-title {
	margin-top: 10px;
	padding-bottom:5px;
	border-bottom:none;
	overflow:hidden;
	position:relative;
}

/* left side block */
.block-container {
	float:right;
  clear:right;
}

.block {
	padding:5px;
	margin:8px;
	border:1px solid;
	border-color:gray;
}

.image {
	height:210px;
	width:210px;
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}

.file-box {
  height: 50px;
  width: 210px;
	padding-bottom:0;
}
.file-icon {
  float:left;
  margin-top: 3px;
  height: 40px;
  width: 40px;
}
.file-name {
  float: left;
  margin-top: calc(25px - 0.9em);
  max-width: 160px;
  font-size: 0.9em;
}

.image-box {
	width:100%;
}

.info {
	border-top:none;
	width:210px;
	padding-right:5px;
	margin-top:-2px;
	font-size:1em;
	text-align:center;
}

/* end left side block */

.tag {
  border: solid 1px #a2a2a2;
  background-color: #242424;
  border-radius: 2px;
  padding:0px 2px;
  text-decoration: none;
}  

a.tag:link {
  background-color: #242424;
}
a.tag:visited {
  background-color: #242424;
}
a.tag:hover {
  background-color: #777;
}
a.tag:active {
  background-color: #000;
}

.footnote {
  clear: left;
  float: both;
	font-size:.7em;
	line-height:1.1em;
	margin-top:10px;
}

