@font-face {
    font-family: 'Inconsolata'; /*a name to be used later*/
    src: url('inconsolata.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Playtime With Hot Toddies'; /*a name to be used later*/
    src: url('playtime.ttf'); /*URL to font*/
}

body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: sans; background: #FFFFFF url('bg.png') }
table {margin-left:auto; margin-right:auto;}
a {text-decoration: none;}
pre {font-size:80%;font-family:'Inconsolata', monospace;margin:0 auto;}
.shrinkingfont{font-size:80%;font-family:'Inconsolata', monospace;}
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0px auto;
	text-align:center;
}
#content {
    width:70%;
	margin:auto;
	font-family: 'Playtime With Hot Toddies', sans-serif; 
	font-size:120%;
}
#HEADER{
    width: 90%;
    max-width: 1200px;
	margin:auto;
	overflow:auto;
}
#rightHEAD{
	float:right;
	height:116px;
	}
#leftHEAD{
	background-color: #FAF0E1;
	float:left;
}
#leftHEAD img {height:112px; width:149px;}
#LOGO{width:100%}
.toprow{width:19%;} 
.toggleMenu {
    display:  none;
    background: #A10800;
	padding-top:8px;
	padding-left:4px;
	padding-right:6px;
	padding-bottom:6px;
	margin-left:4px;
    color: #fff;
	font-size:170%;
}
.toggleMenu img{float:left;}
.nav {
    list-style: none;
     *zoom: 1;
     background:#A10800;
	 font-size:110%;
	 margin-left:4px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 5px 15px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}

.nav > li > .parent {
    background-image: url("downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #CC1A03;
    position: relative;
    z-index:100;
    border-top: 1px solid #FF3600;
}
.nav li li li a {
    background:#FF3600;
    z-index:200;
    border-top: 1px solid #DB1900;
}
.wider {
    width: 260px;
}
.widest {
    width: 300px;
}
@media screen and (max-width: 600px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	.wider { width: auto;}
	.widest { width: auto;}
	.toprow{width:100%;}
	.container{text-align:left;}
	#content{width:90%;}
	#leftHEAD{background-color: transparent;float:right;}
	#rightHEAD{display:none;}
	#leftHEAD img {height:100%;width:100%;}
	#content{width:96%;}
	.container {text-align:left;width: 100%;}
	pre {font-size:70%;}
	.shrinkingfont{font-size:70%;}
}
.embed-container {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width: 480px) {
	.screenshot{width:100%}
	pre {font-size:60%;}
	.shrinkingfont{font-size:60%;}
	#content{font-size:100%;;}
}
@media screen and (max-width: 320px) {
	pre {font-size:50%;}
	.shrinkingfont{font-size:50%;}
	#content{font-size:80%;;}
}