/* CSS Document for Screens */
/*@import has to be the first line in the css file */

/*  Section - gigs */

section.gigs { padding-top: 20px; padding-bottom: 30px; color: #000; }



section.gigs aside { width: 100%; float:left; margin-bottom:10px;}

section.gigs aside .image { margin-right:20px}

section.gigs .img { position:relative; border:1px solid #942709; width:100%}


section.gigs article { 
	margin: 0 300px 0 0; 	 
}
section.gigs img.bump { position:relative; border:1px solid #942709; float:right; margin:0 20px 10px 0; display:inline-block; clear:right;}
section.gigs aside .image { margin-right:20px}



section.gigs article a.text:hover { color: #f8990b; text-decoration: underline; }


/* Media Queries */




@media screen and (max-width: 690px) {

section.gigs article { clear:both; margin:0;}

	section.gigs img.bump { display:none;}

	
}












