/*!
Theme Name: Water Security (Oxford Uni)
Author: One Ltd
Author URI: http://oneltd.co.uk
*/html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    background: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
nav ol, nav ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 80%;
    color: #4d4d4d;
    margin: 24px 0px;
}
th {
    font-weight: bold;
    text-align: left;
    padding: 8px 8px 8px 0px;
    border-top: 1px solid #dedede;
}
td {
    font-weight: normal;
    text-align: left;
    padding: 8px 8px 8px 0px;
    border-top: 1px solid #dedede;
}
td ul {
   margin-left: -18px;
}
td.red {
    background-color: #dedede;
    border-top: 8px solid #fff;
    border-bottom: 12px solid #fff;
    border-right: 12px solid #fff;
}

.register table {
    border-collapse: separate;
    border-spacing: 0;
}
.register th {
    font-weight: bold;
    text-align: left;
    padding: 8px 8px 8px 0px;
    border: none;
}
.register td {
    font-weight: normal;
    text-align: left;
    border: none;
}
   
blockquote:before, blockquote:after, q:before, q:after {
    content: ""}
blockquote, q {
    quotes: "" ""}
a:focus {
    outline: 0;
}

a:hover, a:active {
    outline: 0;
}
a img {
    border: 0;
}
body, button, input, select, textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
p {
    margin-bottom: 1em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
dt {
    font-weight: bold;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}
a, a:visited {
    color: #e86749;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #dc1931;
}

hr {
    border-style: solid;
    border-color: #dedede;
    border-width: 1px 0px 0px;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    margin: 0px;
    padding: 5px;
}

#alignleft h1 {
   font-size: 16px;
   margin-bottom: 0em;
}

