/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@font-face {
	font-family: HeadingFont;
	src: url(fonts/BebasNeue_Bold.ttf);
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	overflow-y:scroll;
}
body {
	font:15px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
/*	background:url(img/bgr_04.png) repeat 50% 50% #FFF; */
	margin:0; padding:0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
/*	max-width:100%; */
	vertical-align:bottom;
}
a {
	color:#56AB81;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
ul { padding:0; margin:0; list-style:none; }
li { padding:0; margin:0; }
ul ul { padding-left:1em; }

article { clear:both; }

article hr { visibility:hidden; clear:both; margin:32px 0; }

.depricated  { text-decoration:line-through; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	position:relative;
}
/* header */
.header {
	
}
/* logo */
.logo-large {
	display:block;
	width:640px;
	height:320px;
	margin:0 -14px;
}

.logo-small {
	display:block;
	width:160px;
	height:80px;
	margin:0;
}
/* nav */
.nav {
	
}

.nav .menu .page_item { display:block; float:left; padding-right:1em; }
/* sidebar */
.sidebar { font-size:0.8em; padding:16px; margin: 0 auto; max-width:1000px; }

.crossbar { position:absolute; top:16px; right:16px; text-align:right; }
.crossbar h3 { display:none; }
.crossbar .widget_sp_image { position:relative; margin:0 -8px 0 0; float:left; }
.crossbar .widget_sp_image p { position:absolute; bottom:-1.333em; left:8px; margin:0; padding:0; color:#000; font-weight:bold; font-size:12px; }

.featured_image img { width:100%; }

/* footer */
.footer { clear:both; margin:0 auto; padding:16px 8px; max-width:968px; }

p { padding:8px 0; }
h1 { font-weight:normal; margin:0; padding:0; font-family:HeadingFont; font-size:3em; text-shadow:3px 3px #FFF, -3px -3px #FFF, -3px 3px #FFF, 3px -3px #FFF, 0px 3px #FFF, 0px -3px #FFF, 3px 0px #FFF, -3px 0px #FFF; }
h2 { font-weight:normal; margin:0; padding:0; font-family:HeadingFont; font-size:2.4em; text-shadow:3px 3px #FFF, -3px -3px #FFF, -3px 3px #FFF, 3px -3px #FFF, 0px 3px #FFF, 0px -3px #FFF, 3px 0px #FFF, -3px 0px #FFF; }
h3 { font-weight:normal; margin:0; padding:0; font-family:HeadingFont; font-size:2.0em; }
h4 { font-weight:normal; margin:0; padding:0; font-family:HeadingFont; font-size:1.6em; }
h5 { font-weight:normal; margin:0; padding:0; font-family:HeadingFont; font-size:1.2em; }
/* table { padding:8px 16px; } */
table th { text-align:left; vertical-align:top; font-family:HeadingFont; font-size:21px; font-weight:normal; }
table td { text-align:left; vertical-align:top; padding:3px 0; }
section { background:transparent; }
article { margin-bottom:112px; text-align:justify; overflow:auto; }
article p { margin:16px 0; padding:0; }

h1 { max-width:960px; margin:0.5em auto; }
h2 { margin:0.5em 0; }
h3 { margin:0.5em 0; }

/*
article h1 { font-size:3em; padding:0.166em 0.333em 0.166em 0.333em; }
article h2 { font-size:2.4em; padding:1em 0.333em 0.166em 0.333em; }
*/
article dl { color:#FFF; background:transparent; /* background:url(img/bgr_08.png) 50% 50% repeat; */ margin:0 0 0 16px; padding:0; float:right; width:320px; min-height:256px; }
article dt { background:#56AB81; font-weight:bold; font-size:0.75em; margin:0; padding:8px 16px 0 16px; }
article dt:first-child { padding-top:16px; }
article dd { background:#56AB81; font-weight:normal; margin:0; padding:0 16px 8px 24px; text-align:left; }
article dd:last-child { padding-bottom:16px; }
article .information { position:absolute; top:0; right:16px; }
article .background { position:relative; border-left:8px solid #56AB81; margin:0 auto; padding:32px 0; max-width:1000px; background:url(img/bgr_07.png) repeat 50% 50% transparent; }
article .frame { padding:0 16px; }
article .author { font-size:0.75em; }
article .date { font-size:0.75em; }
code { clear:both; font-family: monospace; white-space: pre; padding:16px; margin:16px 0; background:#DDD; display:block; font-size:0.8em; }
header { max-width:1080px; margin:0 auto; position:relative; }
header .nav { display:none; }

article .frame:after { content: ""; display: table; clear: both; }

.post-edit-link { display:block; width:96px; margin:0 auto; background:#FFF; text-align:center;  border-radius: 0 0 8px 8px; }
.pagination { margin:0 auto; max-width:942px; }

.widget_categories ul ul { display:none; }
.sidebar .sidebar-widget > div { width:160px; float:left; background:#FFF; padding:8px; margin:0; }
.sidebar .sidebar-widget h3 { margin:0; font-weight:normal; font-family:HeadingFont; font-size:20px; }

.single { position:relative; }
.single h1 { position:absolute; top:0; left:0; }
.single .mainImage { width:100%; }

.comment-form label { display:block; font-family:HeadingFont;  }

.frame li { font-size:0.9em; padding-bottom:0.5em; padding-right:1em; }


/*------------------------------------*\
    PAGES
\*------------------------------------*/

.column50 { /* width:50%; float:left; */ }
.timeline th { white-space: nowrap; padding:0; }
.timeline tbody th { font-size:1.0em;  }
.timeline { border-spacing: 0; }
.timeline tbody td { text-align: left; margin:2px; }

th { padding-right:14px; }

.timeline { border-spacing:0; }
.timeline tbody th { padding-right:4px; text-align:center; vertical-align: middle; }
.job { color:#56AB81; }
.timeline .job24 { width:16px; height:16px; background:url(img/timeline_job24sd.png) 50% 50% no-repeat; }
.timeline .jobDF { width:16px; height:16px; background:url(img/timeline_jobDFsd.png) 50% 50% repeat-y; }
.timeline .job28 { width:16px; height:16px; background:url(img/timeline_job28sd.png) 50% 50% repeat-y; }
.timeline .job28job4 { width:16px; height:16px; background:url(img/timeline_job28job4sd.png) 50% 50% repeat-y; }
.timeline .job46 { width:16px; height:16px; background:url(img/timeline_job46sd.png) 50% 50% no-repeat; }
.timeline .job46edu28 { width:16px; height:16px; background:url(img/timeline_job46edu28sd.png) 50% 50% repeat-y; }
.timeline .job48 { width:16px; height:16px; background:url(img/timeline_job48sd.png) 50% 50% no-repeat; }
.timeline .job248 { width:16px; height:16px; background:url(img/timeline_job248sd.png) 50% 50% no-repeat; }
.timeline .job2D8 { width:16px; height:16px; background:url(img/timeline_job2D8sd.png) 50% 50% no-repeat; }
.edu { color:#888; }
.timeline .edu24 { width:16px; height:16px; background:url(img/timeline_edu24sd.png) 50% 50% no-repeat; }
.timeline .eduDF { width:16px; height:16px; background:url(img/timeline_eduDFsd.png) 50% 50% repeat-y; }
.timeline .edu28 { width:16px; height:16px; background:url(img/timeline_edu28sd.png) 50% 50% repeat-y; }
.timeline .edu46 { width:16px; height:16px; background:url(img/timeline_edu46sd.png) 50% 50% no-repeat; }
.timeline .edu48 { width:16px; height:16px; background:url(img/timeline_edu48sd.png) 50% 50% no-repeat; }
.timeline .edu248 { width:16px; height:16px; background:url(img/timeline_edu248sd.png) 50% 50% no-repeat; }
.timeline .edu2D8 { width:16px; height:16px; background:url(img/timeline_edu2D8sd.png) 50% 50% no-repeat; }



/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
	
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/


.alignnone {
	margin:16px 0;
}

.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 16px 16px;
}
.alignleft {
	float:left;
	margin:5px 16px 16px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	header { display:none; }
	footer { display:none; }
	aside { display:none; }
	.post-edit-link { display:none; }
	
	h1, h2, h3, h4, h5, h6  { page-break-before:auto; page-break-after:avoid; padding:32px 0 0 0; }
	hr { display:none; }
	.paragraph { page-break-inside:avoid; }
	#radialSkills canvas { width:100%; }
	
	article .background { padding:0; }
	
	
	/*
	* {
		background:transparent !important;
		color:#000 !important;
		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) ")";
	}
	.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;
	}
	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;
	}
	*/
}