@charset "UTF-8";

/*------------------------------------------
Site: nla.or.uk
Author: Martin Cassidy
Company: Polymath Digital
Contact: martin@polymathdigital.com
Date Created: 18.04.2013
Date Modified: 18.04.2013



/** YUI RESET
------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6,h7 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

.clear-fix {
	clear: both;
}



/** PAGE STYLES
------------------------------*/


body {
	background-color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	color: #575E61;
	background-image:url(images/bg-body.jpg);
	background-position:center 320px;
	background-repeat: no-repeat;
	}
.wrapper {
	width: 940px;
	margin: 0 auto;
}

#content-wrapper {
	border-top: solid 2px #14328C;
	padding-bottom: 30px;
	width: 940px;
}



.row {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	}
.col {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.col-3 {
	margin-right: 0;
}

.sidebar-left {
	background-image:url(images/bg-sidebar-left.png);
	background-position:30px;
	background-repeat:repeat-y;
}

.sidebar-left-admin {
	background-position: 0;
}

.sidebar-left #sidebar {
	width: 220px;
	float: left;
}

.sidebar-left-admin #sidebar {
	width: 190px;
}

.sidebar-left #content {
	width: 720px;
	float: left;
}

.sidebar-right #sidebar {
	width: 230px;
	float: left;
	padding-left: 30px;
}

.sidebar-right #content {
	width: 680px;
	float: left;
}

.sidebar-left .content-inner {
	padding: 30px;
}

.sidebar-right .content-inner {
	padding: 30px 30px 30px 0;
}

.sidebar-right #content-wrapper {
	background-image:url(images/bg-sidebar-right.png);
	background-position:680px;
	background-repeat:repeat-y;
}

.sidebar-left .content-inner ol {
	margin-left: 15px;
	list-style: decimal;
}

.sidebar-left .content-inner ul {
	margin-left: 20px;
	font-family: inherit;
	list-style: disc;
}

.sidebar-left .content-inner ul li {
	line-height: inherit;
	border: none;
}

.sidebar-left .content-inner ol {
	margin-left: 15px;
	list-style: decimal;
}

.sidebar-left-admin .content-inner ul,
.sidebar-left-admin .content-inner ol {
	list-style: none;
}



/** HEADER
------------------------------*/


#header {
	padding-top: 40px;
	}
#site-details {
	width: 640px;
	float: left;
	position: relative;
	height: 80px;
	}
#logo {
	position: absolute;
	top: 0;
	left 0;
	}
#slogan {
	position: absolute;
	left: 200px;
	}

#login {
	float: right;
	margin-right: 10px;
	margin-top:20px;
	text-align: center;
	}

#loggedIn {
	float: right;
	position: relative;
	top: 15px;
	font-size: 15px;
	}
	

#search-box {
	float: right;
	margin-top:20px;
	position: relative;
	}
.search {
	border: solid 1px #cbcbcb;
	border-radius: 10px;
	height: 28px;
	width: 120px;
	padding: 0 0 0 25px;
}
.search-button {
	position: absolute;
	top: 7px;
	left: 4px;
	display: block;
	width: 21px;
	height: 19px;
	padding: 5px;
	border: 0;
	background: transparent url(images/bg-search.png) no-repeat center center;
	cursor: pointer;
}
.watermark
{
	color: #CDCDCD;	
}



/** NAVIGATION
------------------------------*/

#navigation {
	height: 36px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 25px 0;
	text-align: justify;
}

#navigation ul span {
  	display: inline-block;
	*display: inline;
   	zoom: 1;
  	position: relative;
  	width: 100%;
  	height: 0;
}

#navigation ul {
	list-style: none;
	margin: 0 auto;
	padding: 0 0 0 2px;
	height: 36px;
}

#navigation ul li {
	display: inline;
}

#navigation ul li.line {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 1px;
    background-color: #ccc;
    height: 24px;
    position: relative;
    top: 5px;

}

#navigation ul li a {
	display: inline;
	line-height: 36px;
	height: 36px;
	text-decoration: none;
	font-size: 18px;
	color: #14328C;
	font-weight: bold;
}
	
#navigation ul li a:hover {
	color: #F07D14;
}
#navigation ul li.selected a {
	color: #0091D2;
}

/** SIDEBAR-LEFT MENU
------------------------------*/

.sidebar-left ul {
	
	margin-top: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.sidebar-left-admin ul {
	margin-top: 0;

}

.sidebar-left-admin h3 {
	margin: 22px 0 5px 0;
}


.sidebar-left ul li {
	
	line-height: 40px;
	border-bottom: solid 1px #cbcbcb;
}

.sidebar-left ul li a {
	
	line-height: 40px;
	height: 40px;
	display: block;
	text-decoration: none;
	font-size: 18px;
	color: #14328C;
	}

.sidebar-left ul li.selected a {
	color: #0090d1;
	}
.sidebar-left ul li a:hover {
	color: #F07D14;
}

/** TYPOGRAPHY
------------------------------*/
.sidebar-left-admin h2 {
	font-size: inherit;
}

h3 {
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 1em 0;
}

h4 {
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 1em 0;
	color: #0090d1;
}


.content-inner ol,
.content-inner ul,
p {
	font-size: 13px;
	margin: 1em 0;
}


a, a:link, a:visited {
	color: #F07D14;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 36px;
	padding: .5em 0;
	color: #0090d1;
}

.sidebar-left h1 {
	margin-left: 30px;
}

.sidebar-left .content-inner h1 {
	margin-left: 0;
	padding: 0;
}

h2 {
	font-size: 24px;
	color: #0090d1;
}

h2.title a {
	color: #0090d1;
}



/** BUTTONS
------------------------------*/

.btn {
	background-image:url(images/bg-btn.png);
	background-repeat: repeat-x;
	line-height: 28px;
	border: solid 1px #cbcbcb;
	border-radius: 10px;
	font-size: 14px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #575E61;
	text-decoration: none;
	padding: 0 10px;
	text-align: right;
	display: block;
	height: 28px;
}

#login .btn {
	color: #575E61;
}

