body {
	padding: 0;
	margin: 0;
	background-color: #fff;
}

p {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
	letter-spacing: 0.4px; 
	font-size: 0.8em;
	padding-bottom: 15px; 
	text-align: left; 
	line-height: 1.5em;
}

h1, h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: 400; 
	letter-spacing: 1px; 
}

h1 { 
	font-size: 120%; 
	color: #999999; 
	text-align: center; 
}

h2 { 
	font-size: 110%; 
	color: #999; 
	text-align: center; 
}

a { 
	text-decoration: none; 
	color: #fafafa; 
}

a:hover { 
	text-decoration: underline; 
	color: #6B0F1A; 
}


#header {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	height: 85px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background-color: rgba(255, 255, 255, 0.9);
}

#header .donbutto {
	margin: 22px auto 0px;
	width: 100%;
	text-align: center;
	min-width: 200px;
}

#header .donbutto img {
	max-width: 60%;
	height: auto;
}

#header .logo {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 80px;
	margin: 5px 0 0 5px;
}

#header .logo img {
	width: 100%;
	height: auto;
	display: block;
}
#header .menuICON {
	position: relative;
	float: right;
	margin-top: -50px;
	padding: 0px 33px 0 0;
	text-align: center;
	max-width: 100px;
}
#header .menuICON a {
	font-size: 33px;
	color: #999;
}

#header #navbox {
	border-top: 1px solid #999999;
	margin-top: 15px;
	background-color: #333;
	display: table;
	width: 100%;
	clear: both;
	margin-bottom: 1.0em;
	overflow: hidden; /* Modern float containment instead of excessive padding */
}

#header #topnav {
	float: left;
	width: 50%;
	min-width: 200px;
}

#topnav ul { list-style: none; margin: 10px 0 1000px 33px; padding: 0; }
#topnav ul li { display: block; margin-bottom: 5px; }
#topnav ul li a { font-size: 1em; color: #dddddd; display: block; }
#topnav ul li a:hover { color: #fafafa; }

#main {
	clear: both;
	background-attachment: fixed;
	background-position: top center;
	padding-bottom: 50px;
	padding-top: 85px;
}

div.content-grey {
	clear: both;
	padding-top: 20px;
	padding-bottom: 35px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #dddddd; 
	background: #dddddd; 
	color: #333; 
}

div.content-grey p {
	margin: 0 auto;
	text-align: center;
	width: 80%;
	max-width: 1200px;
}

div.content-grey a { 
	color: #555; 
}

div.content-grey h1 { 
	color: #333; 
}

div.content-grey h2 { 
	color: #333; 
}

div.content-grey a:hover { 
	color: #333333; 
	text-decoration: underline; 
}

div.content-black {
	clear: both;
	padding-top: 20px;
	padding-bottom: 35px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #333333; 
	background: #333333; 
	color: #CCCCCC; 
}

div.content-black p {
	margin: 0 auto;
	text-align: center;
	width: 80%;
	max-width: 1200px;
}

div.content-black a { 
	color: #EEEEEE; 
}

div.content-black h2 { 
	color: #DDDDDD; 
}

div.content-black a:hover { 
	color: #fafafa; 
	text-decoration: none; 
}

div.content-white {
	clear: both;
	padding-top: 20px;
	padding-bottom: 35px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #ffffff; 
	background: #fafafa; 
	color: #666666; 
}

div.content-white p {
	margin: 0 auto;
	text-align: center;
	width: 80%;
	max-width: 1200px;
}

div.content-white a { 
	color: #666; 
}

div.content-white h2 { 
	color: #666; 
}

div.content-white a:hover { 
	color: #6B0F1A; 
	text-decoration: none; 
}

.content-black hr { 
	border: 1px solid #555555; 
	height: 0.01em; 
}

/************************************************************************************
 LATEST WORK
************************************************************************************/
#latestwork {
        clear: both;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 10px;
}
#latestwork-columns { 
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
	background-image: url('/images/latest-cover/bg.png');
	background-size: contain;
	background-repeat: horizontal;
	display: table;
	text-align: center;
	margin-top: 25px;
}
#latestwork-columns .article-left, #latestwork-columns .article-right {
	margin-left: 4%;
	margin-right: 4%; 
	width: 42%;
	float: left;
}
#latestwork-columns .article {
	margin-top: 50px;
	margin-bottom: 100px;
	color: #999999;
}
#latestwork-columns .article h3 { 
	margin: 0; 
	padding: 0; 
	line-height: 1.2em;
	font-size: 1em;
	font-weight: lighter;
	color: #333;
}
.feedyear {
	text-align: center; 
	padding: 5px 15px 5px 15px; 
	color: #AAAAAA; 
	margin: 0 auto; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	border: 1px solid #CCCCCC;
	font-size: 20px;
	display: table;
}
.feedyear a:hover {
	text-decoration: none;	
}
#latestwork-columns .article p { 
	margin: 0; 
	padding: 0; 
	line-height: 1.2em;
	font-size: 1em;
	font-weight: lighter;
	color: #999999;
}
#latestwork-columns .article img { 
	border: 0px solid #dfdfdf;
	width: 80%;
	height: auto;
}
#latestwork-columns .article-left { text-align: right; }
#latestwork-columns .article-right { text-align: left; }

.article-left p { width: 100%; text-align: right; }
.article-right p { width: 100%; text-align: left; }

#latestwork-columns .article .date {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 0.8em;
}
#latestwork-columns a {
	color: #999999;
	text-decoration: none;
}
#latestwork-columns a:hover {
	color: #333;
	text-decoration: none;
}

.twocol {
	max-width: 90%;
	margin: 0 auto;
	display: table;
}

.twocol1 {
	width: 45%;
	float: left;
	margin: 0 2% 0 2%;
}

ul {
	list-style-type: disc;
	margin-left: 20px;
}

ul li {
	padding-bottom: 3px;
}

.more a {
	font-size: 1.0em;
	font-weight: normal;
	padding: 5px 20px 5px 20px;
	border-radius: 15px;
}

div.content-grey div.more a {
	color: #dddddd;
	background-color: #333333;
	border: 1px solid #999999;
}

div.content-grey div.more a:hover {
	color: #eee;
	border: 1px solid #eee;
	font-weight: normal;
	text-decoration: none;
}

.center,.more {
        margin: 40px auto;
        margin-bottom: 10px;
        text-align: center;
}

div.content-white div.more a {
        color: #999999;
        border: 1px solid #999;
}

@media screen and (max-width: 780px) {
	.twocol1 {
		width: auto;
		float: none;
		padding: 5px 15px;
	}
	.twocol2 {
		width: 100%;
		float: none;
		padding: 5px 15px;
		margin: 0px 5px 5px 5px;
	}
}
