@font-face {
    font-family: 'RokkittRegular';
    src: url('../fonts/Rokkitt-webfont.eot');
    src: url('../fonts/Rokkitt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rokkitt-webfont.woff') format('woff'),
         url('../fonts/Rokkitt-webfont.ttf') format('truetype'),
         url('../fonts/Rokkitt-webfont.svg#RokkittRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 16px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fc3; color: #fff; text-shadow: none; }
::selection { background: #fc3; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #39C; text-decoration: none; }
a:visited {  }
a:hover { color: #06e; }
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: me!!!

   ========================================================================== */
h1 {
	font: 32px 'RokkittRegular', serif;
	color:  #FC0;
	
	text-shadow: 0px 1px 0px #666666;	 	
}

#contact h1 {
	color: #FFF;	
}
h2 {
	font-size: 20px;	
}
h3 {
	margin-bottom: .2em;
	font: 20px 'RokkittRegular', serif;
	color: #FC0;
}
#qualifications h3 {
	background: #333;
	padding: 5px 10px;	
}
#contact h3 {
	color: #000;
	border-bottom: dotted 1px #000;
	padding: 0 0 5px 0;	
	margin-bottom: 15px;
}
p {
	line-height: 1.61em;	
	margin-top: .2em;
}
.employment {
	border-top: dotted 1px #333;
	border-bottom: dotted 1px #333;
	margin-bottom: 20px;	
}
.employment h3 {
	padding: 0 20px;
}
.employment p {
	font-size: 12px;
	padding: 0 20px;
	
}
.next_section {
	margin-top: 60px;	
}
.next {
	font: 24px 'RokkittRegular', serif;
	width: auto;
	display: block;
	padding-right: 55px;
	background: url(../img/bg/icons.png) no-repeat right -393px;
	float: left;
}
.next:hover {
	background-position: right -493px;	
}

.top {
	font: 24px 'RokkittRegular', serif;
	width: auto;
	display: block;
	padding-right: 55px;
	background: url(../img/bg/icons.png) no-repeat right 3px;
	float: left;
}
.top:hover {
	background-position: right -97px;	
}
ul.checklist {
	font-size: 13px;	
	list-style: none;
	padding: 0;
}
.checklist li {
	margin-bottom: 11px;
	background: url(../img/bg/icons.png) no-repeat left -1000px;
	padding: 6px 0 6px 32px;	
}
#qualifications .checklist li {
	margin-bottom: 11px;
	background: url(../img/bg/icons.png) no-repeat left -1700px;
	padding: 6px 0 6px 32px;	
}
#contact a {
	color: #000;	
}
#contact a:hover {
	border-bottom: dotted 1px #000;	
}
#phone_info,#email_info, #linked_in {
	background: url(../img/bg/icons.png) no-repeat;
	padding: 6px 0 6px 32px;
}
#phone_info {
	background-position: left -1200px;
}
#email_info {
	background-position: left -1294px;
}
#linked_in {
	background-position: left -1397px;
	font-size: 14px;
}
.wrap {
	max-width: 900px;
	height: auto;
	width: 90%;
	margin: 0 auto;	
	position: relative;
	padding: 30px 0 100px 0;
	overflow: hidden; 
}
.ie6 .wrap {
	width: expression(this.width > 900 ? 900: true);	
}
.wrap.visible { overflow: visible;}
header {
	background: #333;
	height: 40px;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	border-bottom: solid 3px #FC0;
	
	
	
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

.ie6 header {
	position: absolute;
}
#main {
	background: #FFF;
}

footer {
	background: #333;
	height: 100px;	
	width: 100%;
}

.header_wrap {
	max-width: 900px;
	height: auto;
	margin: 0 auto;	
	position: relative;
	width: 100%; 
	padding: 0 0 0 0; 
}
.footer_wrap {
	max-width: 900px;
	height: auto;
	margin: 0 auto;	
	position: relative;
	width: 90%; 
	padding: 20px 0 0 0;	
}

#logo { /*desktop version*/
	margin: 0;
	width: 220px;
	height: 85px;
	z-index: 999;
	position: absolute;
	left: -16px;
	top: -10px;
	display: none;
	
		
}

