/*
* 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
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* Basic Styles
================================================== */
body {
	background: #fff;
	font: 14px/24px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
 }

 a {
 	color: inherit;
 	text-decoration: none;
 }

 a:hover {
 	color: inherit;
 	text-decoration: underline;
 }


/* Typography
================================================== */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 75px; line-height: 80px; margin-bottom: 14px;}
h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }
p  { margin-bottom: 22px; }


/* #Main styles
================================================== */

.hero {
	position: relative;
	background: #333; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #595959 0%, #000 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#595959), color-stop(100%,#000)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #595959 0%,#000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #595959 0%,#000 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #595959 0%,#000 100%); /* IE10+ */
	background: radial-gradient(center, ellipse cover, #595959 0%,#000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.hero .container {
	padding: 100px 0;
    text-align: right;
    color: #fff;
}
.hero h1 {
	letter-spacing: -3px;
	position: relative;
	margin-bottom: 5px;
    text-shadow: -1px 1px 20px rgba(0, 0, 0, 0.75);
}
.hero h3 {
	margin-bottom: 20px;
    text-shadow: -1px 1px 20px rgba(0, 0, 0, 0.75);
}

.hero .about{
    clear:both;
    float:right;
    color: #ccc;
    max-width: 400px;
}

.hero .noise,
.hero .stripes {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.hero .noise {
	background: url(../images/noise.png) repeat;
}
.hero .stripes {
	background: url(../images/denim.png) repeat;
}

.primary.container {
	padding-top: 100px;
}

.main{
    height: 100px;
    background-color: white;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #DDD), color-stop(70%, white), color-stop(100%, white));
    background-image: -moz-linear-gradient(top, #DDD, white 70%, white);
    background-image: linear-gradient(top, #DDD, white 70%, white);
}

/* Button style */
.button {
    display: inline-block;
    cursor: pointer;
    background: #dfd52e;
    border-radius: 3px;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    padding: 0 34px;
    line-height: 46px;
    font-weight: bold;
    -webkit-transition: background-color .3s ease-in-out;
       -moz-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}

.button{
    background: #DFD52E url(../images/button-gloss.png) repeat-x 0 -24px;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.28);
    background: #DFD52E url(../images/button-gloss.png) repeat-x 0 -24px, -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, transparent 100%);
    background: #DFD52E url(../images/button-gloss.png) repeat-x 0 -24px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.4)), color-stop(100%,transparent));
    border: 1px solid #DFD52E;    
}

.button:hover {
	text-decoration: inherit;
	color: black;
	background-color: #f5e810;
}

.footer {
	border-top: 1px solid #ddd;
	margin-top: 60px;
	padding: 20px 0 40px;
	color: #999;
	font-size: 12px;
}

/* Social buttons */

.social{
    clear:both;
    float:right;
}

.social a{
    margin-left: 16px;
    padding: 16px;
}

.facebook{
    background: url(../images/facebook_32.png) no-repeat bottom left;
}

.twitter{
    background: url(../images/twitter_32.png) no-repeat bottom left;
}

.linkedin{
    background: url(../images/linkedin_32.png) no-repeat bottom left;
}



/* 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) {}

