/* 
    Document   : sub
    Created on : 22-Jan-2013, 20:21:35
    Author     : Adam Maltpress <adam@maltpress.co.uk>
    Description:
        
*/

.rightColumn a.headerButton {
    background: #6c7980;
    height: 57px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: 'tondobold', helvetica, arial, sans-serif;
    font-size: 0.9em;
    padding: 3px 30px 5px 4px;
    width: 73.5px;
    margin-bottom: 10px;
}

.rightColumn a.feedback {
    background: #6c7980 url('../images/feedback.png') no-repeat 48px 19px;
}
.rightColumn a.feedback:hover {
    background: #f57538 url('../images/feedback-on.png') no-repeat 48px 19px;
}

.rightColumn a.updates {
    background: #6c7980 url('../images/updated.png') no-repeat 48px 19px;
}
.rightColumn a.updates:hover {
    background: #f57538 url('../images/updated-on.png') no-repeat 48px 19px;
}
.rightColumn a.email {
    background: #6c7980 url('../images/email.png') no-repeat 48px 25px;
}
.rightColumn a.email:hover {
    background: #f57538 url('../images/email-on.png') no-repeat 48px 25px;
}
.rightColumn a.download {
    background: #6c7980 url('../images/download.png') no-repeat 66px 19px;
}
.rightColumn a.download:hover {
    background: #f57538 url('../images/download-on.png') no-repeat 66px 19px;
}
.rightColumn a.twitter {
    background: #6c7980 url('../images/twitterheader.png') no-repeat 62px 27px;
}
.rightColumn a.twitter:hover {
    background: #f57538 url('../images/twitterheader.png') no-repeat 62px 27px;
}

/* breadcrumbs, previous and next */

div.prevNext {
    font-family: helvetica, arial, sans-serif;
    display: block;
    width: 100%;
    font-size: 0.7em;
    margin-top: -10px;
}

div.prevNext a.prevPage, div.prevNext a.nextPage {
    text-decoration: none;
    color: #5c6a72;
}

div.prevNext a.prevPage:hover, div.prevNext a.nextPage:hover {
    color: #090909;
}

div.prevNext a.nextPage {
    float: right;
}

div.breadcrumbs {
    font-family: helvetica, arial, sans-serif;
    display: block;
    width: 100%;
    font-size: 0.7em;
    margin-top: 0px;
    color: #6c7980;
}

div.breadcrumbs a {
    color: #6c7980;
    text-decoration: none;
}

div.breadcrumbs a:hover {
    color: #FA5022;
}

/* page title */

div.headerRow2 {position:relative; z-index: -1;}
div.headerRow2 h1 {
    color: #f46f31;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    bottom: 5px;
    position: absolute;
}

/* page typography */

div.mainContent {
    font-size: 0.85em;
    font-family: helvetica, arial, sans-serif;
    color: #5c6a72;
}

div.mainContent h1 {
    color: #f46f31;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 10px;
}

div.mainContent h2 {
    color: #f46f31;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 10px;
    margin-top: 20px;
}

div.mainContent h3 {
    color: #f46f31;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 10px;
    margin-top: 20px;
}

div.mainContent h3 a {
    color: #f46f31;
}

div.mainContent h4 {
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 10px;
}

div.mainContent p.intro {
    margin-bottom: 10px;
    font-size: 1.35em;
    line-height: 1.1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #5c6a72;
    
    color: #e96527;
}

div.mainContent p.intro a {
    text-decoration: underline;
    color:#5c6a72;
}

div.mainContent div.intro {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #5c6a72;
    min-height: 151px;
}

div.mainContent p {
    line-height: 1.2em;
    margin-bottom: 10px;
}

div.mainContent p a, div.mainContent ul li a {
    text-decoration: underline;
    color:#e96527;
}

div.mainContent p strong {font-weight: bold;}
div.mainContent p em {font-style: italic;}

div.mainContent ul {
     line-height: 1.3em;
    margin-bottom: 10px;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 30px;
}

div.mainContent ol {
     line-height: 1.1em;
    margin-bottom: 10px;
    list-style-type: roman;
    list-style-position: inside;
}

div.mainContent table {
    width: 100%;
    margin-bottom: 30px;
}

div.mainContent table caption {
    text-align: left;
    font-weight: bold;
    padding-bottom: 8px;
}