#alignleft {
    display: inline;
    float: left;
    width: 477px;
    border-top: 1px solid #dedede;
    padding-top: 12px;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.button {
    background: #eee;
    background: #eee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%);
    background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    background: #eee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%);
    background: #eee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%);
    background: #eee -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%);
    background: #eee linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%);
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 4px 12px;
    padding: 8px 10px;
    display: inline-block;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
    line-height: normal;
    cursor: pointer;
}
.button:hover {
    background: #ddd;
    background: #ddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0, rgba(0, 0, 0, 0.3) 100%);
    background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: #ddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0, rgba(0, 0, 0, 0.3) 100%);
    background: #ddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0, rgba(0, 0, 0, 0.3) 100%);
    background: #ddd -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0, rgba(0, 0, 0, 0.3) 100%);
    background: #ddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0, rgba(0, 0, 0, 0.3) 100%);
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    color: #222;
}
.button:active {
    background: #ccc;
    background: #ccc -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0, rgba(10, 10, 10, 0.4) 100%);
    background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
    background: #ccc -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0, rgba(10, 10, 10, 0.4) 100%);
    background: #ccc -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0, rgba(10, 10, 10, 0.4) 100%);
    background: #ccc -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0, rgba(10, 10, 10, 0.4) 100%);
    background: #ccc linear-gradient(top, rgba(255, 255, 255, 0.35) 0, rgba(10, 10, 10, 0.4) 100%);
    border: 1px solid #666;
}
.button.full-width {
    width: 100%;
    padding-left: 0!important;
    padding-right: 0!important;
    text-align: center;
}
.simple-form fieldset {
    margin-bottom: 20px;
}
.simple-form input[type="text"], .simple-form input[type="password"], .simple-form input[type="email"], .simple-form textarea, .simple-form select {
    display: block;
    width: 210px;
    max-width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: 0;
    padding: 6px 4px;
    margin: 0 0 20px 0;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
}
.simple-form select {
    padding: 0;
}
.simple-form input[type="text"]:focus, .simple-form input[type="password"]:focus, .simple-form input[type="email"]:focus, .simple-form textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.simple-form textarea {
    min-height: 60px;
}
.simple-form label, .simple-form legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
}
.simple-form input[type="checkbox"] {
    display: inline;
}
.simple-form label span, .simple-form legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}
.simple-form input[type="submit"] {
    background: #eee;
    background: #eee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%);
    background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    background: #eee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%);
    background: #eee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%);
    background: #eee -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%);
    background: #eee linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%);
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 4px 12px;
    padding: 8px 10px;
    display: inline-block;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
    line-height: normal;
    cursor: pointer;
}
.simple-form input[type="submit"]:hover {
    background: #ddd;
    background: #ddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0, rgba(0, 0, 0, 0.3) 100%);
    background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: #ddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0, rgba(0, 0, 0, 0.3) 100%);
    background: #ddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0, rgba(0, 0, 0, 0.3) 100%);
    background: #ddd -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0, rgba(0, 0, 0, 0.3) 100%);
    background: #ddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0, rgba(0, 0, 0, 0.3) 100%);
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    color: #222;
}
.simple-form input[type="submit"]:active {
    background: #ccc;
    background: #ccc -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0, rgba(10, 10, 10, 0.4) 100%);
    background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
    background: #ccc -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0, rgba(10, 10, 10, 0.4) 100%);
    background: #ccc -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0, rgba(10, 10, 10, 0.4) 100%);
    background: #ccc -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0, rgba(10, 10, 10, 0.4) 100%);
    background: #ccc linear-gradient(top, rgba(255, 255, 255, 0.35) 0, rgba(10, 10, 10, 0.4) 100%);
    border: 1px solid #666;
}
.simple-form input[type="submit"].full-width {
    width: 100%;
    padding-left: 0!important;
    padding-right: 0!important;
    text-align: center;
}
.tabs {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: solid 1px #ddd;
}
.tabs li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0;
}
.tabs li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 29px;
    padding: 0 20px;
    line-height: 30px;
    border: solid 1px #ddd;
    border-width: 1px 1px 0 0;
    margin: 0;
    background: #f5f5f5;
    font-size: 13px;
}
.tabs li a.active {
    background: #fff;
    height: 30px;
    position: relative;
    top: -4px;
    padding-top: 4px;
    border-left-width: 1px;
    margin: 0 0 0 -1px;
    color: #111;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}
.tabs li:first-child a {
    border-width: 1px 1px 0 1px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
}
.tabs li:first-child a.active {
    margin-left: 0;
}
.tabs li:last-child a {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}
.tabs:before, .tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.tabs:after {
    clear: both;
}
/***
a {
    text-decoration: none;
    color: #e86749;
}
a:hover {
    color: #dc1931;
}****/

body {
    background-color: #fff;
}
#page {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
.container {
    width: 940px;
    margin: 0 auto;
    padding: 0;
}
.container #site-header {
    float: left;
    width: 940px;
    height: 120px;
    margin-bottom: 10px;
}
.container #main-navigation {
    width: 940px;
}
.container .banner {
    clear: both;
    width: 940px;
    height: 120px;
    margin-bottom: 16px;
    padding: 6px 0px 10px 0px;
}
.container .banner#carousel {
    height: 340px;
}
.container .sidebar, .container .content {
    float: left;
}
.container .content.double-col {
    width: 680px;
}
#site-footer {
    clear: both;
    border-top: 1px solid #dedede;
    padding-top: 10px;
    background-color: #fff;
}
#site-header h1 {
    float: left;
    margin: 10px 0 10px -5px;
    font: bold 16.666666666666668px Helvetica, arial, sans-serif;
    font-size: 44px;
    line-height: 1;
    font-weight: bold;
    color: 007e7b;
}
#site-header h1 a {
    text-decoration: none;
    color: #6cc7dc;
}
#site-header a#ox-uni {
    background: transparent url(images/common/ox-logo.gif) bottom left no-repeat;
    display: block;
    width: 76px;
    height: 74px;
    text-indent: -9999px;
    float: right;
}
#main-navigation {
    float: left;
    margin-bottom: 10px;
    padding: 0;
    background-color: #4a6a65;
}
#main-navigation ul {
    float: left;
    margin: 0;
}
#main-navigation ul li {
    border-right: 1px solid #fff;
    padding: 0;
    margin: 0;
    float: left;
    font: normal 13px Helvetica, Arial, sans-serif;
}
#main-navigation ul li a {
    display: block;
    padding: 5px 12px;
    text-decoration: none;
    color: #fff;
}
#main-navigation ul li a:hover {
    color: #fff;
    background-color: #dc1931;
}
#main-navigation ul li.current_page_item a, #main-navigation ul li.current-page-ancestor a {
    color: #dc1931;
    background-color: #fff;
    font-weight: bold;
}
#site-header form#search {
    float: right;
    margin-top: 100px;
    margin-right: 0px;
    padding: 0;
    z-index: 10;
}
#site-header form#search-sub {
    float: right;
    margin-top: 100px;
    margin-right: 0px;
    padding: 0;
    z-index: 10;
}
#site-header form#search label {
    display: none;
}
#site-header form#search input[type="text"] {
    border: 1px solid #dedede;
    padding: 4px 6px;
    font: normal 12px Helvetica, arial, sans-serif;
    width: 170px;
    color: #e86749;
}
#site-header form#search input[type="submit"] {
    width: 25px;
    height: 25px;
    border: 0;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    background: url(images/common/search.png) center center no-repeat;
    cursor: pointer;
}
#site-header #twitter {
    float: right;
    margin-top: 100px;
}
#site-footer {
    color: #97a8a6;
    padding-bottom: 50px;
    font: 12px/1.6em Helvetica, Arial, sans-serif;
}
#site-footer .alignright ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#site-footer .alignright ul li {
    float: left;
    margin: 0 20px 0 0;
}
#site-footer .alignright ul li a {
    text-decoration: none;
    color: #409ab2;
}
#site-footer .alignright ul li a:hover {
    color: #e86749;
}
#site-footer .alignright ul li:last-child {
    margin-right: 0;
}
.sidebar.lhs h2 {
    clear: left;
    margin-bottom: 10px;
    padding: 0;
    color: #007e7b;
    font: 12px/1.6em Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.sidebar.lhs ul.menu {
    width: 100%;
    list-style: none;
    margin: 0 0 15px 0;
}
.sidebar.lhs ul.menu li {
    margin: 0 0 4px 0;
    font: bold 13px Helvetica, arial, sans-serif;	
    line-height: 130%;
}
.sidebar.lhs ul.menu li a {
    display: block;
    padding: 7px 0px 7px 0px;
    text-decoration: none;
    color: #243d3a;
     url(images/common/arrow-small.png) center left no-repeat;
}

.sidebar.lhs ul.menu li a.active {
    color: #dc1931;
}
.sidebar.lhs ul.menu li a:hover {
    color: #e86749;
}

.sidebar.lhs ul.menu li ul.children {
    display: none;
    list-style: none;
    margin: 5px 0 0 20px;
}
.sidebar.lhs ul.menu li ul.children li {
    padding: 0;
    margin: 0 0 1px 0px;
    font: 12px/1.6em Helvetica, Arial, sans-serif;
}
.sidebar.lhs ul.menu li ul.children li a {
    padding: 2px 0;
    background-color: transparent;
}
.sidebar.lhs ul.menu li ul.children li a:hover {
    color: #e86749;
}
.sidebar.lhs ul.menu li.current_page_item ul.children, .sidebar.lhs ul.menu li.current_page_parent ul.children {
    display: block;
}
.sidebar.lhs ul.menu li.current_page_item ul.children li a, .sidebar.lhs ul.menu li.current_page_parent ul.children li a {
    color: #4d4d4d;
}
.sidebar.lhs ul.menu li.current_page_item ul.children li a:hover, .sidebar.lhs ul.menu li.current_page_parent ul.children li a:hover {
    color: #e86749;
}
.sidebar.lhs ul.menu li.current_page_item ul.children li.current_page_item a, .sidebar.lhs ul.menu li.current_page_parent ul.children li.current_page_item a {
    color: #dc1931;
}
.sidebar.lhs ul.menu li.current_page_item a, .sidebar.lhs ul.menu li.current_page_parent a {
    color: #dc1931;
}
.sidebar.lhs ul.menu.person-sorter-alpha {
    float: left;
}
.sidebar.lhs ul.menu.person-sorter-alpha li {
    width: auto;
    float: left;
    margin-right: 4px;
    padding: 0;
}
.sidebar.lhs ul.menu.person-sorter-alpha li a {
    padding: 5px .8em;
    background-image: none;
}
.sidebar.lhs ul.menu.person-sorter-alpha li a.active {
    color: #dc1931;
}
#carousel {
    overflow: hidden;
}
#carousel ul {
    list-style: none;
    width: 5640px;
    margin: 0;
    padding: 0;
}
#carousel ul li {
    float: left;
    width: 940px;
    height: 340px;
    position: relative;
}
#carousel ul li .banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 900px;
    padding: 20px;
    height: auto;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
}
#carousel ul li .banner-content h1 a {
    display: block;
    color: #002d62;
    font: bold 16.666666666666668px Helvetica, arial, sans-serif;
    font-size: 26px;
    text-decoration: none;
    height: 33px;
    background: transparent url(images/common/arrow.png) top right no-repeat;
}
#carousel ul li .banner-content h1 a:hover {
    background-position: bottom right;
}
article#home-tacticals .tactical {
    float: left;
    width: 220px;
    margin-right: 20px;
}
article#home-tacticals .tactical:last-child, article#home-tacticals .tactical.end-row {
    margin-right: 0;
}
article.content h1 {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    color: #dc1931;
    font: normal 24px Helvetica, arial, sans-serif;
}
article.content h2, article.content h3 {
    font: 12px/1.6em Helvetica, arial, sans-serif;
    font-size: 16px;
    margin-bottom: .5em;
    color: #00737b;
}
article.content h3 {
    font-size: 14px;
    color: #409ab2;
    margin-bottom: 0;
}
article.content h4 {
    font-size: 13px;
    color: #00737b;
    margin-bottom: 0.2em;
}
article.content p, article.content li {
    color: #4d4d4d;
    font: 12px/1.6em Arial, sans-serif;
}
article.content ul {
    margin-bottom: 1em;
    padding-left: 32px;
}

