/* Layout for desktop version */

@font-face {
	font-family: 'ArvoRegular';
	src: url('../assets/arvo/Arvo-Regular-webfont.eot');
	src: local('☺'), url('../assets/arvo/Arvo-Regular-webfont.woff') format('woff'), url('../assets/arvo/Arvo-Regular-webfont.ttf') format('truetype'), url('../assets/arvo/Arvo-Regular-webfont.svg#webfontau9vOdrl') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ArvoItalic';
	src: url('../assets/arvo/Arvo-Italic-webfont.eot');
	src: local('☺'), url('../assets/arvo/Arvo-Italic-webfont.woff') format('woff'), url('../assets/arvo/Arvo-Italic-webfont.ttf') format('truetype'), url('../assets/arvo/Arvo-Italic-webfont.svg#webfontvBl98OZ1') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ArvoBold';
	src: url('../assets/arvo/Arvo-Bold-webfont.eot');
	src: local('☺'), url('../assets/arvo/Arvo-Bold-webfont.woff') format('woff'), url('../assets/arvo/Arvo-Bold-webfont.ttf') format('truetype'), url('../assets/arvo/Arvo-Bold-webfont.svg#webfontxi5Flt4Z') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ArvoBoldItalic';
	src: url('../assets/arvo/Arvo-BoldItalic-webfont.eot');
	src: local('☺'), url('../assets/arvo/Arvo-BoldItalic-webfont.woff') format('woff'), url('../assets/arvo/Arvo-BoldItalic-webfont.ttf') format('truetype'), url('../assets/arvo/Arvo-BoldItalic-webfont.svg#webfontThKCEgOx') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #AAAAA9 url(../assets/bg.png) repeat;
	line-height:1.3em;
}


	
.whitebg {
	background: url(../assets/whitebg_left.png) repeat-y;
}

.blackbg {
	background: url(../assets/blackbg_left.png) repeat-y;
}

.pad {
	padding-right:20px;
}

.ralign {
	text-align:right;
}
.ralign h3, h4, h5, h6{
	padding-right:10px;
}

.absolute {
	width:20%;
	max-width:232px;
	position:absolute;
}


.social {
	text-align:right;
	height:24px;
}
.social a{
	text-align:right;
	width:24px;
	margin:0px;
	padding:0px;
}

.social img{
	text-align:right;
	width:24px;
	margin:0px;
	padding:0px 10px 0px 0px;
	max-width:24px;
}

#twitter-feed {
	padding:0px;
}
#twitter-feed p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:right;
	font-size: 13px;
}
	
.twtr-widget{
	padding:0px;
	margin:0px;
}
twtr-doc{
	padding:0px;
	margin:0px;
	height:0px;
}
.twtr-hd{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:right;
	height:6px;
	margin:0px 0px 3px 0px;
	padding:0px;
}
.twtr-ft{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:100;
	margin:-10px 0px 0px 5px;
	padding:0px;
	font-size:10px;
	height:30px;
}
.twtr-ft a{
	text-decoration:none;
	color: #DDD;
}



.whiterow {
	background: #DDD url(../assets/whitebg.png) repeat;
	width: 100%;
	height: inherit;
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}
.blackrow {
	background: #222 url(../assets/blackbg.png) repeat;
	width: 100%;
	height: inherit;
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}


p {
	font-family: 'ArvoRegular', Georgia, serif;
	font-size:13px;
	line-height: 21px;
	font-weight:100;
	color: #222;
}

h1 {
	font-family: 'ArvoBoldItalic', Georgia bold, serif;
	font-size:36px;
	line-height:18px;
	text-shadow: #DEDEDE 3px 3px 0px;
}

.smaller {
	font-family: 'ArvoItalic', Georgia, serif;
	font-size:24px;
	line-height:32px;
}

.title {
	font-family: 'ArvoItalic', Georgia italic, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 19px;
}


h2 {
	font-family: 'ArvoItalic', Georgia, serif;
	font-size:24px;
	line-height:32px;
}

