/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

#top {
    background: #fff center center scroll no-repeat;
    background-size: cover;
    box-shadow: 0 1px 10px 2px #333333 inset;
    margin-bottom: 55px;
}

    .site-title {
        text-align: center;
        font-family: 'Palatino Linotype','Book Antiqua','Palatino','serif';
        font-size: 35px;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    }

        .site-title strong {
            color: #fff;
        }

        .site-title a {
            color: #ccc;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
            text-decoration: none;
        }

            .site-title a:hover {
                color: #fff;
                text-shadow: none;
            }

    .menu {
        margin-top: 270px;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
        padding-bottom: 10px;
    }

        nav .page {
            text-align: center;
            padding-top: 10px;
            margin: 0;
        }

            nav .page a {
                color: #ccc;
                text-decoration: none;
                font-size: 16px;
            }

                nav .page a:hover {
                    color: #fff;
                }

#content {
    margin-bottom: 200px;
}

    #content .page-title {
        border-bottom: 2px solid #D5F6B8;
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 35px;
    }

#editpage {
    display: block;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    background-color: #D5F6B8;
    position: fixed;
    right: 10px;
    bottom: 10px;
}

    #editpage:hover {
        color: #666;
    }

.banner, .logos .logo img {
    max-width: 100%;
    height: auto;
}

/* #Page Styles
================================================== */

.home .body {
    font-size: 24px;
    line-height: 50px;
    color: #181818;
    font-family: "Georgia","Times New Roman",Helvetica,Arial,sans-serif;
    text-align: justify;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

.contact .banner {
    margin-bottom: 20px;
}

.contact dl {
    margin-bottom: 20px;
}

    .contact dl dt {
        float: left;
        font-weight: bold;
        width: 100px;
    }

.logos .logo {
    height: 350px;
    text-align: center;
}

.staff .person {
    height: 175px;
}

    .person dl {
        margin-bottom: 12px;
    }

        .person dl dt {
            width: 60px;
        }

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
