/* ==========================================================================
   Base
   ========================================================================== */

@font-face {
    font-family: 'OpenSans';

    src: url('/assets/fonts/opensans-regular-webfont.eot');
    src: url('/assets/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/opensans-regular-webfont.woff') format('woff'), url('/assets/fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('/assets/fonts/opensans-light-webfont.eot');
    src: url('/assets/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/opensans-light-webfont.woff') format('woff'), url('/assets/fonts/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemiBold';
    src: url('/assets/fonts/opensans-semibold-webfont.eot');
    src: url('/assets/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/opensans-semibold-webfont.woff') format('woff'), url('/assets/fonts/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('/assets/fonts/opensans-bolditalic-webfont.eot');
    src: url('/assets/fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/opensans-bolditalic-webfont.woff') format('woff'), url('/assets/fonts/opensans-bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('/assets/fonts/opensans-bold-webfont.eot');
    src: url('/assets/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/opensans-bold-webfont.woff') format('woff'), url('/assets/fonts/opensans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: url(/assets/img/background.png) #e0e0e0;
    font-family: 'OpenSans';
    font-size: 18px;
    line-height: 1.2;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

sup {
    font-size: xx-small;
    vertical-align: top;
}

b, strong {
    font-family: 'open_sansbold';
}

.clear {
    clear: both;
}

.white-bg {
    background-color: #ffffff;
}

.white {
    color: #ffffff !important;
}

.dark-grey {
    color: #444343 !important;
}

.light-grey {
    color: #7f7e7e !important;
}

.sky-blu {
    color: #67e6e5 !important;
}

.sky-blu-bg {
    background-color: #67e6e5 !important;
}

.yellow-bg {
    background-color: #eed841 !important;
}

.italic {
    font-style: italic;
}

.light {
    font-family: 'OpenSansLight';
}

.clear {
    clear: both;
}

input[type="text"], textarea, input[type="email"] {
    border: none;
}

ol > li {
    list-style: decimal;
}

em {
    font-style: italic;
}

strong > em {
    font-family: 'open_sansbold_italic';
}

/* =============================================================================
   Header
   ========================================================================== */

.banner {
    background-color: #66e5e4;
    position: relative;
}

.banner .container {
    border-bottom: 1px solid #64d6d5;
    height: 127px;
}

a.brand {
    display: block;
    position: absolute;
    top: 32px;
    left: 22px;
}

a.brand h2 {
    font-family: "Times New Roman";
    font-size: 42px;
    font-style: italic;
    color: #1c4b4b;
    position: absolute;
    top: 23px;
    left: 100px;
    width: 270px;
}

a.brand h2 > span {
    color: #f5f4f4;
}

a.brand h3 {
    color: #309796;
    font-size: 14px;
    position: absolute;
    left: 100px;
    top: 67px;
    width: 230px;
}

#socials {
    position: absolute;
    right: 7px;
    top: 90px;
}

#socials img {
    float: right;
    margin-left: 4px;
}

#menu-contact-menu {
    position: absolute;
    top: 100px;
    left: 600px
}

#menu-contact-menu li, #menu-primary-navigation li {
    float: left;
    margin-right: 25px;
}

#menu-contact-menu a {
    color: #309d9c;
    font: 13px 'OpenSansLight';
}

#menu-contact-menu .active a,
#menu-contact-menu a:hover,
#menu-primary-navigation .active a,
#menu-primary-navigation a:hover {
    color: #ffffff;
}

#menu-primary-navigation {
    margin: 10px 0px 0px 10px;
}

#menu-primary-navigation a {
    color: #266665;
    font: 13px 'OpenSansLight';
}

/* search */
header.banner #searchform {
    background-color: #ffffff;
    width: 370px;
    height: 42px;
    float: right;
    margin-top: -10px;
}

header.banner #searchform .search-query, .watermark {
    height: 42px;
    width: 300px;
    padding: 0px;
    padding-left: 10px;
    color: #aca9a9 !important;
    font-family: 'OpenSansLight';
    font-size: 15px;
    font-style: italic;
}

header.banner #searchsubmit {
    float: right;
    margin-right: 18px;
    margin-top: 9px;
}

/* ==========================================================================
   Content
   ========================================================================== */

.container {
    position: relative;
}

.container, .banner {
    width: 960px;
    margin: 0 auto;
}

.banner {
    height: 170px;
}

.content {
}

#contents, .single article, article.type-page {
    width: 595px;
    float: left;
}

#contents article header {
    padding: 25px 15px 70px 30px;
    background-color: #ffffff;
}