div.mainContent table thead tr td, div.mainContent table tfoot tr td {
    text-align: left;
    font-style: italic;
    padding-bottom: 3px;
    border-right: 10px solid #fff;
}

div.mainContent table tbody tr td, div.mainContent table tfoot tr td {
    border-top: 1px dotted #5c6a72;
    border-right: 10px solid #fff;
    padding: 3px 0px 3px 0px;
}

div.mainContent table tbody tr td:last-child, div.mainContent table thead tr th:last-child {
    border-right: none;
}

/* general form */

div.mainContent form {
    display: block;
    background: #eceaea;
    padding: 20px 20px 10px;
    clear: both;
}

div.mainContent form li {
    display: block;
    width: 100%;
    float: left;
    border-top: 1px dotted #4B575F;
    padding-top: 10px;
    margin-bottom: 10px;
}

div.mainContent form li:first-child {
    border: none;
}

div.mainContent form li.textonly {
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 10px;
    border: none;
}

div.mainContent form .reqtxt, div.mainContent form .emailreqtxt {
    color: #f46f31;
    font-weight: bold;
    margin-left: 10px;
    font-size: 1.2em;
}

div.mainContent form label {
    color: #5c6a72;
    width: 200px;
    display: block;
    float: left;
    padding-top: 3px;
    margin-bottom: 0px;
}

div.mainContent form li.cf-box-group {
    margin: 10px 0px;
    border: none;
}

div.mainContent form li.cf-box-group label {
    float: left;
    width: 396px;
    display: block;
    font-size: 0.9em;
    margin: -5px 5px 5px 5px;
    clear: right;
}

div.mainContent form li.cf-box-group input {
    margin: 0px;
    float: left;
}

div.mainContent form input[type='text'], div.mainContent form select {
    width: 200px;
    color: #5c6a72;
    
}

div.mainContent form select {
    width: 200px;
    color: #5c6a72;
}

div.mainContent form textarea {
    width: 420px;
    color: #5c6a72;
    
}

div.mainContent form input[type='text'], div.mainContent form select, div.mainContent form textarea {
    border: 1px solid #5c6a72;
}

div.mainContent form input[type='submit'] {
    width: auto;
    border: none;
    background: #5c6a72;
    color: #fff;
    margin-top: 15px;
    padding: 2px 2px;
    font-weight: bold;
    font-size: 0.9em;
    font-family: Helvetica, arial, sans-serif;
}

div.mainContent form a {
    color: #5c6a72;
    text-decoration: underline !important;
}

div.mainContent form a:hover {
    color: #090909;
}

.linklove {display:none;}

div.failure {
    background-color: #FFF;
    border-color: #cf3101;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    margin-bottom: 30px;
    display: block;
    float: left;
    clear: both;
    width: 438px;
    font-weight: bold;
    font-size: 0.8em;
}

div.success {
    background-color: #FFFFE0;
    border-color: #E6DB55;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    margin-bottom: 30px;
    display: block;
    float: left;
    clear: both;
    width: 438px;
    font-weight: bold;
    font-size: 0.8em;
}


/* sidebars/text widgets */

aside.widget_text {
    color: #f46f31;
    font-size: 0.85em;
    font-family: helvetica, arial, sans-serif;
    line-height: 1.2em;
    padding: 0px 0 10px 0;
    display: block;
    border-color: #f46f31;
}

aside.widget_text h2 {
    font-weight: bold;
    margin-top: -5px;
}

aside.widget_text p {
    display: block;
    clear: both;
}

aside.widget_text a {
    font-weight: bold;
    text-decoration: underline;
    color: #f46f31;
}

aside.widget_text a:hover {
    color: #5c6a72;
}

aside.widget_text strong {font-weight: bold;}
aside.widget_text em {font-style: italic;}

/* callout */

aside.callout {
    display: block; 
    float: left;
    color: #f46f31;
    font-family: 'co_headlineregular', helvetica, arial, sans-serif;
    font-size: 1.7em;
    margin-bottom: 20px;
}

aside.callouttext {
    display: block; 
    float: left;
    color: #f46f31;
    font-family: 'co_headlineregular', helvetica, arial, sans-serif;
    font-size: 1.7em;
    margin-bottom: 20px;
     background: #e9e8e8;
     padding: 10px 25px 80px 10px;
     width: 190px;
     border-bottom: none;
}

