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


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

li {
  line-height: 1.0;
}

p, ul {
  font-family: "kinesis-pro-3";
  font-size:16pt;
  line-height: 1.5;
}


#banner {
	width:70%;
	margin:auto;
	padding:0;
	
}

#youtubevideo {
	margin:auto;
	padding:0;
	
}

#banner-subtitle {
	
}

h1,h3 {
  font-family: "cabazon";
}

h1 {
  font-size:42pt;
}

h3 {
  font-size:28pt;
}

.features {
	list-style-type: circle;
    padding: 0;

}

#youtubevideo {
	
}

#video {
	margin: 30px auto 30px auto;	
}

.screenshot {
	margin: 10px auto 10px auto;
	width: 98%
}

#hero {
	margin: 20px auto 30px auto;
	width: 95%
}


body {
	    background: white url("../images/table.jpg") repeat left top;

		background-size: 70%;
}

.container {
	    background: transparent url("../images/manuscript_tiled.png") repeat left top;
		background-size: 100%;
		padding:120px 75px 100px 75px;

}

.containerfoot {
	    background: transparent url("../images/manuscript_tiled_bottom_cap.png") no-repeat left top;
		background-size: 100%;
		padding:0 75px;
		height:150px;
	
}

	#header > img {
		
	}

     #header { 
        background:transparent url('../images/header.png') repeat-x top center;
        width:100%;
        height:100px;
		background-size: 364px 100px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        position:fixed;
        z-index:10;
    }
    
h1::first-letter, h3::first-letter { 
    font-size: 120%;
    color: #DF0101;
}

iframe {
	/*border:1px solid red;*/
}

iframe.scale-with-grid {
  width: 853px;
  height: 480px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  iframe.scale-with-grid { 
    width: 640px;
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  iframe.scale-with-grid {
    width: 300px;
    height: 169px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  iframe.scale-with-grid {
    width: 420px;
    height: 236px;
  }
}

#languageselector{
    position:fixed;
    right:10px;
    top:10px;
    z-index:42;
}


#languageselector, #languageselectorbackground {
    position:fixed;
    right:10px;
    top:10px;
    z-index:42;
}

#languageselectorbackground{
    z-index:23;
}


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


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