@font-face{
	font-family: 'Franklin Gothic Book';
	src: url('fonts/FranklinGothic-Book-webfont.eot');
	src: url('fonts/FranklinGothic-Book-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/FranklinGothic-Book-webfont.woff') format('woff'),
	     url('fonts/FranklinGothic-Book-webfont.ttf') format('truetype'),
	     url('fonts/FranklinGothic-Book-webfont.svg#webfont') format('svg');
}

@font-face{
	font-family: 'Franklin Gothic Demi';
	src: url('fonts/FranklinGothic-Demi-webfont.eot');
	src: url('fonts/FranklinGothic-Demi-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/FranklinGothic-Demi-webfont.woff') format('woff'),
	     url('fonts/FranklinGothic-Demi-webfont.ttf') format('truetype'),
	     url('fonts/FranklinGothic-Demi-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: 'Social';
	src: url('fonts/social.eot');
	src: url('fonts/social.eot?#iefix') format('embedded-opentype'),
	     url('fonts/social.woff') format('woff'),
	     url('fonts/social.ttf')  format('truetype'),
	     url('fonts/social.svg') format('svg');
}

body{
	margin: 0px;
	font-family: "Franklin Gothic Book";
	color: #a15a00;
	font-size: 1.25em;
	background-color: #eaeaea;
}

p{
	line-height: 1.6em;
}

h1{
	font-family: "Franklin Gothic Demi";
	font-size: 2.75em;
	text-decoration: none;
	font-weight: normal;
	color: #744000;
	display: block;
	margin-top: 3%;
	margin-bottom: 0;
}

h2{
	font-family: "Franklin Gothic Demi";
	text-decoration: none;
	font-weight: normal;
	font-size: 1.0em;
}

.leftside .logo{
	position: relative;
	width: 80%;
	margin: 10%;
}

.leftside{
	position: fixed;
	width: 10%;
	top: 0px;
	height: 100%;
	background: #A15A00;
}

.sidebar{
	position: fixed;
	width: 19%;
	right: 0px;
	top: 0px;
	height: 100%;
	padding: 1.5%;
	background-color: whitesmoke;
}

.articles{
	text-align: right;
	font-family: "Franklin Gothic Demi";
	margin-top: 10%;
}

#mitem{
	padding-top: 3.5%;
	padding-bottom: 3.5%;
	white-space: nowrap;
}

#sitem{
	padding-top: 3.5%;
	padding-bottom: 3.5%;
	padding-right: 7%;
	background-color: #a15a00;
	color: white;
	position: absolute;
	left: -5%;
	width: 92%;
	white-space: nowrap;
	border-radius: 5px;
}

.footer{
	bottom: 0;
	text-align: right;
	font-family: "Franklin Gothic Demi";
	bottom: 7%;
	right: 7%;
	left: 7%;
	position: absolute;
}

#signature{
	border-top: 2px solid lightgray;
	padding: 3%;
	color: lightgray;
	text-align: center;
}

.content{
	position: relative;
	left: 10%;
	width: 64%;
	margin: 2%;
	margin-top: 0;
}

.date{
	font-family: "Franklin Gothic Demi";
	float: none;
	display: block;
}

#image{
	text-align: center;
	max-width: 100%;
}

#image img{
	max-width: 100%;
	/*border: 1px solid darkgray;*/
}

.comment{
	background-color: #f1f1f0;
	padding: 2%;
	width: 75%;
	margin-top: 3%;
	border-radius: 5px;
	box-shadow: 0 5px 10px darkgray;
}

.owner{
	background-color: #a15a00;
	color: white;
	position: relative;
	left: 21%;
}

.newcomment{
	background-color: #f1f1f0;
	padding: 2%;
	width: 75%;
	margin-top: 3%;
	margin-bottom: 3%;
	border-radius: 5px;
	box-shadow: 0 5px 10px darkgray;
}

.newcomment #form_author{
	border: none;
	border-bottom: 2px solid #a15a00;
	background-color: #f1f1f0;
	font-weight: bold;
	color: #a15a00;
	font-family: "Franklin Gothic Book";
	font-size: 1em;
}

.newcomment textarea{
	border: none;
	border-bottom: 2px solid #a15a00;
	background-color: #f1f1f0;
	color: #a15a00;
	font-family: "Franklin Gothic Book";
	font-size: 1em;
	width: 100%;
	resize: vertical;
	margin-bottom: 3%;
}

.newcomment #form_submit{
	border: none;
	background-color: #a15a00;
	color: white;
	padding: 1%;
	padding-left: 2%;
	padding-right: 2%;
	float: right;
}

.commentsubmit{
	background-color: #744000;
	width: 75%;
	padding: 2%;
	color: white;
	font-family: "Franklin Gothic Demi";
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
	text-align: center;
}

#author{
	font-weight: bold;
	display: block;
}

a{
	color: #744000;
}

a:visited{
	color: #744000;
}

.sidebar a{
	text-decoration: none;
}

.idcard img{
	float: left;
	width: 32%;
	margin-right: 5%;
	border: 1px solid #744000;
}

#adminbuttons{
	font-family: Social;
	border: none;
	background-color: #a15a00;
	color: white;
	padding: 1%;
	padding-left: 2%;
	padding-right: 2%;
	float: right;
}

@media all and (max-width: 800px){
	.leftside{
		position: relative;
		width: 20%;
		background: none;
		margin-left: auto;
		margin-right: auto;
		height: auto;
	}

	.content{
		width: 96%;
		left: 0%;
	}

	.sidebar{
		display: none;
	}
}

.mobile .leftside{
	position: relative;
	width: 20%;
	background: none;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.mobile .content{
	width: 96%;
	left: 0%;
}

.mobile .sidebar{
	display: none;
}

@media print {
	#video{
		display: none;
	}

	.comments{
		display: none;
	}

	.leftside{
		display: none;
	}

	.sidebar{
		display: none;
	}

	.content{
		width: 100%;
		left: 0;
		margin: 0;
	}

	body{
		font-size: 1em;
		color: black;
	}

	h1{
		margin-top: 3%;
		color: black;
	}
}
