/*
* 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
================================================== */
body {
	background-color: #333;
}
h1, h2, h3, h4, h5, h6 {
	color: #996666;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 {
	color: #666;
	font-weight: normal;
	font-size: 72px;
	line-height: 0.75em;
	text-transform: uppercase;
	letter-spacing: -0.1em;
}
h2 {
	font-size: 30px;
	line-height: 0.8em;
	padding-left: 6px;
	letter-spacing: -0.05em;
}
h3 {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -0.1em;
}
h4 {
	font-size: 24px;
	font-weight: bold;
	padding-left: 6px;
}
hr {
	border: solid #999;
	border-width: 4px 0 0;
}
a, a:visited {
	color: #966;
	text-decoration: none;
	outline: 0;
}
a:hover, a:focus {
	color: #000;
}

/* #Page Styles
================================================== */
.avk {
	display: none;
}
.roundbox {
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
.redbox {
	background-color: #CFB3B4;
}
.centertext {
	width: 100%;
	text-align: center;
}
img.scale-along {
	max-width: 100%;
	height: auto;
}
img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
img.round {
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
img.round:hover {
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-box-shadow: 0px 0px 6px 4px #000000;
	box-shadow: 0px 0px 6px 4px #000000;
}
img.icon {
	width: 128px;
	height: 128px;
	background-color: #ddd;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
}
img.icon:hover {
	background-color: #eee;
	border-radius: 36px;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	-webkit-box-shadow: 0px 0px 6px 4px #000000;
	box-shadow: 0px 0px 6px 4px #000000;
}
img.border {
	border: 1px solid #333;
}
img.border:hover {
	border: 1px solid #000;
}
img.left {
	float: left;
	margin-right: 10px;
}
img.right {
	float: right;
	margin-left: 10px;
}
.invisible {
	visibility: hidden;
	margin-right: -0.3em;
}
.white-text {
	color: #999;
}

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

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	h1 {
		font-size: 72px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 21px;
	}
	img.scale-along {
		max-width: 100%;
		height: auto;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	h1 {
		font-size: 72px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 21px;
	}
	img.scale-along {
		max-width: 49%;
		height: auto;
	}
	img.scale-along.half {
		max-width: 24%;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 60px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 21px;
	}
	img.scale-along {
		max-width: 100%;
		height: auto;
	}
	img.scale-along.half {
		max-width: 49%;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	h1 {
		font-size: 54px;
	}
	h3 {
		font-size: 21px;
	}
	h4 {
		font-size: 18px;
	}
	img.scale-along {
		max-width: 100%;
		height: auto;
	}
	img.scale-along.half {
		max-width: 49%;
	}
	img.icon {
		width: 96px;
		height: 96px;
		border-radius: 18px;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
	}
	img.icon:hover {
		border-radius: 27px;
		-webkit-border-radius: 27px;
		-moz-border-radius: 27px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	h1 {
		font-size: 48px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	img.scale-along {
		max-width: 100%;
		height: auto;
	}
	img.icon {
		width: 64px;
		height: 64px;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
	}
	img.icon:hover {
		border-radius: 18px;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
	}
}


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