/*


  
/* structure */   
.wrapper1{
	width: 90%; 
	margin: 0 auto;
}
	
#hero,
#page-header{
	background:#f3f3f3;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding:20px 0;
}
#hero h1{ 
	line-height:1.2em;
	margin-top:0px;
	margin-bottom:10px;}

.flexslider{
	display:none;
}

#content {  
	margin:40px 0;
}
#content h3{  
	color:#009eff;
}
#content li{
	color:#de9000;
}
#content li{
	margin-left:20px;
	list-style: disc;
	color:#de9000;
}
#content ul li > span {
color:#575c7a !important;
}

aside { 
	margin:40px 0;
}

p{ margin:0 0 1.5em;}


/* RESPONSIVE IMAGES */
img{ max-width:100%; height:auto;}




/*SECONDARY MENU*/
#secondary-navigation{
	margin-bottom:60px;
}
#secondary-navigation ul{
	margin:0;
	padding:0;
}
#secondary-navigation ul li a{ 
	background:#E6E6E6;
	display:block;
	margin:5px 0; 
	padding:10px;
	text-decoration:none;
	font-size:13px;
}

#secondary-navigation ul li.current a{
	background:#0099ff;
	color:#fff;
}
#secondary-navigation ul li a:hover{
	color:#fff;
	background:#006;}

dt{
	margin:0;
	padding:0;
	background:#006;
	display:block;
	margin:5px 0; 
	padding:10px;
}
dt a{
	color:#fff;
	text-decoration:none;
	text-transform:capitalize;
	font-weight:bold;
	font-size:16px;
}
dt a:hover{
	color:#fff;
	text-decoration:none;
}
#secondary-navigation dt{
	text-transform:capitalize;}




/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 481px) {


} 

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 920px) {

.wrapper1{
	max-width: 1200px; 
	margin: .75em auto;
}

#content {  
	float:left;
	width:60%;
}
#content.wide-content{
	float:none;
	width:100%;
}

aside { 
	float:right;
	width:30%;
}

.button1 {
	text-decoration: none;
	background-color: #006;
	background: linear-gradient(top, rgb(241,92,96) 0%, rgb(176,28,32) 100%);
	border-radius: 5px;
	color: white;
	padding: 5px;
	box-shadow: 5px 5px 5px hsla(0, 0%, 26.6667%, 0.8);
	text-shadow: 0px 1px black;
	border: 1px solid #bfbfbf;
	transition-property: border, color, text-shadow;
	transition-duration: 1s, 2s, 7s;
	margin-top:-50px;
}
.button1:hover {
	
	 color:#de9000;
	text-shadow: 0px 1px white;
	background: linear-gradient(top, rgb(145,62,56) 0%,rgb(176,28,32) 100%);		
}

