/*
Theme Name:    PressWork - Child theme
Theme URI:    http://presswork.me
Description:    Presswork child theme for customization of learning space toolkit wordpress site. Child theme allows updates to the presswork theme without affecting custom css. Do not remove presswork from themes!
Author:        N. Stokes
Template:    presswork
Version:    mainl0.1
*/
@import url("../presswork/style.css");

img.button-icon {
    width: 80px;
    height: 75px;
    float: left;
    margin-right: 17px;
}

* {
    word-wrap: normal;
    word-break: normal;
}
/* Custom link, header styles */
div.sectiongrid img {
    float: right;
    margin: 0 0 5px 7px;
}

div.sectiongrid a.sectionlink:link {
    font-size: 1em
}

div.sectiongrid h3 {
    float: none;
    font-size: 1.4em;
}

a.sectionlink:link {
    display: block;
    font-size: 1.5em;
    line-height: 1.3;
    margin-bottom: 10px;
}

.sectionnolink {
    font-size: 1.1em;
    color: #585858;
}

div.sectiongrid {
    width: 215px;
    height: 200px;
    padding: 19px;
    margin: 0px;
    float: left;
}

div.methodsgrid {
    padding: 26px;
    margin: 0px;
    float: left;
}

div.homepagegrid-double {
    display: block;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    width: 97%;
    font-size: 1em;
    border: 1px solid #ABABAB;
    border-radius: 1em;
    height: 75px;
}

div.homepagegrid-double a {
    display: block;
    height: 75px;
    border-radius: 1em;
    margin-top: -15px;
}

div.homepagegrid-double p a {
    display: none
}

div.leftchunk {
    display: block;
    float: left;
    border-right: 1px solid #B5B5B5;
    width: 180px;
    padding: 7px 0 7px 25px;
    margin: 10px 0;
}

div.leftchunk h4,
div.leftchunk h4 a {
    margin: 0;
    padding: 0;
    color: #9B160E;
}

h4 a:hover {
    background: #ccc
}

div.rightchunk {
    margin: 15px;
    padding-left: 185px;
    padding-top: 15px;
    color: #3D3D3D;
}

div.leftchunk h5,
div.homepagegrid h5 {
    margin: 0;
    padding: 2px 0 0 0;
    font-size: 12px;
    font-style: italic;
    color: #888;
}

div.homepagegrid {
    display: block;
    float: left;
    height: 152px;
    margin: 10px 0px 10px 0;
    width: 46%;
    width: 280px\9;
 /* targets IE8 and below, supposedly */
    font-size: 1em;
    border: 1px solid #ABABAB;
    border-radius: 1em;
    background: #fff;
}

div.homepagegrid a {
    height: 152px;
    padding: 0 13px;
    display: block;
    border-radius: 1em;
    margin: 0px 0px 20px 0;
}

div.homepagegrid a:hover,
div.homepagegrid-double a:hover {
    text-decoration: none;
    background: #F0F0F0;
    color: #07f;
}

div.homepagegrid:nth-child(even),
.home .storycontent .ie {
    margin: 10px 20px 10px 0px
}

div.homepagegrid:hover {
                                           /*  background: url(/images/needs-assessment-highlight.png) no-repeat; _NO__DOTCOMMA__AFTER__*/
}

div.homepagegrid h4 {
    margin: 0 0 9px 0;
    padding: 13px 0;
    text-align: center;
    border-bottom: 1px solid #B5B5B5;
}

div.homepagegrid h5 {
    text-align: center;
    border-bottom: 1px solid #B5B5B5;
    padding: 5px 0;
    margin: 0 0 5px 0;
}

div.homepagegrid p {
    font-size: 13px;
    color: #3D3D3D;
    line-height: 1.1;
}

.sectiongrid p {
    font-size: .9em
}

hr {
    height: 1px
}
/* removes page title on home page */
.post-10 .posttitle {
    display: none
}

.landingtop {
    min-height: 180px
}

header.postitle {
    font-size: .3em
}
/* removes all post and page titles
.posttitle {
                        display: none;
                        }

*/
.post-10 .storycontent {
    margin-top: -8px
}

