/*

Theme Name: Tolin FX Theme

Theme URI: http://tolinfx.com/

Description: Tolin FX

Author: Steve Tolin

Author URI: http://tolinfx.com/

Version: 1.0

Tags: responsive



License:

License URI:

*/





p {

    color: rgb(60,60,60);

    font-size: 16px;

    line-height: 20px}



h1 {
font-family: 'Oswald', sans-serif;
    font-size: 35px;
    color: black;
    line-height: 35px;
    font-weight: 500;
}

h2 {
font-family: 'Oswald', sans-serif;
    font-size: 25px;
    color: black;
    line-height: 25px;
    font-weight: 300;
}





h3 {

    font-family: 'Spinnaker', sans-serif;

    font-size: 18px;

    font-weight: normal;

    color: rgb(100,100,100);

    line-height: 24px;

}

a {
    color:red;
}

    



/*NAVIGAION SETTINGS*/



.navbar {

    margin-bottom: 0px;

    margin-top: 0px;

    overflow: visible;

    border-width: 0 0 0px;

    border-color:white;

}



/*controls the inside of the nav bar: backround color, borders, etc*/

.navbar-inner {

    min-height: 0px;

    padding-right: 0px;

    padding-left: 0px;

    background-image: none;

    border-radius: 0px 0px 0px 0px;

    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);

    background-color: black;

    text-align: center;

    margin-bottom: 0px;

    margin-top: 20px;

    border-width: 0 0 0px;

    border-color:white;

padding:20px

}



.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {

    -webkit-box-shadow: 0 0px 10px rgb(0, 0, 0);

    -moz-box-shadow: 0 0px 0px rgb(0, 0, 0);

    box-shadow: 0 0px 0px rgb(0, 0, 0);

    border-width: 0 0 0px;

}





/*controls the text inside of the nav bar*/

.navbar .nav > li > a {

    float: none;

    line-height: 14px;

    padding: 5px 15px 0px;

    text-decoration: none;

    text-shadow: 0 0px 0 rgba(0, 0, 0, 0);

    color:  white;

    font-size: 14px;

    font-family: 'Spinnaker', sans-serif;




}



/*controls the HOVER text inside of the nav bar*/

.navbar .nav > li > a:hover {

    color: rgb(100,100,100);

    font-size: 14px;



    line-height: 14px;

    font-weight: 550;

}





/*controls the orientation of the text inside the nav bar*/

.navbar .nav,

.navbar .nav > li {

    left: 0px;

    position: relative;

    float:none;

    display:inline-block;

    *display:inline; /* ie7 fix */

    *zoom:1; /* hasLayout ie7 trigger */

    vertical-align: top;

    margin: 0px 0px 0px 0px;

}


/*Drop Down*/
@media(min-width: 800px){
    .sub-menu{
        background: rgb(180,180,180);
        position: absolute;

        display: none;
    }
    li.menu-item-has-children:hover .sub-menu {
        display: block;

    }
}

.sub-menu {
    min-width: 200px;
    z-index: 1;
    text-align: left;
}

.sub-menu li {
    list-style:none;
    font-size: 10px;
}

.sub-menu li a {
    color: white;
    padding: 8px
}

.sub-menu li a:hover {
    color:rgb(100,100,100);
    text-decoration:none;
}

.current_page_parent{

}

/*END..... NAVIGAION SETTINGS*/



body {

    padding: 0px;

    background-image: ;

    background-repeat: repeat;

}





/*this controls the title text inside the block under the post picture on the blog archive page*/

#bloghead {

    text-align: center;

    margin-top: 3px;

    font-family: 'Montserrat', sans-serif;

    font-size: 16px;

    font-weight: 300;

    color: black;

    line-height: 24px;

}