article.content ol {
    margin-bottom: 1em;
    padding-left: 32px;
}
article.content p.intro {
    font: normal 16px/1.4em Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
}
.tactical {
    margin: 0 0 15px 0;
    padding: 0;
}
.tactical h2 {
    margin: 0 0 5px 0;
    padding: 0 0 10px 0;
    color: #409ab2;
    font: bold 16.666666666666668px Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #dedede;
}
.tactical img {
    width: 100%;
    height: 100px;
    padding: 0;
    background-color: #aaa;
}
.tactical p {
    color: #4d4d4d;
    font: 12px/1.6em Arial, sans-serif;
    margin: 3px 0 0 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #dedede;
}
.tactical a {
    display: block;
    text-decoration: none;
    font: normal 16px Helvetica, Arial, sans-serif;
    color: #4d4d4d;
    padding: 6px 5px;
    background: url(images/common/arrow-small-2.png) 95% 1px no-repeat;
}
.tactical a:hover {
    background-position: 95% -28px;
    color: #fff;
    background-color: #6cc7dc;
}
#post-13.content h1 {
    margin-bottom: 0;
}
#post-13.content .pagination {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
    float: left;
}
#post-13.content .pagination p.person-finder-page {
    float: left;
    width: auto;
    margin: 0;
}
#post-13.content .pagination ul.person-sorter-pagination {
    list-style: none;
    float: right;
    margin: 0;
}
#post-13.content .pagination ul.person-sorter-pagination li {
    display: inline;
    float: left;
    margin: 5px 5px 0 0;
}
#post-13.content .pagination ul.person-sorter-pagination li a {
    display: block;
    padding: 0 .4em;
    border: 1px solid #dedede;
    color: #97a8a6;
}
#post-13.content .pagination ul.person-sorter-pagination li a:hover {
    color: #fff;
    background-color: #007878;
}
#post-13.content .pagination ul.person-sorter-pagination li a:visited {
    color: #e86749;
}
#post-13.content .pagination ul.person-sorter-pagination li a.active {
    color: #fff;
    font-weight: bold;
    background-color: #dc1931;
}
#post-13.content article.person {
    width: 460px;
    float: left;
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
}
#post-13.content article.person aside {
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 15px;
}
#post-13.content article.person .profile {
    float: left;
    width: 315px;
}
#post-13.content article.person .profile h1 {
    border: 0;
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #dc1931;
}
#post-13.content article.person .profile h2 {
    margin: -8px 0 10px 0;
    color: #007e7b;
    font-family: Helvetica, arial, sans-serif;
    font-size: 13px;
}
.content .news, .content .search {
    clear: both;
    padding-bottom: 15px;
}
.content .news header, .content .search header {
    overflow: hidden;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #dedede;
}
.content .news header h1, .content .search header h1 {
    padding: 0;
    width: 550px;
    margin: 0;
    border: 0;
    font-size: 16px;
}
.content .news header p, .content .search header p {
    position: absolute;
    right: 0;
    bottom: 7px;
    margin: 0;
    font-size: 11px;
    color: #007e7b;
}
.content .news .news-content, .content .search .news-content {
    clear: both;
}
.content .news .news-content p, .content .search .news-content p {
    margin-bottom: 5px;
}
.content .search h2 {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #dedede;
}
#post-search header {
    overflow: hidden;
    padding-bottom: 7px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b3b3b3;
}
#post-search header h1 {
    padding: 0;
    margin: 0;
    border: 0;
}
#post-search header p#search-term {
    font: bold 16.666666666666668px Helvetica,arial,sans-serif;
    padding-top: 5px;
    font-size: 14px;
    color: #007e7b;
    margin: 0;
}
.search-pagination {
    width: 680px;
    float: left;
    margin: 15px 0;
    padding-top: 10px;
    border-top: 1px solid #b3b3b3;
}
.search-pagination p a {
    display: block;
    padding: 5px 15px;
    background-color: #dedede;
    color: #97a8a6;
    font-size: 14px;
}
.search-pagination p a:hover {
    background-color: #dc1931;
    color: #fff;
}
#site-map {
    list-style: none;
    margin: 0;
    padding: 0;
}
#site-map li {
    font: normal 18px/1.4em Arial, sans-serif;
    font-size: 16px;
    margin: 0 0 15px 0;
    clear: left;
}
#site-map li a {
    display: block;
    color: #666;
    text-decoration: none;
    padding: 0;
}
#site-map li ul.children {
    list-style: none;
    margin: 10px 0;
    padding-left: 30px;
}
#site-map li ul.children li {
    font-size: 14px;
    display: inline;
    float: left;
    margin: 0 10px 10px 0;
}
#site-map li ul.children li a {
    padding: 0;
    border: 0;
}
#post-0 {
    position: relative;
    clear: both;
    height: 355px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
    background: url(images/common/404.png) top left no-repeat;
}
#post-0 h1, #post-0 p {
    display: none;
}
#post-0 form#search {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#post-0 form#search label {
    display: none;
}
#post-0 form#search input[type="submit"] {
    height: 25px;
    border: 0;
    padding: 0;
    margin: 0;
    color: #fff;
    background: transparent;
    cursor: pointer;
}
#post-0 form#search input[type="submit"]:hover {
    border-bottom: 1px solid #fff;
}

