/*
Theme Name: College & Young Democrats of Iowa
Theme URI: n/a
Description: Custom theme for the College & Young Democrats of Iowa.
Version: 0.1
Author: Jing Tao Tao
Author URI: 
Tags: blue, custom header, fixed width, two columns, three columns
*/


body {
    margin: 0; padding: 0;
    background: #E6E3FF;
    background: #ddf;
    font-size: 100%;
    font-family: 'helvetica';
}

a {
    color: #00172F;
    text-decoration: none;
}

a:hover {
    // color: #82AED4;
}

.super {
    float: left;
    width: 100%;
}

.head {
    float: left;
    width: 100%;
    height: 135px;
    padding: 0;
    padding-bottom: 10px;
    background: url(images/header_bg.png) repeat-x -40px left #C6D3E3;
    background: #BCD5EE;
    text-align: center;
}
    .head .candy {
        position: relative;
    }
    .head .logo {
        height: 168px;
        position: absolute;
        left: 10px;
        top: -5px;
        z-index: 0;
        border: 0;
    }

.nav {
    float: left;
    width: 100%;
    position: absolute;
    top: 102px;
    z-index: 1;
}
    .nav .candy {
        padding-right: 5%;
    }
    .nav ul {
        margin: 0; padding: 0;
        background: url(images/nav_bg.png) no-repeat bottom center;
        list-style-type: none;
        float: right;
    }
    .nav li {
        margin: 0; padding: 0;
        list-style-type: None;
        float: left;
    }
        .nav li a {
            padding: 0 27px;
            padding-top: 3px;
            float: left;
            font-size: 18px;
            letter-spacing: 0px;
            line-height: 40px;
            text-align: center;
            text-decoration: none;
            color: #474F65;
        }
        .nav li.current_page_item a, .nav li.current_page_item {
            background: url(images/nav_selected.png) no-repeat bottom center;
            font-weight: bold;
            color: #000;
        }
        .nav li:hover, .nav li a:hover {
            background: url(images/nav_selected.png) no-repeat bottom center;
            color: #000;
        }
        
        .nav ul li ul {
            display: none;
        }
        
        .nav ul li.page-item-24 a {
            padding: 0 23px;
            padding-top: 3px;
            font-weight: bold;
            font-size: 20px;
            color: firebrick;
            // text-shadow: #6374AB 2px 1px 1px;
        }

.show {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #00172F;
    border-top: 4px solid #374F65;
    position: relative;
    z-index: 1;
}
    .show .candy {
        width: 90%;
        padding: 0 5%;
    }
        .show .candy h1 {
            float: left;
            margin: 0; padding: 0;
            margin-bottom: 0.5em;
            font-size: 2em;
            letter-spacing: 1px;
            line-height: 1.3em;
            color: #eee;
        }
    .show .image-block {
        width: 383px;
        height: 260px;
        float: left;
        position: relative;
        border: 1px solid #30375F;
        overflow: hidden;
        text-align: center;
    }
        .show .inner {
            width: 369px;
            height: 246px;
            float: left;
            margin: 7px;
            // border: 7px solid #00172F;
            overflow: hidden;
        }
        .show .image-block img {
            height: 246px; 
            // padding: 7px;
            margin: auto;
        }
    .show .text-block {
        float: right;
        width: 480px;
    }
        .show .text-block.wide {
            margin-right: 190px;
            padding: 0 30px;
            border-left: 1px dotted #30375F;
            border-right: 1px dotted #30375F;
        }
    .show.title .text-block {
        width: 100%;
    }
        .show .text-block h1 {
            float: left;
            font-family: 'helvetica';
            margin: 0; padding: 0;
            font-size: 2em;
            letter-spacing: 1px;
            line-height: 1.3em;
            color: #eee;
        }
        .show.title .text-block h1 {
            margin: 0;
        }
        .show .text-block p {
            float: left;
            margin-top: 5px;
            margin-bottom: 13px;
            font-family: georgia;
            font-size: 15px;
            letter-spacing: 0px;
            line-height: 22px;
            color: #ddd;
            opacity: 0.99;
        }
        .show .text-block .maor-plz {
            float: left;
            margin-right: 20px;
            padding: 10px 13px;
            font-size: 0.9em;
            letter-spacing: 1px;
            text-decoration: none;
            color: #c9c9c9;
            background: #3366AA;
            background: #7F0100;
            border: 3px solid #c9c9c9;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
        }
        .show .text-block .maor-plz:hover {
            color: white;
            background: #224499;
            background: #C81700;
            border: 3px solid white;
        }
        
