/*
* 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: #222 url('img/body_bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 40px 0;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
}

.row {
	padding: 0 10px;
}

.main-header {
	padding: 0 0 40px;
	margin: 0 0 40px !important;
}

h1.page-title {
	font-weight: 100;
}
	
h3.skill-description {
	font: 24px/30px "nudista-web", HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 100;
	margin-top: 30px;
}

.social-link {
	padding-right: 20px;
	display: inline-block;
}

.social-link:hover {
	font-size: 20px;
}

.latest-tweet {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0;
	background: rgba(0,0,0,.5);
}

.latest-tweet h3 {
	float: left;
	margin-right: 30px;
}

#twitter_div {}
#twitter_update_list { margin: 0; padding: 0; }
#twitter_update_list li { margin: 10px 0; padding: 8px 0; }


/* #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) {
		
		.row {
			padding: 0;
		}
		
		.main-header {
			border-bottom: 1px solid #eee;
		}
		
		.latest-tweet {
			width: 100%;
			position: relative;
			padding-top: 0;
			padding-bottom: 0;
			background: none;
		}

		.latest-tweet h3 {
			float: none;
			margin-right: 0;
		}
	}

	/* 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) {
		
		.social-link {
			padding-right: 20px;
			display: block;
		}
	}


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