@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #020202;
	background-attachment: fixed;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

hr {
	border: solid 1px #555;
}

p {
	font-size: 16px;
	line-height: 140%;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #2E4C00;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #8FA900;
}

#container {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 15px;
	background-color: #ECE6DD;
	color: #232323;
	text-align: left;
	width: 67%;
	max-width: 800px;
	min-height: 85%;
}

img {
	opacity: 1;
}

.sidebar {
	display: block;
	opacity: 1;
	max-width: 50%;
	height: auto;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.profile_img {
	border: 2px solid #020202;
	max-width: 100%;
	height: auto;
}

input {
	display: block;
	width: 200px;
	margin-bottom: 5px;
	padding: 5px;
}

input[type=submit]  {
	display: block;
	width: 80px;
	margin-bottom: 15px;
	padding: 7px;
}

.content {
	padding: 15px;
	display:inherit;
}

.aside_right {
	margin-top: 10px;
	font-size: small;
	max-width: 380px;
}

.aside_right p {
	font-size: small;
}
@media (max-width: 480px) {

	#container {
		margin-left: 0px;
		padding: 0px;
		background-color: #ECE6DD;
		color: #232323;
		text-align: left;
		width: 100%;
	}
	
	.sidebar {
		max-width: 100%;
		margin-bottom: 10px;
		margin-top: -10px;
		opacity: 1;
	}
	
	.aside_right {
		max-width: 420px;
	}
	
	input {
		display: block;
		width: 90%;
		margin-bottom: 5px;
		padding: 5px;
	}

	input[type=submit]  {
		display: block;
		width: 90%;
		margin-bottom: 15px;
		padding: 5px;
	}
        }