article ul li,
article ol li {
    margin: 5px 0;
    line-height: 1.4;
}
/* positions the site info navigation */
#header_logo {
    margin-top: 00px
}

ul#menu-site-info li.menu-item {
    float: right;
}

.column1 {
    width: 60%;
    float: left;
    padding: 0 0 0 10px;
    margin: 0 0 20px 0;
}

.column2 {
    width: 30%;
    float: right;
    padding: 0 0 15px 10px;
    margin: 0px 0px 0px 15px;
}
/*
--    Updates added to create a consistent
--    look and feel.
--
--    Added:    1/20/12
--    Author: Charlie Morris
                                                    */
div.col1 {
    float: left;
    width: 615px;
    padding-right: 28px;
}

div.col2 {
    display: inline-block
}

p.grid {
    display: block;
    float: left;
    margin: 5px 9px 10px 9px;
    padding: 0;
    width: 204px;
    border: 1px solid #ABABAB;
    border-radius: 1em;
    padding: 10px;
    height: 184px;
}

p.clear {
    clear: left
}

p.grid img {
    float: right;
    margin: 0 0 4px 8px;
}

p.grid a {
    font-size: 1.5em;
    line-height: 1.2;
}

p.grid a[href="#"] {
    color: grey
}

hr {
    clear: left
}

div.printfriendly {
    margin: 10px 0 -10px 0;
    float: right;
}

p.missing-link {
    color: #888
}
/* restyling anchors */
a:link {
    color: #007fff
}

a:visited {
    color: #007fff
}

a:hover {
    color: #007fff;
    text-decoration: underline;
}

a:active {
    color: #007fff
}

h2 {
    font-weight: 700;
    font-size: 2.0em;
}

h3 {
    font-size: 1.8em
}

h4 {
    font-size: 1.5em
}

h5 {
    font-size: 1.4em
}

h6 {
    font-size: 1.2em
}

h2,
h3,
h4,
h5,
h6 {
    float: none
}

.home .storycontent p.caption {
    margin-top: -53px;
    padding: 8px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    position: absolute;
    width: 590px;
    font-style: italic;
}

ul.page-list {
    width: 260px;
    clear: none;
    float: right;
    padding-bottom: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

ul.page-list h2 {
    font-size: 1.2em
}

ul.page-list li {
    margin: 2px 0 2px 30px
}

ul.page-list li li {
    margin-left: 0
}

ul.page-list li.current_page_item ul a {
    color: #007FFF
}

ul.page-list li.current_page_item a {
    color: red
}

li#headerarea {
    list-style: none;
    margin: 20px 0 0 -10px;
}

p.copyright-p {
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: .8em;
    padding-top: 10px;
}

p.copyright-p img {
    margin-bottom: -3px
}

a.grey-link {
    color: grey;
    cursor: default;
}

a.grey-link:hover {
    text-decoration: none;
    color: grey;
}

nav li a {
    padding: .95em
}

table.project-table, table.stakeholder-table {
    border-color: #1C79C6;
    text-align: center;
    margin: 0;
}

table.stakeholder-table {
    margin: 20px;
}

table.project-table tbody {
    display: none;
}

table td {
    padding: 5px;
}

table.stakeholder-table thead th {
    background: #1C79C6;
    padding: 10px;
    cursor: pointer;
    color: white;
    width: 33%;
}

table.project-table thead th {
    vertical-align: middle;
    padding: 5px;
    cursor: pointer;
    color: black;
    text-transform: none;
    background: #ccc;
    text-align: left;
    border: 1px solid white;
    font-weight: 400;
}

table.stakeholder-table td {
    text-align: left;
    vertical-align: middle;
}

table.stakeholder-table .nopad {
    padding: 0;
}​



/*  minor responsive stuff  */
@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
    #menu-navigation .menu-item {
        font-size: 97%
    }

    .home .storycontent p.caption {
        width: 100%
    }

    div.homepagegrid {
        height: 163px;
    }

    div.homepagegrid-double {
        height: 91px;
        padding-top: 3px;
    }

    .flickr_badge_image {
        width: 70px;
        height: auto;
        float: left;
        padding-right: 5px;
    }

    #flickr_badge_image7, #flickr_badge_image8, #flickr_badge_image9 {
        display: none;
    }
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
}
