/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px) {

}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {

	body {
		font-family: Arial, Helvetica, sans-serif;
		color: #333;
	}
	img { border: 0; }
	.wrap {
		width: 900px;
		margin: 0 auto;
		padding-top: 30px;
	}
	.hero {
		background: #60c100 url('../images/gear.png') 744px 0px no-repeat;
		height: 170px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;				
		border-radius: 6px;		
	}
	h1 {
		font-size: 60px;
		color: #fff;
		text-align: center;
		margin-top: 0;
		padding-top: 50px;
	}
	h2 {
		font-size: 26px;
		font-weight: normal;
		text-align: center;
		margin: 0;
		padding: 70px 0;
	}
	h4 {
		text-transform: uppercase;
		padding-bottom: 0;
		margin-bottom: 10px;
		margin-top: 0;
	}
	a {
		color:  #60c100;
	}
	p {
		line-height: 22px;
		margin-top:0;
		color: #666;
	}
	.button {
		text-align: center;
		display: block;
		**display: inline;
		text-decoration: none;
		width: 280px;
		line-height: normal;
		margin: 0 auto;
	}
	.button b,
	.button span {
		display: block;
	}
	.button  b {
		font-size: 25px;
	}
	.button  span {
		font-size: 16px;
	}
	
	
	.button {
		*zoom: 1;
		padding: 10px;
		margin-bottom: 0;
		color: #333333;
		text-align: center;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
		vertical-align: middle;
		cursor: pointer;
		background-color: #f5f5f5;
		background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
		background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
		background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
		background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
		background-image: linear-gradient(top, #ffffff, #e6e6e6);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
		border-color: #e6e6e6 #e6e6e6 #bfbfbf;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		*background-color: #e6e6e6;
		/* Darken IE7 buttons by default so they stand out more given they won't have borders */
		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
		border: 1px solid #cccccc;
		*border: 0;
		border-bottom-color: #b3b3b3;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		*margin-left: .3em;
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	}
	.button:hover,
	.button:active,
	.button.active,
	.button.disabled,
	.button[disabled] {
		background-color: #e6e6e6;
		*background-color: #d9d9d9;
	}
	.button:active,
	.button.active {
		background-color: #cccccc \9;
	}
	.button:first-child {
		*margin-left: 0;
	}
	.button:hover {
		color: #333333;
		text-decoration: none;
		background-color: #e6e6e6;
		*background-color: #d9d9d9;
		/* Buttons in IE7 don't get borders, so darken on hover */
	
		background-position: 0 -15px;
		-webkit-transition: background-position 0.1s linear;
		-moz-transition: background-position 0.1s linear;
		-ms-transition: background-position 0.1s linear;
		-o-transition: background-position 0.1s linear;
		transition: background-position 0.1s linear;
	}
	.button:focus {
		outline: thin dotted #333;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}
	.button.active,
	.button:active {
		background-color: #e6e6e6;
		background-color: #d9d9d9 \9;
		background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
		box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	}	
	.nix img {
		vertical-align: bottom;
		height: 36px;
	}

}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}



/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	body {
		font-family: Arial, Helvetica, sans-serif;
		color: #333;
		-webkit-text-size-adjust:100%;
		margin: 0;
		padding: 0;
	}
	img { border: 0; }
	.wrap {
		margin: 20px;
	}
	.hero {
		background: #60c100 url("../images/gear.png") right 15px no-repeat;
		background-size: 80px 80px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;				
		border-radius: 6px;		
	}
	h1 {
		font-size: 25px;
		color: #fff;
		text-align: center;
		margin-top: 0;
		padding: 25px 0;
	}
	h2 {
		font-size: 20px;
		font-weight: normal;
		text-align: center;
		margin: 0;
		padding: 15px 0 40px 0;
	}
	h2 a {
		display: block;
	}
	h2 a img {
		height: 35px;
	}	
	h4 {
		font-size: 16px;	
		text-transform: uppercase;
		padding-bottom: 0;
		margin-bottom: 10px;
		margin-top: 0;
	}

	a {
		color:  #60c100;
	}
	p {
		font-size: 15px;	
		margin-top:0;
		color: #666;
	}
	.button {
		text-align: center;
		display: block;
		**display: inline;
		text-decoration: none;
		line-height: normal;
		margin: 0 auto;
	}
	.button b,
	.button span {
		display: block;
	}
	.button  b {
		font-size: 25px;
	}
	.button  span {
		font-size: 16px;
	}
	
	
	.button {
		*zoom: 1;
		padding: 10px;
		margin-bottom: 0;
		color: #333333;
		text-align: center;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
		vertical-align: middle;
		cursor: pointer;
		background-color: #f5f5f5;
		background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
		background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
		background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
		background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
		background-image: linear-gradient(top, #ffffff, #e6e6e6);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
		border-color: #e6e6e6 #e6e6e6 #bfbfbf;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		*background-color: #e6e6e6;
		/* Darken IE7 buttons by default so they stand out more given they won't have borders */
		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
		border: 1px solid #cccccc;
		*border: 0;
		border-bottom-color: #b3b3b3;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		*margin-left: .3em;
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	}
	.button:hover,
	.button:active,
	.button.active,
	.button.disabled,
	.button[disabled] {
		background-color: #e6e6e6;
		*background-color: #d9d9d9;
	}
	.button:active,
	.button.active {
		background-color: #cccccc \9;
	}
	.button:first-child {
		*margin-left: 0;
	}
	.button:hover {
		color: #333333;
		text-decoration: none;
		background-color: #e6e6e6;
		*background-color: #d9d9d9;
		/* Buttons in IE7 don't get borders, so darken on hover */
	
		background-position: 0 -15px;
		-webkit-transition: background-position 0.1s linear;
		-moz-transition: background-position 0.1s linear;
		-ms-transition: background-position 0.1s linear;
		-o-transition: background-position 0.1s linear;
		transition: background-position 0.1s linear;
	}
	.button:focus {
		outline: thin dotted #333;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}
	.button.active,
	.button:active {
		background-color: #e6e6e6;
		background-color: #d9d9d9 \9;
		background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
		box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	}	
	.nix img {
		vertical-align: bottom;
	}


	
}

