/* Coding and design by Hambo Development


Add colours here -

red:	#ff0;

-------------------------------------------------------------*/


body 							{ color: #000; font-family: "Lucida Grande", Arial, sans-serif; }




/* Link Typography
-------------------------------------------------------------*/

a:link, a:visited 				{ color: #a83a31; text-decoration: none; }
a:hover 						{ color: #d2d2d2; }

ul.nav li a						{ color: #ccc; font-size: 13px; text-transform: uppercase; }
ul.nav li.here a,
ul.nav li.here a:visited		{ color: #a83a31; }

#footer .nav a					{ color: #555; }




/* Header Typography
-------------------------------------------------------------*/

h1, h2, h3, h4 					{ line-height: 1em; }

h1 								{ color: #000; font-size: 32px; }
h2 								{ color: #d8ccd6; font-size: 18px; position: relative; text-transform: uppercase; }
	h2 a,
	h2 a:visited				{ color: #d8ccd6; }
h3 								{ border-bottom: 1px solid #666; color: #a83a31; font-size: 11px; margin-bottom: 5px; padding: 2px 0 5px; }





/* Paragraph Typography
-------------------------------------------------------------*/

p 								{ color: #d2d2d2; font-size: 11px; padding-bottom: 10px; }
strong							{ font-weight: bold; }




/* Section Paragraph Typography
-------------------------------------------------------------*/

li p							{ padding: 0; }
#footer p						{ color: #333; }




/* Paragraph Classes
-------------------------------------------------------------*/

p.date,
p.title,
p.release_details,
p.release_buy					{ padding-bottom: 0; text-transform: uppercase; }
span.location					{ color: #a83a31; }