aside.callout p cufon {
    margin-top: -7px;
}

/* wordpress styles */

article.singlenews {
    border-bottom: 1px dotted #4b575f;
    padding-top: 10px;
}

article.singlenews time, article.singlenews h2 a {
    color: #4B575F;
    font-family: helvetica,arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
}

article.singlenews h2 a {
    font-size: 0.9em;
    text-decoration: none;
}

article.singlenews h2 a:hover {
    color: #000;
}

article.singlenews h2 {
    margin-top: 0px;
}

/* events */

article.singleevent {
    border-bottom: 1px dotted #4b575f;
    padding-top: 10px;
}

article.singleevent.nounder {
    border: none;
}

article.singleevent time, article.singleevent h2 a {
    color: #4B575F;
    font-family: helvetica,arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
}

article.singleevent h2 {
    margin:0px;
}

article.singleevent h2 a {
    font-size: 0.9em;
    text-decoration: none;
}

article.singleevent h2 a:hover {
    color: #000;
}

article.singleevent div.dateicon {
    display: block;
    float: left;
    width: 95px;
    margin-right: 10px;
    background: #e5e6e8 url('../images/event-bg-new.png') no-repeat 26px 21px;
    height: 125px;
    margin-bottom: 10px;
    position: relative;
}

article.singleevent div.dateicon:hover {
    background: #e0e1e3 url('../images/event-bg-new-on.png') no-repeat 26px 21px;
}

article.singleevent div.dateicon span {
    color: #4B575F;
    font-family: helvetica,arial,sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    position: absolute;
    top: 48px;
    left: 39%;
}

article.singleevent div.dateicon span.month {
    font-size: 0.8em;
    top: 65px;
    left: 39%;
}

article.singleevent div.dateicon span.time {
    top: 92px;
    left: 26%;
}


article.singleevent div.eventdetails {
    margin-left: 110px;
}

article.singleevent span.location {
    color: #4B575F;
    font-family: helvetica,arial,sans-serif;
    font-size: 1em;
    font-weight: normal;
    margin: 0px;
}

article.singleevent span.location a {
    color: #4B575F;
    text-decoration: none;
}


/* publications */

article.singlepub {
    border-bottom: 1px dotted #4b575f;
    padding-top: 10px;
}

article.singlepub.nounder {
    border: none;
}

article.singlepub time, article.singlepub h2 {
    color: #4B575F;
    font-family: helvetica,arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
}

article.singlepub time {
    font-weight: normal;
}

article.singlepub h2 {
    margin:0px;
}

article.singlepub h2 a {
    font-size: 0.9em;
    text-decoration: none;
}

article.singlepub h2 a:hover {
    color: #000;
}

article.singlepub div.pubicon {
    display: block;
    float: left;
    width: 95px;
    margin-right: 10px;
    background: #e5e6e8 url('../images/pub-new.png') no-repeat 26px 21px;
    height: 125px;
    margin-bottom: 10px;
    position: relative;
}

article.singlepub div.pubicon span {
    color: #4B575F;
    font-family: helvetica,arial,sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    position: absolute;
    top: 53px;
    left: 40%;
}

article.singlepub div.pubdetails {
    margin-left: 110px;
}

article.singlepub a.download {
        width: auto;
    border: none;
    background: #5c6a72;
    color: #fff;
    margin-top: 15px;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 0.9em;
    font-family: Helvetica, arial, sans-serif;
    text-decoration: none;
}


/* archive links */

div.archivelinks {
    display: block;
    border-bottom: 1px dotted #4b575f;
}


div.archivelinks ul {
   margin: 0px 0px 10px 0px;
}
div.archivelinks ul li {
    float: left;
    list-style-type: none;
    margin: 0px 5px 0px 0px;
    padding: 0px;
}

div.archivelinks ul.right li {
    margin: 0px 0px 0px 5px;
}

div.archivelinks ul li a {
    font-size: 0.9em;
    color: #4b575f;
    text-decoration: none;
    list-style-position: inside;
}

div.archivelinks ul li a:hover {
    color: #000;
    text-decoration: underline;
}

article.past {opacity: 0.5;}