#mobile_logo { /*mobile version */
	display: block;	
}
#hello, #qualifications, #samples, #contact {
	min-height: 600px;
	margin: 0;
}
.ie6 #hello, .ie6 #qualifications, .ie6 #samples, .ie6 #contact {
	height: 600px; /*min-height fix for ie6*/
	
}
#hello {
	background: #FFF url(../img/bg/gradient.png) bottom left repeat-x;
	border-bottom: solid 30px #333;
}
#hello .wrap {
	background: url(../img/bg/hello_bg_small.png) bottom right no-repeat;
	min-height: 400px;
	
}
.ie6 #hello .wrap {
	height: 400px; /*ie6 min-height fix*/
} 
#welcome {
	max-width: 480px;	
}
.ie6 #welcome {
	width:expression(document.body.clientWidth > 480? "480px": "auto" ); /*max-width fix for ie6*/	
	
}
#qualifications {
	background: #EEE url(../img/bg/stripe_grad.png) repeat-x left -70px;
}
.ie6 #qualifications {
	background: #EEE url(../img/bg/ie6/stripe_grad_qualifications.gif) repeat-x top;
}
#samples {
	background: #222 url(../img/bg/stripe.gif);
	color: #eee;
}
#contact {
	background: #fc0 url(../img/bg/stripe_grad.png) repeat-x left -70px;
}
.ie6 #contact {
	background: #fc0 url(../img/bg/ie6/stripe_grad_contact.gif) repeat-x top;
}


.col {
	width: 280px;
	float: left;
	margin: 0 30px 40px 0;	
	padding-bottom: 20px;
	border-bottom: dotted 1px #333;
}

.col figcaption {
	cursor: pointer;	
}
.show_info {
	background: url(../img/bg/icons.png) no-repeat right -198px;
	display: block;
	float: left;
	width: auto;
	padding-right: 55px;
	margin: 20px 0 0 0;	
}
.show_info:hover {
	background-position: right -298px;
}
.hide_info {
	background: url(../img/bg/icons.png) no-repeat right 0px;
	display: none;
	float: left;
	width: auto;
	padding-right: 55px;
	margin: 20px 0 0 0;		
}
.hide_info:hover {
	background-position: right -100px;
}
.no_jump {
	clear: both;	
}
.proj_info {
	display: none;	
	clear: both;
	min-height: 580px;
	margin-top: 0;
	width: 280px; /*fixes jump during animation*/
}
.ie6 .proj_info {
	height: 580px;	
}
.preview_img {
	background: #000;
	border: solid 1px #666;	
	display: block;
	padding: 1px;
	margin-bottom: 15px;
}
.preview_img:hover {
	border-color: #333;	
}
.btn {
	display: block;
	background: #39C url(../img/bg/icons.png) no-repeat;
	padding: 15px 20px 10px 20px;
	font-size: 28px;
	font-weight: bold;
	line-height: .7em;
	border: solid 2px #FFF;
	color: #EEE;
	
	
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	
}


.btn span {
	display: block;
	font-weight: normal;
	font-size: 14px;
}
.btn:hover {
	color: #FFF;
	background-color: #06e;	
}
.resume {
	width: 280px;	
}
#hello .resume {
	
	
}
.res_btn {
	font-size: 	22px;
	line-height: 34px;
	background-position: 230px -1487px;
}
.res_btn:hover {
	background-position: 230px -1587px;
}
.launch {
	background-position: 185px -586px;	
}
.launch:hover {
	background-position: 185px -686px;	
}
.source {
	background-position: 195px -788px;
}
.source:hover {
	background-position: 195px -888px;
}

nav {
	position: absolute;
	left: 0;
	top: 0px;
	overflow: hidden;
	width: 480px;	
}
ul#nav {
	width: auto;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 16px;
	border-right: solid 1px #000;
}
#nav li {
	display: inline;
	width: auto;
	float: left;
	
}

#nav li a {
	display: block;
	width: auto;
	float: left;
	padding: 12px 9px 8px 9px;
	background: #222;
	border-left: solid 2px #000;
	font-size: 15px;
	text-decoration: none;
	color: #FC3;
	outline: none;
}
#nav li a:hover, #nav li a:active {
	background: #000;
	border-left-color: #FC3;
}
#nav li a.current  {
	background: #000;
	border-left-color: #C00;
	color: #FFF;
	cursor: default;
}



/* --------------------Contact Form Styles---------------------- */
.contact_info {
	border-bottom: dotted 1px #000;
		
}
#contact_form {
	max-width: 600px;
	display: block;
}
#contact_form fieldset {
	background: #EEE;
	padding-top: 30px;
	
}
#contact_form legend {
	font-size: 22px;
	color: #FFF;
}
#contact_form label {
	display: block;
	width: 100px;
	float: left;
	clear: left;
	padding: 5px 0;
}
#contact_form label.error {
	color: red;	
	width: 300px;
	margin-bottom: 20px;
	margin-top: -15px;
}
#contact_form textarea {
	width: 90%;
	float: left;
	margin-bottom: 20px;
	display: block;
	padding: 5px;
}
#contact_form input[type=text] {
	margin-bottom: 20px;
	width: 200px;
	float: left;
	display: block;
	padding: 5px;
}
#contact_form input[type=text]:focus, #contact_form textarea:focus {
	background: #FFC;
}
#contact_form input[type=submit] {
	font-family: 'RokkittRegular', serif;
	clear: both;
	display: block;
	width: 200px;
	padding: 15px 20px;
	margin: 30px auto;
	font-size: 32px;
	border: solid 2px #FFF;
	background: #7dbf2f;
	color: #FFF;
	
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#contact_form input[type=submit]:hover {
	background: #360;	
}
.ie6 #contact_form input[type=text], .ie6 #contact_form label, .ie6 #contact_form textarea, .ie7 #contact_form input[type=text], .ie7 #contact_form label, .ie7 #contact_form textarea {
	float: none;
	margin-left: 0;
}