.notice {
    float: left;
    width: 100%;
    padding: 30px 0;
    background: #BCD5EE;
}
.notice.title {
    border-top: 4px solid #374F65;
}
    .notice .candy {
        width: 90%;
        padding: 0 5%;
        height: auto;
    }
    .notice p {
        margin: 0; padding: 0;
        line-height: 24px;
    }
    .notice .notice-title {
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .notice .notice-text {
        font-family: georgia;
        font-style: italic;
        font-size: 15px;
        color: #222;
    }


/* ------------------------------
    MAIN PAGE LAYOUT
    ------------------------------ */

.plastic {
    float: left;
    width: 100%;
    padding: 30px 0;
}
    .plastic .candy {
        width: 90%;
        padding: 0 5%;
        height: auto;
    }
        .plastic .row {
            float: left;
        }
        .plastic .super-row {
            float: left;
            width: 700px;
        }
        .plastic .section {
            float: left;
            margin-bottom: 1.7em;
            padding-bottom: 1.1em;
            border-bottom: 1px dotted #bbb;
        }
        .plastic .col {
            float: left;
            font-family: georgia;
            line-height: 20px;
            color: #222;
        }
            .plastic .col a.maor {
                color: #a30;
            }
            .plastic .col a:hover {
                color: #C81700;
            }
                .plastic .col img.post-image {
                    float: left;
                    width: 95%;
                    padding: 2.5%;
                    margin-bottom: 10px;
                    border: 1px solid #99c;
                }
                .plastic .col img.thumb {
                    float: left;
                    width: auto;
                    height: 80px;
                    padding: 1.5%;
                    margin: 5px 7px 0 0;
                    border: 1px solid #99c;
                }
                .plastic .col.left-cont img {
                    // margin-bottom: 1em;
                }
        
        
        /* ------------------------------
            FRONT PAGE
           ------------------------------ */
        .plastic .col.left {
            width: 320px;
            padding-right: 20px;
            margin-right: 10px;
        }
        .plastic .col.mid {
            width: 320px;
            padding: 0 15px;
        }
        .plastic .col.right {
            width: 169px;
            padding-left: 20px;
            margin-left: 10px;
            // border-left: 1px dotted #ccc;
        }
        
        
        /* ------------------------------
            CONTENT PAGE
           ------------------------------ */
        .plastic .col.left-cont {
            padding: 0; margin: 0;
            width: 535px;
            padding-right: 15px;
        }
        .plastic .col.right-cont {
            padding: 0; margin: 0;
            width: 320px;
            padding-left: 30px;
        }
        
        
            .col .block {
                padding: 1em 0;
                margin-bottom: 0em;
                float: left;
                width: 100%;
                min-height: 160px;
                font-size: 14px;
            }
                .col.left-cont .block, .col.right-cont .block {
                    padding: 0;
                }
                .col.right-cont .block {
                    margin-bottom: 1.5em;
                }
                .col.left-cont .block.end {
                    min-height: 0;
                    margin-top: 1em;
                    padding-top: 1em;
                }
                    .col.left-cont .block.end span.line {
                        float: left;
                        width: 100%;
                        margin-bottom: 1em;
                        color: #666;
                        text-align: center;
                        font-family: georgia;
                        text-transform: ;
                    }
                    .col.left-cont .block.end span.prev {
                        float: left;
                        width: 40%;
                        text-align: left;
                        font-style: italic;
                        color: #666;
                    }
                    .col.left-cont .block.end span.next {
                        float: right;
                        width: 40%;
                        text-align: right;
                        font-style: italic;
                        color: #666;
                    }
                    
            .super-head {
                margin: 0; padding: 0;
                clear: both;
                font-size: 1em;
                font-weight: normal;
                font-style: italic;
                font-family: 'georgia';
                color: #555;
            }
            
            .col h2.col-head {
                margin: 0; padding: 0;
                float: left;
                width: 100%;
                font-size: 1.1em;
                font-weight: normal;
                font-style: italic;
                color: #555;
            }
            .col.right-cont h2.col-head {
                margin-bottom: 0.5em;
                font-style: normal;
                font-weight: bold;
                font-family: helvetica;
                letter-spacing: 1px;
                color: #333;
            }
            .col .block h3 {
                margin: 0; padding: 0;
                float: left;
                width: 100%;
                font-family: 'helvetica';
                font-size: 1.3em;
                line-height: 1.3em;
            }
            .col.left-cont .block h3 {
                font-size: 1.4em;
                margin-top: 1em;
                margin-bottom: 1em;
            }
            .col .block p {
                margin: 0.3em 0; padding: 0;
                float: left;
            }
            .col.left-cont .block p {
                font-size: 15px;
                letter-spacing: 0px;
                line-height: 23px;
                margin-top: 0;
                margin-bottom: 1em;
            }
                .col.left-cont .block p a {
                    color: #A30;
                }
                .col.left-cont .block p a:hover {
                    color: #82AED4;
                }
            .col .block .gen-list {
                margin: 0;
                padding-left: 1.5em;
            }
                .col .block .gen-list li {
                    padding: 2px 0;
                }
            
            /* ------------------------------
                EVENTS
               ------------------------------ */
            
            div.block.event {
                margin-bottom: 0;
                padding-bottom: 0;
                min-height: 0;
            }
            span.event.label {
                float: left;
                width: 25%;
            }
            span.event.content {
                float: left;
                width: 75%;
            }
            
            /* ------------------------------
                SOCIAL MEDIA
               ------------------------------ */
            
            .col .block a.social {
                float: left;
                clear: both;
                font-size: 1em;
                font-family: 'helvetica';
                margin-bottom: 0.5em;
                color: #666;
            }
            .col .block a.social img {
                width: 22px;
                margin: 0; padding: 0;
                border: 0;
                margin-right: 7px;
            }
            .col .block span.social.subscribe {
                float: left;
                clear: both;
                color: #666;
            }
            .col .block span.social.subscribe input[type=text] {
                float: left;
                width: 80%;
                font-size: 1em;
                font-family: georgia;
                padding: 2px;
                margin-bottom: 3px;
            }
            .col .block span.social.subscribe input[type=button] {
                float: left;
                clear: both;
            }
            
            .aboutus span {
                width: 100%;
                float: left;
                font-family: helvetica;
            }
                .aboutus .name {
                    font-size: 1.2em;
                    font-weight: bold;
                }
                .aboutus .title {
                    text-transform: uppercase;
                    color: #555;
                    line-height: 1.2em;
                }
                .aboutus .school {
                    font-size: 0.9em;
                    color: #888;
                    line-height: 1.2em;
                }
                .aboutus .email {
                    font-size: 0.9em;
                    line-height: 1.2em;
                }
                
            /* ------------------------------
                EVENT PHOTOS
               ------------------------------ */
               
               img.event-photos-thumb {
                    width: 95%;
                    padding: 2.5%;
                    margin-bottom: 7px;
                    border: 1px solid #99c;
               }
    
.foot {
    float: left;
    width: 100%;
    padding: 20px 0 30px 0;
    background: #00172F;
    border-top: 4px solid #374F65;
}
    .foot .candy {
        width: 100%;
        height: auto;
    }
    .foot .col {
        color: #bbb;
    }
    
    .sociable {
        float: left;
    }
        .sociable img, .sociable a {
            border: 0;
        }
        .sociable .sociable_tagline h3 {
            font-size: 18px;
            margin-bottom: 0.3em;
        }
        .sociable ul {
            float: left;
            list-style-type: none;
            margin: 0; padding: 0;
        }
        .sociable ul li {
            float: left;
            list-style-type: none;
            padding: 5px;
        }
    
    #follow-us {
        float: left;
    }
        #follow-us .icons {
            float: left;
            width: 100%;
            padding: 0.3em 0;
        }
            #follow-us .icons img {
                float: left;
                height: 24px;
                padding-right: 4px;
            }
            #follow-us .icons img, #follow-us .icons a {
                border: 0;
            }
        #follow-us .bit {
            float: left;
            width: 100%;
            position: relative;
            left: 7px;
        }
        #follow-us .bubble {
            float: left;
            width: 96%;
            padding: 3% 3% 1.5% 3%;
            font-family: 'helvetica';
            background: #0b325b;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
        }
            #follow-us .bubble a.twitter-link {
                color: #bbb;
            }
            #follow-us .bubble a.twitter-link:hover {
                color: #C81700;
            }
            #follow-us .bubble .twitter-timestamp {
                float: right;
                color: #aaa;
                font-size: 0.8em;
                font-style: italic;
            }

.wrapper {
    width: 1000px;
    margin: auto;
}

.candy {
    float: left;
    width: 100%;
    text-align: left;
}