/* 
 * print.css
 *
 */

/*Type*/

@font-face {
	font-family: 'TradeGothicLTStdBoldRegular';
	src: url('../fonts/tradegothicltstd-bold/tradegothicltstd-bold-webfont.eot');
	src: local('☺'), url('../fonts/tradegothicltstd-bold/tradegothicltstd-bold-webfont.woff') format('woff'), url('../fonts/tradegothicltstd-bold/tradegothicltstd-bold-webfont.ttf') format('truetype'), url('../fonts/tradegothicltstd-bold/tradegothicltstd-bold-webfont.svg#webfontYekKJyRj') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'ClarendonFSBold';
	src: url('../fonts/clarendonfs_bold/Clarendon-Bold-webfont.eot');
	src: local('☺'), url('../fonts/clarendonfs_bold/Clarendon-Bold-webfont.woff') format('woff'), url('../fonts/clarendonfs_bold/Clarendon-Bold-webfont.ttf') format('truetype'), url('../fonts/clarendonfs_bold/Clarendon-Bold-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ClarendonFSMediumRegular';
	src: url('../fonts/clarendonfs_medium/Clarendon-Medium-webfont.eot');
	src: local('☺'), url('../fonts/clarendonfs_medium/Clarendon-Medium-webfont.woff') format('woff'), url('../fonts/clarendonfs_medium/Clarendon-Medium-webfont.ttf') format('truetype'), url('../fonts/clarendonfs_medium/Clarendon-Medium-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TradeGothicLTStdRegular';
	src: url('../fonts/tradegothicltstd/tradegothicltstd-webfont.eot');
	src: local('☺'), url('../fonts/tradegothicltstd/tradegothicltstd-webfont.woff') format('woff'), url('../fonts/tradegothicltstd/tradegothicltstd-webfont.ttf') format('truetype'), url('../fonts/tradegothicltstd/tradegothicltstd-webfont.svg#webfont0EC68Hwf') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TradeGothicLTStdBold';
	src: url('../fonts/tradegothicltstd-bd2/tradegothicltstd-bd2-webfont.eot');
	src: local('☺'), url('../fonts/tradegothicltstd-bd2/tradegothicltstd-bd2-webfont.woff') format('woff'), url('../fonts/tradegothicltstd-bd2/tradegothicltstd-bd2-webfont.ttf') format('truetype'), url('../fonts/tradegothicltstd-bd2/tradegothicltstd-bd2-webfont.svg#webfontLCyUJ1sd') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TradeGothicLTStdCnBold';
	src: url('../fonts/tradegothicltstd-bdcn20/tradegothicltstd-bdcn20-webfont.eot');
	src: local('☺'), url('../fonts/tradegothicltstd-bdcn20/tradegothicltstd-bdcn20-webfont.woff') format('woff'), url('../fonts/tradegothicltstd-bdcn20/tradegothicltstd-bdcn20-webfont.ttf') format('truetype'), url('../fonts/tradegothicltstd-bdcn20/tradegothicltstd-bdcn20-webfont.svg#webfontYPITXSXP') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*Style*/

body {
	font-family: 'TradeGothicLTStdRegular',Arial,sans-serif;
	font-size: 12pt;
}

div#nav {
	display:none;
}

div.slide.cover {
	border: 0;
	page-break-before: avoid;
}

div.slide .intro h1{
	margin-top: 4em;
	font-family: 'TradeGothicLTStdCnBold',Arial,sans-serif;
	font-size: 3.5em;
    text-transform: uppercase;
    color: #f60;
}

div.slide .intro h2{
	font-family: 'ClarendonFSMediumRegular',Arial,sans-serif;
    font-weight: normal;
    font-size: 2em;
    color: #CB9;
    margin: 0;
    padding: 0;
}

div.slide .intro .instructions-screen{
	display:none;
}

div.slide .intro .instructions-print{
	margin-top: 5em;
	font-size: 12px;
}

div.slide section.center.intro .credit{
	margin-top: 30em;
	font-size: 10px;
}

div.slide {
	position: relative;
	border: 1px solid #ccc;
	width: 90%;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	page-break-before:always;
 }

header {
}

header h1{
	font-family: 'TradeGothicLTStdBoldRegular',Arial,sans-serif;
    font-weight: normal;
    font-size: 54px;
    text-transform: uppercase;
    color: #000;
	height: 54px;
	padding-top: 7px;
	padding-right: 6px;
	padding-left: 8px;
	display: inline-block;
}

header h2{
	font-family: 'TradeGothicLTStdBoldRegular',Arial,sans-serif;
    font-weight: normal;
    font-size: 54px;
    text-transform: uppercase;
    color: #f60;
	height: 54px;
	padding-top: 7px;
	padding-right: 12px;
	padding-left: 8px;
	display: inline-block;
}

subheader {
	display: inline-block;
}

subheader h3 {
    font-family: 'TradeGothicLTStdBoldRegular',Arial,sans-serif;
    font-weight: normal;
    font-size: 24px;
    margin-left: 8px;
    color: #CB9;
	height: 24px;
}

flag {
    /*position: absolute;
    left: 13px;
    top: 106px;
    -webkit-transform-origin: 0px 0px;
	-webkit-transform: rotate(-90deg);
	-moz-transform-origin: 0px 0px;
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	margin-top: 300px;
	width: 300px;
	text-align: right;*/
}

flag h4{
	font-family: 'TradeGothicLTStdBoldRegular',Arial,sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #f60;
	display: inline-block;
	margin-left: 3px;
}

section {
	font-family: 'TradeGothicLTStdRegular',Arial,sans-serif;
	margin-left: 8px;
	margin-right: 30px;
	margin-top: 6px;
	display: block;
	overflow: hidden;
	min-height: 400px;
}

div.slide blockquote {
	font-family: 'TradeGothicLTStdBoldRegular',Arial,sans-serif;
	margin-top: 120px;
	/*border: 1px solid red;*/
	font-size: 54px;
	height: 200px;
	width: 100%;
}

.bqstart {
     float: left;
     height: 300px;
     margin-top: -70px;
     margin-right: 10px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 250%;
     color: #c3bfb9;
     /*border: 1px solid red;*/
 }
 
 
 .bqend {
     float: right;
     height: 100px;
     margin-top: 10px;
     padding-top: 0px;
     font-size: 250%;
     color: #c3bfb9;
     /*border: 1px solid red;*/
 }

div.slide .frame {
	padding: 10px;
	border: 1px solid #E5E5E5;
	box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 4px; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 4px; 
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 4px;
    display: inline-block;
}

div.slide .frame img {
	width: 100%;
}

div.slide .split .frame {
	float: left;
}

/*img.third {
}*/

/*img.half {
	max-height: 300px;
}*/

div.slide ul{
	margin-top: 0.25em;
	margin-left: 40px;
}

div.slide .split ul {
	margin-left: 415px;
	/*border: 1px red solid;*/
	
}

div.slide ul li{
	margin-top: 0.25em;
	padding-left: 0.5em;
	background: url(../images/ulBullet.png) no-repeat 0px 4px;
	/*border: 1px solid orange;*/
}

div.slide ul.imagelist {
	margin: 0;
	padding: 0;
	height: 340px;
}

div.slide ul.imagelist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: url(none) no-repeat 0px 10px;
	width: 500px;
}

/*div.slide ul.imagelist li img {
}*/

div.slide section h4 {
	font-family: 'TradeGothicLTStdBold',Arial,sans-serif;
	margin-left: 0.25em;
	margin-top: 0.5em;
    font-size: 18px;
    /*line-height: 36px;*/
    color: #CB9;
}

div.slide .social {
	display:none;
}

a.twitter-button {
	display: block;
	width: 110px; height: 30px;
	background-image: url(../images/twitterButtonSprite.png);
	background-position: top;
	text-indent: -9999px;
}

a.twitter-button:hover {
	background-position: bottom;
}


div.slide .imagecontainer{
	position: relative;
    display: inline-block;
    margin-bottom: 10px;
	line-height: 0;
}


div.imagecontainer .overlay{
	display:none;
}

div.imagecontainer.frame .overlay{
	right: 10px;
	bottom: 10px;
}



a {
	color: #000;
}

div.slide p {
	/*margin-top: 0.25em;*/
	padding-top: 5px;
	/*border: 1px solid red;*/
}

div.slide p.link {
	padding-left: 20px;
	/*border: 1px solid red;*/
}

div.slide p.learn {
	margin-top: 0.4em;
	padding-left: 20px;
	/*border: 1px solid red;*/
}

pre {
    text-align: left;
    font-size: 16px;
    font-family: Monaco, Courier;
    margin-top: 0.25em;
    padding: 10px 20px;
    background: rgba(215, 210, 201, 0.22);
	border: 1px dashed #c3bfb9;
}

pre.large {
	font-size: 16px;
}

pre.css {
	font-size: 16px;
	background: rgba(255, 102, 0, 0.15);
	border: 1px dashed #f60;
}
 
pre b, pre strong {
	font-weight: normal;
	color: #c61800;
	text-shadow: #c61800 0 0 1px; 
}


.notes {
	margin-top: 1em;
	color: #000;
	padding: 10px;
	border: 1px orange dashed;
	font-size: 12px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

}

.notes h3 {
	font-weight: bold;
	color: #f60;
}

.notes ul {
	margin-left: 2em !important;
	padding: 0 !important;
	
}

.notes ul li {
	list-style-type: disc ;
	margin: 0px !important;
	padding: 0px !important;
	background: none !important;
}

div.slide .notes a {
	color: #f60;
}

div.gallery {
	padding: 30px;
	page-break-before:always;
}

div.gallery h1{
	font-family: 'TradeGothicLTStdBoldRegular',Arial,sans-serif;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    color: #f60;
	height: 54px;
	padding-top: 7px;
	padding-right: 6px;
	padding-left: 8px;
	display: inline-block;
}

/*div.gallery ul{
	
}*/

div.gallery ul li{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.gallery ul li img {
	border: 1px solid gray;
}

