/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.2.1
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

#main {
    background: url(../img/patterns/whitey.png) repeat;
}

.footer-top {
    background: #00719c;
}

.footer-bottom {
    background-color: #00415a;
    
}

#header .main-header {
    background: #00719c;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.6);
    box-shadow: 0x 1px 1px 0px rgba(0,0,0,0.6);
}

header .top-bar {
    background: #00415a;
}

.slogan {
    background: rgba(0, 155, 214, 0.30);
    color: #00415a;
    border: 1px solid rgba(0, 184, 255, 0.75);
}

.slogan-title {
    color: #00415a;
}

.slogan-title-centered {
    color: #00415a;
    text-align: center !important;
    padding: 10px;
    font-weight: 700;
    width: 100%;
}

.content-title-centered {
    color: #00415a;
    text-align: center;
    padding: 10px;
    font-weight: 700;
}

.ie8 .btn-color, .ie9 .btn-color {
    background: rgb(204, 222, 231) !important;
    color: #00415a !important;
}

.ie8 .btn-color:hover, .ie9 .btn-color:hover {
    background: rgb(190, 209, 220) !important;
    color: white !important;
}

.btn-special:hover {
    background: rgb(190, 209, 220) !important;
    color: white !important;
}

.btn-special {
    background: rgb(204, 222, 231) !important;
    color: #00719c !important;
    text-shadow: 0 0px #555 !important;
    cursor: pointer;
    border-radius: 10px;
    padding: 15px 30px;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    border: 1px solid rgba(0, 113, 156, 0.50) !important;
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    -ms-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.6);
    box-shadow: 0x 0px 0px 0px rgba(0,0,0,0.6);
}

/*dropdown menu buttons*/
.menu ul li a {
    color: #00415a;
    font-weight: 700;
    text-shadow: none;
}

/*dropdown menu buttons hover*/
#current, .menu ul li a:hover, .menu ul > li:hover > a {
    background-color: #00415a;
    color: white;
    font-weight: 700;
    border-radius: 12px 12px 0 0;

}

.menu ul > li > a {
    border-radius: 12px 12px 0 0;
    padding: 34px 10px 34px 10px;
    font-size: 17px;
}

/*dropdown menu*/
.menu ul ul {
    background-color: #00415a;
    border-radius: 0 12px 12px 12px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.6);
}

/*line in between dropdown choices*/
.menu ul ul li {
    border-top: 1px solid lightgrey;
}

/*dropdown menu choices*/
.menu ul ul li a{
    font-weight: 400;
    border-radius: 12px 12px 12px 12px;
}

/*hover on dropdown menu choices*/
.menu ul ul li a:hover {
    color: white;
    font-weight: 700;
    border: 0;
    padding-left: 30px !important;
    border-radius: 12px 12px 12px 12px;
}

.post-content {
    color: #00415a;
    font-size: large !important;
}

.post-title {
    color: #00415a;
    font-weight: 700;
    width: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-content {
    color: #FFF;
    font-size: 14px !important;
}

/*links*/
a {
    color: #00415a;
}
