@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300,100,500);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(../../../../assets/bootstrap-3.1.1/css/bootstrap.css);

/*
    Bootstrap fixes below:
*/

* {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

html {
    font-size: 100% !important;
}

/*
    End bootstrap fixes
*/

body {
    font-family: Roboto, Helvetica, Arial, Sans-Serif;
    font-size: .9em;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
}

#sitename {
    background-size: 50%;
    float: right;
    text-align: right;
    height: 89px;
    width: 600px;
    margin-top: 20px;
    font-size: 25pt;
    font-weight: 300;
    padding-left: 15px;
}

    #sitename a {
        display: none;
    }


/* head */
#head {
    background: #09c;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 130px;
    border-bottom: #00749b solid 50px;
}


.sidebar h3 {
    font-size: 18px;
    color: #fff;
    background: #2d3c3c;
    margin-left: -10px;
    margin-right: -5px;
    margin-top: -5px;
    margin-bottom: 5px;
    padding: 10px;
    font-weight: normal;
}



/* general */
a {
    text-decoration: none;
    color: #008ec3;
}

    a:hover {
        text-decoration: underline;
    }

h1, h2, h3, h4 {
    color: black;
    font-weight: bold;
}

h1 {
    font-size: 32px;
    margin-top: 0px;
}

h2, h3, h4 {
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.caption {
    display: block;
    font-style: italic;
    margin: 0px;
    padding: 0 0 2px 0;
    color: #6B7C8F;
    font-size: 12px;
}

ul.actions {
    margin: 0px;
    padding: 0px;
}

    ul.actions li {
        display: inline;
        list-style: none;
    }

.body {
    padding: 5px 0px;
}

div.keyDate .body {
    white-space: pre-line;
}



#head .inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    background: url('CareerHub.png') 20px 30px no-repeat;
    padding: 1px;
    height: 128px;
}

#sitename a:hover {
    text-decoration: underline;
}

#user_info {
    float: right;
    font-size: smaller;
    margin-right: 15px;
    display: none;
}

#links {
    background-color: transparent;
    padding: 5px;
    color: white;
    margin: 0 auto;
    clear: right; /* clear user_info */
    float: right;
    position: absolute;
    top: 140px;
    font-size: 16px;
}

    #links li {
        list-style: none;
        display: inline;
        padding: 0 10px;
        border-left: 1px solid white;
    }


        #links li a {
            color: white;
        }

        #links li:first-child {
            border-left: none;
        }

#homeLink {
    border-left: 0px;
}

#head a {
}

    #head a:hover {
        text-decoration: underline;
    }

/* foot */
#foot, #foot h1 {
    color: white !important;
}

    #foot .inner {
        width: 960px;
        margin: 0 auto;
        position: relative;
        padding-bottom: 20px;
        color: white !important;
        padding: 25px;
        background-color: #2d3c3c;
        box-sizing: border-box !important;
    }

/* columns */

#main {
    margin: 0 auto;
    background-repeat: repeat-x;
    clear: both;
    clear: both;
    border-collapse: collapse;
    background-color: none;
    position: relative;
}


#columns {
    padding: 10px;
    width: 960px;
    margin: 0px auto;
    background: white;
    border: 10px solid white;
    box-sizing: border-box !important;
}

#left {
    border-width: 0 1px 0 0;
    width: 200px;
}

#center {
    padding: 15px;
    padding-top: 5px;
    vertical-align: top;
    width: 485px;
}

#right {
    border-width: 0 0 0 1px;
    width: 200px;
}

#columns li {
    padding-bottom: 4px;
}

.sidebar {
    color: black;
    width: 300px;
    vertical-align: top;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

.inner .widget a {
    color: #0080c8;
}

    .inner .widget a:visited {
        color: #964B98;
    }

    .inner .widget a:hover {
        color: #0080c8;
    }


.sidebar ul {
    margin: 0;
    padding-left: 15px;
}

    .sidebar ul li a {
    }

.sidebar .widget {
    padding: 5px 5px 5px 10px;
    border: 1px solid #FFF;
    margin: 5px 5px 15px 5px;
    background: #EBECED;
}

/* blogs */
.post {
    padding-bottom: 10px;
}

.post {
    margin: 10px 0 2px 0;
}

    .post .comments {
        font-size: 80%;
    }

        .post .comments a {
            color: #F90;
        }

#comments ol {
    padding-left: 20px;
}

    #comments ol li {
        margin: 10px 0;
    }

li.expired a {
    color: #666;
}



h2.ch-itemTitle.title {
    color: #0178b0;
}


div.ch-summary {
    margin-top: 10px;
}

h2.ch-channelTitle.title {
    display: none;
}

.post .body img {
    max-width: 100%;
}

#SocialLinks a {
    font-size: 30pt;
    color: white;
}

#foot .inner h1, #foot .inner h2, #foot .inner h3, #foot .inner h4 {
    color: white;
}
