.medium {display: block}
.large {display: none}
.small {display: none}

body {
	background: none;
	background-color: #ffffc1;
	text-align: center;
}


.box {
    width:99.5%;
    display:box;
    /* Firefox */
    display:-moz-box;
    -moz-box-orient:horizontal;
     /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-orient:horizontal;
    /* W3C */
    display:box;
    box-orient:horizontal;
	margin: auto;
	/*margin: 78px 0px 0px 2%;*/
	border: 2px solid #000;
	border-radius: 5px;
	outline: 0px dashed yellow;
}

.box .column1 {
    -moz-box-flex:1.0; /* Firefox */
    -webkit-box-flex:1.0; /* Safari and Chrome */
    -ms-flex:1.0; /* Internet Explorer 10 */
    box-flex:1.0;
	position: relative;
    background: #ffffc1;
	width:59.75%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 10px 10px;
	border-right: 2px solid black;
	border-radius: 0px;
	outline: 0px dashed blue;
}
.box .column2 {
    -moz-box-flex:1.0; /* Firefox */
    -webkit-box-flex:1.0; /* Safari and Chrome */
    -ms-flex:1.0; /* Internet Explorer 10 */
    box-flex:1.0;
    background: #ffffc1;
	width:39.75%;
	padding: 0px 5px;
	border-left: 2px solid #000;
	border-radius: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	outline: 0px dashed black;
}

.article{
	float:left;
	width:60%;
	margin-left: 1.0%;
	text-align:left;
	border:1px solid #da3734;
	border-radius: 5px;
	background:#ffffc1;
	margin-top: 15px;
	margin-bottom: 5px;
	padding:5px 10px 10px 10px;
}

.asideSL{
	float: right;
	width:25%;
	margin-right: 35px;
	margin-top: 15px;
	}

.quote{
	font-weight: 900;
	width: 96.5%;
	float: left;
	border:0px dashed blue;
	border-radius: 3px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 5px 5px;
	background:#ffffc1;
	outline: 0px dotted red;
}
fieldset {
	background-color: #ffffc1;
	color: #808080;
	width: 99%;}

fieldset h2	
	{font-size: 1.5em;}	
	
fieldset p {font-size: 1.0em;
	}
	
fieldset legend
	{line-height: 1.3em;
	border-radius: 7px;
	}

fieldset legend h2
	{font-size: 1.2em;
	}

.section fieldset {
	margin-top: 10px;
	margin-left: 1.5%;
	line-height: 1.1;
	font-size: 1.0em;
	width: 97%;
	color: #808080;
}
	
.section fieldset legend {
	line-height: 0.85em;
	font-size: 0.80em;
	padding: 0px 5px 0px 5px;
}	

.form{
	width:95%;
	}
	
ul.enlarge img{
width: 75px;
height: 100px;
background-color:#b8860b;
padding: 4px;
-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
border-radius: 4px;
}	
ul.enlarge span img{
	width: 400px;
	height: 528px;
	padding:2px;
	background:#ccc;
}	

ul.enlarge li:hover span{ 
top: -550px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: 275px; /*distance from the left of the thumbnail to the left of the popup image*/
}
ul.enlarge li:hover:nth-child(2) span{
top: -550px;
left: 140px; 
}
ul.enlarge li:hover:nth-child(3) span{
top: -550px;
left: 0px; 
}

ul.enlarge li:hover:nth-child(4) span{
top: -550px;
left: -150px;
}

ul.enlarge li:hover:nth-child(5) span{
top: -550px;
left: -300px;
}	

/*.introduction{
	/*background-image: url("Slider/Collage Border.jpg"); no-repeat-x no-repeat-y fixed center;*/
	/*width:96%;
	min-height: 500px;
	
}*/


.introduction {
	min-height: 525px;
}

#imgs img 
{
    border:2px solid #f2bc12;
	border-radius: 5px; /*we want to show only 1 img at the time*/
}

/*the container */
#Snav 
{
    display:block;
    width:56%;
    height:41%;
    position:absolute;
    top:25%;
    left:22%;
 }

#SnavMiddle 
{
    display: block;
    width:100%;
    height:85%;
    margin-top: -10%; /*this is up to you , where you want the buttons*/
}

#Sleft {
    width:10%;
    height:90%;
    float:left;
    margin-left:5%;
    opacity:0.8;
}

#SnavBottom 
{
    display:block;
    background-color:rgba(0, 0, 0, 0);/*change 4th code from 0.8 to 0*/
    width:100%;
    height:10%;
    position:absolute;
    bottom:10%;
    left:5px;
}
#SnavBottom p 
{
    font:normal 120% Arial;
    color:#ffff00;
    position:absolute;
    bottom: 0px;
	font-weight: 900;
	line-height: 0.80em;
    left:5px;
    margin-left:1px;
    visibility:hidden;
}

.menu {
  /* position: relative;*/
  height: 37px;
  background:#f2bc12;
  width: 100%;
  text-align: left;
  border-bottom:0px solid black;
  border-left:0px solid black;
  border-right:0px solid black;
  border-bottom-right-radius:5px;
  border-bottom-left-radius: 5px;
  margin-left: 0%;
  margin-top: 0px;

  outline: 0px dashed blue;
}
.menu > ul > li > a {
	font-size: 12px;
	font-weight: 900;
	padding: 10px 0px 10px 0px;}

/*allows down arrow to sit at the left of anchor*/
.menu > ul > li.has-sub > a {
  padding-right: 25px;
}

/*sub*/
.menu ul ul li {
  position: relative;
  outline: 0px solid blue;
}

/*position sub menu*/
.menu > ul > li:hover > ul {
  left: -20px;
  top: 35px;
  opacity: 1;
}

.footer-beta {
	width: 99.5%;
	font-size: 0.7em;
	background-color: #ffffc1; 
	padding: 5px 0px 15px 0px; 
	border: 1px solid #da3734;
	border-radius: 7px;
	margin-top: 0px;}

p.footer {
	color:#5d4d43;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	}
	
.jukebox   {
	position: relative;
	color: blue;
	width: 70%;
	height: 110px;
	margin: 10px 0px 10px 13%;
	background: -webkit-linear-gradient(red, yellow, green); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(red, yellow, green); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(red, yellow, green); /* For Firefox 3.6 to 15 */
    background: linear-gradient(red, yellow, green); /* Standard syntax (must be last) */
	padding: 5px 5px 0px 5px;
	border: 6px solid #da3734;
	border-radius: 15px;
}
.icon {
	background-color: 0;
	position: absolute;
	top: 5%;
	left: 90%;
	width: 40px;
	outline: 0px dashed blue;
}	
audio {
	padding: 10px;
	position: absolute;
	top: 45%;
	left: 20%;
}	
.jukebox p    {
	position: absolute;
	color: blue;
	font-weight: 900;
	font-size: 0.9em;
	font-style: italic;
	text-align: justify;
	left: 18%;
	top: 5px;
	width: 70%	
}

	