	a:active { outline: none; }
	a:focus { -moz-outline-style: none; }
    h3 { font-size : 16pt; color: #009EE0; text-align : center ; line-height : 15pt; margin-bottom : 0px;}


#sitemap-external .twitter a {
background-image:url(../images/twitter.png);
}
#sitemap-external .facebook a {
background-image:url(../images/facebook.png);
}
#sitemap-external .flickr a {
background-image:url(../images/flickr.png);
}
#sitemap-external .vimeo a {
background-image:url(../images/vimeo.png);
}
#sitemap-external div a {
background-position:left center;
background-repeat:no-repeat;
display:block;
height:30px;
}
#sitemap-external div {
text-indent:-9999px;
}


/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */
/* Firefox Dotted Outline Fix */
	a:active { outline: none; }
	/* Firefox Dotted Outline Fix */
	a:focus { -moz-outline-style: none; }

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 68.75%;
  color: #222; 
  background: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif; 
}


/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }
h5 { color : #009EE0 ;}
h4 { color : #FF0000 ;}
h1 { 
	font-size:115px;
	line-height:0.7em;
	margin-top: 10px;
	text-transform:uppercase;
}

h2 { 
	text-transform: uppercase;
	font-size: 28px; 
	margin-bottom: 0px; 
	letter-spacing : -2px ;
	color: #009ee0;
	line-height : 20px ;
	margin-top : 5px ;
}

h3 { 
	font-size: 2.5em;
	font-weight: bold; 
	line-height:1.5em;
	margin-bottom: 6px;
}

h5 { font-size: 1em; font-weight: bold; margin-bottom: 0em; }
/*h6 { font-size: 1em; font-weight: bold; }*/
h6 { 
	text-transform: uppercase;
	font-size: 14px; 
	margin-bottom: -0.3em; 
	text-align : left ;
 	cursor : pointer ;	
 	margin-right : 5px ;
 	padding-right : 5px ;
}

h4 { 
	text-transform: uppercase;
	font-size: 34px; 
	margin-bottom: -0.3em; 
	text-align : left ;
 	cursor : pointer ;	
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

#nowthennext-container h1,
#nowthennext-item-container h1 {
	color: #009ee0;
}
#library-container h1,
#library-item-container h1 {
	color: #ffcc00;
}
#shop-container h1,
#shop-item-container h1 {
	color: #e2001a;
}
#when-container h1,
#when-item-container h1 {
	color: #008040;
}
#about-container h1 {
	color: #9e3c8c;
}
#location-container h1 {
	color: #45a12b;
}



/* Some specific titles styles for the homepage
-------------------------------------------------------------- */

#home-container h2 a {
	display: block;
	text-indent: -9999em;
	background-repeat: no-repeat;
	height: 25px;
	margin: 6px 0 6px 0;
	text-decoration : none ;
}
#home-container h4 a {
	display: block;
	text-indent: -9999em;
	background-repeat: no-repeat;
	height: 25px;
	margin: 6px 0 6px 0;
	text-decoration : none ;
}
#home-container div#now h2 a {
	background-image: url(../images/now.png);
}
#home-container div#shop h2 a {
	background-image: url(../images/shop.png);
}
#home-container div#when h2 a {
	background-image: url(../images/shop.png);
}
#home-container div#library h2 a {
	background-image: url(../images/library.png);
}
#home-container div#now h2 a:hover,
#home-container div#now.hover h2 a,
#home-container div#shop h2 a:hover,
#home-container div#shop.hover h2 a,
#home-container div#when h2 a:hover,
#home-container div#when.hover h2 a,
#home-container div#library h2 a:hover,
#home-container div#library.hover h2 a {
	background-position: 0px -25px;
	text-decoration : none ;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 14px; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, a:visited, a:active,
a:hover     { color: #333; text-decoration: none; cursor : pointer ;}
a           { color: #000; text-decoration: none; cursor : pointer ;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .9em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* Colours
-------------------------------------------------------------- */

.purple, .purple a { color: #9e3c8c; }
.blue, .blue a { color: #009ee0; }
.red, .red a { color: #e2001a; }
.yellow, .yellow a { color: #ffcc00; }
.green, .green a { color: #45a12b; }

