@charset "UTF-8";
/* responsive css for both landscape & portrait orientation on all platforms for home, archive & tags page, and blog posts */

/* common to all */

* {
    box-sizing: border-box;
}

html, body, section {
    height: auto;
}

iframe {
	border: none;
	padding: 0;
}

/* STYLESET SF01 ===========================
style rules for 320px width iPhone portrait */

@media screen and (max-width: 320px) and (orientation: portrait) {

body {
    width: 99%;
}

iframe {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_blog {
	width: 100%;
	height: 98%;
	margin-left: 0; 
}

iframe#iframe_brwsas {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_aside {
	width: 100%;
	height: 100%;
}

header.altblogBnr {
    width: 98%;
    height: 30px;
	border: 1px solid gray;
    margin: 0 0 0 -4px;
}

h1.bannerTxt {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color: gray;
	background-color: gold;
	text-align: center;
	margin-top: 0;
	padding: 2px 0 2px;
}

nav.altblogNav {
    width: 98%;
    height: 30px;
	border: 1px solid gray;
	background-color: rgb(255,244,177);
    padding: 0;
    margin: 2px 0 0 -4px;
}

/* ----- MENU ----- #*/
ul {
  width: 110%;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 -11%;
  list-style: none;
}
ul li {
  font: bold 1em "Arial", sans-serif;
  display: inline-block;
  line-height: 1.0;
  margin-left: -1.45%;
  position: relative;
  padding: 0.35em 0.225em 0.3em;
  background: rgb(255,244,177);
  cursor: default;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #ffd700;
  color: #f00;
}
ul li > a:link {
  color: #00f;
  text-decoration: none;
  cursor: pointer;
}
ul li > a:active {
  color: #00f;
  text-decoration: none;
}
ul li > a:visited {
  color: pink;
  text-decoration: none;
}
ul li > a:hover {
  color: #0f0;
  text-decoration: none;
}

main#blogWindow {
	position: absolute;
	width: 97%;
	height: 228px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	margin: 2px 0 0 -4px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

aside#sideWindow {
	position: absolute;
	width: 97%;
	height: 30%;
	float: left;
	background-color: #ffebc2; 
	border: 1px solid gray;
	margin: 232px 0 2px -4px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

div.ascolhdr {
	position: relative;
    width: 100.5%;
    height: 30px;
    background-color: #000;
	padding-top: 4px;
    margin: 0 0 0 -1px;
}

p.ascoltoptxt {
    display: block;
    font-family: "Marker Felt", "Forte MT", "Comic Sans MS", sans-serif;
    font-size: 1.1em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    margin: -3px 0 0 0;
}

}

/* STYLESET SF02 ====================================
style rules for 321-410px width smartphones portrait */