#breadcrumb
{
        background-color: #fff;
        list-style-type: none;
        overflow: hidden;
        padding: 18px 30px 17px 30px;
	padding: 0px 0px 0px 0px;
}

#breadcrumb li
{
        float: left;
}

#breadcrumb a
{
	color: #97a8a6;
        text-decoration: none;
        display: block;
        padding: 0 5px 0 0;
	font-size: 12px;
}

#breadcrumb a:hover,
#breadcrumb a:focus
{
	color: #dc1931;
}
.redtext {
	color: #dc1931;
}
.textsidebar {
	font-size: 12px;
	line-height: 140%;
	color: #007e7b;
	padding-top: 8px;
}
.textsidebar ul {
	list-style: none;
}
.textsidebar li {
	padding-bottom: 12px;
}

.textsidebar a {
	color: #007e7b;
	font-weight: bold;
}
.textsidebar a:hover {
	color: #dc1931;
}
.textsidebar h2 {
	color: #dc1931;
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: bold;
}

.homepage {
	margin: 0px 0px 24px 0px;
}

.homepage h1 {
	font-size: 24px;
	font-weight: bold;
	color: #dc1931;
	margin-bottom: 16px;
}

#home-images {
	float:left;
	margin: 0;
}
#home-left {
	float:left;
	margin: 16px 34px 20px 0px;
	width: 290px;
}
#home-left h2 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0px 8px 12px;
	background-color: #97a8a6;
}
#home-left a {
       color: #000;
}
#home-centre {
	float:left;
	margin: 16px 34px 20px 0px;
	width: 290px;
}
#home-right {
	float:left;
	margin: 16px 0px 20px 0px;
	width: 290px;
}
#home-text {
	float:left;
	width: 614px;
	margin: 0px 34px 20px 0px;
	font-size: 14px;
}
#home-block {
	margin-top: 8px;	
	float: left;
	width: 290px;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}
