/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}



/*	Typography presets
	------------------	*/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge, h1 {
	font-size: 68px;
	line-height: 72px;
	letter-spacing: -1px;
}

.large, h2 {
	font-size: 28px;
	line-height: 36px;
	font-weight: normal;
	color: #535a73;
	padding-bottom: 5px;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 10px;
}

.bigger, h3 {
	font-size: 26px;
	font-weight: normal;
	line-height: 36px;
}

.big, h4 {
	font-size: 22px;
	line-height: 30px;
}

body {
	font: 14px/24px 'Open Sans', 'Corbel','HelveticaNeue','Roboto','Segoe','Arial','Lucida Sans Unicode','Lucida Grande',sans-serif;
}

.small, small {
	font-size: 12px;
	line-height: 18px;
}

/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}



body {
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

#logoPrint{
	display: inline;
}

#logoTransparent{
	display: none;
}

ul.intext
{
  margin-left:1em; 
  padding-left:0.2em; 
  margin-bottom:1em;
}

ul.intext li
{
  list-style-type:none;
  padding-left: 0.8em; 
  list-style: none; 
}

ul.intext2col
{
  margin-left:1em; 
  padding-left:0.2em; 
  margin-bottom:1em;
  -moz-column-count:2; /* Firefox */
  -webkit-column-count:2; /* Safari and Chrome */
  column-count:2;
  font-size: 13px;
  line-height: 18px;
}

ul.intextsmall
{
  margin-left:1em; 
  padding-left:0.2em; 
  margin-bottom:1em;
  font-size: 13px;
  line-height: 18px;
  list-style: none; 

}

table.fulltable
{
	table-layout: fixed;
	width:100%;
	border: 0px;
}

#wrapper{
	width: 972px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #FFF;
	margin:20px auto;
	box-shadow: none; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none;
}

#header{
	margin: 0px;
}

#logo{
	margin: 0px;
	color: #535a73;
}

#navbar{
display: none;
}

#subNavbar{
display: none;
}

#logoInner{
	padding-top: 10px;
}

#navbarInner, #subNavbarInner, #logoInner, #footerInner{
	margin: 0 auto;
	width: 972px;
	padding-left: 10px;
	padding-right: 10px;
}

#logoInner{
	padding-left: 10px;
}

#mainWithLeftNav{
	float:left;
	width: 752px;
}

#leftNav{
display:none;
}

#main{
	width: 952px;
	margin-left: 0px;
	margin-right: 10px;
}

#mainInner{
	padding: 0;
}

div.clear{
	clear:both;
}

/* Navbars */

ul.navList{
display: none;
}

/* Footer */

#footer{
display: none;
	
}

/* Breadcrumbs */

#breadcrumbs{
	margin-top: 7px;
	margin-bottom: 5px;
	color: #8E8E8E;
}

#breadcrumbs a{
	color: #8E8E8E;
	text-decoration: underline;
}

/* Welcome Page */
#welcome{
	width: auto;
	float:none;
	padding: 10px;
	margin: 10px 5px 10px 0;
	background-color: #535a73;
	color: #FFF;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);	
}

#welcomeRight{
	float:none;
	padding: 0px;
	margin: 10px 5px 10px 0;	
}

#welcomeQsearch{
display: none;
}

#welcomeQsearch h4, #welcomeCotd h4{
	color: #FFF;
	font-weight: normal;
	margin-bottom: 20px;
}

#welcomeCotd{
	width: auto;
	background-color: #a9b0c8;
	color: #FFF;
	margin: 10px 0 20px 10px;
	padding: 10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);	
}

p.hierarchy a, p.cotdTitle a{
	color: #FFF !important;
	text-decoration: none !important;
}

p.hierarchy a:hover, p.hierarchy a:active,p.cotdTitle a:hover, p.cotdTitle a:active {
	text-decoration: underline !important;
}

p.cotdTitle{
	font-size: 18px;
	font-weight: bold;
}

a.linkButton, a.refineButton, input.searchButton{
	cursor: pointer;
	padding: 5px;
	color: #FFF !important;
	text-decoration: none !important;
	font-weight: bold;
	background-color: #535a73;
	border: 1px solid #535a73;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}
a.linkButton:hover, a.linkButton:active{
	background-color: #8db4d7;
	border: 1px solid #535a73;
}

input.searchButton:hover, input.searchButton:active{
	background-color: #a9b0c8;
	border: 1px solid #535a73;
}

/*  Main page */

p{
	text-align: justify;
	margin-bottom: 10px;
}

p.right{
	text-align:right;
}

#main p a{
	color: #456b8c;
	text-decoration: underline;
}

#main p a:hover, #main p a:active{
	text-decoration: underline;
}

label{
	cursor: pointer;
	font-weight: bold;
}

div.pos, span.dates{
	border: 1px solid #a9b0c8;
	background-color: #e1e1eb;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	
}

div.pos{
	float: left;
}

span.dates{
	padding: 5px;
}

.hFloat{
	float:left;
	margin-right: 10px;
}

.hFloat img{
	display: none;
}

ul.subCatBrowse{
	margin-left: 0px;
	list-style-type: none;
}

ul.subCatBrowse li{
	border: 1px solid #a9b0c8;
	margin-bottom: 2px;
}

