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

.fullwidthimage
{
	border: 1px solid #666;
	border-radius: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: white;
	width: 100%;
}

.fullwidthimage img
{
	width: 940px;
}

.video
{
	margin-bottom: 15px;
}

.logo
{
	padding-top: 20px;
}

img
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.centered 
{
	text-align: center;
}

.heading
{	
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: middle;
	background-image: url(../img/skins/logo3d.png);
	background-repeat: no-repeat;
	background-position: middle left;
	height: 100px;
	display: block;
}

.navfooter
{	
	display: none;
	padding-top: 30px;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;	
}

.heading h1
{
	font-size: 36px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.separator
{
	margin-top: 18px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 1.1em;
	display: block;
}

.catbutton
{
	text-align: center;
}

.catbutton img
{
	border-radius: 8px;
	border: 1px solid silver;
}

.previewbutton
{
	position: relative;
	width: 200px;
	height: 50px;	
	border-radius: 8px;
	border: 1px solid silver;
	background-color: black;
	padding: 4px;
	font-size: small;
	color: white;
}

.screenshots
{
	color: #999;
	font-size: 30px;
	font-weight: bold;
	text-align: left;	
	height: 90px;
}

.screenshots p
{
	text-align: left; 
}

.halfimage 
{
	width: 450px;
}

.screenshots img
{
	float: none;
	width: 100px;
	height: 80px;
	border-radius: 8px;
	border: 1px solid silver;
	margin: 5px;	
	padding: 2px;
	background-color: black;
	display: block;
	text-align: center;
	float: right;
	margin-left: auto;
	margin-right: auto;
}

.container
{
	position: relative;
}

.bigbutton
{
}

.hidemobile
{
}

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

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

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) 
	{
.fullwidthimage
{
	display: none;
}

.fullwidthimage img
{
	display: none;
}

.heading
{	
	padding-top: 60px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: middle;
	display: table-cell;
	height: 75px;
}

.catbutton h3
{
	font-size: 25px;
}

.catbutton img
{
	width: 200px;
	margin-top: 20px;
}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px)
	{
.video
{
	width: 520px;
	height: 296px;
}

.heading h1
{
	font-size: 32px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.heading
{
	padding-top: 25px;
	font-size: 14px;
}

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) 
	{
.video
{
	width: 520px;
	height: 296px;
}

.bigbutton
{
	width: 520px;
	height: auto;
}

.heading h1
{
	font-size: 30px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.heading
{
	padding-top: 20px;
	font-size: 12px;
}


	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) 
	{
		
.heading
{
	background-image: url(../img/skins/logo3dh.png);
}
		
.heading h1
{
	font-size: 22px;
	margin-bottom: 5px;
	padding-bottom: 5px;	
}

.video
{
	width: 420px;
	height: 238px;
}

.bigbutton
{
	width: 420px;
	height: auto;
}

h3
{
	text-align: center;
}

.hidemobile
{
	display: none;
}

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) 
	{
.video
{
	width: 300px;
	height: 170px;
}

.heading
{
	background-image: url(../img/skins/logo3dh.png);
}

.heading h1
{
	font-size: 20px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.bigbutton
{
	width: 300px;
	height: auto;
}

.halfimage
{
	width: 300px;
}

h3
{
	text-align: center;
}

.hidemobile
{
	display: none;
}

	}


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