/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

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: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 20px solid #e44d26;
}

.footer-container,
.main aside {
    border-top: 20px solid #e44d26;
}

.header-container,
.footer-container,
.main aside {
    background: #f16529;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
  
@font-face {
  font-family:'FontAwesome';
  src: url(/assets/css/fontawesome-webfont.eot);
  src: url(/assets/css/fontawesome-webfont.eot?#iefix) format('embedded-opentype'),
	   url(/assets/css/fontawesome-webfont.woff) format('woff'),
       url(/assets/css/fontawesome-webfont.ttf) format('truetype'),
       url(/assets/css/fontawesome-webfont.svg#FontAwesome) format('svg');
  font-weight:normal;
  font-style:normal
}
  
  

body {
	background: #778;
}

body .page-container {
	width: 960px;
	margin: 0 auto;
	padding: 1em 2.25em;
	background: white;
}

.resume-sideline {
	float: right;
}
	.resume-sideline h1 {
		font-size: 1.2em;
		margin: 0 0 0.25em;
	}
	
.page-navigation {
	float: none;
	width: auto;
}
	.page-navigation ul {
		margin-left: 1.4em;
	}
	.page-navigation li {
		display: list-item;
		list-style: disc outside none;
	}
	.page-navigation a {
		float: none;
		margin: 0;
		padding: 0;
		text-align: left;
		width: auto;
		background: inherit;
		color: inherit;
	}
	.page-navigation a:hover,
	.page-navigation a:focus,
	.page-navigation a:active {
		color: #D81F15;
	}
	
	
.section-header {
	margin: 0.67em -1.15em 0.67em -1.1em;
	padding: 0.125em 1.1em;
	color: white;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	
	/* Angry red */
	background: #d81f15; /* Old browsers */
	background: -moz-linear-gradient(top,  #d81f15 0%, #af0303 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d81f15), color-stop(100%,#af0303)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d81f15 0%,#af0303 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d81f15 0%,#af0303 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d81f15 0%,#af0303 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d81f15 0%,#af0303 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d81f15', endColorstr='#af0303',GradientType=0 ); /* IE6-9 */
	
	/* Easier Blue */
	background: #00B7EA;
	background: -moz-linear-gradient(center top , #00B7EA 0%, #009EC3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00B7EA), color-stop(100%,#009EC3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00B7EA 0%,#009EC3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00B7EA 0%,#009EC3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00B7EA 0%,#009EC3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00B7EA 0%,#009EC3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00B7EA', endColorstr='#009EC3',GradientType=0 ); /* IE6-9 */
}

	.section-header .top {
		float: right;
		margin-top: 0.25em;
		margin-right: -1.5em;
		padding: 0.125em 0.5em;
		border-radius: 1em;
		
		color: #444;
		font-size: 50%;
		text-decoration: none;
		text-shadow: none;
		
		/* Reversed Blue */
		background: #009ec3; /* Old browsers */
		background: -moz-linear-gradient(top,  #009ec3 0%, #00b7ea 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009ec3), color-stop(100%,#00b7ea)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #009ec3 0%,#00b7ea 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #009ec3 0%,#00b7ea 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #009ec3 0%,#00b7ea 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #009ec3 0%,#00b7ea 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ec3', endColorstr='#00b7ea',GradientType=0 ); /* IE6-9 */

	}
	.section-header .top:hover,
	.section-header .top:focus {
		color: #990303;
		
		background: #009bba; /* Old browsers */
		background: -moz-linear-gradient(top,  #009bba 0%, #00addd 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009bba), color-stop(100%,#00addd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #009bba 0%,#00addd 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #009bba 0%,#00addd 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #009bba 0%,#00addd 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #009bba 0%,#00addd 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009bba', endColorstr='#00addd',GradientType=0 ); /* IE6-9 */
	}
	.section-header .top:active {
		box-shadow: 0 0.1em 0.125em rgba(0,0,0,0.2) inset;
	}

.indecorous, .superset {
	list-style: none;
	padding-left: 0;
}
.indecorous {
	text-decoration: none;
}

article hgroup {
	position: relative;
	margin-left: 2.5em;
	text-align: right;
}
	article hgroup i.icon-chevron-right {
		position: absolute;
		top: 0.15em;
		left: -1.25em;
	}
	article hgroup h1,
	article hgroup h2 {
		float: left;
		clear: left;
	}
	article hgroup h1 {
		margin: 0.125em 0;
	}
	article hgroup h2 {
		margin-top: 0;
		color: #999;
	}
	article hgroup h3 {
		margin: 0;
		color: #990303;
	}
	article hgroup h4 {
		margin-top: 0;
		font-style: italic;
		color: #999;
	}
article hgroup+p:first-of-type {
	margin-top: 0;
}


/* Fancy red buttons */
.btn {
	display: inline-block;
	padding: 0.25em 0.75em;
	vertical-align: middle;
	
	background: #d81f15; /* Old browsers */
	background: -moz-linear-gradient(top,  #d81f15 0%, #af0303 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d81f15), color-stop(100%,#af0303)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d81f15 0%,#af0303 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d81f15 0%,#af0303 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d81f15 0%,#af0303 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d81f15 0%,#af0303 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d81f15', endColorstr='#af0303',GradientType=0 ); /* IE6-9 */
	
	border-style: solid;
	border-width: 1px;
	border-color: #D81F15 #D81F15 #AF0303; 
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	text-align: center;
	color: white;
	
	cursor: pointer;
}
.btn:hover, .btn:focus, .btn:active {
	background: #bf1513; /* Old browsers */
	background: -moz-linear-gradient(top,  #bf1513 0%, #990303 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf1513), color-stop(100%,#990303)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bf1513 0%,#990303 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bf1513 0%,#990303 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bf1513 0%,#990303 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bf1513 0%,#990303 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf1513', endColorstr='#990303',GradientType=0 ); /* IE6-9 */
	
	border-color: #bf1513 #bf1513 #990303; 
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);	
}
.btn:active {
	box-shadow: 0 0.2em 0.125em rgba(0,0,0,0.2) inset;
}



/* Fancy Blue Tooltips */
li[data-title] {
	position: relative;
	
	padding-right: 30%;
	
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	
	z-index: 1;
}
li[data-title]:after {
	position: absolute;
	right: 0;
	bottom: -50%;	
	
	opacity: 0;
	
	margin-right: -2em;
	padding: 0.8em;	
	border-radius: 1em;	
	
	background: #93cede; /* Old browsers */
	background: -moz-linear-gradient(top,  #93cede 0%, #75bdd1 41%, #49a5bf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93cede), color-stop(41%,#75bdd1), color-stop(100%,#49a5bf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf',GradientType=0 ); /* IE6-9 */

	box-shadow: 2px 2px 0.25em rgba(0, 0, 0, 0.3);
	color: #222;
	content: attr(data-title);
	white-space: nowrap;
	
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
li[data-title]:hover {
	color: #871B15;
	background: rgba(255, 255, 200, 0.5);
	transform: translateX(0.5em);
	-webkit-transform: translateX(0.5em);
	-moz-transform: translateX(0.5em);
	-ms-transform: translateX(0.5em);
	-o-transform: translateX(0.5em);
}
li[data-title]:hover:after {
	opacity: 1;
	right: 0.5em;
}













/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    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
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 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: 100%;
}

.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 */
        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;
    }
}