ul.subCatBrowse a{
	color: black;
	text-decoration: none;
	display:block;
	padding-left: 10px;
}

ul.subCatBrowse a:hover, ul.subCatBrowse a:active{
	text-decoration: none;
	background-color: #8db4d7;
	color: #FFF;
}

#subCatToggle{
	margin-bottom: 0px;
	border: 1px solid #a9b0c8;
	background-color: #e1e1eb;
}

#subCatToggle a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-color: #e1e1eb;
	padding: 3px 10px;
	display: block;
}

#subCatToggle a img {
	vertical-align: text-top;
	padding-top: 2px;
}

#subCatToggle a:hover, #subCatToggle a:active{
  text-decoration: none;
}

#subCatBrowseDiv{
	background-color: #535a73;
	padding: 10px;
	border: 1px solid black;
	box-shadow: none; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none;
}

#browseUp{
	margin-bottom: 0px;
	color: #FFF;
	background-color: #535a73;
	padding: 10px;
	padding-bottom: 0;
	border: 1px solid black;
	box-shadow: none; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none;
}

#browseUp h4{
	font-size: 18px;
	font-weight: normal;
}

#browseDown{
	margin-top: 20px;
	color: #FFF;
	background-color: #535a73;
	padding: 10px;
	padding-bottom: 0;
	border: 1px solid black;
	box-shadow: none; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none;
}

#browseDown h4{
	font-size: 18px;
	font-weight: normal;
}

div.downHierarchy, div.upHierarchy, div.posHierarchy{
	float: left;
	border-radius: 4px;
	border: 1px solid #a9b0c8;
	background-color: #e1e1eb;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.downHierarchy a, div.upHierarchy a, div.posHierarchy a{
	display: block;
	text-decoration: none;
	padding: 0px 5px;
	color: #3a3a3a !important;
}

div.downHierarchy a:hover, div.downHierarchy a:active, div.upHierarchy a:hover, div.upHierarchy a:active{
	background-color: #8db4d7;
	color: #FFF !important;
	text-decoration: none !important;
}

div.posHierarchy a:hover, div.posHierarchy a:active{
	background-color: #535a73;
	color: #FFF !important;
	text-decoration: none !important;
	border-radius: 4px;
}

div.joinHierarchy{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1px 6px;
	font-weight: bold;
}

#browsePOS{
	background-color: #8db4d7;
	color: #FFF;	
	padding: 10px;
	padding-bottom: 0;
	border: 1px solid black;
	box-shadow: none; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none;
	margin-top: 0;
}

#browsePOS h4{
	font-size: 14px;
	font-weight: normal;
}

#categoryMain{
	margin: 20px 0 20px 10px;
}

#specCharToggle{
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #a9b0c8;
	background-color: #e1e1eb;
}

#specCharToggle a {
	color: #000 !important;
	text-decoration: none !important;
	font-weight: normal;
	background-color: #e1e1eb;
	padding: 3px 10px;
}

#specCharToggle a img, label img {
	vertical-align: text-top;
	padding-top: 2px;
}

#specCharToggle a:hover, #specCharToggle a:active{
  text-decoration: none;
}

#specChar a{
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #a9b0c8;
	background-color: #e1e1eb;
	font-weight: bold;
	color: #000 !important;
	text-decoration: none !important;
}

#specChar a:hover, #specChar a:active{
	color: #FFF !important;
	background-color: #535a73;
	border: 1px solid #535a73;	
}

#mySearch{
	background-color: #535a73;
	color: #FFF; 
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid black;
	box-shadow: none; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none;
}

a.refineButton{
	cursor: pointer;
	padding: 5px;
	color: #FFF !important;
	text-decoration: none !important;
	font-weight: bold;
	background-color: #a9b0c8;
	border: 1px solid #a9b0c8;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}
a.refineButton:hover, a.refineButton:active{
	background-color: #8db4d7;
	border: 1px solid #a9b0c8;
}

#recommended{
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid black;
	box-shadow: none; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none;
}

#recommendedHeader{
	background-color: #8db4d7;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 0px;
	border: 1px solid black;
	box-shadow: none; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none;
	padding: 10px;
}

div.navigation{
	text-align: center;
	background-color: #8db4d7;
	color: #FFF;
	font-weight: normal;
	margin: 10px 0;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
	padding: 5px;
}

div.navigation a{
	text-decoration: none;
	color: #FFF;
}

h4.catList{
	font-weight: normal;
	margin-bottom: 10px;
}

p.catOdd{
	margin-bottom: 0;
	padding: 5px;
}

p.catEven{
	background-color: #e9e9f7;
	margin-bottom: 0;
	padding: 5px;
}

span.oedLink{
	display: none;
}

span.oedLink a{
	text-decoration: none !important;
	color: #FFF !important;
	background-color: #32486a;
	padding: 2px;
	border-radius: 4px;
}

span.oedLink a:hover, span.oedLink a:active{
	background-color: #96282c;
}

#citeLink{
display: none;
}

#oedSub{
	display: none;
}

h4.citeHeader{
	font-size: 18px;
}

.ui-dialog-title{
	color: #FFF;
}

p.citeP{
	padding-bottom: 10px;
	border-bottom: 1px dashed #535a73;
}