h4 {
	font-family: 'ArvoItalic', Georgia bold, serif;
	font-size:14px;
	font-weight:normal;
	color:#222;
	line-height:1.3em;
	border-top: 1px solid #333;
	background: #E6E6E0;
	padding-right:10px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	line-height:1.4em;
}

h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:14px;
	line-height:21px;
}

legend {
	font-family: 'ArvoItalic', Georgia bold, serif;
	font-size:14px;
	line-height:1.3em;
	border-top: 1px solid #333;
	background: #F6F6F6;
	padding-right:10px;
}

hr {
	color: inherit;
	height: 0;
	margin: 6px 20px 6px 20px;
	padding: 0px 20px 0px 20px;
	border: 1px solid #BBB;
	border-style: none none solid;
}
	

.italic {
	font-family: 'ArvoItalic', Georgia italic, "Times New Roman", Times, serif;
}



a {
	color: #368;
	text-decoration: none;
}
a:hover {
	color: #222;
}
h3{
	color:#555;
	text-decoration:none;
}
h3:hover{
	color:#222;
}

.drop-cap {
	font-family:Georgia;
	display: block;
	font-size: 5.2em;
	float: left;
	margin: .13em .13em 0 .03em;
	line-height: .67em;
	font-weight: 100;
}
.caption {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	color:#999;
}







.blackbg p, .blackbg h1, .blackbg h2, .blackbg h3 {
	color:#FFF;
}
.blackbg p, .blackbg h4, .blackbg h5, .blackbg h6 {
	color: #DDD;
}
.blackbg hr {
	color: inherit;
	height: 0;
	margin: 6px 20 6px 20px;
	padding: 0;
	border: 1px solid #444;
	border-style: none none solid;
}
.blackbg a {
	color: #DCA;
	text-decoration: none;
}
.blackbg a:hover {
	color: #FFF;
}

.blackbg h4 {
	font-family: 'ArvoItalic', Georgia bold, serif;
	font-size:14px;
	font-weight:normal;
	line-height:1.3em;
	border-top: 1px solid #DDD;
	background: #0D0D0D;
	padding-right:10px;
}




.downloadbutton {
	text-align:center;
	color: #eea028;
	border: solid 1px #222;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffc254), to(#fbad36));
	background: -moz-linear-gradient(top,  #ffc254,  #fbad36);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc254', endColorstr='#fbad36');
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;

}

.downloadbutton:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb74a), to(#eea028));
	background: -moz-linear-gradient(top,  #feb74a,  #eea028);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb74a', endColorstr='#eea028');

}

.downloadbutton:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#eea028), to(#eea028));
	background: -moz-linear-gradient(top,  #eea028,  #eea028);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea028', endColorstr='#eea028');

}

.downloadbutton a {
border-bottom: none;
color: #251906;
display: block;
padding: 15px 0px 10px 0px;
text-shadow:1px 1px 0px #faba57;
}

.download {
padding:10px 0px 10px 0px;
font-family: Georgia, serif;
font-weight:bold;
font-style:normal;
font-size: 18px;
border: none;
}

.appstore {
font-family: Georgia, serif;
font-size: 13px;
line-height: 12px;
font-style: italic;
font-weight: 100;
}


iframe {
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}



.slideshow {
	width:720px;
	height:480px;
	padding:0;
	margin:0;
	z-index:1;
}
.slidesize {
	padding:0;
	margin:0;
	z-index:-2;
}
.slidesize img{
	opacity:0;
	padding:0;
	margin:0;
}
.slidenav {
	z-index:2;
	text-align:right;
}



/* Layout for mobile version */

@media handheld, only screen and (max-width: 767px) {

.examplecontainer {

body {

}
.whitebg {
	background:#FFF url(../assets/bg.gif) repeat;
}

}


/* Provide higher res assets for iPhone 4 */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
.download {
background: url(../img/downarrow@2x.png) no-repeat;
background-size: 27px 28px;
}
*/

}










