body {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #FFF;
	margin: 0;
	padding: 12px 2px;
	background-image: url(elements/texture.jpg);
	background-position: center center;
	background-repeat: repeat;
	background-attachment: fixed;
}
a, a:link, a:visited{
	-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	text-decoration: none;
	color: #D0B775;
}
a:hover, a:visited:hover {
	color: #E09834;
	text-decoration: none;
}
ul {
	padding-top: 2px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 0px;
	margin: 0;
}
li {
	list-style-type: none;
	font-size: 13px;
	line-height: 13px;
	padding-bottom: 8px;
}
ul.video {
	padding: 0;
	text-align: center;
}
ul.video li {
	display: inline-block;
	vertical-align: top;
	padding: 8px 4px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3.56em;
	line-height: 1em;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.5em;
	margin: 0;
	padding-top: 0;
	padding-bottom: 12px;
	font-weight: 400;
}
h3 {
	font-size: 1.1em;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 0px;
	line-height: 1em;
	font-weight: 700;
}
h4 {
	font-size: 1em;
	color: #96B6DC;
	margin: 0px;
	padding-top: .25em;
	padding-bottom: .5em;
}
hr {
	padding: 0px;
	margin: .5em 0;
}

#fullwidth {
	box-sizing: border-box;
	width: 1000px;
	margin: auto;
	padding: 24px 0;
	max-width: 100%;
	background-color: #000;
	background-image: url(elements/grad_back.png);
	background-position: center top;
	background-repeat: repeat;
	border-radius: 8px;
}
#header {
	box-sizing: border-box;
	color: #FFF;
	background-color: #4B4843;
	border: 1px solid #000;
	padding: 24px;
	font-size: 14px;
	line-height: 100%;
	display: table;
	width: 100%;
}
#header > div {
	display: table-cell;
	vertical-align: middle;
}
#header h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1em;
	padding: 0;
}
#header h2 a, #header h2 a:link, #header h2 a:visited{
	color: #FFF;
}
#header h2 a:hover, #header h2 a:visited:hover {
	color: #E09834;
}
#header .photo {
	padding-right: 12px;
	width: 78px;
}
#header .navigation {
	padding-left: 12px;
	text-align: center;
}

#maintable {
	box-sizing: border-box;
	display: table;
	width: 100%;
	padding: 0 24px 24px; 
	position: relative;
}	
#maintable > div {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
	padding-top: 24px;
}
#maintable a, #maintable a:link, #maintable a:visited {
	color: #E09834;
}
#maintable a:hover, #maintable a:visited:hover {
	color: #96B6DC;
}
#maintable a img {
	-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	border: 1px solid #000000;
}
#maintable a:hover img {
	border-color: #96B6DC;
}
#main {
	position: relative;
	padding-right: 16px;
}
#side {
	position: relative;
	width: 22em;
	border-left: 1px solid #B0ABA7;
	padding-left: 16px;
	color: #B0ABA7;
	font-size: 14px;
	line-height: 110%;
}
#side h3 {
	color: #FFF;
}
#footer {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 0px;
}
#footer a, #footer a:link, #footer a:visited{
	color: #605B55;
}
#footer a:hover, #footer a:visited:hover {
	color: #E09834;
}

#navbar {
	color: #B0ABA7;
	position: relative;
	font-size: 14px;
	line-height: 1em;
}
#navbar > ul {
	display: table;
	padding: 0;
	margin: 0 0 2em;
	width: 100%;
}
#navbar li{
	list-style: none;
	margin: 0;
}
#navbar > ul > li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#navbar > ul > li:not(:last-child){
	padding-right: 8px;
}
#navbar a, #navbar a:link, #navbar a:visited {
	color: #B0ABA7;
	display: block;
	padding: .5em 1em;
	background-color: #000;
	border-radius: 4px;
	border: 1px solid #B0ABA7;
}
#navbar a:hover, #navbar a:visited:hover {
	color: #E09834;
	border-color: #763E00;
}
#navbar ul ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 500;
	display: none;
	text-align: center;
}
#navbar ul ul {
	font-size: .73em;
	background-color: rgba(49,63,75,.85);
}
#navbar ul ul a, #navbar ul ul a:link, #navbar ul ul a:visited {
	color: #FFFFFF;
	padding-top: .2em;
	padding-bottom: .2em;
	border-bottom: 3px solid #848887;
}
#navbar ul ul a:hover, #navbar ul ul a:visited:hover {
	color: #FFFFFF;
	background-color: #3C516C;
}
#navbar ul ul .on a, #navbar ul ul .on a:link, #navbar ul ul .on a:visited {
	font-weight: 700;
}

