@charset "utf-8";
/*
 FlatFileCMS .v3.3.1b
 Kidacro 215npa <kidacro@gmail.com> <kidacro@archamedis.net>
 Copyright KcsOnline 2018
 Licence: Restricted
 Dervived from personal FFS, Channah, and MediaPhile code
 Browser fixes sourced from: Dreamweaver CS6 boilerplace.css
 Template sourced from: http://h5bp.com/html5-boilerplate-template/
 style.css - Unified CSS v.1a
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
.hiddendiv { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { 
	color: #00FF33; text-align:center; background: #282828;
	font-family: "Times New Roman", Times, serif; font-size:1em; 
	margin:1%; padding: 2px; 
	//background: linear-gradient(-90deg, #666666, #282828);
}

a { color: #FFB000; text-decoration:none; font-weight:bold; font-style:normal; font-size: 1em; }
@media only screen and (min-width: 769px) {
	a { color: #FFB000; text-decoration:none; font-weight:bold; font-style: normal; font-size: 1.2em; }
}
a:visited { color: #FFB000; text-decoration:none; font-weight:bold; }
a:hover { outline: 0; color: #FFCC00; font-style:normal; }
a:focus { outline: thin dotted; }
a:active { outline: 0; }

img { border: 0; display: block; margin-left: auto; margin-right: auto; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

ol ul, ul ol, ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
table { vertical-align:middle; text-align: center; } 
hr { display: block; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: auto; margin-right: auto; border-style: inset; border-width: 1px; color: #FFFFFF; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; width: auto; } 
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }

.tableheader { color: #FFB000; font-weight: bold; clear: both; font-style: normal; text-align: center; }
.tablerow { padding:0.2em; margin:1px; clear: both; text-align: left; }
.tablecmd { padding:0.2em; margin:1px; clear: both; font-style: italic; font-weight: normal; font-size: .9em; }

/* used for table/column headers on forms */
.sectiontitle { color:#00FF66; font-weight: bold; clear: both; text-align: left; font-size: 1em; }
.sectiontitlec { color:#00FF66; font-weight: bold; clear: both; text-align: center; font-size: 1em; }
.sectiontitler { color:#00FF66; font-weight: bold; clear: both; text-align: right; font-size: 1em; }

.c { text-align: center; margin: auto; width: 90%; }
.cs { text-align: center; margin: auto; width: 90%; font-size:0.8em; clear: both; }

.t { width:100%; align: center; }
.l { text-align:left; align:left; margin:auto; }
.r { text-align:right; font-weight:bold; }

.nobr { white-space: nowrap }

/* debug containers */
//div { border: 1px solid green; }
//table { border: 1px solid green; }
//span { border: 1px solid green; }
// p { border: 1px solid green; }

/* for search & category menu */
.flexc { display: flex; justify-content: center; margin: auto; clear: both; }
.small { width: 30%; nobr; margin: auto; text-align:center; verticle-align:middle; white-space:nowrap; }

/* top header */
.header { color: #0080c0; font-weight: bold; font-size: 1.1em; padding: 4px; clear: both; text-align: center; }
@media only screen and (min-width: 769px) {
	.header { color: #0080c0; font-weight: bold; font-size: 1.5em; padding: 4px; clear: both; text-align: center; }
}

.quote {
  font-weight: normal; font-style:italic; font-size: .7em; color: #00FF66; padding: 1px; clear: both; text-align: center; }
@media only screen and (min-width: 769px) {
	.quote { font-weight: normal; font-style:italic; font-size: 1em; color: #00FF66; padding: 1px; clear: both; text-align: center; }
}

.content { color: #00FF33; font-weight: normal; padding: 4px; font-size: 1em; clear: both; text-align: left; margin: auto; }
@media only screen and (min-width: 769px) {
	.content { color: #00FF33; font-weight: normal; padding: 4px; font-size: 1.1em; clear: both; text-align: left; margin: auto; }
}

.inner { color: #00FF33; font-weight: normal; padding: 4px; clear: both; text-align: left; margin: auto; vertical-align: top; }
@media only screen and (min-width: 769px) {
	.inner { color: #00FF33; font-weight: normal; padding: 4px; clear: both; text-align: left; margin: auto; vertical-align: top; }
}

.login { color: #00FF33; font-style:normal; font-weight:bold; font-size: 1em; clear: both; text-align: center; margin: auto; width: 50%; }
.registration { color: #00FF33; font-weight: normal; padding: 4px; clear: both; text-align: center; margin: auto; vertical-align: top; }

.admin { color: #00FF33; font-weight: normal; padding: 4px; font-size: 1em; clear: both; text-align: left; margin: auto; }
@media only screen and (min-width: 769px) {
	.admin { color: #00FF33; font-weight: normal; padding: 4px; font-size: 1.1em; clear: both; text-align: left; margin: auto; }
}

/* news index layout */
.news { text-align: left; margin: auto; } 
.newstitle { color: #0080c0; font-weight: bold; font-size: 1.1em; text-align:left; }
.newsdate { color: #00FF66; font-style: italic; font-size: 1em; text-align:left; }
.newstags { color: #00FF33; font-style: italic; font-size: .9em; text-align:left; }
.newspost { color: #00FF33; font-weight: normal; font-size: 1em; text-align:left; }
@media only screen and (min-width: 769px) {
	.news { text-align: left; margin: auto; width: 80%; padding: 6px; }
	.newstitle { color: #0080c0; font-weight: bold; font-size: 1.2em; text-align:left; }
	.newsdate { color: #00FF66; font-weight: bold; font-size: 1.1em; text-align:left; }
	.newstags { color: #00FF33; font-style: italic; font-size: 1em; text-align:left; }
	.newspost { color: #00FF33; font-weight: normal; font-size: 1.1em; text-align:left; }
}

/* for tag cloud */
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  padding: 5px;
  margin-top: 10px;
  
  font-weight: bold;
  text-align: center;
}

.tags {
  color:#00FF33;
  font-weight:normal;
  font-size: 1em;
  margin: auto;   
  text-align: left;
  align: center;
  width: 70%;
  padding: 5px;
  vertical-align: middle;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  //border: 3px solid #000000;
}

/* products */
.products {
  //background: #282828;
  margin: auto;
  color: #00FF33;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 1em;
  vertical-align: top;
 //border-spacing: 10px;
 //border-collapse: separate;
  //-moz-border-radius: 0 0 6px 6px;
  //border-radius: 0 0 6px 6px;
  //border: 1px solid #00FF33;
}

.producttitle { color: #00FF33; font-weight: bold; text-align: center; font-size: 1.1em; margin: auto; vertical-align: top;}
.producttitlec { color: #00FF33; font-weight: bold; text-align: center; font-size: 1.2em; margin: auto; vertical-align: top;}

/* notice divs */
.error {
  color:#ff0000;
  font-weight:bold;
  font-size: 1.1em;
  margin: auto;   
  text-align: center;
  align: center;
  width: 60%;
  padding: 5px;
  vertical-align: middle;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  border: 3px solid #FFB000;
}

.info {
  color:#ffffff;
  font-weight:bold;
  font-size: 1.1em;
  margin: auto;   
  text-align: center;
  align: center;
  padding: 5px;
  vertical-align: middle;
  width: 60%;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  border: 3px solid #00ff00;
}

/* percentage bars */
.pbar {  width: 99%; border: 1px solid #000; align:left; }
.pbar2 { background:#0080c0; color:#0080c0; align:left; }

/* input */
form { font-weight:bold; margin: 0; padding: 2px; }
input, textarea { border: 1px solid #FFB000; border-radius: 4px; color: #FFB000; background: #232323; }
input[type=submit], input[type=button] { color: #FFB000; }
textarea { -moz-border-radius: 4px; }
label { cursor: pointer; }
fieldset { border: 0; margin: 0; padding: 0; }
select { border: 1px solid #FFB000; border-radius: 4px; color: #FFB000; background: #232323; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
input.small {
  padding: 2px;
  //width: 50%;
  border: 1px solid #FFB000; 
  border-radius: 4px;
  color: #FFB000; background: #232323;
  clear: both;
  //float: center;
}
textarea.small {
    width: 50%;
   // height: 150px;
    padding: 2px;
    box-sizing: border-box;
    border-radius: 4px;
    //resize: none;
    clear: both;
	//float: center;
}
select.small {
    width: 50%;
    padding: 2px;
    border: none;
    border-radius: 4px;  
    color: #FFB000;
    background: #232323;
    border: 1px solid #FFB000; 
    border-radius: 4px;
    clear: both;
	//float: center;
}

/* table gallery */
.gallery {
  //background: #282828;
  margin: auto;
  color: #FFFFFF;
  text-align: left;
  font-weight: normal;
  padding: 0px;
  font-size: 1em;
  vertical-align: top;
 //border-spacing: 10px;
 //border-collapse: separate;
  //-moz-border-radius: 0 0 6px 6px;
  //border-radius: 0 0 6px 6px;
  //border: 1px solid #00FF33;
}

table td.gallery:hover {
    border: 1px solid #FFB000;
    background: #FFB000;
    padding: 0px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    font-weight: bold;
}

.gallerytext { 
	color: #FFFFFF;
	font-weight: italic;
	font-size: .9em;
	clear: both;
	text-align: center;
	margin: auto;
	width: 100%;
}

/* responsive gallery */
div.gallery {
    //border: 1px solid #d1d1d1;
    margin: auto;
    text-align: center;
}

div.gallery:hover {
    border: 1px solid #0080c0;
    background: #FFB000;
	-moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    font-weight: bold;
}

div.gallery img {
    width: auto;
    height: auto;
}

div.desc {
    padding: 5px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 1px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

/*
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
*/

/* Fluid/Responsive Grid */
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* Mobile Layout: 480px and below - aka Default */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 98%; //87.36%
	padding-left: 1%;
	padding-right: 1%;
}
#LayoutDiv1 {
	clear: both;
	float: center;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* common divs */
div.med { 
	width: 70%; 
	margin: auto;   
	text-align: left;
	align: center;
	padding: 5px;
	vertical-align: middle;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
	border: 3px solid #FFB000;
}

div.big { 
	width: 80%; 
	margin: auto;   
	text-align: left;
	align: center;
	padding: 5px;
	vertical-align: middle;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
	border: 3px solid #FFB000;
}

input {
  padding: 10px;
  width: 80%;
  border: 1px solid #FFB000; 
  border-radius: 4px;
  color: #FFB000; background: #232323;
}

input:hover {
    border: 1px solid #FFFFFF;
    //background: #FFFFFF;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    font-weight: bold;
}

textarea {
    width: 80%;
    height: 150px;
    padding: 2px 2px;
    box-sizing: border-box;
    border-radius: 4px;
    //resize: none;
}

textarea:hover {
    border: 1px solid #FFFFFF;
    //background: #FFFFFF;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    font-weight: bold;
}

select {
    width: 80%;
    padding: 10px;
    border: none;
    border-radius: 4px;  
    color: #FFB000;
    background: #232323;
    border: 1px solid #FFB000; 
    border-radius: 4px;
}

select:hover {
    border: 1px solid #FFFFFF;
    //background: #FFFFFF;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 4px;
    font-weight: bold;
}
.menu {
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  font-weight: bold;
  //background: #282828;
  color: #00FF33;
  padding: 2px;
  clear: both;
  margin: auto;
  width: 100%;
  text-align: center;
}
.footer {
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  font-weight: bold;
  //background: #282828;
  color: #00FF33;
  padding: 2px;
  clear: both;
  margin: auto;
  width: 100%;
  text-align: center;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
	.gridContainer {
		width: 90.675%;
		padding-left: 1.1625%;
		padding-right: 1.1625%;
	}
	#LayoutDiv1 {
		clear: both;
		float: center;
		margin-left: 0;
		width: 100%;
		display: block;
	}
	/* common divs */
	div.med { 
		width: 40%; 
		margin: auto;   
		text-align: left;
		align: center;
		padding: 5px;
		vertical-align: middle;
  		-moz-border-radius: 6px 6px 6px 6px;
	  	border-radius: 6px 6px 6px 6px;
		border: 3px solid #FFB000;
	}
	div.big { 
		width: 90%; 
		margin: auto;   
		text-align: left;
		align: center;
		padding: 5px;
		vertical-align: middle;
		-moz-border-radius: 6px 6px 6px 6px;
		border-radius: 6px 6px 6px 6px;
		border: 3px solid #FFB000;
	}
	input {
  		padding: 10px;
  		width: 80%;
  		border: 1px solid #FFB000; 
  		border-radius: 4px;
  		color: #FFB000; background: #232323;
	}	
	textarea {
	    width: 80%;
	    height: 150px;
	    padding: 2px 2px;
	    box-sizing: border-box;
	    border-radius: 4px;
	    //resize: none;
	}
	select {
	    width: 80%;
	    padding: 10px;
	    border: none;
	    border-radius: 4px;  
	    color: #FFB000;
	    background: #232323;
	    border: 1px solid #FFB000; 
	    border-radius: 4px;
	}
	.menu {
  		-moz-border-radius: 0 0 6px 6px;
  		border-radius: 0 0 6px 6px;
  		font-weight: bold;
  		//background: #282828;
  		color: #00FF33;
  		padding: 2px;
  		clear: both;
  		margin: auto;
  		width: 100%;
  		text-align: center;
	}

	.footer {
  		-moz-border-radius: 0 0 6px 6px;
  		border-radius: 0 0 6px 6px;
  		font-weight: bold;
  		//background: #282828;
  		color: #00FF33;
  		padding: 2px;
  		clear: both;
  		margin: auto;
  		width: 100%;
  		text-align: center;
	}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
	.gridContainer {
		width: 88.2%; //88.2%;
		max-width: 1232px; //1232px;
		padding-left: 0.9%;
		padding-right: 0.9%;
		margin: auto;
	}
	#LayoutDiv1 {
		clear: both;
		float: center;
		margin-left: 0;
		width: 100%;
		display: block;
	}
	/* common divs */
	div.med { 
		width: 40%; 
		margin: auto;   
		text-align: left;
		align: center;
		padding: 5px;
		vertical-align: middle;
  		-moz-border-radius: 6px 6px 6px 6px;
	  	border-radius: 6px 6px 6px 6px;
		border: 3px solid #FFB000;
	}
	div.big { 
		width: 90%; 
		margin: auto;   
		text-align: left;
		align: center;
		padding: 5px;
		vertical-align: middle;
		-moz-border-radius: 6px 6px 6px 6px;
		border-radius: 6px 6px 6px 6px;
		border: 3px solid #FFB000;
	}	
	input {
  		padding: 10px;
  		width: 40%;
  		border: 1px solid #FFB000; 
  		border-radius: 4px;
  		color: #FFB000; background: #232323;
	}	
	textarea {
	    width: 40%;
	    height: 150px;
	    padding: 2px 2px;
	    box-sizing: border-box;
	    border-radius: 4px;
	    //resize: none;
	}
	select {
	    width: 40%;
	    padding: 10px;
	    border: none;
	    border-radius: 4px;  
	    color: #FFB000;
	    background: #232323;
	    border: 1px solid #FFB000; 
	    border-radius: 4px;
	}
	.menu {
  		-moz-border-radius: 0 0 6px 6px;
  		border-radius: 0 0 6px 6px;
  		font-weight: bold;
  		//background: #282828;
  		color: #00FF33;
  		padding: 2px;
  		clear: both;
  		margin: auto;
  		width: 90%;
  		text-align: center;
	}

	.footer {
  		-moz-border-radius: 0 0 6px 6px;
  		border-radius: 0 0 6px 6px;
  		font-weight: bold;
  		//background: #282828;
  		color: #00FF33;
  		padding: 2px;
  		clear: both;
  		margin: auto;
  		width: 90%;
  		text-align: center;
	}	
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
