/* CSS Document */

a{
	color: #27190C;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-size: 12px;
	font-weight: 300;
}

.footer{
	color: #E8DC92;
	font-size: 14px;
	font-family: serif;
}

.footer-link{
	color: #E8DC92;
	font-weight: bold;
	font-size: 15px;
	font-family: serif;
}

a.footer-inkandpixel{
	color: #999999;
	font-weight: 300;
	font-size: 12px;
	font-family: serif;
}

ul{
	list-style-type: circle;
}

.collaboration{
	border-color: black; 
	border: 1px;
}

hr.dashed {
      border-top: 1px dashed #000000;
      border-bottom: 1px solid #000000;
	  color: #E8DC92;
	  background-color: #E8DC92; 
      height: 4px;
    }