@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background-color: #363d21;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	font-family: "Myriad Pro", "Kefa", Verdana, Arial, Times New Roman;
	font-size: 105%;
	font-style: italic;
	line-height: 1.5;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
p {
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	color: #0d0e0b;
}
h1, h2, h3 {
	margin-top:0;
	padding-right: 25px;
	padding-left: 25px;
	font-family: "Kefa", Times;
	font-size: 125%;
	color: #574e44;
}

a img { 
	border: none;
}

/* ~~ SLink styling IMPORTANT ~~ */
a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ Container width IMPORTANT ~~ */
.container {
	width: 80%;
	max-width: 1240px;/* optimise */
	min-width: 720px;/* optimise */
	margin: 0 auto;
	overflow: hidden; /* this declaration makes the .container clear all floated columns within it. */
}.sidebar1 {
	float: left;
	width: 197px;
	padding-bottom: 10px;
	/* [disabled]padding-top: 175px; */
	height: 551px;
	position: fixed;
	left: 50px;
	top: 175px;
	z-index: 25;

}
.content {
	width: 60%;
	min-width: 850px;
	min-height: 350px;
	float: left;
	position: absolute;
	left: 249px;
	top: 111px;
	height: auto;
	padding: 85px 50px 65px;
	z-index: 50;
	/* BACKGLOW - CHANGE ALL */
	-webkit-box-shadow: 0px 10px 100px -30px rgba(227,254,255,0.5);
	-moz-box-shadow: 0px 10px 100px -30px rgba(227,254,255,0.5);
	box-shadow: 0px 10px 100px -30px rgba(227,254,255,0.5);
	-moz-border-image: url(img/scale.png) 30 30 30 30 repeat;
	-webkit-border-image: url(img/scale.png) 30 30 30 30 repeat;
	text-align: left;
	border: 13px solid #292A20;
	outline: 10px solid #8D9496;
	background: rgba(195,207,212,1);
	/* Old Browsers */
	background: -moz-linear-gradient(top, rgba(195,207,212,1) 0%, rgba(141,148,150,1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(195,207,212,1)), color-stop(100%, rgba(141,148,150,1)));
	/* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba(195,207,212,1) 0%, rgba(141,148,150,1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(195,207,212,1) 0%, rgba(141,148,150,1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(195,207,212,1) 0%, rgba(141,148,150,1) 100%);
	/* IE 10+ */
	background: linear-gradient(to bottom, rgba(195,207,212,1) 0%, rgba(141,148,150,1) 100%);
/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3cfd4', endColorstr='#8d9496', GradientType=0 );
	/* IE6-9 */
	display: block;
	margin-bottom: 50px;
}

.logo {
	width: 1008px;
	position: absolute;
	left: 235px;
	height: 189px;
	top: 11px;
	visibility: visible;
	overflow: visible;
	z-index: 999;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none;
	margin-bottom: 60px;
}
ul.nav li {
	border-bottom-style: none;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	color: #000;
	background-image: url(../img/Tappa.png);
	padding: 7px 5px 5px 5px;
	margin-bottom: 34px;
	height: 44px;
	width: 180px;
	background-repeat: no-repeat;
	background-position: right top;
	-webkit-box-shadow: -21px 0px 58px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: -21px 0px 58px 2px rgba(0,0,0,0.5);
	box-shadow: -21px 0px 58px 2px rgba(0,0,0,0.5);
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	/* [disabled]background-image: url(img/marked.png); */
	background-position: right top;
}

table { 
	word-wrap:break-word;
	width:auto;
	min-width: 90%;
	table-layout: fixed;
}

td { width: 25%; 
}

/* misc. float classes - RETAIN FOR FUTURE USE */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.notice { 
	display: none; 	
}

.youtube-container { 
	display: block; 
	margin: 20px auto; 
	width: 100%; 
	max-width: 600px; 
	
}

.youtube-player { 
	display: block; 
	width: 100%; 
	/* assuming that the video has a 16:9 ratio */ 
	padding-bottom: 56.25%; 
	overflow: hidden; 
	position: relative; 
	width: 100%; 
	height: 100%; 
	cursor: hand; 
	cursor: pointer; 
	display: block; 
}

img.youtube-thumb { 
	bottom: 0; 
	display: block; 
	left: 0; 
	margin: auto; 
	max-width: 100%; 
	width: 100%; 
	position: absolute; 
	right: 0; 
	top: 0; 
	height: auto 
}

div.play-button { 
	height: 72px; 
	width: 72px; 
	left: 50%; 
	top: 50%; 
	margin-left: -36px; 
	margin-top: -36px; 
	position: absolute; 
	background: url("../img/play.png") no-repeat; 
}
	
#youtube-iframe { 
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0; 
	left: 0; 
}

/* MEDIA QUERIES */
@media only screen and (min-width: 1920px) {
.content {
	width: 90%;
	min-width: 450px;
	min-height: 350px;
	float: left;
	height: auto;
	padding: auto;
	z-index: 50;
	/* BACKGLOW - CHANGE ALL */
	-webkit-box-shadow: 0px 10px 100px -30px rgba(227,254,255,0.5);
	-moz-box-shadow: 0px 10px 100px -30px rgba(227,254,255,0.5);
	box-shadow: 0px 10px 100px -30px rgba(227,254,255,0.5);
	-moz-border-image: url(img/scale.png) 30 30 30 30 repeat;
	-webkit-border-image: url(img/scale.png) 30 30 30 30 repeat;
	text-align: left;
	border: 13px solid #292A20;
	outline: 10px solid #8D9496;
	background: rgba(195,207,212,1);
	/* Old Browsers */
	background: -moz-linear-gradient(top, rgba(195,207,212,1) 0%, rgba(141,148,150,1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(195,207,212,1)), color-stop(100%, rgba(141,148,150,1)));
	/* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba(195,207,212,1) 0%, rgba(141,148,150,1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(195,207,212,1) 0%, rgba(141,148,150,1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(195,207,212,1) 0%, rgba(141,148,150,1) 100%);
	/* IE 10+ */
	background: linear-gradient(to bottom, rgba(195,207,212,1) 0%, rgba(141,148,150,1) 100%);
/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3cfd4', endColorstr='#8d9496', GradientType=0 );
	/* IE6-9 */
	display: block;
	margin-bottom: 50px;
}

}
