/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
	
	@font-face{ 
		font-family: 'UbuntuMonoBold';
		src: url('ubuntumono-b-webfont.eot');
		src: url('ubuntumono-b-webfont.eot?#iefix') format('embedded-opentype'),
	     	url('ubuntumono-b-webfont.woff') format('woff'),
	     	url('ubuntumono-b-webfont.ttf') format('truetype'),
	     	url('ubuntumono-b-webfont.svg#webfont') format('svg');
		}
	
	body {
		font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
		font-size: 100%;
		color: #333;
	}
	
	a { color: #333; text-decoration: none; }
	a:hover { color: #666; text-decoration: none; }
	a:visited { color: #222; text-decoration: none; }
	
	.container {
		padding-bottom: 2.5em; /* 40px / 16px */
	}
	
	.container.last {
		padding-bottom: 0;
	}
	
	/*	Header Elements	*/
		
	header.container {
		margin-top: 3.8%;
	}
	
	header div.hgroup {
		margin-left: 3.8%;
/*		margin-right: 4.85%; /*13.45%;*/
	}
	
	header h1 {
		font-family: 'UbuntuMonoBold';
		font-size: 6.25em; /* 100px / 16px */
		line-height: 110px;
		text-shadow: 0 2px #999;
	}
	
	header h2, span {
		font-size: 1.5em; /* 24px / 16px */
		line-height: 36px;
		font-weight: 500;
	}
	
	header div.copy { padding: 10px 0; }	
	
	header p {
		font-size: 1.125em; /* 18px / 16px */
		line-height: 24px;
		font-weight: 400;
		color: #666;
	}
	
	header p.second {
		margin: 1em 0 1.5em;
	}
	
	/*	Article Elements	*/
	
	div.article { padding-bottom: 20px; }
	
	div.article h3 {
		font-style: italic;
		font-size: 1.125em; /* 18px / 16px */
		font-weight: 500;
	}
	
	article section {
		padding: 0 0 0 20px;
		font-size: 1.125em; /* 18px / 16px */
		border-left: 3px solid #666;
	}
	
	article section dt {
		padding: 0 0 8px 0;
		font-weight: 500;
	}
		
		article section dt a {}
		article section dt a:hover { text-decoration: underline; }
		article section dt a:visited { text-decoration: underline; }
		
	article section dd {
		padding: 0 0 15px;
		line-height: 24px;
	}
	
	article section dd a:hover { text-decoration: underline; }
	article section dd.no-spacing { padding: 0 0 3px; }
	article section .lastchild { padding: 0 0 2px 0; }
	
	
	article section dt span, article section dd span {
		padding: 0 3px 0 0;
		font-size: 1.125em; /* 18px / 16px */
		font-style: italic;
		font-weight: 300;
		color: #666;
		float: right;
		line-height: 24px;
	}
	
	article section ul {
		list-style: none;	
	}
	
	article section ul li {
		padding: 0 0 8px 0;
		font-weight: 500;
		line-height: 24px;
	}
	
	article section ul li span {
		font-size: 1.125em; /* 18px / 16px */
		font-weight: 300;
		line-height: 24px;
	}
	
	article section ul.social { 
		min-height: 54px;
		min-width: 56.75%; 
		
	}
	
	article section ul.social li {
		margin: 3px 14px 0 0;
		float: left;
		display: inline-block;
	}
	
	article section ul.social li a {
		text-decoration: none;
	}
	
	article section ul.social li a div {
		width: 48px;
		height: 48px;
	}
	
	article section ul.social li a div.delicious { background: url(../img/social_icons_new.png) 0px 0px no-repeat; }
	article section ul.social li a div.delicious:hover { background: url(../img/social_icons_new.png) -50px 0px no-repeat; }
	
	article section ul.social li a div.jsfiddle { background: url(../img/social_icons_new.png) 0px -50px no-repeat; }
	article section ul.social li a div.jsfiddle:hover { background: url(../img/social_icons_new.png) -50px -50px no-repeat; }
	
	article section ul.social li a div.github { background: url(../img/social_icons_new.png) 0px -100px no-repeat; }
	article section ul.social li a div.github:hover { background: url(../img/social_icons_new.png) -50px -100px no-repeat; }
	
	article section ul.social li a div.xing { background: url(../img/social_icons_new.png) 0px -150px no-repeat; }
	article section ul.social li a div.xing:hover { background: url(../img/social_icons_new.png) -50px -150px no-repeat; }
	
	article section ul.social li a div.tumblr { background: url(../img/social_icons_new.png) 0px -200px no-repeat; }
	article section ul.social li a div.tumblr:hover { background: url(../img/social_icons_new.png) -50px -200px no-repeat; }
	
	article section ul.social li a div.twitter { background: url(../img/social_icons_new.png) 0px -250px no-repeat; }
	article section ul.social li a div.twitter:hover { background: url(../img/social_icons_new.png) -50px -250px no-repeat; }
	
	article section ul.social li a div.linkedin { background: url(../img/social_icons_new.png) 0px -300px no-repeat; }
	article section ul.social li a div.linkedin:hover { background: url(../img/social_icons_new.png) -50px -300px no-repeat; }
	
	section div.row { padding: 0 0 20px; }	
	
	/*	Footer Elements	*/
	
	footer {
		padding: 0 0 10px;
		text-align: center;
	}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {
	/* Style adjustments for viewports 768px and over go here */

	body {
		font-size: 85,25%;
	}
	
	article section ul.social li {
		margin: 0 8px 0 0;
		float: left;
		display: inline-block;
	}
	
}

@media handheld, only screen and (max-width: 480px) {
	/* Style adjustments for viewports 480px and over go here */
	
	body {
		font-size: 80%;
	}
	
	.container {
		padding-bottom: 1.5625em; /* 25px / 16px */
	}
	
	header h1 {
		font-size: 5em; /* 80px / 16px */
		line-height: 1em; /* 16px / 16px */
	} 
	
	header p.second {
		margin: 1em 0 1.75em;
	}
	
}

@media handheld, only screen and (max-width: 320px) {
	
	body {
		font-size: 75,25%;
	}
	
	.container {
		padding-bottom: 1em; /* 16px / 16px */
	}
	
	header h1 {
		font-size: 4.375em; /* 70px / 16px */
		line-height: 1em; /* 16px / 16px */
	}	
	
	header p.second {
		margin: 15px 0 10px;
	}
		
}

@media handheld, only screen and (max-width: 240px) {
	
	header h1 {
		font-size: 2.8125em; /* 45px / 16px */
	}
	
	header h2, span {
		font-size: 1.25em; /* 20px / 16px */
		line-height: 26px;
	}
		
}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

	

}

/* ============================== */
/* Helpers					  */
/* ============================== */

	.cyan { background-color: Cyan; }
	.yellow { background-color: Yellow; }
	.pink { background-color: HotPink; }
	
/* Clearfix if need anywhere----------- */

	.clearfix:after {
    	content: " ";
    	display: block;
    	clear: both;
    	visibility: hidden;
    	line-height: 0;
    	height: 0;
	}

	.clearfix {
	    display: inline-block;
	}

	html[xmlns] .clearfix {
		display: block;
	}

	* html .clearfix {
	    height: 1%;
	}


/* ==|== 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; }
}


/* ============================== */
/* END OF LINE					  */
/* ============================== */