/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #333;
}
body {
    font-size: 1em;
    line-height: 1.4;
    background-color: #e1e1e1;
    background-image: url(../img/dimension.png);
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px outset #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
    width: 100%;
    max-width: 275px;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 14px/20px 'Ledger', serif;

}
.wrapper {
    width: 90%;
    margin: 0 auto;
    height: 100%;
}
/* ===================
    ALL: Orange Theme
   =================== */

.header-container {    
    background-image: url(../img/header.jpg);
    -webkit-background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
h1.title {
    color: #FFF5CD;
    font-size: 50px;
    margin: 50px 0 30px 0;
    font-weight:bold;
}
h2.title {
    color: #FFF5CD;
    margin-bottom: 50px;
    font-weight: bold;
}

h3.available {
    font-size: 34px;
}
.main aside {
    text-align: left;
}

footer {
    font-size: 140px !important;
}

.imageRight {
    float: right;
}

.goLeft {
    float: left;
}

.main article {
    clear: right;
    min-height: 321px;
}

.border {
    border: 1px outset #000000;
}

#bio h3, #bio ul, #bio h4 {
    float: right;
}

#bio h4 {
    position: relative;
    left: -50px;
}


/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}
.main article h1 {
    font-size: 2em;
}
.main aside {
    color: #222;
    padding: 0px 0 10px;
}
.footer-container footer {
    color: white;
    padding: 20px 0;
}
/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px outset #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:EB Garamond', serif;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:27px;
	line-height:27px;
	width:110px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
}

.contact {
    width: 175px;
    height: 35px;
    line-height: 35px;
    font-size: 26px;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}
.button:active {
	position:relative;
	top:1px;
}
h1,
h3,
h4 {
    font-family: 'Dancing Script', cursive;
    font-weight:bold;
}
h3 {
    font-size: 30px;
    line-height: 34px;
}



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

@media only screen and (max-width: 680px) {
    .header-container {
        background-image: none;
        background-color: #000;
    }
    h1.title {
        line-height: 100%;
        font-size: 60px;
    }
    h2.title {
        font-size: 18px;
    }
    

}
@media only screen and (min-width: 480px) {
    /* ========================
    INTERMEDIATE: IE Fixes
   ======================== */
    nav ul li {
        display: inline;
    }
    .oldie nav a {
        margin: 0 0.7%;
    }
}
@media only screen and (min-width: 768px) {
    /* ====================
    WIDE: CSS3 Effects
   ==================== */
    /* ============
    WIDE: Menu
   ============ */
    /* ============
    WIDE: Main
   ============ */
    .main article {
        float: 90%;
        margin: 0 2% 120px 2%;
    }
    
    .main article h3, .main article p {
        max-width: 60%;
    }
     article.imageLeft h3 {
       float: right;
    }
    
    article.imageLeft ul {
        margin-left: 40px;
    } 

}
@media only screen and (min-width: 1140px) {
    /* ===============
    Maximal Width
   =============== */
    .wrapper {
        width: 800px;
        /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        -webkit-box-shadow: none !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href)")";
    }
    abbr[title]:after {
        content: " (" attr(title)")";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.main-container {
    width: 70%;
    margin: 0 auto;
    background: #FFFFFF;
}
.headshot {
   max-width: 197px;
   float: left;
}
.footer-container {
    background: #000;
    text-align: center;
    font-size: 30px;
    font-weight:bold;
}