html {
	background: #ececec; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	font-size: 16px;
}


h1, h2, h3, h4 {
	margin: 10px 10px 10px -10px;
	font-family: 'Bitter', serif;
	font-weight: 400;
	z-index:2000 !important;
	line-height: 125%;
/*	text-shadow: -1px 1px 0px #468c8a;
    filter: dropshadow(color=#468c8a, offx=-1, offy=1);*/
}

h3, h4 {
	font-size: 1.25em;
}

h1 > span, h2 > span, h3 > span {
	background-image: url('../images/global/heading-flourish.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 14px;
	/* a specific pixel amount seems to work better across browsers */

}


h1 > span > span, h2 > span > span, h3 > span > span {
	padding: 4px 10px 4px 10px;
	display: inline-block;
}


h2 > span > span a, h3 > span > span a {
	color: #fff;
	text-decoration: none;
}



h3 a, h3 a:visited, h3 a:active,  h4 a, h4 a:visited, h4 a:active{
text-decoration:none;	
}
h3 a:hover, h4 a:hover{
text-decoration:underline;	
}

h1.in-textual-flow, h2.in-textual-flow, h3.in-textual-flow, h4.in-textual-flow {
	color: #222222!important;
	
}


/* this class is for uncontained h2, h3 and h4 tags for headings on white backgrounds hence color override */
.inline {
	margin: 15px 0;
	color: #111 !important;
}


#refine-filter h2 {
	text-shadow: none;
	color: #DEDEDE;
}

#refine-filter h2 > span {
	background-image: url('../images/global/heading-flourish-dark.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 0.54em;
}
#refine-filter h2 > span > span {
	background-color: #333;
}



#newsletterSignUp {
	padding: 0.4em;
}


#discovery-search {
	font-size: 2em;
	padding: 0.5em;
	font-family: 'Bitter', serif; 
	border: none;
	width: 90%;
}

#page-header .col {
	margin-bottom: 0;
}

.container	{ 
	margin: 0 auto; 
	width: 92%;
}

.no-breadcrumb	{
	margin-top: 46px;	
}

/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after, .col:after, .clr:after, .group:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

/* DEFAULT ROW STYLES */
.row { 
	position: relative;
} /* set according to preference*/
			
								  
/* DEFAULT COLUMN STYLES */
.col { 
	display: block;
	float:left;
	width: 100%;
	margin-bottom: 2%;
	min-height: 100%;
}

/* RESET MARGINS */
.col:first-child { 
	margin-left: 0; 
} /* all browsers except IE6 and lower */

#media-queries {
	background-color: rgba(0,0,0,0.7);
	padding: 0.5em;
	color: #fff;
	position: fixed;
	bottom: 0;
	font-size: 0.7em;
	left: 0;
	border-radius: 0 1em 0 0;
}

#media-queries div {
	display: none;
}


#primary-navigation ul {
	display: none;
	margin: 0;
	padding: 0;
	margin-left: 1em;
}

#primary-navigation li {
	font-size: 0.9em;
	padding: 0.3em 0.6em;
	list-style-type: none;
	display: inline-block;
	background-color: #55ABA8;	
}

#primary-navigation li.current {
	background-color: #FFF;
}

#primary-navigation li a {
	color: #FFF;
	text-decoration: none;
}

#primary-navigation li.current a {
	color: #000;
}

.control-panel {
	position: absolute;
	right: .5em;
	top: -46px;
}


.control-panel ul {
	padding: 0;
	text-align: right;
	background: #383838;
}

.control-panel li {
	font-size: 0.9em;
	padding: 0.3em 0.6em;
	list-style-type: none;
	display: inline-block;
	border: none!important;
}


.control-panel li a {
	color: #FFF!important;
	text-decoration: none;

}

#breadcrumb-holder .col {
	margin-bottom: 0;
}

#breadcrumb {
	padding-right: 10%;
}

#breadcrumb ul {
	padding: 0 0 0 8px;
	list-style-type: none;
	font-size: 0.9em;
}

#breadcrumb li {
	display: inline-block;
}

#breadcrumb a {
	color: #222;
	background-image: url('../images/global/breadcrumb-separator.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 1.1em;
	margin-right: 0.2em;
	border-bottom: 0;
}

/* img-desc styles are to be replaced by section-image styles */
.img-desc {
	width: 100%;
}

.img-desc p {
	font-size: .8em;
	float: right;
	margin: 0;
}

.img-desc p a,
.flickr-caption {
	font-size: .8em;
}


.callToActionHolder {
	text-align: right;
}
.heading-holding-banner {
	padding: 2px 0;
	background: url('../images/global/dot-grey.png'); /* Remove when id specific backgrounds are introduced */ 
}

.heading-has-background-image .heading-holding-banner {
	padding-bottom: 20px; /* To match the computed height of elements above */
	/*background-size: cover;*/
}

#viewing-and-ordering .heading-holding-banner,
#research-guides .heading-holding-banner,
#browse .heading-holding-banner,
#tagging .heading-holding-banner {
	/*background: url('../images/dot-grey.png'), url('../research-guides-bg.png') top left no-repeat;*/
	background: url('../images/global/dot-grey.png');
}


#global-controls .call-to-action-link,
#footer-wrapper .call-to-action-link {
	color: #FFF;
}

/* this over-ride should not be needed but not all text links underline on hover */
.box a:hover {
	text-decoration: underline;
}

ul.your-links {
    margin-top: 3em;
}

ul.your-links li {float: left; display:inline-block; margin: 4px; background: #efefef; padding: 2px 4px}

ul.your-links li a {text-align: left; display: block;}

.container a:focus {
   outline: 2px solid #FCE45C;
}


