/* Wells' basic HTML5 CSS for personal projects */
 
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

td {
 padding: 2px;
 margin-top: 0px;
 vertical-align: top;
}

body { 
margin: 0; font-family: verdana; 
Background-color:#dddddd; }


.main {
  width: 480;
  padding: 6px;
  margin-top: 10px;
  height: 1500px; /* Used in this example to enable scrolling */
}

/* TYPOGRAPHY ;-) */
h1 { color:#333333;  font-size: 6vw; font-style: bold;  
font-weight: bold;  text-decoration: none;}
h2 { color:#eeeeee;  font-size: 1em; font-style: plain;  
font-weight: bold;  text-decoration: none;}
h3 { color:#333333;  font-size: 1em; font-style: bold; 
font-weight: plain; text-decoration: none; background: #CCCCCC;  }


h4 { color:#333333;  font-size: 50%; font-style: italic; 
font-weight: plain; text-decoration: none;}

p  { color:#333333;  font-size: 0.8em; 
font-style: plain;  font-weight: bold;  text-decoration: none;
 padding: 2px;
 margin-top: 0px;}

/* LISTS */
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
ul, ol {  font-size: 0.8em; 
font-style: plain;  font-weight: plain;  text-decoration: none; margin: 1em 0; padding: 0 0 0 20px; }
dd { margin: 0 0 0 20px; }



/* MENU classes */
.cheeseA {
	width:90px; height:350px; background-color:#eeeeee;  
	}
.cheeseB {
	width:90px; height:350px; background-color:#cccccc;  
	}

.navbar {
	color: #eeeeee;
	font-size: 1em; 
	font-style: bold;  
	line-height: 1;
	overflow: hidden;
	background-color: #cccccc;
	position: fixed;
	top: 0;
	width: 100%;
}
.navbar a {
  float: left;
  display: block;
  text-align: center;
  padding: 6px 6px;
  text-decoration: none;
  font-size: 1.2em;
}
.navbar a:hover {
  background: #cccccc;
  color: black;
}


.fineprint {
	line-height: 1;
	font-size: -2;
}

/* LINKS */
a:link {
  color:#0000aa;
  background-color: transparent;
  text-decoration: none;
  font-size: .8em; 
  line-height: 60%; 
}
a:visited {color:#0000aa;}
a:hover   {color:#0000ff;}
a:active  {color:#0000aa;}

/* image stuff */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

.icon a {
  float: left;
  display: block;
  color: #cccccc;
  text-align: center;
  padding: 4px 4px;
  text-decoration: none;
  font-size: 21px;
}

/* FORMS */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }


/* HELPER CLASSES SCREEN READERS AND IMAGE FIXES */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.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; }

/* PRINTABLE VERSION CORRECTIONS */
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !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; }
}


/* don't look at me that way*/
