﻿
/* Primary Styles for dobbinmanagement.ca */

html,
body {
    background-color: #35495E;
    background: -webkit-linear-gradient(rgba(53,73,94,.3), rgba(53,73,94,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(53,73,94,.3), rgba(53,73,94,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(53,73,94,.3), rgba(53,73,94,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(53,73,94,.3), rgba(53,73,94,1)); /* Standard */
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Montserrat', sans-serif;
    color: #35495E;
    padding: 0px;
    margin: 0px;
    height: 105%;
}

#pageContainer {
    position: relative;
    width: 800px;
    min-height: 600px;
    padding: 10px;
    border-radius: 10px;
    background-color: #FFFFFF;
    top: 25px;
    margin-bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

#pageHeader {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
}

#headerLogo {
    position: relative;
    display: inline-block;
}

#headerTitle {
    position: relative;
    display: inline-block;
    font-size: 20pt;
    font-weight: bold;
    width: 550px;
    text-align: right;
}

#pageContent {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 35px;
    font-size: 12pt;
}

    #pageContent p {
        text-align: left;
        font-size: 12pt;
        line-height: 1.5em;
        text-align: justify;
        text-justify: inter-word;
        margin-left: 10px;
        margin-right: 10px;
    }

    #pageContent li {
        line-height: 1.5em;
    }

    #pageContent .sectionTitle {
        font-size: 16pt;
        font-weight: bold;
        text-decoration: underline;
    }

    #pageContent a {
        text-decoration: none;
    }

#pageFooter {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    font-size: 11pt;
}

    #pageFooter a {
        color: #E6342A;
        text-decoration: none;
    }

    #pageFooter a:hover {
        color: #0000FF;
        text-decoration: underline;
        font-weight: bold;
    }

#headshotImage {
    width: 139px;
    height: 150px;
    margin-left: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
    float: right;
}

#homeTabImage {
    width: 200px;
    height: 80px;
    margin-top: 15px;
    margin-left: 15px;
    border-radius: 15px;
    float: right;
}

#servicesTabImage {
    width: 150px;
    height: 150px;
    margin-top: 15px;
    margin-left: 15px;
    border-radius: 15px;
    float: right;
}

/* jQuery UI Override Styles */

#tabs {
    display: none;
    border: 0px;
}

    #tabs -nohdr {
        padding: 0px;
        background: none;
        border-width: 0px;
    }

    #tabs .ui-tabs-nav {
        padding-left: 0px;
        background: transparent;
        border-width: 0px 0px 1px 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    #tabs .ui-tabs-panel {
        border-width: 0px;
    }

    #tabs li {
        background-image: none;
        background-color: #0090C5;
        border-color: #0090C5;
    }

    #tabs li a {
        color: white;
    }

    #tabs .ui-tabs-active {
        background-image: none;
        background-color: #E6342A;
        border-color: #E6342A;
    }
    
#tabs-home li {
    background-color: white;
}
    
#tabs-services li {
    background-color: white;
}

#tabs-contact .sectionElement {
    display: block;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
}

#tabs-contact .sectionElementIcon {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 100%;
}

#tabs-contact .sectionElementContent {
    position: relative;
    display: inline-block;
    font-size: 18pt;
    margin: 0;
    vertical-align: top;
}