#home-block h2 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0px 8px 12px;
	background-color: #97a8a6;
}
#home-block a {
       color: #000;
}
.people
{
	float: left;
	margin-top: 4px;
	width: 100px;
}
.people-text
{
	margin-left: 124px;
}
.people-top
{
	float: left;
	margin-top: 20px;
	width: 100px;
}
.people-partners
{
	float: left;
	margin-top: 4px;
	width: 150px;
}
.clear
{ 
	clear:both;
}
.timeline {
	margin-left: 124px;
	margin-bottom: 8px;
	border-bottom: 1px solid #dedede;
}
#timeline-top {
	margin: 0 0 20px 0;
}
#timeline-top h2 {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	color: #4a6a65;
	padding: 12px 0px 4px 0px;
}

.container .frontpagesidebar.lhs {
	width: 250px;
	margin: 16px 34px 20px 0px;
}

.frontpagesidebar.lhs h2 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0px 8px 12px;
	background-color: #97a8a6;
}

.frontpagesidebar.lhs ul.menu,
.smart-post-list-main {
    width: 100%;
    list-style: none;
    margin: 7px 0 7px 0;
    float: none;
}
.frontpagesidebar.lhs ul.menu li {
    margin: 0 0 4px 0;
    font: 14px Helvetica, arial, sans-serif;	
    line-height: 130%;
}
.frontpagesidebar.lhs ul.menu li a {
    display: block;
    font-weight: bold;
    padding: 7px 0px 7px 0px;
    text-decoration: none;
    color: #243d3a;
/*    background: url(images/common/arrow-small.png) center left no-repeat; */
}