div#navbar li:hover {
	cursor:pointer;
	z-index:100;
}

div#navbar li:hover ul ul,
div#navbar li li:hover ul ul,
div#navbar li li li:hover ul ul,
div#navbar li li li li:hover ul ul
{display:none;}

div#navbar li:hover ul,
div#navbar li li:hover ul,
div#navbar li li li:hover ul,
div#navbar li li li li:hover ul
{display:block;}

.bar1 {
	font-size: 18px;
	color: rgb(208, 183, 117);
	font-family: Arial,Helvetica,sans-serif;
	background-color: rgb(75, 72, 67);
	padding: 8px;
	border: 1px solid rgb(224, 152, 52);
}
.listtable {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 1em;
}
.listtable.withphoto {
	min-height: 194px;
}	
.listtable > div{
	display: table-cell;
	vertical-align: top;
	padding-top: .5em;
}
.listtable .content {
	font-size: .9em;
}
.listtable .docside {
	padding-right: .5em;
}
.listtable img {
	border: 1px solid;
}
.fullarticle h3 {
	font-size: 1.12em;
	margin-top: .82em;
}	

.listtable h3 {
	font-family: "Times New Roman", Times, serif;
}
.listtable h3 a{
	padding: 0;
}
.listtable h4, .fullarticle h4{
	color: #3C516C;
}
.listtable h5, .fullarticle h5, .fullarticle h6 {
	padding: .5em 0 0 .5em;
	margin: 0;
	font-size: .8em;
	color: #BAA178;
}
.listtable h5 + div, .fullarticle h5 + div, .fullarticle h6 + div {
	padding-top: .5em;
}
.date {
	padding: .2em 0 .8em;
	font-size: .9em;
	opacity: .7;
}
.fullarticle .date{
	padding-top: .8em;
}
.fullarticle .image, .page .image{
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	margin-top: 1em;
}	
.fullarticle img {
	width: 100%;
	height: auto;
}
.fullarticle .author {
	padding: .4em 0;
	border-top: 2px dotted #DBDAD6;
	border-bottom: 2px dotted #DBDAD6;
}
.livecomment {
	color: #000;
}
.fadecomment {
	color: #763E00;
	border-left: 4px double #763E00;
	padding-left: 8px;
}

.page {
	background-color: #ECECEC;
	color: #000;
	font-size: 15px;
	border-radius: 16px;
	padding: 16px;
	word-break: break-word;
}
.page h2{
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin: 0;
	padding-top: 0;
	padding-bottom: 12px;
	font-weight: 400;
}