@media screen and (min-width: 321px) and (max-width: 410px) and (orientation: portrait) {

body {
    width: 98%;
}

iframe {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_blog {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_brwsas {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_aside {
	width: 100%;
	height: 79%;
}

header.altblogBnr {
    width: 100%;
    height: 30px;
	border: 1px solid gray;
    margin: 0 0 0 -4px;
}

h1.bannerTxt {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color: gray;
	background-color: gold;
	text-align: center;
	margin-top: 0;
	padding: 3px 0 3px;
}

nav.altblogNav {
    width: 100%;
    height: 30px;
	border: 1px solid gray;
	background-color: rgb(255,244,177);
    padding: 0;
    margin: 2px 0 0 -4px;
}

/* ----- MENU ----- #*/
ul {
  width: 110%;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 -10%;
  list-style: none;
}
ul li {
  font: bold 1.075em "Arial", sans-serif;
  display: inline-block;
  line-height: 1.0;
  margin-left: -1.4%;
  position: relative;
  padding: 0.35em 0.35em 0.3em;
  background: rgb(255,244,177);
  cursor: default;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #ffd700;
  color: #f00;
}
ul li > a:link {
  color: #00f;
  text-decoration: none;
  cursor: pointer;
}
ul li > a:active {
  color: #00f;
  text-decoration: none;
}
ul li > a:visited {
  color: pink;
  text-decoration: none;
}
ul li > a:hover {
  color: #0f0;
  text-decoration: none;
}

main#blogWindow {
	position: absolute;
	width: 98%;
	height: 262px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	margin: 2px 0 0 -4px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

aside#sideWindow {
	position: absolute;
	width: 98%;
	height: 35%;
	float: left;
	background-color: #ffebc2; 
	border: 1px solid gray;
	margin: 266px 0 2px -4px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

div.ascolhdr {
	position: relative;
    width: 100.5%;
    height: 30px;
    background-color: #000;
	padding-top: 0.1em;
    margin: 0 0 0 -1px;
}

p.ascoltoptxt {
    display: block;
    font-family: "Marker Felt", "Forte MT", "Comic Sans MS", sans-serif;
    font-size: 1.1em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    margin: 0 0 0 -0.9em;
}

}

/* STYLESET SF3 ====================================
style rules for 411-479px width smartphones portrait */

@media screen and (min-width: 411px) and (max-width: 479px) and (orientation: portrait) {

body {
    width: 98%;
}

iframe {
	width: 100%;
	height: 99.1%;
	margin-left: 0; 
}

iframe#iframe_blog {
	width: 100%;
	height: 99.1%;
	margin-left: 0; 
}

iframe#iframe_brwsas {
	width: 100%;
	height: 98.6%;
	margin-left: 0; 
}

iframe#iframe_aside {
	width: 100%;
	height: 84.5%;
}

header.altblogBnr {
    width: 100%;
    height: 30px;
	border: 1px solid gray;
    margin: 0 0 0 -4px;
}

h1.bannerTxt {
	font-family: Arial, sans-serif;
	font-size: 1.25em;
	color: gray;
	background-color: gold;
	text-align: center;
	margin-top: 0;
	padding: 2px 0 3px;
}

nav.altblogNav {
    width: 100%;
    height: 30px;
	border: 1px solid gray;
	background-color: rgb(255,244,177);
    padding: 0;
    margin: 2px 0 0 -4px;
}

/* ----- MENU ----- #*/
ul {
  width: 110%;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 -9.5%;
  list-style: none;
}
ul li {
  font: bold 1.2em "Arial", sans-serif;
  display: inline-block;
  line-height: 1.0;
  margin-left: -1.4%;
  position: relative;
  padding: 4px 8px 5px;
  background: rgb(255,244,177);
  cursor: default;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #ffd700;
  color: #f00;
}
ul li > a:link {
  color: #00f;
  text-decoration: none;
  cursor: pointer;
}
ul li > a:active {
  color: #00f;
  text-decoration: none;
}
ul li > a:visited {
  color: pink;
  text-decoration: none;
}
ul li > a:hover {
  color: #0f0;
  text-decoration: none;
}

main#blogWindow {
	position: absolute;
	width: 98%;
	height: 350px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	margin: 2px 0 0 -4px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

aside#sideWindow {
	position: absolute;
	width: 98%;
	height: 30%;
	float: left;
	background-color: #ffebc2; 
	border: 1px solid gray;
	margin: 354px 0 2px -4px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

div.ascolhdr {
	position: relative;
    width: 100.25%;
    height: 30px;
    background-color: #000;
	padding-top: 0.1em;
    margin: 0 0 0 -1px;
}

p.ascoltoptxt {
    display: block;
    font-family: "Marker Felt", "Forte MT", "Comic Sans MS", sans-serif;
    font-size: 1.1em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    margin: 0 0 0 -0.7em;
}

}

/* STYLESET SF04 ====================================
style rules for 480-599px width tablets portrait */

@media screen and (min-width: 480px) and (max-width: 599px) and (orientation: portrait) {

body {
    width: 98%;
}

iframe {
	width: 100%;
	height: 99%;
	margin-left: 0; 
}

iframe#iframe_blog {
	width: 100%;
	height: 99.1%;
	margin-left: 0; 
}

iframe#iframe_brwsas {
	width: 100%;
	height: 98%;
	margin-left: 0; 
}

iframe#iframe_aside {
	width: 100%;
	height: 85.5%;
}

header.altblogBnr {
    width: 100%;
    height: 36px;
	border: 1px solid gray;
    margin: 0 0 0 -4px;
}

h1.bannerTxt {
	font-family: Arial, sans-serif;
	font-size: 1.45em;
	color: gray;
	background-color: gold;
	text-align: center;
	margin-top: 0;
	padding: 0.2em 0 0.15em;
}

nav.altblogNav {
    width: 100%;
    height: 36px;
	border: 1px solid gray;
	background-color: rgb(255,244,177);
    padding: 0;
    margin: 2px 0 0 -4px;
}

/* ----- MENU ----- #*/
ul {
  width: 110%;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 -8.75%;
  list-style: none;
}
ul li {
  font: bold 1.3em "Arial", sans-serif;
  display: inline-block;
  line-height: 1.0;
  margin-left: -1.4%;
  position: relative;
  padding: 0.3em 0.6em 0.35em;
  background: rgb(255,244,177);
  cursor: default;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #ffd700;
  color: #f00;
}
ul li > a:link {
  color: #00f;
  text-decoration: none;
  cursor: pointer;
}
ul li > a:active {
  color: #00f;
  text-decoration: none;
}
ul li > a:visited {
  color: pink;
  text-decoration: none;
}
ul li > a:hover {
  color: #0f0;
  text-decoration: none;
}

main#blogWindow {
	position: absolute;
	width: 98%;
	height: 360px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	margin: 2px 0 0 -4px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

aside#sideWindow {
	position: absolute;
	width: 98%;
	height: 35%;
	float: left;
	background-color: #ffebc2; 
	border: 1px solid gray;
	margin: 364px 0 2px -4px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

