/*
* 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: #000 url(../images/grid_background.jpg) bottom center no-repeat fixed;
	color: #ccc;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

.darkish{
	background: rgba(0,0,0,0.6);
}

a, a:hover, a:visited, a:active{
	color: #FFF;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-family: 'Electrolize', sans-serif;
}

h1 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 22px;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	text-transform: lowercase;
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
}
h2 a, h2 a:hover, h2 a:visited {
	text-decoration: none;
	color: #CCC;
}
h2 a b, h2 b{
	font-weight: bolder;
	color: #FFF;
}

ul.resume_list li h2 {
	text-transform: uppercase;
	margin-bottom: -10px;
	margin-top: -10px;
	margin-left: -10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 18px;
	font-size: 18px;
	background: rgba(255,255,255,.1);
}

h3 {
	font-size: 14px;
	line-height: 14px;
	padding: 0;
	margin: 0;
	color: #ccc;
}
h3 a, h3 a:hover, h3 a:visited{
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}
h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	color: #CCC;
	padding-right: 200px;
	padding-left: 30px;
}

ul.resume_list li{
	padding-left: 30px;
	padding-bottom: 20px;
}

ul.resume_list li em{
	font-size: 11px;
	font-weight: bolder;
	color: #FFF;
}
ul.resume_list hr{
	margin: 5px 0 3px 0 ;
    height: 1px;
    border: 0;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(black), color-stop(70%, black));;
}

ul.entry_list li{
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 14px;
}

.padme{
	padding-top: 20px;
}

.services_box{
	text-align: right
}
.logo {
	float: left;
	width: 100px;
	height: 100px;
	padding-right: 15px;
}

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

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

	@media print {
	.no_print {
	    display:none;
	  }
	}

	/* 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) {
		#big_pic{
			display: none;
		}
		#little_pic{
			display: inline;
			width: 100%;
		}
		.container{
			margin: 10px;
		}
		.padme{
			padding-top: 5px
		}
		.services_box{
			text-align: justify;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#big_pic{
			display: none;
		}
		#little_pic{
			display: inline;
			width: 100%;
		}
		.container{
			margin: 0 10px;
		}
		.padme{
			padding-top: 5px
		}
		.services_box{
			text-align: justify;
		}
	}


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