@charset "utf-8";
body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4;
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img {
	border: none;
}

img.scaled {
	height: auto;
	width: 100%;
	/* [disabled]border-radius: 5px; */
	/* [disabled]border: 1px solid #FFF; */
	box-sizing: border-box;
	box-shadow: 2px 2px 100px #380403;
}
img.scaled-plain {
	height: auto;
	width: 100%;
}
img.scaled-max {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
	border-radius: 5px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	box-shadow: 5px 5px 20px #999;
}
img.scaled-max-plain {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
}

img.scaled-20 {
	height: auto;
	width: 20%;
}
img.scaled-30 {
	height: auto;
	width: 30%;
}
img.scaled-40 {
	height: auto;
	width: 40%;
}
img.scaled-50 {
	height: auto;
	width: 50%;
}
img.scaled-60 {
	height: auto;
	width: 60%;
	box-sizing: border-box;
	box-shadow: 2px 2px 100px #380403;
}
img.scaled-70 {
	height: auto;
	width: 70%;
	box-sizing: border-box;
	box-shadow: 2px 2px 100px #380403;
}
a:link {
	color: #CC0000;
	text-decoration: underline; 
}
a:visited {
	color: #CC0033;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 80%;
	max-width: 1260px;
	background-color: #000;
	margin: 0 auto;
	/* [disabled]min-width: 500px; */
}
.container .content h1 {
	font-size: 140%;
	color: #D01025;
}
.container .content h2 {
	font-size: 120%;
	color: #D01025;
}
.container .content h3 {
	font-size: 100%;
	color: #F00;
}


.header {
	background-color: #000000;
}

/* ~~ This is the layout information. */
.content {
	padding: 10px 0;
}
#menu {
	text-align: center;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
.container .content ul li {
	list-style-position: inside;
}

/* ~~ The footer ~~ */
.footer {
	padding: 6px 0;
	background-color: #000000;
	font-size: 10px;
	color: #666;
	clear: both;
}
.container .footer .footer-left {
	float: left;
}
.container .footer .footer-right {
	float: right;
}
.container .footer .footer-right a {
	color: #999;
}



/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