.btn-more a {
	width: 130px;
	height: 34px;
	display: block;
	background-image:url(images/btn-more.png);
	background-position: top left;
	color: #ffffff;
	font-size: 13px;
	text-indent: 13px;
	line-height:34px;
	text-decoration:none;
}
.btn-more a:hover {
	background-position: top right;
}

.btn-apply {
	margin: 20px 0;
}

.btn-apply a {
	width: 172px;
	height: 44px;
	display: block;
	background-image:url(images/btn-apply.png);
	background-position: left top;
	color: #ffffff;
	font-size: 15px;
	text-indent: 13px;
	line-height:44px;
	text-decoration:none;
}
.btn-apply a:hover {
	background-position: left bottom;
}
/** 
------------------------------*/

.list-item {
	padding: 15px 0;
	}
.list-thumb {
	width: 200px;
	float: left;
	margin-right: 20px;
	}
.list-details {
	width: 440px;
	float: left;
	}
.list-details h3 {
	margin: 0;
}


/** MODULES
------------------------------*/
.news-module p {
	
	margin-top: 0;
}
.module-image {
	height: 160px;
}
#imgWhoAreWe {
	display: block;
}
#twitter-widget-0 {
	margin: 5px 0 10px;
}


/** NEWS / BLOG POSTS
------------------------------*/

.post {
	border-bottom: solid 1px #E6F4FA;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.author {
	float: left;
	width: 60px;
	margin-right: 20px;
}

.post-title {
	float: left;
	width: 570px;
}

.post-title p {
	margin: 0;
}

.post-teaser {
	border-top: solid 1px #E6F4FA;
	margin-top: 10px;
}

.post .btn-more {
	float: left;
	width: 200px;
}

.sidebar-right #sidebar h3 {
	border-bottom: solid 1px #cbcbcb;
	margin-bottom: 0;
}

.sidebar-right #sidebar ul li {
	border-bottom: solid 1px #cbcbcb;
	font-size: 13px;
	line-height: 18px;
	padding: .5em 0;
}

.sidebar-right #sidebar ul li a {
	color: #0090d1;
}

/** SEARCH RESULTS
------------------------------*/
.item,
.alternatingItem {
	padding: 12px 0;
	border-top: 1px solid #0090d1;
}

.item div,
.alternatingItem div {
	margin: 10px 0;
}

.RadGrid_Default .rgRow h3 {
	display: inline;
	margin-right: 10px;
	font-size: 15px;
}

.RadGrid_Default .rgRow p {
	display: inline;
}

.RadGrid_Default .rgRow a {
	display: block;
	margin: 10px 0;
	color: #F07D14 !important;
	font-size: 15px;
}

.RadGrid_Default {
	color: inherit !important;
}

.RadGrid_Default .rgPager {
	background: #E6F4FA !important;
}

.highlight {
	background-color: Yellow;
	color: Blue;
}

/** FOOTER
------------------------------*/

#footer {
	background-color: #E6F4FA;
	padding: 20px 0;
	color: #808080;
}

#footer .col {
	width: 220px;
}

#footer a {
	color: #808080;
	font-size: 13px;
	line-height: 26px;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .copyright {
	width: 300px;
	float: left;
}

#footer .footer-links {
	width: 640px;
	float: left;
	text-align:right;
}

.social-links {
	line-height: 40px;
	
}

.social-links a {
	padding-left:40px;
	display: block;
	height: 40px;
}

.twitter {
	background-image:url(images/icon-twitter.png);
	background-position: left top;
	background-repeat:no-repeat;
}

.linkedin {
	background-image:url(images/icon-linkedin.png);
	background-position: left top;
	background-repeat:no-repeat;
}

.youtube {
	background-image:url(images/icon-youtube.png);
	background-position: left top;
	background-repeat:no-repeat;
}

.facebook {
	background-image:url(images/icon-facebook.png);
	background-position: left top;
	background-repeat:no-repeat;
}

/** DOWNLOADS 
------------------------------*/
.downloads {
	background-color: #E6F4FA;
	border-radius: 10px;
	margin: 20px 0;
}
.downloads .inner {
	padding: 20px;
}
.downloads .col {
	width: 250px;
	list-style:none;
margin-left:0!important;
}.downloads .col-last {
	width: 350px;
	margin-right: 0;
}
.downloads h3 {
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0 0 9px 0;
}
.downloads ul li {
	font-size: 13px;
	display: block;
	line-height: 26px;
	background-image: url(images/pdf.png);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left: 26px;
	list-style:none;
}
.downloads ul li a, .downloads ul li a:visited {
	color: #0090D1;
	font-size: 13px;
	line-height: 26px;
	height: 26px;
	display: inline;
}

#licenceFees td {
	font-size: 13px;
	text-align: center;
	padding: 6px;
	border: solid 1px #cbcbcb;
}

#licenceFees .first {
	text-align: left;
}

