@charset "UTF-8";
/* CSS Document */


/*

	Headings and list formating
	
*/

h2							{margin-bottom: 1em;}
.poster-container			{float: left; width: 210px;  margin-bottom: 2em;}
li#poster					{width: 195px; height: 281px; margin-bottom: 1em;}
li#poster a					{width: 195px; height: 281px; display: block;}
li#venue a		    {color: #000;}
li#venue a:hover	    {color: red;}
li#venue a:visited	    {color: #000;}


/*

	Upcoming Gigs - Posters
	
*/

div#upcoming-gigs			{float: left; width: 100%;}


ul#february2011 li#poster		{background: url(img/february2011.png) no-repeat; }


/*

	Past Gig - Posters
	
	
*/

div#past-gigs			{float: left; width: 100%; margin-bottom: 3em;}

ul#nov2010 li#poster		{background: url(img/nov2010.png) no-repeat; }
ul#may2010 li#poster		{background: url(img/may2010.png) no-repeat; }
ul#june2009 li#poster		{background: url(img/june2009.png) no-repeat; }
ul#april2009 li#poster	{background: url(img/april2009.png) no-repeat;}
ul#march2009 li#poster	{background: url(img/march2009.png) no-repeat;}
ul#february2009 li#poster	{background: url(img/february2009.png) no-repeat;}
ul#january2009 li#poster	{background: url(img/january2009.png) no-repeat;}
ul#december2008 li#poster	{background: url(img/december2008.png) no-repeat;}
ul#october2008 li#poster	{background: url(img/october2008.png) no-repeat;}
ul#august2008 li#poster	{background: url(img/august2008.png) no-repeat;}
ul#may2008 li#poster	{background: url(img/may2008.png) no-repeat;}
ul#march2008 li#poster	{background: url(img/march2008.png) no-repeat;}

