article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }
html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
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; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
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%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) {
    overflow: hidden;
}
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }






@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('fonts/Chunkfive-webfont.eot');
    src: url('fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Chunkfive-webfont.woff') format('woff'),
         url('fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* ===================================================
    Initializr styles
    http://verekia.com/initializr/responsive-template
    Author: Jonathan Verrecchia
   =================================================== */

body{ font:16px/26px Helvetica, Helvetica Neue, Arial; }

.wrapper{
	width:90%;
	margin:0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

#header-container{ border-bottom: 13px solid #e44d26; }
#footer-container{ border-top:    20px solid #e44d26; }
#main aside      { border-top:    20px solid #e44d26; }

#header-container,
#footer-container,
#main aside{
	background:#f16529;
}

#title{
	color:white;
	font-family:'ChunkFiveRegular';
	font-weight:normal;
	font-size:4em;
	margin-bottom:20px;
}

#header-container h2{
	color:white;
	font-size:16px;
}

#header-container header{
	text-align:center;
}

::-moz-selection { background: #f16529; color: #fff; text-shadow: none; }
::selection      { background: #f16529; color: #fff; text-shadow: none; }



/* WEBSITE */

#html5-logo-container{
	display:none;
}

#follow-container{
	display:none;
}


	#badges{
		margin:0 auto;
		width:265px;
		margin-top:10px;
		line-height:18px;
		font-size:14px;
		color:white;
		font-weight:bold;
		font-style:italic;
		
	}
	
	#badges li{
		float:left;
		background:#eee;
		color:#444;
		text-align:center;
		width:85px;
		height:85px;
/* 		border:10px solid #E44D26; */
		-webkit-border-radius:999px;
		   -moz-border-radius:999px;
		        border-radius:999px;
		margin-left:5px;
		text-shadow:0 2px 1px white;
		box-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);
	}
	
	#badges li:first-child{
		margin-left:0;
	}
	
	.badge-label{
		margin-top:26px;
	}
	
	#badges ul{
		float:right;
		margin:0;
		list-style-type:none;
		padding:0;
	}


.separator{
	font-family:LeagueGothicRegular;
	text-align:center;
	font-weight:normal;
	font-size:3em;
	color:#F16529;
	margin:50px 0;
}

.separator:before,
.separator:after{
	width:20%;
	height:4px;
	display:block;
	background:#eee;
	content:"";
	margin-top:14px;
	display:none;
}


.separator:before{
	float:left;
}

.separator:after{
	float:right;
}

#fine-tuning-separator{
	margin:30px 0 20px;
}

.blank-background button,
.blank-background a{
	background:#bbb;
}

.blank-background button:hover,
.blank-background a:hover{
	background:#c4c4c4;
}

.blank-background button:active{
	background:#888;
}



.initializr-background button,
.initializr-background a,
#download-section a{
	background:#F16529;
}

.initializr-background button:hover,
.initializr-background a:hover,
#download-section a:hover{
	background:#F67539;
}

.initializr-background button:active{
	background:#d14509;
}

.bootstrap-background button,
.bootstrap-background a{
	background:#6090ff;
}

.bootstrap-background button:hover,
.bootstrap-background a:hover{
	background:#78a0ff;
}

.bootstrap-background button:active{
	background:#4070df;
}

#preconfig-section{
	padding-bottom:10px;
}

.preconfig-container{
	display:block;
	width:100%;
}

.preconfig-block{
	border:none;
	display:block;
	width:100%;
}

#preconfig-section h3,
#download-section a
{
	font-weight:normal;
	font-family:ChunkFiveRegular;
	font-size:2em;
	color:white;
	margin:0;
	text-align:center;
	padding:25px 0;
	text-shadow:0 -2px 2px rgba(0, 0, 0, 0.1);
	color:white;
}

.preconfig-links-container{
	width:100px;
	margin:6px auto;
}

#preconfig-section a{
	padding:4px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
	-webkit-border-radius:0 3px 3px 0;
	   -moz-border-radius:0 3px 3px 0;
	        border-radius:0 3px 3px 0;
}

#preconfig-section a.first{
	-webkit-border-radius:3px 0 0 3px;
	   -moz-border-radius:3px 0 0 3px;
	        border-radius:3px 0 0 3px;
}


#main{
	padding:30px 0;
}

#customize-section label{
	background:white;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;

	border:1px solid #ccc;
	border-top:0;
	border-left:0;

	padding:4px 8px;
	display:block;
	margin:0 5px 5px 0;
}

#customize-section label:hover{
	background:#f5f5f5;
}

#customize-section input{
	margin-right:6px;
}

.customize-section h3{
	text-align:center;
	font-weight:normal;
	font-family:LeagueGothicRegular;
	font-size:2em;
}

.second-h5bp-label,
.third-h5bp-label{
	display:none;
	visibility:hidden;
}

.first-h5bp-label {
	clear: both;
}

.last-section {
	clear: both;
}

.customize-section a{
	color:#E44D26;
	text-decoration:none;
}

textarea{
	display:block;
	width:700px;
}

#download-section{
	margin-top:50px;
}

#download-section a{
	background:#F16529;
	display:block;
	text-decoration:none;
	margin-bottom:20px;
}


#about-container{
	background:#eee;
	padding:30px 0;
}

