@charset "utf-8";
/* CSS Document */
/* vvv----------  General Styling              ---------------------------------------------------- */
body {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header {
	margin:5px;
}
header aside#home-aside img {
	float: left;
	width:300px;
	height:auto;
}
nav {
    background-color: #222;
    overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
}
nav#nav-1 {
    top: 0px;
    z-index: 5;
}
nav#nav-2 {
	top:38px;
	z-index:5;	
}
nav#nav-1 a {
    text-align: center;
    text-decoration: none;
	font-size:20px;
    padding: 10px 10px;
    float: left;
}
nav#nav-2 a {
    text-align: center;
    text-decoration: none;
    padding: 3px 5px;
    float: left;
}
nav a:link {
    color: #AAA;
}
nav a:visited {
    color: #FFF;
}
nav#nav-1 a.active, nav#nav-2 a.active {
    background-color: #4A9EDA;
    color: white;
}
nav a:hover {
    background-color: #1E6597;
    color: white;
}
div.clearit {
	clear:both;
}
footer{
	padding:2px 0px;
	text-align:center;
	background-color:#222;
	color:#FFF;
}
/* ^^^            end of section          ^^^                                                       */
/* vvv----------  Home Page Styling            ---------------------------------------------------- */
aside {
	background-color:rgba(99,99,99,0.50);
	float:left;
}
aside#home-aside {
	padding:5px;
	width:300px;
	min-height:600px;
}
aside ul li a {
	text-decoration:none;
}
aside h4{
	margin-bottom:0px;
}
ul.no-top-margin{
	margin-top: 0px;
}
div#main {
	margin-left:315px;
	padding:5px;
	z-index:9;
}
div#home-pic-links{
	padding:5px;
}
div#home-msg{
	padding:5px;
}
div#home-pic-links img{
	width:30%;
	min-width:150px;
	height:auto;
	overflow: scroll;
	background-color:white;
	margin:5px;
	padding:5px;
}
/* ^^^            end of section          ^^^                                                       */
/* vvv----------  Ted's Page Styling           ---------------------------------------------------- */
div#ted-main{
	padding:5px;
}
aside#ted-aside {
	padding:2px;
}
aside#ted-aside img {
	height:59px;
	width:auto;
}
div#ted-main p, div#ted-main ul, div#ted-main ul li {
	margin-top:0px;
	margin-bottom: 0px;
}
table {
    border-collapse: collapse;
}
table td, table th{
	padding: 1px 5px;
}
/* ^^^            end of section          ^^^                                                       */
/* vvv----------  Silvia's Page Styling           ---------------------------------------------------- */
div#silvia-main{
	padding:5px;
}
aside#silvia-aside {
	padding:2px;
}
aside#silvia-aside img {
	height:59px;
	width:auto;
}
div#silvia-main p, div#silvia-main ul, div#silvia-main ul li {
	margin-top:0px;
	margin-bottom: 0px;
}
#strike-thru {
    text-decoration: line-through;
}
/* ^^^            end of section          ^^^                                                       */
/* vvv----------  Ted's Cooking Page Styling           ---------------------------------------------------- */
img.food-left {
	float:left;
	height:100px;
	width:auto;
	margin-right:10px;
	margin-bottom:10px;
}
img.food-left:hover {
	transform:scale(5);
	transform-origin:left;
}
img.food-right {float:right; height:100px; width:auto; margin-left:10px; margin-bottom: 10px;}
img.food-right:hover {transform:scale(5); transform-origin:right;}
img.food-bullet {height:100px; width:auto; margin-left: 10px; margin-bottom: 10px;}
img.food-bullet:hover {transform: scale(5); transform-origin: left;}
img.big-food {
	float:left;
	height:200px;
	width:auto;
	margin: 0px 10px 10px 0px;
}
img.big-food:hover {
	transform:scale(2);
	transform-origin:left;
}
p.half-space {
	font-size: 6px;
}
div#ted-main h2 {
	clear:both;
}
.emoji {
	font-size: 50px;
}
img.table_3 {
	width:250px;
	height:auto;
}
.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
/* ^^^            end of section          ^^^                                                       */
/* vvv----------  Amber's Page   vvvvvvvvvvv   ---------------------------------------------------- */
.thumbnail {
	height:200px;
	width:auto;
}
.thumbnail:hover {
	transform:scale(5);
	transform-origin:left;
}
/* ^^^            end of section          ^^^                                                       */
/* ^^^            end of section          ^^^                                                       */
/* vvv----------  Diagnostics Styling          ---------------------------------------------------- */
/* Section identification */
xaside {
background-color:aqua;
}
xdiv#main {
	background-color:yellow;
}
xdiv#home-pic-links {
	min-height:500px;
	background-color:rgba(0,0,255,0.50);
}
xfooter{
	background-color:rgba(142,128,36,0.70)
}
/* ^^^            end of section          ^^^                                                       */

