/* -- font -- */
@charset "utf-8";
/* -- root tags -- */
ul, ol, dl {
	margin: 0px;
}
h1{
	color:#FFF;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	text-align: left;
}
h2 {
	color:#FFF;
	text-align: center;
	text-shadow: inherit;
	font-size: 20px;
}
p {
	font-family:"Courier New", Courier, monospace;
	color:#FFF;
	text-align: left;
	font-size: 18px;
	margin-right: 15px;
	margin-left: 15px;
}
.images img {
	border-style: none;
	cursor: pointer;
	transition: 0.3s;
}
.images img:hover {
	opacity: 0.3;
}
/* -- links -- */
a:link {
	color:#FFF;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	-webkit-filter: brightness(1.2) contrast(.8);
	        filter: brightness(1.2) contrast(.8);
	text-decoration: none;
	text-decoration: underline;
	opacity: 1.0;
}

/* -- root container types -- */
.mainhold {
	width: 90%;
	min-width: 480px;
	background: #333;
	margin: auto;
	padding: 6px;
	border-radius: 5px;
	 -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.subhold {
	width: 85%;
	min-width: 360px;
	background: #222;
	margin: auto;
	padding: 5px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.holda {
	background: #111;
	margin: auto;
	padding: 3px;
	border-radius: 5px;
	 -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.holdb {
	background: #333;
	margin: auto;
	padding: 3px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.feedhold {
	font-family:"Courier New", Courier, monospace;
	min-width: 320px;
	background: #222;
	margin: auto;
	padding: 2px;
	border-color: #FFF;
	border-width: medium;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.infohold {
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	min-width: 320px;
	background: #222;
	margin: auto;
	padding: 2px;
	border-color: #FFF;
	border-width: medium;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.thirda {
	text-align: center;
	clip: auto;
	width: 67%;
}
.thirdb {
	text-align: center;
	clip: auto;
	width: 33%;
}
.halfhold {
	text-align: center;
	clip: auto;
	width: 50%;
}
.gridhold {
	background-color:#222;
	min-height: 72px;
	color: #FFF;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/* -- container cosmetics -- */
.rounda {
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.roundb {
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

/* -- floater -- */
.fltrt {
	float: right;
	margin-left: 4px;
}
.fltlft {
	float: left;
	margin-right: 4px;
}

/* -- video display -- */
.videoplay {
	width: 80%;
	background: #111;
	margin: 20px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* -- img viewer -- */
.viewmode {
	width: 80%;
}

/* -- body -- */
body {
	font: 100%/1.2 Verdana, Arial, Helvetica, sans-serif;
	background: #111;
	color: #FFF;
}