#contents header > h2 {
    font-family: "Times New Roman";
    font-size: 28px;
    margin-bottom: 15px;
}

p.excerpt {
    font-size: 14px;
    font-family: 'OpenSansLight';
}

a.readmore {
    font-size: 16px;
    font-family: 'OpenSansLight';
    padding: 10px 55px 10px 35px;
    width: 80px;
    display: block;
}

#contents a.readmore {
    position: relative;
    left: -30px;
    top: 30px;
}

#moreposts {
    background-color: #eeeeee;
    width: 595px;
    display: table;
    height: 255px;
}

#moreposts a {
    display: table-cell;
    vertical-align: middle;
    padding-left: 80px;
    font-size: 36px;
    font-family: "Times New Roman";
    color: #6e6c6c;
    background: url(/assets/img/more-posts.png) center 110px no-repeat;
    width: 595px;
    background-position: 400px;
}

/* home page */

.about-box {
    background: url(/assets/img/oblique-bg.gif);
}

/* single post */

.single article header h1, .page article header h1 {
    font-size: 35px;
    color: #302f2f;
    margin: 25px;
}

.sharing {
    background-color: #515151;
    padding: 5px 30px;
    display: table;
    float: left;
}

.sharing > a {
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
    padding-right: 5px;
}

.pdf {
    background: none repeat scroll 0 0 #F2BF22;
    float: left;
    font-family: 'OpenSansSemiBold';
    font-size: 16px;
    height: 26px;
    padding-top: 8px;
    text-align: center;
    width: 150px;
    margin-left: 12px;
}

.podcast_link {
    background: none repeat scroll 0 0 #a6a6a6;
    float: left;
    font-family: 'OpenSansSemiBold';
    font-size: 16px;
    height: 26px;
    padding-top: 8px;
    text-align: center;
    width: 150px;
    margin-left: 12px;
}

.rss_link {
    background: none repeat scroll 0 0 #fd9501;
    float: left;
    font-family: 'OpenSansSemiBold';
    font-size: 16px;
    height: 26px;
    padding-top: 8px;
    text-align: center;
    width: 150px;
    margin-left: 12px;
}

.single .entry-content, .page .entry-content, .error404 .entry-content {
    clear: both;
    padding: 35px;
}

.single .entry-content p,
.page .entry-content p,
.error404 .entry-content p,
#page404 li,
.entry-content li {
    font-family: 'OpenSansLight';
    font-size: 13px;
    color: #515151;
    line-height: 1.4;
    margin-bottom: 10px;
}

.single .entry-content h3 {
    color: #2b2b2b;
    font-size: 30px;
    font-family: "Times New Roman";
    margin-bottom: 25px;
}

.single .hentry footer {
    margin-bottom: 60px;
}

.entry-content li {
    list-style-position: outside;
    margin-left: 20px;
}

.entry-content a {
    color: #67E6E5;
}

.intro {
    font-family: 'OpenSansSemiBold';
    clear: both;
    background: #f2f2f2;
    padding: 30px 37px;
    margin-top: 20px;
    font-size: 14px;
    color: #302f2f;
}

.abstract {
    border-bottom: 1px solid #c2c3c3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footnotes {
    margin-top: 80px;
}

/* single page */

.page footer {
    margin-bottom: 65px;
}

/* contact us */

.contact .main > article, .contact .main > aside {
    margin-top: -4px;
}

.contact h1 {
    color: #302f2f;
    font-size: 35px;
    font-family: "Times New Roman";
    margin: 35px 0px 20px 30px;
}

#contact-address h2 {
    color: #292828;
}

#contact-address {
    font-family: "Times New Roman";
    clear: both;
    background: #f2f2f2;
    padding: 30px 30px;
    margin-top: 20px;
    font-size: 24px;
    color: #5a5959;
    width: 510px;
    font-style: italic;
}

#contact-address a {
    background-color: #66e5e4;
    display: block;
    font-size: 21px;
    font-family: "Times New Roman";
    width: 180px;
    padding: 8px;
    text-align: center;
    margin-top: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#contact_form {
    background-color: #66e5e4;
    position: relative;
}

#contact_form h3 {
    color: #ffffff !important;
}

#wpcf7-f117-t1-o1 {
    margin-left: 25px;
}

#contact_form input[type="text"],
#contact_form textarea,
#contact_form input[type="email"] {
    font-size: 16px;
    font-family: "Times New Roman";
    color: #a3a3a3;
    width: 165px;
    padding: 4px 15px;
    margin: 8px 0px;
}

#contact_form textarea {
    height: 60px;
    resize: none;
}