#about-container h3{
	font-weight:normal;
	font-family:LeagueGothicRegular;
	font-size:2em;
}

#about-container a{
	color:#E44D26;
/* 	font-weight:bold; */
	text-decoration:none;
}

#github-container img{
	display:none;
}


#email:before{
	content:"initializr@gmail.com";
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 #title{ padding-top:20px; }



/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.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: drupal.org/node/897638 */
.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: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 540px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

	#header-container{
		-webkit-box-shadow:0 5px 8px rgba(0, 0, 0, 0.15);
		   -moz-box-shadow:0 5px 8px rgba(0, 0, 0, 0.15);
		        box-shadow:0 5px 8px rgba(0, 0, 0, 0.15);
	}

	#header-container header{
		text-align:left;
		height:133px;
	}
	
	
	.ie7 #header-container header,
	.ie8 #header-container header{
		height:auto;
	}

	#title,
	#header-container h2,
	#follow-container p{
		text-shadow:0 -2px 2px rgba(0, 0, 0, 0.1);
	}

	#title-container{
		float:left;
		width:63%;
	}
	
	#html5-logo-container{
		float:left;
		width:0;
	}

	#follow-iframes-container{
		width:260px;
		float:right;
	}

	#follow-iframes-container iframe{
		float:right;
		width:139px!important;
		margin-bottom:6px;
	}

	.ie9 #follow-iframes-container iframe,
	.ie8 #follow-iframes-container iframe,
	.ie7 #follow-iframes-container iframe{
		width:135px!important;
	}
	

	#follow-container{
		float:right;
		width:37%;
		display:block;
	}

	#follow-container p{
		text-align:right;
		color:white;
		font-weight:bold;
		margin:12px 0;
	}
	

	
	#follow-container a{
		color:white;
	}

	#intro p{
/* 		float:left; */
	margin-right:285px;
	}

	#badges{
		float:right;
	}

	.separator:before,
	.separator:after{
		width:20%;
		display:block;
	}

	.preconfig-container{
		float:left;
		width:48%;
		margin:0 1%;
	}

	.preconfig-block{
	}

	.preconfig-container:last-child{
		margin:auto;
		float:none;
		clear:both;
	}

	#hidden-section{
		display:none;
	}

	.customize-section{
		width:80%;
		margin: auto;
	}
	
	.customize-section:nth-child(2n + 1){
		clear:both;
	}
	
	#download-section a{
		float:left;
		width:48%;
	}
	
	#download-section a:first-child{
		margin-right:4%;
	}
	
	#about-container{
		-webkit-box-shadow:	inset 0 10px 15px rgba(0, 0, 0, 0.1);
		   -moz-box-shadow:	inset 0 10px 15px rgba(0, 0, 0, 0.1);
		        box-shadow:	inset 0 10px 15px rgba(0, 0, 0, 0.1);
	
	}

	#about-container article{
		width:100%;
	}

	#github-container{
		margin:auto;
		width:480px;
	}

	#github-container img{
		float:left;
		display:block;
	}
	
	#github-repositories{
		float:right;
		margin-top:20px;
	}
	
	#github-repositories h3{
		text-align:center;
	}

}

@media only screen and (min-width: 860px) {

	#title-container{
		float:left;
		width:40%;
	}
	
	#html5-logo-container{
		display:block;
		float:left;
		width:20%;
	}

	#html5-logo-container img{
		display:block;
		margin:auto;
	}

	#follow-iframes-container{
		width:260px;
		float:right;
	}

	#follow-container{
		float:right;
		width:40%;
	}
	
	#follow-container p:before{
		content:"Initialized by ";
	}
	
	#follow-iframes-container iframe{
/* 		float:right; */
		width: 262px !important;
		margin-bottom:6px;
	}
	
	.ie9 #follow-iframes-container iframe,
	.ie8 #follow-iframes-container iframe,
	.ie7 #follow-iframes-container iframe{
		width:auto!important;
	}
	
	#intro p{
/* 		width:56%; */
	}

	#intro #badges{
/* 		width:44%; */
	}

	.separator:before,
	.separator:after{
		width:31%;
	}

	.preconfig-container{
		width:32%;
		margin-right:2%;
		margin-left:0;
	}

	.preconfig-block{
	}

	.ie8 .preconfig-container,
	.ie7 .preconfig-container{
		width:31.33%;
	}

	.preconfig-container:last-child{
		margin:0;
		float:left;
		clear:none;
	}


	.first-h5bp-label{
		visibility:hidden;
	}
	
	.second-h5bp-label{
		visibility:visible;
	}
	
	.third-h5bp-label{
		display:block;
	}
	
	.second-h5bp-label{
		display:block;
	}

	.customize-section{
		float: left;
		width:33.3%;
	}

	.customize-section:nth-child(2n + 1){
		clear:none;
	}
	
	.customize-section:nth-child(3n + 1){
		clear:both;
	}


	#about-container article{
		width:530px;
	}

	#github-container{
		float:right;
	}

	#github-container img{
		float:none;
		margin:0;
	}
	
	#github-repositories{
		float:none;
		margin:0;
	}

	#github-container{
		width:auto;
	}


}


@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

	.wrapper{
		width:1026px; /* 1140px - 10% for margins */
		margin:0 auto;
	}
}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; 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; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  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; }
}