.frontpagesidebar.lhs ul.menu li a.active {
    color: #dc1931;
}
.frontpagesidebar.lhs ul.menu li a:hover {
    color: #e86749;
}




.container .frontpagesidebar.rhs {
	width: 250px;
	margin: 16px 0px 20px 34px;
	float: left;
}


.frontpagesidebar.rhs h2 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0px 8px 12px;
	background-color: #97a8a6;
}

.frontpagesidebar.rhs h3 {
    font-size: 14px;
    color: #409ab2;
    margin-bottom: 0;
}

.frontpagesidebar.rhs ul.menu {
    width: 100%;
    font-weight: bold;
    list-style: url(images/common/right-arrow-bullet.png);
    margin: 0 34px 15px 34px;
}
.frontpagesidebar.rhs ul.menu li {
    margin: 0 34px 4px 0;
    font: 14px Helvetica, arial, sans-serif;	
    line-height: 110%;
}
.frontpagesidebar.rhs ul.menu li a {

    font-weight: bold;
    padding: 4px 0px 4px 0px;
    text-decoration: none;
    color: #243d3a;
}

.frontpagesidebar.rhs ul.menu li a.active {
    color: #dc1931;
}
.frontpagesidebar.rhs ul.menu li a:hover {
    color: #e86749;
}