#contact_form input[type="submit"], #page404 #searchsubmit {
    border: none;
    background-color: #515151;
    color: #ffffff;
    font-family: "Times New Roman";
    font-style: italic;
    font-size: 18px;
    padding: 6px 20px;
    margin: 20px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#contact_form div.wpcf7-response-output {
    position: absolute;
    top: 230px;
    left: 190px;
    border-width: 1px;
    font-size: 12px;
    background-color: #ffffff;
}

#contact_form .wpcf7-not-valid-tip {
    width: 190px;
}

/* about us */

.about h1 {
    font-family: "Times New Roman";
    margin: 35px 0 0px 35px !important;
}

/* ==========================================================================
   Primary Content
   ========================================================================== */

.main {
    background-color: #ffffff;
}

/* carousel */

#carousel-wrapper {
    position: relative;
}

#home-carousel {
    height: 380px;
    overflow: hidden;
    position: relative;
    width: 960px;
}

#carousel {
    height: 380px;
    position: absolute;
    width: 20000em;
}

#carousel li {
    float: left;
    height: 380px;
    position: relative;
    width: 960px;
}

.carousel-title {
    padding-left: 30px;
    width: 335px;
    height: 100px;
    position: absolute;
    right: 0px;
    top: 185px;
    display: table;
}

.carousel-title h2 {
    width: 100%;
}

.section-title {
    padding-left: 30px;
    width: 335px;
    height: 75px;
    position: absolute;
    right: 0px;
    top: 110px;
    display: table;
}

.section-title h2 {
    font-size: 42px;
    font-family: "Times New Roman";
    display: table-cell;
    vertical-align: middle;
    color: #393a3a;
}

.carousel-title h2 {
    font-family: "Times New Roman";
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
}

#carousel h3 {
    background-color: #323232;
    font-size: 16px;
    position: absolute;
    top: 285px;
    right: 196px;
    padding: 10px 60px 10px 30px;
}

.carousel-control {
    position: absolute;
    top: 315px;
    z-index: 100;
    cursor: pointer;
}

#post-prev {
    left: 25px;
}

#post-next {
    right: 25px;
}

/* podcasts */

.play {
    display: block;
    width: 575px;
    height: 135px;
    background: url(/assets/img/play.png) center center no-repeat #f2f2f2;
}

.quote {
    background: url(/assets/img/commas.png) 35px 15px no-repeat #efd73f;
    padding: 60px 40px 20px 35px;
    font-size: 21px;
    color: #302f2f;
    margin-right: 20px;
    margin-top: 10px;
}

.quote .source {
    font-style: italic;
    font-size: 18px;
    margin-top: 10px;
}

/* 404 and search */

.search .page-header {
    padding-top: 15px;
}

.search h1 {
    color: #302F2F;
    font-size: 25px;
    margin: 0px 0px 15px 15px;
}

.search .alert {
    margin-left: 25px;
}

#page404 h3 {
    margin-bottom: 20px;
}

#page404 li {
    list-style: disc;
    margin-left: 20px;
}

#page404 input[type="text"] {
    padding: 9px 15px;
    width: 210px;
    margin-right: 15px;
}

#page404 #searchform {
    background-color: #66E5E4;
    padding: 20px;
}

.post-nav a {
    color: #555353;
    font-family: "Times New Roman";
    font-size: 24px;
    font-style: italic;
}

.post-nav ul {
    display: block;
    height: 50px;
}

li.previous {
    margin-left: 20px;
    float: left;
}

li.next {
    float: left;
    margin-left: 180px;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar {
}

#right {
    float: left;
    background-color: #ffffff;
    width: 365px;
    margin-bottom: 70px;
    position: relative;
}

#right > article {
    width: 335px;
    padding-left: 30px;
    padding-top: 28px;
    position: relative;
}

#right h3, #right h3 > a {
    font-size: 30px;
    font-style: italic;
    color: #383838;
    font-family: "Times New Roman";
}

.about-box p {
    color: #5e5c5c;
    font-family: 'OpenSansLight';
    font-size: 15px;
    margin-top: 25px;
}

.about-box .readmore {
    margin-top: 40px;
}

#mailing-list {
    padding-bottom: 40px;
    background: #ffffff;
}

#mailing-list input[type="text"], #mailing-list input[type="email"] {
    background: #f0eeee;
    height: 32px;
    width: 210px;
    float: left;
    padding: 0px 10px;
}

#mailing-list p {
    font-family: 'OpenSansLight';
    font-size: 13px;
    margin: 10px 0px;
}

#mailing-list input[type="image"] {
    float: left;
}

#mailing-list .watermark_container {
    float: left;
}

