/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
/*positioning*/
.text-right { text-align:right; }
.pull-right { float:right; }

.label {

  padding: 2px 4px 3px;
  font-size: 11.049999999999999px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.label:hover {
  color: #ffffff;
  text-decoration: none;
}
.label-important {
  background-color: #b94a48;
}
.label-important:hover {
  background-color: #953b39;
}
.label-warning {
  background-color: #f89406;
}
.label-warning:hover {
  background-color: #c67605;
}
.label-success {
  background-color: #468847;
}
.label-success:hover {
  background-color: #356635;
}
.label-info {
  background-color: #3a87ad;
}
.label-info:hover {
  background-color: #2d6987;
}




/* #Page Styles
================================================== */
.container { margin-top:40px; }

/*header*/
#main-header { 
	height:75px;
	position:fixed;
	z-index:12;  /* let the paper flow above*/
}
.paper-marks li { margin:0; }

/*main content*/
#main-wrap { 
	background:#fff;
	display:inline-block; 
	margin-top:75px;
	z-index:99;
	position:relative;
}


/*footer*/

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		p,a { font-size:.96em; }
		h1 { font-size: 42px; line-height: 50px; margin-bottom: 14px;}
		h2 { font-size: 34px; line-height: 40px; margin-bottom: 10px; }
		h3 { font-size: 27px; line-height: 34px; margin-bottom: 8px; }
		h4 { font-size: 24px; line-height: 30px; margin-bottom: 4px; }
		h5 { font-size: 18px; line-height: 24px; }
		h6 { font-size: 14px; line-height: 21px; }

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		p,a { font-size:.92em; }
		h1 { font-size: 42px; line-height: 50px; margin-bottom: 14px;}
		h2 { font-size: 34px; line-height: 40px; margin-bottom: 10px; }
		h3 { font-size: 27px; line-height: 34px; margin-bottom: 8px; }
		h4 { font-size: 24px; line-height: 30px; margin-bottom: 4px; }
		h5 { font-size: 18px; line-height: 24px; }
		h6 { font-size: 14px; line-height: 21px; }

		#projects img {width: 124px;}
		img#newsie { width: 316px; }
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		p,a { font-size:.86em; }
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		p,a { font-size:.86em; }
		.paper-marks li { font-size: .86em;}
		h1 { font-size: 35px; line-height: 50px; margin-bottom: 14px;}
		h2 { font-size: 31px; line-height: 40px; margin-bottom: 10px; }
		h3 { font-size: 26px; line-height: 34px; margin-bottom: 8px; }
		h4 { font-size: 22px; line-height: 30px; margin-bottom: 4px; }
		h5 { font-size: 18px; line-height: 24px; }
		h6 { font-size: 14px; line-height: 21px; }
		.half-right {width:200px !important;}
		.half-left {width:200px !important;}
		
		img { display:none; }
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		p,a { font-size:.86em; }
		.paper-marks li { font-size: .86em;}
		h1 { font-size: 35px; line-height: 50px; margin-bottom: 14px;}
		h2 { font-size: 31px; line-height: 40px; margin-bottom: 10px; }
		h3 { font-size: 26px; line-height: 34px; margin-bottom: 8px; }
		h4 { font-size: 22px; line-height: 30px; margin-bottom: 4px; }
		h5 { font-size: 18px; line-height: 24px; }
		h6 { font-size: 14px; line-height: 21px; }
		.half-right {width:150px !important;}
		.half-left {width:130px !important;}
		
		img { display:none; }
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

	@font-face {
	    font-family: 'Comfortaa';
	    src: url('../fonts/Comfortaa.eot');
	    src: url('../fonts/Comfortaa.eot?iefix') format('eot'),
	         url('../fonts/Comfortaa.woff') format('woff'),
	         url('../fonts/Comfortaa.ttf') format('truetype'),
	         url('../fonts/Comfortaa.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
