/* CSS Document */
body {
	font-family: 'Source Sans Pro', sans-serif;
	background:#efefef;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Source Sans Pro', sans-serif; 
	color:#333;
}
header {
	background:#fff;
	padding:15px 0;
	text-align:center;
}
header h1, header h2 {
	text-transform:uppercase;
	margin:10px 0;
}
header h1 {
	font-size:15px;
	font-weight:600;
	letter-spacing:1px;
}
header h2 {
	font-size:12px;
	font-weight: 400;
    letter-spacing: 2px;
}
section {
	margin-bottom:0px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
section.album-wrap h2>a {
	color:#121212;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:16px;
}
section.album-wrap p {
	font-size:14px;
	font-weight: 400;
	color:#666;
	text-transform:none;
	letter-spacing:1px;
}
section.album-wrap img {
	margin-top:10px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	padding-right: 20px;

}
section.album-pictures img {
	display: block;
	margin-left:auto;
	margin-right:auto;
}
section.album-pictures h4 {
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
	margin-bottom:80px;
}
section.album-wrap:after {
    height: 1px;
    display: block;
    width: 100px;
    background: #DFDFDF;
    content: '';
	margin:20px auto auto;
}
#dmxBoxWrapper *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