.home-text2 {
	float:left;
	width: 372px;
	margin: 16px 0px 20px 0px;
	font-size: 14px;
}

.world-map {
     margin: 0 !important;
     padding: 0 !important;
     border: 0 !important;
}

/* Simon Minter additions March 2015 */

.main-content {
    clear: both;
}
.sidebar.lhs {
    width: 200px;
    margin-right: 16px;
    margin-top: -16px;
}
.sidebar.lhs .sidebar.lhs {
    /* A bit wacky, but nested to prevent the need to remove */
    /* inline classes from loads of content */
    width: auto;
    margin-right: 0;
    margin-top: 0;
}
.sidebar.rhs {
    width: 212px;
    margin-right: 0;
}
.main-content .content {
    width: 460px;
    margin-right: 32px;
    border-left: 1px solid #dedede;
    padding-left: 16px;
    padding-bottom: 24px;
}
/* Temporary overrides until the news and publication pages are redone */
.blog article.post,
.page-template-page-people-template article.page,
.single-post article.post {
    border-left: 1px solid #dedede;
    width: 460px;
    padding-left: 16px;
    padding-bottom: 24px;

}

/* Override CSS from the Ultimate Posts Widget plugin */
.upw-posts.hfeed {
    margin: 7px 0;
}
.upw-posts.hfeed article {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.upw-posts .entry-title {
    margin-bottom: 4px !important;
}
.upw-posts .entry-title a {
    display: block;
    font-weight: bold;
    padding: 7px 0;
    color: #243d3a;
    font-size: 14px;
    line-height: 130%;
}
.upw-posts .entry-title a:hover {
    color: #e86749;
    text-decoration: none !important;
}
/* Styling for output of Subpages Widget - copied from ul.menu; not pretty to copy */
/* but preferable to altering previous CSS without knowing what might happen.      */
.widget_subpages ul {
    width: 100%;
    list-style: none;
    margin: 0 0 15px 0;
}
.widget_subpages ul li {
    margin: 0 0 4px 0;
    font: bold 13px Helvetica, arial, sans-serif;   
    line-height: 130%;
}
.widget_subpages ul li a {
    display: block;
    padding: 7px 0px 7px 0px;
    text-decoration: none;
    color: #243d3a;
     url(images/common/arrow-small.png) center left no-repeat;
}
.widget_subpages ul li.widget_subpages_current_page a {
    color: #dc1931;
}
.widget_subpages ul li a:hover,
.widget_subpages ul li.widget_subpages_current_page ul li a:hover {
    color: #e86749;
}
.widget_subpages ul li ul {
    margin: 0 0 0 20px;
}
.widget_subpages ul li ul li {
    padding: 0;
    margin: 0 0 1px 0px;
    font: 12px/1.6em Helvetica, Arial, sans-serif;
}
.widget_subpages ul li ul li {
    padding: 0;
}
.widget_subpages ul li ul li a {
    padding-bottom: 0;
}
.widget_subpages ul li.widget_subpages_current_page ul li a {
    color: #243d3a;
}


/* Override CSS for the WP Publications Archive plugin */

.publication-archive {
	font-family: arial,sans-serif;
	font-size: 16px;
	line-height:1.4;
	}

.publication_title {
	font-weight: bold;
	padding-bottom: 3px;
	color:#F46B4F;
	}

.publication_authors {
	padding-bottom: 1px;
	}

.publication_authors .date {
	padding-left: 5px;
	color: #666666;
	}

.publication_download {
	color:#990000;
	}
.publication_summary {
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

.publication_summary .title, .publication_keywords .title, .publication_categories .title{
	font-weight: bold;
	padding-right: 5px;
	color: #666666;
	}

.publication_keywords {
	padding-left: 20px;
	padding-bottom: 3px;
	}

.publication_categories {
	padding-left: 20px;
	padding-bottom: 3px;
	}
	
.single-publication {
        font-family: arial,sans-serif;
	font-size: 12px;	
        margin-bottom:20px;
	}