j/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {

}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 .indent li {
	margin-left: 15px; 
}
 
/* Highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*Customized Styles*/
body {
    font: 16px/1em 'Roboto', sans-Serif;
    line-height: 1.6em;
    color: #3D3C3A;
    text-align: center;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}
p, ul {
    margin: 0.5em auto;
    line-height: 1.2em;
} 
ul {
    list-style: disc;
}

a {
    text-decoration: none;
    color: #329bab;
	
}
a:active {
    text-decoration: none;
    color: #1c1c1c;
}
a:hover {
    font-weight: bold;
    color: #00B4CC;
}
h1{
    font-family: 'Roboto', Lucida Console, monospace;
    font-weight: 900;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
	margin-top: .25em;
}
h2{
    font-family: 'Droid Serif', Georgia, Serif;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    margin: 0.25em 0;
    text-align: center;
}
h3 {
    font-family:'Droid Serif', Georgia, Serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
	text-align: center;
}
h4, h5, h6 {
    font-family:'Droid Serif', Georgia, Serif;
    font-weight: 400;
    
}
img {
	max-width: 100%;
	height: auto;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.italic {
	font-style: italic;
	font-weight: 300;
}
.blue {
	background-color: #5ABFCE;
	color: #fff;
}
.blue a {
	color: #fff;
}
.bottom-margin {
	margin-bottom: 20px;
}
.link-box {
	padding: 2px;
	border-bottom: 2px #fff solid;
	font-size: 0.8em;
}
a:hover .link-box {
	border-bottom: 2px #000 solid;
}
.line-under {
	padding-bottom: 15px;
	border-bottom: 1px solid #1c1c1c;
	width: 80%;
}
	

/***Layout***/
 
.wrapper {
    position: relative;
    text-align: center;	
    max-width: 960px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
}
 
section {
    padding: 15px 25px;
    margin: 0;
    text-align: left;
}
 .full-screen {
	display: none;
	margin-bottom: 15px;
}
.small-screen {
	display: block;
	padding-bottom: 25px;
	width: 80%;
	margin: 0 auto;
}	

 
/*Header*/
 
header {
    background: #5ABFCE;
    padding: 10px 20px;
	margin-bottom: 5px;
    width: 100%;
	height: auto;
    box-shadow: 0px 1px 4px;
}
 
 
        /*shorter clearfix http://nicolasgallagher.com/micro-

clearfix-hack/*/
        header:before,
        header:after {
            content:"";
            display:table;
        }
         
        header:after {
            clear:both;
        }
         
        /* For IE 6/7 (trigger hasLayout) */
        header {
            zoom:1;
        }
 
h1.logo a {
    float: left;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
	line-height: 32px;
    letter-spacing: 0.2em;
    width: auto;
    font-family: 'Cutive Mono', Lucida Console, monospace;
}
#index a {
	color: #5ABFCE;
	float: left;
	font-size: 20px;
	line-height: 32px;
	font-fmaily: 'Cutive Mono', monospace;
}
 
a.to_nav {
    float: right;
    color: #000;
    background: #fafafa;
    text-decoration: none;
    padding: 0 5px;
    margin-right: 40px;
    margin-top: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
 
a.to_nav:hover,
a.to_nav:focus {
    color: #1c1c1c;
}
#click {
    display: block;
}
.page-header {
    margin: 15px 0;
}

/*navigation*/ 
 
#primary_nav ul {
    list-style: none;
    background: #5ABFCE;
    padding: 5px 0;
}
 
#primary_nav li a {
    font-family: 'Cutive Mono', Lucida Console, monospace;
    display: block;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
    border-bottom: 1px solid #383838;
}
 
#primary_nav li:last-child a {
    border-bottom: none;
}
 
#primary_nav li a:hover,
#primary_nav li a:focus {
    color: #1c1c1c;
}


/*footer*/
 
footer {
    text-align: center;
    font-size: 18px;
    background: #b3581a;
    width: 100%;
    padding: 1% 0;
    font-family: 'Cutive Mono', Lucida Console, Serif;
    color: #000;
    bottom: 0;
}
footer a {
    color: #fff;
    font-weight: bold;
}
 


/***Individual page styles***/

/* About page */

#blurb-wrapper {
   text-align: center;
}
#blurb {
    background: #fff;
    padding: 10px;
    margin: 15px;
    -webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
    color: #000;
    box-shadow: 0px 1px 4px;
    text-align: left;
	line-height: 1.3;
	display: inline-block;
     
} 
#blurb ul {
    text-align: left;
    list-style: none;
}

#blurb h1 { 
    color: #2A5B84;
    padding-top: 10px;
    font-size: 1.5em;
    font-weight: bold;
}
#blurb button {
	float: right;
}
#blurb li:nth-child(1) {
	font-size: medium;
	font-weight: 800;
}
#blurb li:nth-child(2) {
	font-weight: 800;
}
#blurb li:nth-child(5) {
	text-align: center;
	font-weight: bold;
}
#blurb img {
	float: left;
	margin: 5px;
	height: auto;
	max-width: 40%;
	text-align: center;
}

/*Portfolio page*/

.portfolio {
	margin: 20px 10px 20px 10px;
	text-align: center;
	width: 65%;
	display: inline-block;
	padding: 2%;
	background: #5ABFCE; /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(90,191,206,1) 2%, rgba(190,227,232,1) 73%, rgba(176,212,227,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(2%,rgba(90,191,206,1)), color-stop(73%,rgba(190,227,232,1)), color-stop(100%,rgba(176,212,227,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(90,191,206,1) 2%,rgba(190,227,232,1) 73%,rgba(176,212,227,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(90,191,206,1) 2%,rgba(190,227,232,1) 73%,rgba(176,212,227,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(90,191,206,1) 2%,rgba(190,227,232,1) 73%,rgba(176,212,227,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(90,191,206,1) 2%,rgba(190,227,232,1) 73%,rgba(176,212,227,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5abfce', endColorstr='#b0d4e3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.portfolio p {
	width: 70%;
	text-align: left;
}
.portfolio img {
	max-width:100%;
	height:auto;
	box-shadow: 0px 1px 4px;
}
.portfolio h3 {
	font-weight: bold;
	padding-bottom: 0;
}

/*Resume page*/
h2.resume {
	font-weight: bold;
}
#skills {
	text-align: center;
}

#skills ul {
	text-align: left;
	height: auto;
	width: 250px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: top;
	display: inline-block;
}
#skills li {
	text-align: left;
}
.list-head {
	margin: 0;
	list-style: none;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}


/*Contact page*/
#contact {
	text-align: center;
	margin: 20px;
}

/*Coding page*/
.js-display {
	text-align: center;
	height: 100%;
}

/***Media Query***/
  
@media only screen and (min-width: 768px) {
    h1.logo a {
	font-size: 28px;
    line-height: 32px;
	}
	a.to_nav {
        display: none;
    }
     
    .wrapper {
        position: relative;
        margin: 0 auto;
		padding: 0;
		z-index: 
    }
     
    #primary_nav {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
    }
     
    #primary_nav li {
        display: inline;
    }
     
    #primary_nav li a {
	font-family: 'Cutive Mono', Lucida Console, monospace;
        float: left;
        border: none;
        padding: 0px 15px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
	#primary_nav li.top {
	display: none;
	}
	.full-screen {
	display: block;
	}
	.small-screen {
	display: none;
	}
	
}
@media only screen and (max-width: 368px) {
	.portfolio {
	width: 90%;
	}
}