div.ascolhdr {
	position: relative;
    width: 100.25%;
    height: 36px;
    background-color: #000;
	padding-top: 0.125em;
    margin: 0 0 0 -1px;
}

p.ascoltoptxt {
    display: block;
    font-family: "Marker Felt", "Forte MT", "Comic Sans MS", sans-serif;
    font-size: 1.4em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    margin: 0 0 0 -0.7em;
}

}

/* STYLESET SF05 ====================================
style rules for 600-719px width tablets portrait */

@media screen and (min-width: 600px) and (max-width: 704px) and (orientation: portrait) {

body {
    width: 98%;
}

iframe {
	width: 100%;
	height: 98%;
	margin-left: 0; 
}

iframe#iframe_blog {
	width: 100%;
	height: 98%;
	margin-left: 0; 
}

iframe#iframe_brwsas {
	width: 100%;
	height: 98%;
	margin-left: 0; 
}

iframe#iframe_aside {
	width: 100%;
	height: 84%;
}

header.altblogBnr {
    width: 100%;
    height: 46px;
	border: 1px solid gray;
    margin: 0 0 0 -4px;
}

h1.bannerTxt {
	font-family: Arial, sans-serif;
	font-size: 1.9em;
	color: gray;
	background-color: gold;
	text-align: center;
	margin-top: 0;
	padding: 0.1em 0 0.15em;
}

nav.altblogNav {
    width: 100%;
    height: 46px;
	border: 1px solid gray;
	background-color: rgb(255,244,177);
    padding: 0;
    margin: 3px 0 0 -4px;
}

/* ----- MENU ----- #*/
ul {
  width: 110%;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 -8%;
  list-style: none;
}
ul li {
  font: bold 1.75em "Arial", sans-serif;
  display: inline-block;
  line-height: 1.0;
  margin-left: -1.4%;
  position: relative;
  padding: 0.3em 0.475em 0.3em;
  background: rgb(255,244,177);
  cursor: default;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #ffd700;
  color: #f00;
}
ul li > a:link {
  color: #00f;
  text-decoration: none;
  cursor: pointer;
}
ul li > a:active {
  color: #00f;
  text-decoration: none;
}
ul li > a:visited {
  color: pink;
  text-decoration: none;
}
ul li > a:hover {
  color: #0f0;
  text-decoration: none;
}

main#blogWindow {
	position: absolute;
	width: 98%;
	height: 470px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	margin: 3px 0 0 -4px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

aside#sideWindow {
	position: absolute;
	width: 98%;
	height: 35%;
	float: left;
	background-color: #ffebc2; 
	border: 1px solid gray;
	margin: 476px 0 2px -4px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

div.ascolhdr {
	position: relative;
    width: 101.5%;
    height: 46px;
    background-color: #000;
    margin: 0 0 0 -8px;
	padding-top: 1px;
}

p.ascoltoptxt {
    font-family: "Marker Felt", "Forte MT", "Comic Sans MS", sans-serif;
    font-size: 1.8em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    margin: 0.1em 0 0 0.175em;
}

}

/* STYLESET SF6 ====================================
style rules for 720-799px width tablets portrait */