#mailing-list .wpcf7-validation-errors, #mailing-list .wpcf7-mail-sent-ok {
    position: absolute;
    font-size: 11px;
    left: 15px;
    top: 130px;
    border-width: 1px;
    padding: 1px;
}

#mailing-list .wpcf7-not-valid-tip {
    left: -190px;
    top: 20px;
}

#featured-title {
    padding: 35px 30px;
    display: block;
}

#right .attachment-thumbnail {
    margin-left: -30px;
}

#right article.hentry {
    padding-top: 0px;
}

#right article.hentry h4 {
    padding: 20px 70px 30px 0px;
    background: url(/assets/img/submit.jpg) right top no-repeat;
}

.podcasts #right article.hentry h4 {
    background: url(/assets/img/podcast_more.jpg) right top no-repeat !important;
}

#twitter-box {
    background: url("/assets/img/oblique-bg.gif") repeat scroll 0 0 transparent;
    padding-bottom: 30px;
}

#followUs {
    background: none repeat scroll 0 0 #A3A3A3;
    bottom: 30px;
    display: block;
    left: 86px;
    padding: 6px 10px;
    position: absolute;
    width: 72px;
    font-size: 14px;
    font-family: "Times New Roman";
}

#tweet {
    color: #403e3e;
    font-size: 14px;
    margin: 20px 0px;
    padding-right: 30px;
    font-family: "OpenSansLight";
    font-style: italic;
}

#tweet a {
    /*color: #67e6e5;*/
}

.category-9, .category-6 {
    background: url(/assets/img/arrow-white.png) 320px center no-repeat;
}

#ucd-box {
    padding: 35px 0px 35px 35px;
    background: url(/assets/img/ucd-green.png) 250px 30px no-repeat #66e5e4;
}

#ucd-box p {
    font-family: "Times New Roman";
    font-size: 16px;
    color: #403e3e;
}

#ucd-box > p > a {
    color: #3a3a3a;
    display: block;
    padding: 7px;
    background-color: #ffffff;
    margin-top: 20px;
    width: 150px;
    text-align: center;
    font-size: 14px;
}

.gallery .attachment-thumbnail {
    margin-bottom: 5px;
}

/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header {
}

.hentry time {
}

.hentry .byline {
}

.hentry .entry-content {
}

.hentry footer {
}

/* ==========================================================================
   Footer
   ========================================================================== */

.content-info {
    background: #d9d9d9;
    padding: 65px 60px 20px 0px;
    width: 900px;
    margin: 0 auto !important;
}

.content-info .column {
    float: left;
    width: 230px;
    margin-left: 60px;
    position: relative;
}

.content-info h4 {
    color: #555353;
    font-size: 24px;
    font-style: italic;
    font-family: "Times New Roman";
}

.content-info .title {
    height: 60px;
    position: relative;
    border-bottom: 1px solid #bebebe;
    margin-bottom: 20px;
}

.title h4 {
    position: absolute;
    bottom: 20px;
    line-height: 1;
}

.title.center h4 {
    text-align: center;
    width: 100%;
}

.column > a {
    display: block;
    margin: 0 auto 5px;
    width: 30px;
}

.content-info .address {
    color: #646161;
    font-family: "Times New Roman";
    font-size: 14px;
    position: absolute;
    left: 85px;
}

.content-info .address a {
    display: block;
    padding: 5px;
    color: #3a3a3a;
    margin-top: 30px;
    text-align: center;
}

#copy {
    font-size: 11px;
    margin: 80px auto 0;
    width: 400px;
}

#copy a {
    color: #67E6E5;
}

#ucd {
    float: left;
}

.nl p {
    color: #7f7e7e;
    font-size: 13px;
    font-family: 'OpenSansLight';
    margin-bottom: 40px;
}

.nl input[type="text"], .nl input[type="email"], #mailing-list input[type="email"] {
    background: #f0eeee;
    height: 32px;
    width: 175px;
    float: left;
    padding: 0px 10px;
}

.nl input[type="image"] {
    float: left;
}

.nl .watermark_container {
    float: left;
}

.nl .wpcf7-validation-errors, .nl .wpcf7-mail-sent-ok {
    position: absolute;
    font-size: 13px;
    left: 15px;
    top: 200px;
    border-width: 1px;
    padding: 2px;
    background: #ffffff;
}

.nl .wpcf7-not-valid-tip {
    left: -227px;
    top: -18px;
    width: 200px;
    color: #000000;
}

/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

figure.alignnone {
    margin-left: 0;
    margin-right: 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

.dropDownIcon {
    display: none;
}