/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */

.clear:after {
  content: " ";
  display: table;
  clear: both;
}

.clear {
	zoom: 1;	
} 

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;	
}


header {
	background-color:#00A83F;
	/*background-color:rgb(93,43,78); 
	background-image: -webkit-linear-gradient(right, rgb(93,43,78), rgb(8,2,50));
	background-image: -moz-linear-gradient(right, rgb(93,43,78), rgb(8,2,50));
	background-image: -ms-linear-gradient(right, rgb(93,43,78), rgb(8,2,50));
	background-image: -o-linear-gradient(right, rgb(93,43,78), rgb(8,2,50));*/
	padding-bottom: 30px;
	background-color:#00A83F;
}
figure img {
	border: 2px solid #666;
	background-color: #FFF;
	padding: 3px;
	margin: 1px;
}
header h1 {
	font-size: 3.5em;	
	color: white;
	font-weight: bold;
	padding-top: 30px;
	clear: both;
	padding-left: 10px;
	text-align: center;
}

nav {
	background-color: rgb(25,25,25);
	border: 1px solid rgba(255,255,255,.5);	
	border-left: none;
	border-right: none;
    text-align: center;
}
nav ul {
	padding: 0;
	margin: 0;	
}
nav li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;	
}
nav a {
	float: left;
	font-size: .8em;	
	color: white;
	font-weight: normal;
	text-decoration: none;
	padding: 10px;
	border-right: 1px dashed rgba(255,255,255,.75);
	/*-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s; */
	transition: all .5s;
	
}
nav li:last-of-type a {
	border-right: none;	
}
nav a:hover {
	background-color: rgb(93,43,78);
}
aside h2 {
	font-size: 1.3em;
	margin-top: 10px;	
}
aside h3 {
	font-size: 1.1em;
	margin-top: 15px;
}
aside p, aside li {
	font-size: .75em;
	margin-top: 10px;	
}
.main h2 {
	font-size: 2em;
	margin-top: 10px;
	padding-bottom: 15px;	
}
.main h3 {
	font-size: 1.5em;
	margin-top: 20px;
	padding-bottom: 10px;	
}
.main p {
	margin-bottom: 15px;	
}
footer {
	margin-top: 15px;
	font-size: .8em;	
	padding: 10px 10px 30px 10px;
	background-color: black;
	color: rgb(204,204,204);
}
footer a {
	color: white;	
}
/* add tutorial styles below here */
* {
	/*-moz-box-sizing: border-box; */
	box-sizing: border-box;	
}

/* uncomment this style if you want the entire page -- including background colors --
   constrained inside a 1200 pixel, centered box */
/*.pageWrapper {
	max-width: 1200px;
	margin: 0 auto;	
}*/
.sidebar1 {
  float: left;
  width: 20%;
  padding: 0 20px 0 10px;
}

.sidebar1 .sidenote {
  border: solid 1px; 
  padding: 5px 10px 5px 10px;
  margin-bottom: 8px;
  box-shadow: 4px 6px 8px #000000;
}
.main {
  float: left;
  width: 55%;
  padding: 0 20px;
  border-left: solid 3px rgb(153,153,153);
  border-right: solid 3px rgb(153,153,153);
  background-color: #EBE2D2;
}
.sidebar2 {
  float: right;
  width: 18%;	
  padding: 0 0 0 5px;
}
.sidebar1  h2 {
   padding-bottom: 15px;	
} 
.sidebar2 h2 {
   padding-bottom: 15px;
}  
footer {
  clear: both;	
}
nav ul, header h1, footer p,  .contentWrapper {
	max-width: 1200px;
	margin: 0 auto;	
}
.asparagus1 {
float: right;
 margin: 15px 10px 5px 10px;
}
.asparagustip {
float: right;
 margin: 15px 10px 5px 10px;
}
figcaption {
  font: bold 1em/normal Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  text-align: center;
  background-color: #e6f3ff;
  border: 1px dashed #666;
  padding: 5px;
}
.announcement h3 {
 color: white;
 height: 2em;
}
.sidebar1 h2, .sidebar2 h2 {
	color: blue;
}
.gallery1 {
	height: 250px;
	background-color: blue;
}
.LinkstoDirt a {
    background-color: brown;
 /*   background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #89100 100%);
    background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #89100 100%);
    background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #89100 100%); */
 /*   background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #89100 100%); */ 
    border: 1px solid #951100;
    border-radius: 5px;
 /*   box-shadow: inset 0px 0px 0px 1px rgba(255,115,100,.4) 0 1px 3px #333333; */
    padding: 6px 20px 6px 20px;
	margin: 10px 10px 10px 10px;
    text-decoration: none;
    color: #fff;
    font: bold 14px/1 "helvtica neue", helvetica, arial, san-serif;
    text-align: center;
    text-shadow: 0px -1px 1px rgba(0,0,0,.8);
}
/* Main */
#menu{
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	background: #e9f6fd;         
/*	background: linear-gradient(#444, #111); */
	border-radius: 50px;	 	 
	box-shadow: 0 2px 1px #9c9c9c;
}

#menu li{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
}

#menu a{
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #999;
	text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover > a{
	color: #fafafa;
	color: red;
}

 

#menu li:hover > ul{
	display: block;
}

/* Sub-menu */

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #e9f6fd;    
 	   
    border-radius: 5px;
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;       
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child{   
   /* -moz-box-shadow: none;
    -webkit-box-shadow: none; */
    box-shadow: none;    
}

#menu ul a{    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 150px;04acec
}

#menu ul a:hover{
        background: #04acec;	 
	/* background: linear-gradient(#04acec,  #0186ba); */
}

#menu ul li:first-child a{
     
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}

#menu ul li:last-child a{     
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* * html #menu             { zoom: 1; } */ /* IE6 */
/**:first-child+html #menu { zoom: 1; } *//* IE7 */