.navigation {
	text-align: right;
	color: #96B6DC;
	margin-bottom: 1em;
}
.more {
	font-size: 1.1em;
	line-height: 2em;
	text-align: right;
}
.page + .navigation {
	margin-bottom: 0;
	margin-top: 1em;
}
.quote {
	display: block;
	font-size: 11px;
	text-align: right;
	margin: auto;
	width: 214px;
}
.dateblock {
	font-size: 16px;
	color: #B0ABA7;
	height: 54px;
	width: 54px;
	float: left;
	margin-bottom: 4px;
	margin-right: 12px;
	text-align: center;
	background-image: url(elements/grad_back.png);
	background-repeat: repeat;
	background-position: 50% top;
	padding-top: 6px;
	line-height: 22px;
	font-weight: 700;
	margin-top: 4px;
	margin-left: 4px;
	border: 1px solid #E09834;
	border-radius: 4px;
}
.datenum {
	font-size: 32px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
}
.check_human {
	text-align: center;
}	
div.formsplit > div{
	padding: 4px;
}
.formtable {
	box-sizing: border-box;
	box-shadow: 2px 2px 4px #000;
	padding: 4px;
	margin: 2em auto;
	border-radius: 4px;
	border: 1px solid #E09834;
	width: 90%;
}
.formbutton, .littlebutton {
	-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	background-color: #000;
	border: 1px solid #E09834;
	font-weight: 700;
	border-radius: 4px;
	box-shadow: 1px 1px 2px #333;
	line-height: 1em;
}
.formbutton {
	font-size: 12px;
	color: #E09834;
	padding: 4px 12px;
}
div.formbutton {
	margin: 4px;
}
#sidex, #sideopen {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	display: none;
	top: 12px;
	right: -12px;
	font-size: 20px;
	color: #FFF;
	padding: 4px;
	text-align: center;
	width: 24px;
}
.formbutton:hover, .littlebutton:hover {
	background-color: #E09834;
	color: #000;
	border-color: #000;
}
.formnorm {
	box-sizing: border-box;
	width: 100%;
}
.formnorm.num {
	width: auto;
}
.displayside {
	width: 50%;
}
@media only screen and (max-width: 894px) {
	#debug {
		color: #FFF;
	}
	#debug::before {
		content: "< 894";
	}
	#fullwidth {
		box-sizing: border-box;
		width: 100%;
	}
	table.formtable > tbody > tr {
		display: inline;
	}
	table.formtable > tbody > tr > td {
		display: block;
	}
	div.formsplit > div {
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	#debug::before {
		content: "< 767";
	}
	body {
		font-size: medium;
	}	
	#fullwidth {
		padding: 1px 1px 24px;
	}
	#header > div {
		display: block;
		margin-bottom: 16px;
	}
	#header div.photo {
		float: left;
	}
	#header .navigation {
		padding-left: 0;
		width: 70%;
		margin: auto;
	}
	#navbar, .original {
		display: block;
	}
	video, audio {
		width: 100%;
		height: auto;
	}
	#maintable, #maintable > div {
		display: block;
	}
	#main {
		padding-right: 0;
	}
	#side {
		width: 100%;
		padding-left: 0;
		margin-top: 16px;
		padding-top: 16px;
		border-top: 1px solid #B0ABA7;
		border-left: none;
	}
	.wrapper, .wrapper p {
		text-align: center;
	}
	.wrapper > div{
		display: inline-block;
		vertical-align: middle;
		margin: 8px;
	}
	.archives ul {
		-moz-column-count: 2;
		-moz-column-gap: 16px;
		-webkit-column-count: 2;
		-webkit-column-gap: 16px;
		column-count: 2;
		column-gap: 16px;
	}
	.displayside {
		width: 100%;
	}
}
@media only screen and (max-width: 658px) {
	#debug::before {
		content: "< 658";
	}
	h2 {
    	font-size: 3.1em;	
	}
	.split {
		display: block;
	}
	.split > div{
		display: block;
	}

}
@media only screen and (max-width: 483px) {
	#debug::before {
		content: "< 483";
	}
	h2 {
    	font-size: 2.6em;	
	}
	#header {
		padding: 12px;
	}
	#header p {
		font-size: medium;
	}
	#header .navigation, #header div.photo {
		width: 100%;
	}
	#header > div, #header p {
		text-align: center;
	}
	#header div.photo {
		padding: 0;
		float: none;
	}
	#maintable {
		padding: 0 12px 16px;
	}
	.listtable > div {
		display: block;
	}
	.listtable .docside {
		float: none;
		text-align: center;
		padding-right: 0;
	}
	.fullphoto img {
		width: 100%;
	}

	.fullphoto img {
		width: 100%;
	}
	#sidex, #sideopen {
		right: -4px;
	}
	#nav1 {
		margin-right: 8px;
	}
	#side ul {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}
@media only screen and (max-width: 380px) {
	#debug::before {
		content: "< 380";
	}
	.thumbphotos .original {
		display: none;
	}
	table.formsplit > tbody > tr {
		display: inline;
	}
	table.formsplit > tbody > tr > td {
		display: block;
		text-align: center;
	}
	.formtable .label{
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 320px) {
	#debug::before {
		content: "< 320";
	}
}