/*	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: 32px;
	line-height: 36px;
	letter-spacing: 0px;
}

.large, h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #535a73;
}

.bigger, h3 {
	font-size: 26px;
	font-weight: normal;
	line-height: 36px;
}

.big, h4 {
	font-size: 22px;
	line-height: 30px;
}

body {
	/*font: 14px/20px 'Trykker',serif;*/
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 22px;
}

.small, small {
	font-size: 14px;
	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);}

div.clear{
	clear: both;
}

form{
	margin:0;
	padding:0;
}

/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

a{
	color: #224a68;
	text-decoration: underline;
}

a:hover, a:active{
	color: #92c2e8;
	text-decoration: underline;
}

body{
	background-color: #FFF;
}

#header{
	margin:0;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #224A68;
}

#headerInner{
	margin: 0 auto;
	width: 90%;
	padding: 20px 10px 10px 10px;
}

#headerLogo{
	float:left;
	margin-right: 20px;
	padding-right: 20px;
	margin-top: 5px;
	font-size: 36px;
	color: #224A68;
	line-height: 46px;
	border-right: 2px solid #224A68;
}

#headerText{
	float: left;
}

#headerInner h1{
	color: #224A68;
	font-size: 26px;
	line-height: 26px;
}

#headerInner h1 a, #headerLogo a{
	text-decoration: none;
	color: #224A68;
}

#nav{
	display: none;
}

#navCompact{
	display: none;
}

#searchAdvanced{
	float:right;
}

.goButton{
	display: none;
}

#searchInput{
	display: none;
}


#main{
	margin: 0;
	margin-bottom: 80px;
}

#mainInner{
	margin: 0 auto;
	width: 90%;
	background-color: #FFF;
	padding: 10px;	
}

.toTop{
    display: none;
}

#footer{
	border-top: 2px solid #224A68;
	left:0px;
	bottom:0px;
	width:100%;
	background-color: #224a68;
	height:80px;
	color:#fff;
	margin-top: 20px;
}

#footerInner{
	margin: 0 auto;
	width: 90%;
	color: #FFF;
}

#footerText{
	display: none;
}

#footerText a{
	color: #FFF;
	text-decoration: none;
}

.toTop img {
    vertical-align: text-top;
}

#sld, #scottishGovernment, #uog{
	float:right;
	text-align:right;
	height: 55px;
	padding: 5px 0;
}

#sldText, #govText, #uogText{
	float:right;
}

#sldText a, #govText a, #uogText a{
	color: #FFF;
	text-decoration: none;
}

#sldImage, #govImage, #uogImage{
	float: right;
	padding: 0 10px;
}

#sldImage img, #govImage img, #uogImage img{
	height: 55px;
	border-radius: 4px;
}

#welcomeLeft, #welcomeRight{
	float:none;
	width: 100%;
}

#welcome{
	padding: 10px 10px 20px 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #224A68;
	box-shadow: none;
}

#welcome ul{
	margin: 20px;
	list-style-type: square;
}

.welcomeOther{
	padding: 10px 10px 25px 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #224A68;
	box-shadow: none;
}

.welcomeOther h3 img{
	vertical-align: text-top;
}

#welcomeSearch{
	display: none;
}

#searchInput{
	display: none;
}


p{
	text-align: justify;
	margin-bottom: 10px;
}


#dostResults, #sndResults{
	width: 100%;
	float: none;
	padding: 10px;
	margin: 10px;
	color: #FFF;
	box-shadow: none;
}

#dostResults h4, #sndResults h4{
	font-size: 14px;
	margin-bottom: 10px;
}

#dostResults{
	background-color: #7198B4;
}

#sndResults{
	background-color: #224A68;
}

ol{
	margin-left: 30px;
}

ol li{
	line-height: 1.8em;
}

sup { vertical-align: top; font-size: 0.7em; }

#dostResults  h4 a{
	color: #224A68;
	text-decoration: none;
}

#sndResults  h4 a{
	color: #92c2e8;
	text-decoration: none;
}

#dostResults  h4 a:hover, #dostResults  h4 a:active, #sndResults  h4 a:hover, #sndResults  h4 a:active{
	text-decoration: underline;
}

h4.dictionaryTitle{
	color: #92c2e8;
	font-size: 18px;
}

h3.heading{
	color: #224A68;
	margin-bottom: 20px;
}
/*
.first{
	font-size: 24px;
	color: #224A68;
}
*/

.highlightsOdd em, .highlightsEven em, .highlight {
    background-color: #e088d7;
    color: #FFF;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
	border: 1px solid #224A68;
}

.highlightsOdd em, .highlightsEven em{
	font-style: normal;
}

#first{
	margin-top: 10px;
}

#firstFixed{
	position: fixed;
	top: 0;
	background-color: #224A68;
	color: #FFF;
	padding: 10px;
	width: 896px;
	display: none !important;
	z-index: 1000;
}

#firstFixed h3{
	float:left;
	font-size: 22px;
}

#firstTop{
	float: right;
}

#firstTop a{
	text-decoration: none;
}

.form{
	font-size: 24px;
	color: #224A68;
}

#firstFixed a{
	color: #FFF;
}
	 
.cno, .cit, .cref, .etym, .pron{
	display: block;
}

.etym{
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 20px;
	color: #000;
}

.cit{
	margin-left: 20px;
	padding: 0px 5px 2px 5px;
	font-size: 14px;
	line-height: 18px;
}

.date{
	font-weight: bold;
}

.quote{
	font-style: italic;
}

.even{
	background-color: #f5f5f5;
}

.odd{
	background-color: #FFF;
}

.geo{
	font-weight: bold;
	font-size: 16px;
	color: #224A68;
	
}

.sc{
	text-transform:uppercase;
	font-size: 12px;
}

.withSearch, .withoutSearch{
	width: 100%;
}

#entry, #historyEntry{
	float:none;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #224A68;
}

#entryRight{
	float: none;
	margin-left: 0px;
	width: 100%;
}

#options, #share, #browseBox, #searchNavBox, #searchNavBoxOuter, #entryRight{
	display: none;
}

#aboutBox{
	box-shadow: none;
}

.noPrint, #showHideOpts, .moreButton, .alphabetList{
	display: none;
}

h3.colouredHeading{
	color: #FFF;
	margin-bottom: 20px;
	margin-top: 40px;
	border-bottom: 2px solid #224A68;
	padding: 5px;
	box-shadow: none;
}

.colourBox{
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	margin-bottom: 20px;
	border: 2px solid #224A68;	
	box-shadow: none;
	padding: 10px;
	color: #FFF;
	float: left;
	margin: 0 10px 10px 0;
	width: 250px;
	height: 120px;
}

.stickyLeft{
	display: none;
}

.stickyCenter{
	margin-left: 10px;
}
