body {
	background: #ffffc1;
}
.medium {display: block}
.large {display: none}
.small {display: none}
h1{
	font-size: 22px;
}
/*APPEARS IN 2018FabricSaleReview*/
.section {
	outline: 0px dotted blue;
}
.section p {
	font-size: 1.1em;
	line-height: 1.15em;
}
.article{
	float:left;
	width:60%;
	margin: 1.0%;
	text-align:left;
	border: 0px 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: 45px;
}
.asideSL p {letter-spacing: 1px;  }
/*APPEARS IN campaign.php*/
.quote{
	font-weight: 700;
	width: 100%;
	float: left;
	border:0px dashed blue;
	border-radius: 3px;
	padding: 5px;
	margin: 0px;
	background:#ffffc1;
}
fieldset {
	color: #808080;
	width: 95%;
}
fieldset h2	
	{font-size: 1.15em;}	
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: 95%;
	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 {
	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: -30%;
    margin: 0 auto;
}
#SnavBottom p {
	display: block;
	position: absolute;
    color: #fff;
	text-shadow: 4px 4px #000;
	text-align: center;
	font-size: 1.2em;
    font-weight: 900;
	line-height: 1.3em;
    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;
	margin: 0px 0px 0px 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;
	padding: 5px 0px 15px 0px; 
	border: 2px 0 0 0 solid #da3734;
	text-align: center;
}
.footer-beta p {
	text-align: center;
}
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%	
}
.header{height: 240px;}
container1 {
	margin-top: 10px;
    width: 45%;
    background: #ff00ff;
	outline: 0px dotted red;
}
.cube {
	position: relative;
	float: right;
	margin: -210px 10px 0 0;
	padding: 5px;
	width: 45%;
	font-size: 1.1em;
	border-radius: 15px;
	outline: 0px dotted blue;
}
/*FIELD SET CONFIG FOR COLUMN2*/
.column2 fieldset{
		width: 95%;
		border: 2px solid red;
		margin: 5px 0;
		background-color: #ffffc1;
	}
.column2 fieldset legend {
		width: 75%;
		font-size: 0.9em;
		line-height: 0.95;
		padding: 5px;
		color: #000;}
.column2 fieldset p {
		font-size: 0.95em;
		font-weight: 400;
		color: red;
		text-align: left;
}
.column2 fieldset ul{
		list-style-type:none;
}
.column2 fieldset img {
		 border: 2px solid red;
		 border-radius: 3px;
		 padding: 0px;
		 margin: 0 3px 5px 0;
}
.column2 fieldset h6 {
		font-size: 1.05em;
		line-height: 1.15em;
		padding: 5px 10px 5px 5px;
	}
/*APPEARS IN campaign.php*/
.articleCampaign {
	width: 99%;
	background: #ffffc1;
	padding: 15px;
	position: relative;
	font-size: 0.95em;
	outline: 0px solid blue;
}
.notes {
	position: absolute;
	float: right;
	top: 25px;
	right: 50px;
	width: 55%;
	text-align: left;
}
.notes, p {
		padding-top: 10px;
		font-size: 0.65em;
		text-align: left;
		line-height: 0.70em;
		color: #000;
}
/*GUIDE IS USED TO ADD AN INSTRUCTIONAL CAPTION BENEATH A PHOTO - APPEARS IN 2016_BikeTourReview.php, join.php*/
	.guide {
		padding: 0 10px;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		background-color: #ebea71;
	}
	.guide p {
		text-align: justify;
		padding: 5px;
	}
.box .column1 p {
	font-size: 0.80em;
	line-height: 1.25em;
	font-weight: normal;
}
}