﻿/* --------------------------------------------------------------------------------------------------------------------
/* <copyright file="shared.css" company="Ryan Penfold">
/*   Copyright © Ryan Penfold. All rights reserved.
/* </copyright>
/* ------------------------------------------------------------------------------------------------------------------*/

@-ms-viewport {
    width: extend-to-zoom;
    zoom: 1.0;
}

@viewport {
    zoom: 1.0;
    width: extend-to-zoom;
}

a[data-function] {
    color: #80C6DC;
    font-size: 80%;
}

body {
    color: #696969;
    font-family: Calibri, sans-serif;
}

.clear-both {
    clear: both;
}

.clear-right {
    clear: right;
}

.clickable {
    cursor: pointer;
}

#contact-details-container a {
    display: inline;
}

#contact-details-container label {
    display: inline-block;
    width: 100px;
}

#contact-form textarea {
    height: 150px;
}

#copyright-text-container {
    text-align: center;
    width: 100%;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.full-width {
    width: 100%;
}

header a {
    color: white;
    font-size: small;
}

    header #profile-photo {
        display: block;
    }

    header #search-form {
        color: #696969;
        display: block;
        float: right;
    }

        header #search-form button {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 5px;
            border-top-left-radius: 0;
            border-top-right-radius: 5px;
            display: block;
            float: right;
        }

        header #search-form #search-terms-text-input {
            border: none;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            display: block;
            float: right;
        }

        header #search-form #search-anchor {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            display: block;
            float: right;
        }

        header strong {
            color: white;
            font-family: Verdana
        }

input[type=text] {
    height: 37px;
}

        #latest-posts-header {
            margin-top: 0;
        }

.job-time-place-text {
    font-size: 9pt;
}

.job-title {
    font-size: 16pt;
}

#left-column {
    float: left;
}

#main-column {
    float: left;
}

#main-container {
    margin-right: auto;
    margin-left: auto;
}

.margin-none {
    margin: 0 0 0 0;
}

.margin-top-50 {
    margin-top: 50px;
}

#name-container {
    margin: 0 1em 0 0;
}

#name-details-container {
    margin-bottom: 1rem;
    margin-right: 1rem;
}

#nav-menu {
    float: left;
}

p.clickable {
    outline: none;
}

    p.clickable:hover {
        outline: 1px dashed black;
    }

.padding-top-10 {
    padding-top: 10px;
}

.personal-information-container {
    float: left;
}

.post-nominals {
    font-size: 0.5em;
}

#profile-image {
    height: 102px;
    width: 90px;
}

#profile-photo-container {
    text-align: center;
}

#right-column {
    float: left;
}

#sub-container {
    border: 1px solid silver;
    border-radius: 25px;
    margin: 0 0 0 0;
    padding: 25px;
}

#tag-checkbox-container {
    border: 1px solid #cccccc;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 0 1rem 0;
}

#upload-file-form #file-name-text-input {
    width: 100%;
}