@media screen and (min-width: 705px) and (max-width: 799px) and (orientation: portrait) {

body {
    width: 98%;
}

iframe {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_blog {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_brwsas {
	width: 100%;
	height: 99%;
	margin-left: 0; 
}

iframe#iframe_aside {
	width: 100%;
	height: 79%;
}

header.altblogBnr {
    width: 100%;
    height: 54px;
	border: 1px solid gray;
    margin: 0 0 0 -4px;
}

h1.bannerTxt {
	font-family: Arial, sans-serif;
	font-size: 2.25em;
	color: gray;
	background-color: gold;
	text-align: center;
	margin-top: 0;
	padding: 0.1em 0 0.165em;
}

nav.altblogNav {
    width: 100%;
    height: 54px;
	border: 1px solid gray;
	background-color: rgb(255,244,177);
    padding: 0;
    margin: 4px 0 0 -4px;
}

/* ----- MENU ----- #*/
ul {
  width: 110%;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 -7.25%;
  list-style: none;
}
ul li {
  font: bold 2em "Arial", sans-serif;
  display: inline-block;
  line-height: 1.0;
  margin-left: -1.4%;
  position: relative;
  padding: 0.3em 0.6em 0.3em;
  background: rgb(255,244,177);
  cursor: default;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #ffd700;
  color: #f00;
}
ul li > a:link {
  color: #00f;
  text-decoration: none;
  cursor: pointer;
}
ul li > a:active {
  color: #00f;
  text-decoration: none;
}
ul li > a:visited {
  color: pink;
  text-decoration: none;
}
ul li > a:hover {
  color: #0f0;
  text-decoration: none;
}

main#blogWindow {
	position: absolute;
	width: 98%;
	height: 680px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	margin: 4px 0 0 -4px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

aside#sideWindow {
	position: absolute;
	width: 98%;
	height: 35%;
	float: left;
	background-color: #ffebc2; 
	border: 1px solid gray;
	margin: 688px 0 2px -4px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

div.ascolhdr {
	position: relative;
    width: 100.25%;
    height: 54px;
    background-color: #000;
	padding-top: 0.6em;
    margin: 0 0 0 -1px;
}

p.ascoltoptxt {
    display: block;
    font-family: "Marker Felt", "Forte MT", "Comic Sans MS", sans-serif;
    font-size: 2.25em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    margin: 0 0 0 0.15em;
}

}

/* STYLESET SF07 ====================================
style rules for 800-1023px width tablets portrait */

@media screen and (min-width: 800px) and (max-width: 1023px) and (orientation: portrait) {

body {
    width: 98%;
}

iframe {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_blog {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_brwsas {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_aside {
	width: 100%;
	height: 79%;
}

header.altblogBnr {
    width: 100%;
    height: 56px;
	border: 1px solid gray;
    margin: 0 0 0 -4px;
}

h1.bannerTxt {
	font-family: Arial, sans-serif;
	font-size: 2.25em;
	color: gray;
	background-color: gold;
	text-align: center;
	margin-top: 0;
	padding: 0.15em 0 0.175em;
}

nav.altblogNav {
    width: 100%;
    height: 56px;
	border: 1px solid gray;
	background-color: rgb(255,244,177);
    padding: 0;
    margin: 4px 0 0 -4px;
}

/* ----- MENU ----- #*/
ul {
  width: 110%;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 -7%;
  list-style: none;
}
ul li {
  font: bold 2.1em "Arial", sans-serif;
  display: inline-block;
  line-height: 1.0;
  margin-left: -1.4%;
  position: relative;
  padding: 0.3em 0.725em 0.3em;
  background: rgb(255,244,177);
  cursor: default;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #ffd700;
  color: #f00;
}
ul li > a:link {
  color: #00f;
  text-decoration: none;
  cursor: pointer;
}
ul li > a:active {
  color: #00f;
  text-decoration: none;
}
ul li > a:visited {
  color: pink;
  text-decoration: none;
}
ul li > a:hover {
  color: #0f0;
  text-decoration: none;
}

main#blogWindow {
	position: absolute;
	width: 98%;
	height: 680px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	margin: 4px 0 0 -4px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

aside#sideWindow {
	position: absolute;
	width: 98%;
	height: 25%;
	float: left;
	background-color: #ffebc2; 
	border: 1px solid gray;
	margin: 688px 0 2px -4px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

div.ascolhdr {
	position: relative;
    width: 100.25%;
    height: 56px;
    background-color: #000;
	padding-top: 0.6em;
    margin: 0 0 0 -1px;
}

p.ascoltoptxt {
    display: block;
    font-family: "Marker Felt", "Forte MT", "Comic Sans MS", sans-serif;
    font-size: 2.25em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    margin: 0 0 0 -0.05em;
}

}

/* STYLESET SF8 ====================================
style rules for 1024+px width tablets portrait */

@media screen and (min-width: 1024px) and (orientation: portrait) {

body {
    width: 100%;
}

iframe {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_blog {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_brwsas {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_aside {
	width: 100%;
	height: 79%;
}

header.altblogBnr {
    width: 90%;
    height: 66px;
	border: 1px solid gray;
    margin: 0 0 0 5%;
}

h1.bannerTxt {
	font-family: Arial, sans-serif;
	font-size: 2.675em;
	color: gray;
	background-color: gold;
	text-align: center;
	margin-top: 0;
	padding: 0.15em 0 0.2em;
}

nav.altblogNav {
    width: 90%;
    height: 66px;
	border: 1px solid gray;
	background-color: rgb(255,244,177);
    padding: 0;
    margin: 6px 0 0 5%;
}

/* ----- MENU ----- #*/
ul {
  width: 110%;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 -7%;
  list-style: none;
}
ul li {
  font: bold 2.5em "Arial", sans-serif;
  display: inline-block;
  line-height: 1.0;
  margin-left: -1.4%;
  position: relative;
  padding: 0.3em 0.7em 0;
  background: rgb(255,244,177);
  cursor: default;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #ffd700;
  color: #f00;
}
ul li > a:link {
  color: #00f;
  text-decoration: none;
  cursor: pointer;
}
ul li > a:active {
  color: #00f;
  text-decoration: none;
}
ul li > a:visited {
  color: pink;
  text-decoration: none;
}
ul li > a:hover {
  color: #0f0;
  text-decoration: none;
}

main#blogWindow {
	position: absolute;
	width: 90%;
	height: 700px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	margin: 5px 0 0 5%;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

aside#sideWindow {
	position: absolute;
	width: 90%;
	height: 25%;
	float: left;
	background-color: #ffebc2; 
	border: 1px solid gray;
	margin: 712px 0 2px 5%;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

div.ascolhdr {
	position: relative;
    width: 99.5%;
    height: 66px;
    background-color: #000;
	padding-top: 4px;
    margin: 0 0 0 -1px;
}

p.ascoltoptxt {
    display: block;
    font-family: "Marker Felt", "Forte MT", "Comic Sans MS", sans-serif;
    font-size: 2.75em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    margin: -3px 0 0 0;
}

}

/* STYLESET SF9 ========================================
style rules for 480px width landscape: iPhone4 landscape */

@media screen and (min-width: 465px) and (max-width: 567px) and (orientation: landscape) {

body {
    width: 98%;
}

iframe {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_blog {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_brwsas {
	width: 100%;
	height: 100%;
}

iframe#iframe_aside {
	width: 100%;
	height: 76%;
}

header.altblogBnr {
    width: 80%;
    height: 30px;
	border: 1px solid gray;
    margin: 0 10%;
}

h1.bannerTxt {
	font-family: Arial, sans-serif;
	font-size: 1.25em;
	color: gray;
	background-color: gold;
	text-align: center;
	margin-top: 0;
	padding: 3px 0 0;
}

nav.altblogNav {
    width: 80%;
    height: 30px;
	border: 1px solid gray;
	background-color: rgb(255,244,177);
    padding: 0;
    margin: 2px 10% 0;
}

/* ----- MENU ----- #*/
ul {
  width: 113%;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 -11.4%;
  list-style: none;
}
ul li {
  font: bold 1em "Arial", sans-serif;
  display: inline-block;
  line-height: 1.0;
  margin-left: -1.25%;
  position: relative;
  padding: 0.4em 2.9% 0.35em;
  background: rgb(255,244,177);
  cursor: default;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #ffd700;
  color: #f00;
}
ul li > a:link {
  color: #00f; /* was #f00 */
  text-decoration: none;
  cursor: pointer;
}
ul li > a:active {
  color: #00f;
  text-decoration: none;
}
ul li > a:visited {
  color: pink;
  text-decoration: none;
}
ul li > a:hover {
  color: #0f0;
  text-decoration: none;
}

main#blogWindow {
	width: 80%;
	height: 200px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
	margin: 2px 0 0 10%;
}

aside#sideWindow {
	width: 80%;
	height: 126px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
	margin: 2px 0 2px 10%;
}

div.ascolhdr {
	position: relative;
    width: 100%;
    height: 30px;
    background-color: #000;
    margin: 0 0 0 0;
	padding-top: 1px;
}

p.ascoltoptxt {
    display: block;
    font-family: "Marker Felt", "Forte MT", "Comic Sans MS", sans-serif;
    font-size: 1.1em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    margin: 0.05em 0 0 0.6em;
}

}

/* STYLESET SF10 =======================================
style rules for 480px width landscape: iPhone5 landscape */

@media screen and (min-width: 568px) and (max-width: 624px) and (orientation: landscape) {

body {
    width: 98%;
}

iframe {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_blog {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_brwsas {
	width: 100%;
	height: 100%;
}

iframe#iframe_aside {
	width: 100%;
	height: 76%;
}

header.altblogBnr {
    width: 80%;
    height: 30px;
	border: 1px solid gray;
    margin: 0 10%;
}

h1.bannerTxt {
	font-family: Arial, sans-serif;
	font-size: 1.25em;
	color: gray;
	background-color: gold;
	text-align: center;
	margin-top: 0;
	padding: 3px 0 2px;
}

nav.altblogNav {
    width: 80%;
    height: 30px;
	border: 1px solid gray;
	background-color: rgb(255,244,177);
    padding: 0;
    margin: 2px 10% 0;
}

/* ----- MENU ----- #*/
ul {
  width: 113%;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 -10.25%;
  list-style: none;
}
ul li {
  font: bold 1.1em "Arial", sans-serif;
  display: inline-block;
  line-height: 1.2;
  margin-left: -1.25%;
  position: relative;
  padding: 0.25em 3.25% 0.15em;
  background: rgb(255,244,177);
  cursor: default;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #ffd700;
  color: #f00;
}
ul li > a:link {
  color: #00f; /* was #f00 */
  text-decoration: none;
  cursor: pointer;
}
ul li > a:active {
  color: #00f;
  text-decoration: none;
}
ul li > a:visited {
  color: pink;
  text-decoration: none;
}
ul li > a:hover {
  color: #0f0;
  text-decoration: none;
}

main#blogWindow {
	width: 80%;
	height: 200px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
	margin: 2px 0 0 10%;
}

aside#sideWindow {
	width: 80%;
	height: 126px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
	margin: 2px 0 2px 10%;
}

div.ascolhdr {
	position: relative;
    width: 100%;
    height: 30px;
    background-color: #000;
    margin: 0 0 0 0;
	padding-top: 1px;
}

p.ascoltoptxt {
    display: block;
    font-family: "Marker Felt", "Forte MT", "Comic Sans MS", sans-serif;
    font-size: 1.1em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    margin: 0.35em 0 0 -0.7em;
}

}

/* STYLESET SF11 =======================
style rules for 668-736px wide landscape */

@media screen and (min-width: 625px) and (max-width: 736px) and (orientation: landscape) {

body {
    padding: 5px 0 18px;
    width: 99%;
}

iframe {
	width: 100%;
	height: 98%;
	margin-left: 0; 
}

iframe#iframe_blog {
	width: 100%;
	height: 98%;
	margin-left: 0; 
}

header.altblogBnr {
    width: 80%;
    height: 46px;
	border: 1px solid gray;
    margin: 0 10%;
}

h1.bannerTxt {
	font-family: Arial, sans-serif;
	font-size: 1.75em;
	color: gray;
	background-color: gold;
	text-align: center;
	margin-top: 0;
	padding: 0.2em 0 0.225em;
}

nav.altblogNav {
    width: 80%;
    height: 46px;
	border: 1px solid gray;
	background-color: rgb(255,244,177);
    padding: 0;
    margin: 4px 10% 0;
}

/* ----- MENU ----- */
ul {
  width: 109%;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 -8.4%;
  list-style: none;
}
ul li {
  font: bold 1.5em "Arial", sans-serif;
  display: inline-block;
  line-height: 1.0;
  margin-left: -0.7%;
  position: relative;
  padding: 0.4em 0.4em 0.45em;
  background: rgb(255,244,177);
  cursor: default;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #ffd700;
  color: #f00;
}
ul li > a:link {
  color: #00f;
  text-decoration: none;
  cursor: pointer;
}
ul li > a:active {
  color: #00f;
  text-decoration: none;
}
ul li > a:visited {
  color: pink;
  text-decoration: none;
}
ul li > a:hover {
  color: #0f0;
  text-decoration: none;
}

div.ascolhdr {
	position: relative;
    width: 100%;
    height: 46px;
    background-color: #000;
    margin: 0 0 0 0;
	padding-top: 3px;
}

p.ascoltoptxt {
    display: block;
    font-family: "Marker Felt", "Forte MT", "Comic Sans MS", sans-serif;
    font-size: 1.8em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    margin: 0 0 0 -0.15em;
}

main#blogWindow {
	width: 80%;
	height: 240px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	margin: 4px 0 0 10%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

aside#sideWindow {
	width: 80%;
	height: 200px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	margin: 4px 0 2px 10%;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}

}

/* STYLESET SF12 =======================
style rules for 737-800px wide landscape */

@media screen and (min-width: 737px) and (max-width: 800px) and (orientation: landscape) {

body {
    padding: 5px 0 18px;
    width: 99%;
}

iframe {
	width: 100%;
	height: 98%;
	margin-left: 0; 
}

iframe#iframe_blog {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

header.altblogBnr {
    width: 80%;
    height: 48px;
	border: 1px solid gray;
    margin: 0 10%;
}

h1.bannerTxt {
	font-family: Arial, sans-serif;
	font-size: 1.85em;
	color: gray;
	background-color: gold;
	text-align: center;
	margin-top: 0;
	padding: 0.175em 0 0.225em;
}

nav.altblogNav {
    width: 80%;
    height: 48px;
	border: 1px solid gray;
	background-color: rgb(255,244,177);
    padding: 0;
    margin: 4px 10% 0;
}

/* ----- MENU ----- */
ul {
  width: 109%;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 -7.5%;
  list-style: none;
}
ul li {
  font: bold 1.7em "Arial", sans-serif;
  display: inline-block;
  line-height: 1.0;
  margin-left: -0.7%;
  position: relative;
  padding: 0.35em 0.575em 0.35em;
  background: rgb(255,244,177);
  cursor: default;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #ffd700;
  color: #f00;
}
ul li > a:link {
  color: #00f;
  text-decoration: none;
  cursor: pointer;
}
ul li > a:active {
  color: #00f;
  text-decoration: none;
}
ul li > a:visited {
  color: pink;
  text-decoration: none;
}
ul li > a:hover {
  color: #0f0;
  text-decoration: none;
}

div.ascolhdr {
	position: relative;
    width: 100%;
    height: 48px;
    background-color: #000;
    margin: 0 0;
	padding-top: 0.5em;
}

p.ascoltoptxt {
    display: block;
    font-family: "Marker Felt", "Forte MT", "Comic Sans MS", sans-serif;
    font-size: 2em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    margin: 0 0 0 -0.05em;
}

main#blogWindow {
	width: 80%;
	height: 300px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	margin: 4px 0 0 10%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

aside#sideWindow {
	width: 80%;
	height: 200px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	margin: 4px 0 2px 10%;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}

}

/* STYLESET SF13 =======================
style rules for 801-960px wide landscape */

@media screen and (min-width: 801px) and (max-width: 960px) and (orientation: landscape) {

body {
    padding: 5px 0 18px;
    width: 99%;
}

iframe {
	width: 100%;
	height: 98%;
	margin-left: 0; 
}

iframe#iframe_blog {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

header.altblogBnr {
    width: 80%;
    height: 52px;
	border: 1px solid gray;
    margin: 0 10%;
}

h1.bannerTxt {
	font-family: Arial, sans-serif;
	font-size: 2.1em;
	color: gray;
	background-color: gold;
	text-align: center;
	margin-top: 0;
	padding: 0.15em 0 0.2em;
}

nav.altblogNav {
    width: 80%;
    height: 52px;
	border: 1px solid gray;
	background-color: rgb(255,244,177);
    padding: 0;
    margin: 5px 10% 0;
}

/* ----- MENU ----- */
ul {
  width: 110%;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 -7.5%;
  list-style: none;
}
ul li {
  font: bold 2em "Arial", sans-serif;
  display: inline-block;
  line-height: 1.0;
  margin-left: -0.7%;
  position: relative;
  padding: 0.3em 0.7em 0.275em;
  background: rgb(255,244,177);
  cursor: default;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #ffd700;
  color: #f00;
}
ul li > a:link {
  color: #00f;
  text-decoration: none;
  cursor: pointer;
}
ul li > a:active {
  color: #00f;
  text-decoration: none;
}
ul li > a:visited {
  color: pink;
  text-decoration: none;
}
ul li > a:hover {
  color: #0f0;
  text-decoration: none;
}

div.ascolhdr {
	position: relative;
    width: 100%;
    height: 54px;
    background-color: #000;
	padding-top: 1px; 
    margin-top: 0; 
}

p.ascoltoptxt {
    font-family: "Marker Felt", "Forte MT", "Comic Sans MS", sans-serif;
    font-size: 2.25em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    margin: 0.225em 0 0 0.15em;
}

main#blogWindow {
	width: 80%;
	height: 420px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	margin: 5px 0 0 10%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

aside#sideWindow {
	width: 80%;
	height: 200px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	margin: 5px 0 2px 10%;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}

}

/* STYLESET SF14: iPad
==========================================
style rules for 961-1024px width landscape */

@media screen and (min-width: 961px) and (max-width: 1024px) and (orientation: landscape) {

body {
    padding: 0 0 18px;
    width: 99.25%;
}

iframe {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_blog {
	width: 100%;
	height: 99%;
	margin-left: 0; 
}

iframe#iframe_aside {
	height: 92%;
}

header.altblogBnr {
    width: 80%;
    height: 52px;
	border: 1px solid gray;
    margin: 0 10%;
}

h1.bannerTxt {
	font-family: Arial, sans-serif;
	font-size: 2.2em;
	color: gray;
	background-color: gold;
	text-align: center;
	margin-top: 0;
	padding: 0.1em 0 0.15em;
}

nav.altblogNav {
    width: 80%;
    height: 52px;
	border: 1px solid gray;
	background-color: rgb(255,244,177);
    padding: 0;
    margin: 5px 10% 0;
}

/* ----- MENU ----- */
ul {
  width: 105.5%;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 -5%;
  list-style: none;
}
ul li {
  font: bold 2.1em "Arial", sans-serif;
  display: inline-block;
  line-height: 1.0;
  margin-left: -0.5%;
  position: relative;
  padding: 0.225em 0.725em 0.275em;
  background: rgb(255,244,177);
  cursor: default;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #ffd700;
  color: #f00;
}
ul li > a:link {
  color: #00f;
  text-decoration: none;
  cursor: pointer;
}
ul li > a:active {
  color: #00f;
  text-decoration: none;
}
ul li > a:visited {
  color: pink;
  text-decoration: none;
}
ul li > a:hover {
  color: #0f0;
  text-decoration: none;
}

main#blogWindow {
	width: 59%;
	height: 600px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	margin: 5px 0 2px 10%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

aside#sideWindow {
	width: 20%;
	height: 600px;
	float: right;
	border: 1px solid gray;
	background-color: #ffebc2;
	margin: 5px 10.25% 2px 0;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

div.ascolhdr {
	position: relative;
    width: 100%;
    height: 52px;
    background-color: #000;
	padding-top: 0.9em;
    margin: 0 0 0 0;
}

p.ascoltoptxt {
    display: block;
    font-family: "Marker Felt", "Forte MT", "Comic Sans MS", sans-serif;
    font-size: 1.55em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    margin: 0 0 0 0;
}

}

/* STYLESET SF15: MS Surface Pro,Kindle Fire HD8.9 & small desktop
===========================================
style rules for 1025-1280px width landscape */

@media screen and (min-width: 1025px) and (max-width: 1379px) and (orientation: landscape) {

body {
    padding: 0 0 18px;
    width: 99.25%;
}

iframe {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_blog {
	width: 100%;
	height: 101%;
	margin-left: 0; 
}

iframe#iframe_aside {
	height: 90.1%;
}

header.altblogBnr {
    width: 80%;
    height: 56px;
	border: 1px solid gray;
    margin: 0 10%;
}

h1.bannerTxt {
	font-family: Arial, sans-serif;
	font-size: 2.5em;
	color: gray;
	background-color: gold;
	text-align: center;
	margin-top: 0;
	padding: 0.1em 0 0.125em;
}

nav.altblogNav {
    width: 80%;
    height: 56px;
	border: 1px solid gray;
	background-color: rgb(255,244,177);
    padding: 0;
    margin: 6px 10% 0;
}

/* ----- MENU ----- */
ul {
  width: 105.5%;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 -5%;
  list-style: none;
}
ul li {
  font: bold 2.4em "Arial", sans-serif;
  display: inline-block;
  line-height: 1.0;
  margin-left: -0.5%;
  position: relative;
  padding: 0.2em 0.9em 0.225em;
  background: rgb(255,244,177);
  cursor: default;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #ffd700;
  color: #f00;
}
ul li > a:link {
  color: #00f;
  text-decoration: none;
  cursor: pointer;
}
ul li > a:active {
  color: #00f;
  text-decoration: none;
}
ul li > a:visited {
  color: pink;
  text-decoration: none;
}
ul li > a:hover {
  color: #0f0;
  text-decoration: none;
}

main#blogWindow {
	width: 59%;
	height: 600px;
	float: left;
	background-color: #ffebc2;
	border: 1px solid gray;
	margin: 6px 0 2px 10%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

aside#sideWindow {
	width: 20%;
	height: 600px;
	float: right;
	border: 1px solid gray;
	background-color: #ffebc2;
	margin: 6px 10.25% 2px 0;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll; 
}

div.ascolhdr {
	position: relative;
    width: 100%;
    height: 56px;
    background-color: #000;
	padding-top: 0.8em;
    margin: 0 0 0 0;
}

p.ascoltoptxt {
    display: block;
    font-family: "Marker Felt", "Forte MT", "Comic Sans MS", sans-serif;
    font-size: 2.1em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    margin: 0 0 0 0;
}

}

