/*
Theme Name: Climate CoLab
Author: Stephan Rabanser
Version: 0.0.1
*/

/* --------------------------------------------------------------------------------- */
/* General tag styles */
/* --------------------------------------------------------------------------------- */

body{
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

a {
    color: #30a3fb;
}

a:hover {
    text-decoration: none;
    color: #404040;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    border-color: #bababa;
}

/* --------------------------------------------------------------------------------- */
/* Layout classes */
/* --------------------------------------------------------------------------------- */

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    display: block;
}

.aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* --------------------------------------------------------------------------------- */
/* Header classes */
/* --------------------------------------------------------------------------------- */

header {
    height: 68px;
    background: url(./images/bg-noise.png), #efefe7;
    border-bottom: 1px solid #bababa;
}

header nav img {
    float: left;
    padding: 12px 12px 12px 0;
}

header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

header nav .menu_left li {
    float: left;
    border-left: 1px solid #bababa;
}

header nav .menu_left li:last-of-type {
    border-right: 1px solid #bababa;
}

header nav ul li a {
    height: 43px;
    color: #30a3fb;
    width: auto;
    text-align: left;
    padding: 24px 16px 0 15px;
    font-weight: 700;
    display: inline-block;
    box-sizing: content-box;
}

.proposal-head {
    padding-top: 28px;
    background: url(./images/pattern-6x6-blue.png);
    border-bottom: 1px solid #888888;
}

.proposal-head h1 {
    font-size: 29px;
    color: initial;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
}

.isCurrent {
    background: white;
    color: #404040;
    height: 44px;
}

.center {
    width: 1010px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.menu_right {
    float: right;
    min-width: 180px;
    height: 67px;
    position: relative;
}

.menu_right li {
    float: left;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
}

.menu_right li a {
    height: 22px;
    padding: 45px 7px 0 7px;
    font-size: 10px;
    font-weight: 700;
    color: #575757;
    display: inline-block;
    text-transform: uppercase;
}

.menu_right .register {
  background: url(./images/icon-menu-register.png) no-repeat center 13px;
}

.menu_right .register:hover {
  background: url(./images/icon-menu-register2.png) no-repeat center 13px;
}

.menu_right .login {
  background: url(./images/icon-menu-login.png) no-repeat center 13px;
  padding-right: 7px;
}

.menu_right .login:hover {
  background: url(./images/icon-menu-login2.png) no-repeat center 13px;
}

.menu_right .help {
  background: url(./images/icon-menu-help.png) no-repeat center 13px;
  padding-left: 7px;
  border-left: 1px solid #bababa;
}

.menu_right .help:hover {
  background: url(./images/icon-menu-help2.png) no-repeat center 13px;
}

.tabbar {
    margin-top: 8px;
    padding-top: 0;
    margin-bottom: 0;
    background: transparent;
    border-top: none;
    border-bottom: none;
    padding-left: 0;
}

.tabbar .tab {
    border-top: 1px solid transparent;
    border-left: none;
    float: left;
    list-style: none;
    margin-right: 6px;
}

.tabbar .tab a {
    display: inline-block;
    padding: 13px 12px;
    font-size: 13px;
    background: #30a3fb;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.tabbar .tab.active a {
    color: #30a3fb;
    background: white;
    box-shadow: none;
}

.tabbar .tab.active {
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

/* --------------------------------------------------------------------------------- */
/* Post classes */
/* --------------------------------------------------------------------------------- */

.blog-post {
    margin-bottom: 10px;
}

.blog-post h2 {
    font-weight: 700;
}

.post-date {
    font-size: 21px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
}

.post-share {
    float: right;
    display: inline-block;
}

.post-author {
    display: inline;
    border-right: 1px solid #999;
    color: #999;
    font-weight: bold;
    margin-right: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

/* --------------------------------------------------------------------------------- */
/* Sidebar classes */
/* --------------------------------------------------------------------------------- */

.blog-sidebar {
    margin-left: 20px;
    width: 300px;
}

.no-search-results {
    margin-top: 30px;
}

.archives {
    margin-top: 30px;
}

.archives h4 {
    margin-bottom: 15px;
}

.archives input[type="text"] {
    width: 200px;
}

.archives input[type="submit"] {
    margin-left: 5px;
    padding: 4px 8px;
    background-color: #30a3fb;
    border: none;
    color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* Fix image wrapping */


img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* --------------------------------------------------------------------------------- */
/* Footer classes */
/* --------------------------------------------------------------------------------- */

footer {
    min-height: 190px;
    max-height: 100%;
    background: url(./images/bg-noise.png) #efefe7;
}

.footer_menu {
    height: 49px;
    background: url(./images/bg-noise.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #646464), color-stop(100%, #4a4a4a));
    background: url(./images/bg-noise.png), -webkit-linear-gradient(top, #646464, #4a4a4a);
    background: url(./images/bg-noise.png), -moz-linear-gradient(top, #646464, #4a4a4a);
    background: url(./images/bg-noise.png), -o-linear-gradient(top, #646464, #4a4a4a);
    background: url(./images/bg-noise.png), linear-gradient(top, #646464, #4a4a4a);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer_menu nav ul {
    list-style-type: none;
    padding-left: 0;
}

.footer_menu nav ul li {
    float: left;
}

.footer_menu nav ul li a {
    display: inline-block;
    padding: 15px 15px 0 0;
    color: white;
}

.footer_menu nav ul li a:hover {
    color: #e36f0f;
}

#footleft {
    float: left;
    width: 420px;
    padding-top: 21px;
}

#footright {
    float: right;
    width: 510px;
    padding-top: 34px;
}

#footright #txt {
    float: left;
    width: 400px;
    margin-right: 16px;
    font-size: 13px;
    color: #575757;
    line-height: 20px;
}

#footright #txt a {
    padding-bottom: 2px;
    border-bottom: 1px solid #bababa;
    font-size: 12px;
    font-weight: 700;
    color: black;
}

#footright #txt a:hover {
    color: #e36f0f;
}
