﻿html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	color: goldenrod;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: small;
}

body {
    background-image: url("Dragon_1920x1080.jpg");
    background-color: black;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
    margin-top: 40px;
}

article {
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.8);
	padding: 15px; 
}

.top_box {
	width: 60%;
	margin-top: 30px !important;
}

.container {
	width: 60%;
	margin: 0 auto;
	padding: 0;
}

.article_input {
	display:inline-block;
	width: calc(100% - 160px);
	padding: 0;
	margin: 0;
}

.side_box {
	display:inline-block;
	margin-left: 15px;
	float: right;
	width: 145px;
	position: fixed;
}

.image_container{
	height: 700px;
	overflow-y: scroll;
}

.main_section {
	display: inline-block;
	width: calc(100% - 250px);
}

.spacer {
	clear: both;
	margin: 25px 0px 25px 0px;
}

.main_news {
	width: 160px;
	height: 240px;
}

.back_01 {
	background-image: url("images/01.jpg");
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.back_01:hover {
	opacity: 100;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

section {
	clear: both;
	margin: 5px 8px 15px 8px; 
	overflow: hidden;
	color: LemonChiffon;
	background: rgba(250, 250, 250, 0.1);
}

section:hover {
	background: rgba(250, 250, 250, 0.3);
}

.main_section img {
	float: left;
	margin-right: 8px;
	opacity: 100;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.main_section a {
	text-decoration: none;
	color: inherit;
	margin: 5px 0px 5px 0px;
}

.main_section h1 {
	padding: ;
	font-size: medium;
	font-weight: bold;
	margin: 0;
	color: gold;
}

.main_section h2 {
	padding: 0 0 8px 0;
	font-size: small;
	font-weight: bold;
	margin: 0;
	font-style: italic;
	color: goldenrod;
}

.story {
	overflow: hidden;
	height: 150px;
	padding-right: 5px;
}

aside {
	width: 200px;
	display: inline-block;	
	vertical-align: top;
	margin-left: 15px;
}

aside img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
} 


.error {
	color: red;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

label {
	display: inline-block;
	font-weight: bold;
	font-size: medium;
	width: 100px;
}

.article_input label{
	margin: 10px 0px 10px 0px;
	width: 130px;
}

legend {
	font-weight: bold;
	font-size: medium;
	color: gold;
}

input {
	background: rgba(250, 250, 250, 0.3);
	color: LemonChiffon;}

/*textarea {
	width: 100%;
	min-width 100%;
	resize: none;
	overflow-y: scroll;
	color: LemonChiffon;
	background: rgba(250, 250, 250, 0.3);
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
/*   -moz-box-sizing: border-box;    /* Firefox, other Gecko */
/*  box-sizing: border-box;         /* Opera/IE 8+ */
/*} */

.img_select {
	display: block;
	height: 100px;
    width: 100px;
    margin: 5px;
    border: 1px solid #ccc;
}

.img_select:hover {
	border: 1px solid #777;
}
