/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
	body {
		background-color: #262822;
		color: #ddd;
	}
	h1, h2, h3, h4, h5, h6 {
		color: #ddd;
		font-family: DejaVuSansBook;
	}
	h1#header {
		margin-top: 40px;
		font-size: 30px;
	}
		h1#header .pink {
			color: #ef4472;
		}
		h1#header .green {
			color: #a6e238;
		}
		h1#header .yellow {
			color: #e6db74;
		}
		h1#header a {
			color: #ddd;
		}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 15px;
	}
	a, a:visited, strong {
		color: inherit;
	}
	a {
		font-weight: bold;
		text-decoration: none;
	}
	a:hover {
		color: #aaa;
	}
	p {
		text-align: justify;
	}
	img#forkme {
		position: absolute;
		top: 0;
		right: 0;
		border: 0;
		z-index: 99;
	}
	code {
		padding: 2px 4px;
		color: #eee;
		font-family: monospace;
		background-color: #666;
		border: 1px solid #aaa;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.strikeout {
		text-decoration: line-through;
	}
	#footer {
		border-top: 1px solid #444;
		padding-top: 20px;
		margin-top: 75px;
	}
		#footer p {
			text-align: right;
		}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#main-content {
			width: 100%;
		}
		.container {
			width: 90%;
		}
	}


/* #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: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 14, 2013 09:53:58 PM America/New_York */



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

}