/* --------------------END Contact Form Styles---------------------- */



/* --------------------prettify view source styles---------------------- */
.pln{color:#FFF}@media screen{.str{color:#a4c15e}.kwd{color:#008}.com{color:#666}.typ{color:#944938}.lit{color:#066}.pun,.opn,.clo{color:#9e623f}.tag{color:#eac56d}.atn{color:#fee5ba}.atv{color:#a4c15e}.dec,.var{color:#944938}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee}


#source-code { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 85%; background: rgba(0,0,0,0.8); }
#source-code.visible { display: block; }
/*#source-code:target { display: block; }*/
#source-code pre { padding: 20px; font: 14px/1.6 Monaco, Courier, MonoSpace; margin: 100px auto; background: #222; color: white; width: 90%; height: 85%; overflow: auto; }
#source-code pre a, #source-code pre a span { text-decoration: none; color: #00ccff !important; }
#x { position: absolute; top: 85px; left: 6%; margin-left: -41px; width: 32px; height: 32px; background: url(../img/bg/icons.png) 0 -1100px no-repeat;}
/* --------------------END prettify view source styles---------------------- */




/* -------------------------Error Page Syles----------------------------- */
.error_page, .ok, .fourofour {
	background: #d9ae00 url(../img/bg/other_bg.png) repeat-x;
	font-family: 'RokkittRegular', serif;
}
.error_page { font-size: 12px; }
.ok, .fourofour { font-size: 16px; }
.error_page .wrap, .ok .wrap, .fourofour .wrap {
	text-align: center;	
	padding: 30px 0;
	min-height: 600px;
}
.ie6 .error_page .wrap { height: 600px; }
.error_page .wrap { background: url(../img/bg/jasmine_error.jpg) no-repeat center bottom; }
.error_page p, .ok p, .fourofour p {
	line-height: 1.5em;
	margin: 0;
}
.error_btn, .ok_btn, .fourofour_btn {
	display: block;
	width: 200px;
	padding: 15px 20px;
	margin: 30px auto;
	font-size: 36px;
	border: solid 2px #FFF;
	background: #7dbf2f;
	color: #FFF;
	
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.res { font-size: 24px; line-height: 44px; }
.error_btn:hover, .ok_btn:hover, .fourofour_btn:hover {
	background: #360;
	color: #FFF;
}

#jasmine p { display: none; }
#jasmine.open_state p { display: block; }
#jasmine.open_state a { display: none; }
/* -------------------------END Error Page Syles----------------------------- */



/* END primary styles =====================================================
   Author: me!!!

   ========================================================================== */











/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }











/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
 
  #nav li a {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 16px;  
  }
  nav {
	width: auto;
	left: auto;
	right: 1px; 
	 
  }
  #contact_form textarea {
	width: 300px;  
  }
  #contact_form label.error, #contact_form input[type=submit]  {
	margin-left: 100px;  
  }
  .error_page p {
	font-size: 16px;
	line-height: 1.2em;
}


}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
  #qualifications {
	background-position: top;
  }
  #contact {
	background-position: top;
  }
  .header_wrap {
	width: 90%;  
  }
  #hello .wrap {
	padding-top: 100px;	
  }
  #logo {
	display: block;  
  }
  #mobile_logo {
	display: none;  
  }
  .wrap {
	padding: 100px 0 100px 0; 
  }
  #hello .wrap {
	background: url(../img/bg/hello_bg.png) bottom right no-repeat;
  }
  
  .last {
	margin-right: 0;	
  }
  
  .contact_info {
	width: 200px;
	float: right;
	
		
  }
  #contact_form {
	float: left;
  }
}
@media only screen and (min-width: 880px) {
	#hello .resume {
	  position: absolute;
	  right: 0;
	  top: 190px;  
    }
}
@media only screen and (min-width: 1015px) {
	.proj_info {
		display: block;	
	}
	.show_info, .hide_info, .no_jump {
		display: none;	
	}
	
}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
}