/* STYLESET SF16: desktop
=================================================
style rules for =>1367 pixel wide browser windows */

@media screen and (min-width: 1380px) and (orientation: landscape) {

body {
    padding: 5px 0 18px;
    width: 99.25%;
}

iframe {
	width: 100%;
	height: 100%;
	margin-left: 0; 
}

iframe#iframe_blog {
	width: 100%;
	height: 101%;
	margin-left: 0; 
}

iframe#iframe_aside {
	width: 99%;
	height: 89%;
	margin-left: 0; 
}

header.altblogBnr {
    width: 80%;
    height: 66px;
	border: 1px solid gray;
    margin: 0 10%;
}

h1.bannerTxt {
	font-family: Arial, sans-serif;
	font-size: 3em;
	color: gray;
	background-color: gold;
	text-align: center;
	margin-top: 0;
	padding: 2px 0 7px;
}

nav.altblogNav {
    width: 80%;
    height: 66px;
	border: 1px solid gray;
	background-color: rgb(255,244,177);
    padding: 0;
    margin: 6px 10% 0;
}

/* ----- MENU ----- */
ul {
  width: 105.75%;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 -4.7%;
  list-style: none;
}
ul li {
  font: bold 2.85em "Arial", sans-serif;
  display: inline-block;
  line-height: 1.0;
  margin-left: -0.5%;
  position: relative;
  padding: 0.2em 0.725em 0.175em;
  background: rgb(255,244,177);
  cursor: default;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #ffd700;
  color: #f00;
}
ul li > a:link {
  color: #00f;
  text-decoration: none;
  cursor: pointer;
}
ul li > a:active {
  color: #00f;
  text-decoration: none;
}
ul li > a:visited {
  color: pink;
  text-decoration: none;
}
ul li > a:hover {
  color: #0f0;
  text-decoration: none;
}

main#blogWindow {
	width: 59%;
	height: 600px;
	float: left;
	border: 1px solid gray;
	background-color: #ffebc2;
	margin: 6px 0 2px 10%;
}

aside#sideWindow {
	width: 20%;
	height: 600px;
	float: right;
	border: 1px solid gray;
	background-color: #ffebc2;
	margin: 6px 10.2% 2px 0;
}

div.ascolhdr {
	position: relative;
    width: 100%;
    height: 66px;
    background-color: #000;
	padding-top: 0.9em;
    margin: 0 0 0 0;
}

p.ascoltoptxt {
    display: block;
    font-family: "Marker Felt", "Forte MT", "Comic Sans MS", sans-serif;
    font-size: 2.4em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    margin: 0 0 0 0;
}

div.blogpagehdr {
    display: block;
    width: 103%; /* was 102.9% */
    height: 48px;
    background-color: #000;
    margin: -36px 0 0 -8px;
}

p.practcoltoptxt {
    display: block;
    font-family: "Marker Felt", "Forte MT", "Comic Sans MS", sans-serif;
    font-size: 2.25em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    padding: 0.1em 0 2px 0;
	margin-left: -0.1em;
}

}
