/***********************************************/
/* SEVEN STORIES GLOBAL TYPO STYLE SHEET */
/* AUTHOR: Tom Knowles */
/* DESCRIPTION */

/*

	Governs typography
	
*/

/***********************************************/

/*#content p a:visited
{
	background: 			url(../images/btns/tick.gif) no-repeat right;
	padding-right:          18px;
	display:				inline-block;  
}*/



html
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	color: #565969;
}

table
{
	font-size: 100%;
}

h1
{
	font-size: 160%;
	color: #30675C;
	font-weight: normal;
	text-transform:lowercase;
	margin-bottom: 8px;
}

h2
{
	font-size: 130%;
	font-weight: normal;
	text-transform:lowercase;
}

h3
{
	font-size: 95%;
	font-weight: normal;
	text-transform:lowercase;
	margin-bottom: 0px;
	
	padding: 5px 0 5px 0;
} 


h3.first
{
	padding: 0px 0 5px 0;
} 

.largecontent h3
{
	font-size: 130%;
	font-weight: normal;
	color: #30675C;
} 

h4
{
	font-size: 95%;
	font-weight: normal;
	text-transform:lowercase;
	padding-bottom: 5px;
	color: #367467;
}

h5
{
	font-size: 95%;
	font-weight: bold;
	text-transform:lowercase;
	margin-bottom: 10px;
}

p
{
	padding-bottom: 10px;
	line-height: 150%;
	color: #565969;
	text-align: left;
}

blockquote
{
	padding: 10px 20px 10px 20px;
	font-style: italic;
	line-height: 150%;
}

.largecontent li
{
	
	line-height: 150%;
}

/* links */

h4 a 
{
	color: #367467;
}

h4 a:visited
{
	color: #26534A;
}


a
{
	text-decoration: none;
	color: #6B55A8;
}


a:visited
{
	color: #474A8B;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p a
{
	font-weight: bold;
}

.greentext
{
	color: #367467;
}




.purpletext
{
	color: #6C70B3;
}


.whitetext
{
	color: #FFFFFF;
}

h3.bluetext, h4.bluetext, .bluetext
{
	color: #5682B5;
}

h3.orangetext, h4.orangetext, .orangetext
{
	color: #FF6600;
}

h3.redtext, h4.redtext, .redtext
{
	color: #CC0000;
}

#homesupplementary #left #auxleft h3.sifr, #homesupplementary #left #auxright h3.sifr
{
	margin: 0;
	padding: 0;
}

#sitenav
{	
	font-size: 90%;
}


#sitenav a, #tcs a
{
	color: #6C70B3;
}

#sitenav a:visited , #tcs a:visited
{
	color: #474A8B;
}



#footer
{
	font-size: 90%;
}

#credits a
{
	color: #006666;
}

/* sizing */

.smalltext 
{
    font-size: 90%;
}

.mediumtext 
{
    font-size: 115%;
}

.largetext 
{
    font-size: 135%;
}


/* specifics */

.openingtimes strong
{
	color: #367467;
}

.openingtimes h3
{
	border:1px solid;
}

.last
{
	margin-bottom: 10px;
}

.subnav
{
	font-size: 10px;
}

.largecontent th
{
	font-size: 130%;
	font-weight: normal;
	color: #30675C;
	text-transform:lowercase;
	font-weight:bold;
	padding: 5px 0 5px 0;
}

.border
{
	border: solid 1px red;
}

/* print only stuff (javascript gubbins) */

.printOnly 
{
    display: none;
}
    
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash #homesupplementary #left h2.sifr {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 30px;
	margin-top: -10px;
	margin-bottom: -5px;
}

.sIFR-hasFlash #homesupplementary #auxleft #left h3.sifr {
	visibility: hidden;
	letter-spacing: -2px;
	font-size: 15px;
	color: #FFF;
}

#homesupplementary #left h3.sifr
{
	color: #FFFFFF;
	font-size: 130%;
}

.smallheaderpurple h3.sifr,
.smallheaderred h3.sifr,
.smallheaderblue h3.sifr
{
	color: #FFFFFF;
	font-size: 130%;
}

