
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #00c; text-decoration: none; }
a:hover { color: #00f; }

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

body{
	background:#000 url('../img/bg.jpg') top center no-repeat;
	font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
	color:#fff;
}

@font-face {  
  font-family: MyriadPro;  
  src: url(fonts/myriadpro-semibold_opentype.ttf ) format("truetype");  
}

#content{
	background:#fff;
}

#content p a {
	text-decoration: underline;
}

#content aside{
	color:white;
	float:right;
	padding:16px;
	width:240px;
	background-color:#252525;
	margin:2px 5px 20px 20px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;	
}

#content aside h4{
	font:150% "Trebuchet MS", Arial;
	text-transform:uppercase;
	min-height:32px;
	line-height:32px;
	padding-left:36px;
}

#content aside ul{
	margin:5px 0 15px;
	list-style-type:none;
}

#content aside li:before{
	content:"\00BB";
	padding-right:5px;
	color:#55a0e0;
}

.booksIcon { background:url(../img/icon_books.png) no-repeat; }
.radioIcon { background:url(../img/icon_radio.png) no-repeat; }
.pressIcon { background:url(../img/icon_press.png) no-repeat; }
.videoIcon { background:url(../img/icon_video.png) no-repeat; }
.cameraIcon { background:url(../img/icon_camera.png) no-repeat; }

#content aside a{
	color:#55a0e0;
	font:11px Verdana;
	font-weight:bold;
	text-decoration:none;
}

#content aside a:hover {
	text-decoration: underline;
}

#content article{
	padding:20px;
}

#content article h2{
	font:160% "Trebuchet MS", Arial;
	text-transform:uppercase;
	line-height:28px;
}

#content article h3{
	font:150% "Trebuchet MS", Arial;
	text-transform:uppercase;
	min-height:32px;
	line-height:32px;
	padding-left:36px;
}

#content article h4{
	font:24px/32px "Trebuchet MS", Arial;
}

#content article h4 a{
	text-decoration: none;
}

#content article h5{
	font:18px/24px "Trebuchet MS", Arial;
	font-weight: bold;
	margin: 15px 0 0;
}

#content article h5 a{
	color: #036;
	font-size: 14px;
	text-decoration: none;
	background: #ddd;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding: 3px;
}

#content article h5 a:hover{
	text-decoration: underline;
}

#feature{
	text-align:center;
}

#feature object {
	float: none!important;
}

#feature object object{
	margin-top:-5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
}

#feature img{
	margin-top:-5px;
}



.round_white_bg_top{
	background:url('../img/main_top.png') no-repeat;
	height:10px;
}

.round_white_bg_bottom{
	background:url('../img/main_bottom.png') no-repeat;
	height:10px;
}

.wrapper{
	margin:auto;
	width:940px;
}

.shadow{
	-webkit-box-shadow:0 40px 40px -40px #AAA;
	   -moz-box-shadow:0 40px 40px -40px #AAA;
	        box-shadow:0 40px 40px -40px #AAA;
}

#header-container{
	height:125px;
	padding-top:98px;
}

#logo{
	background:url('../img/logo.png') no-repeat;
	width:320px;
	height:66px;
}

#logo h1{
	display:none;
}

h2{
	font-size: 24px;
}

h3{
	font-size: 20px;
}

nav{
	background:url('../img/nav.png') no-repeat;
	height:51px;
}

nav ul, nav ul li{
	display:inline;
}

nav a{
	display:block;
	float:left;
	background:url('../img/navbutton_medium.png') no-repeat;
	width:100px;
	height:51px;
	line-height:51px;
	color:#000!important;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-family:MyriadPro,Tahoma;
	font-size: 13px;
}

nav a.onepxspacing {
	letter-spacing: 1px;
}

nav a.twopxspacing {
	letter-spacing: 2px;
}

nav a.longtext{
	background-image:url('../img/navbutton_large.png');
	width:130px;
}

nav a.shorttext{
	background-image:url('../img/navbutton_small.png');
	width:80px;
}

nav li.active a{
	background-position: 0 -51px;
	color:#fff!important;
}

nav a:hover{
	background-position: 0 -102px;
	color:#000!important;
}

.breadcrumb {
	background:#c0c0c0 url('../img/bar_gradient.png') repeat-x;
	padding: 4px 8px;
	font:20px Arial;
	border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;	
	color: #000;
}

.breadcrumb a{
	text-decoration: none;
	color: #444;
}

.breadcrumb a:hover{
	text-decoration: underline;
}

#gallery {
	border: 0px solid #666;
}

.galleria-container {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

.list {
	list-style-type: none;
	margin: 0;
}

.list li {
	padding: 5px;
	font-size: 110%;
	background: #f7f7f7;
	}

.list li.alt {
	background: #eee;
}

.aTitle {
	font: 120% Helvetica;
	font-weight: bold;
}

.aYear {
	border: 2px solid #000;
	margin: 20px 0 5px;
	padding: 5px;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background: #f70;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

#recentpress li {
	background: transparent;
	border-top: 2px solid #000;
	margin-top: 10px;
}

#recentpress .aPreview {
	float: none;
	margin: 0;
}

.aSubtitle {
	font: 110% Arial;
	font-style: italic;
	margin: 3px 0;
}

.aLink a {
	display: inline-block;
	color: #fff;
	font: 90% Tahoma;
	font-weight: bold;
	text-decoration: none;	
	margin: 5px 0;
	background: #3366FF;
	padding: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
}

.aLink a:hover {
	background: #3399FF;	
}

.button {
	background: #3366FF!important;
	color: #fff!important;
	padding: 2px 4px!important;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	cursor: pointer;
}

.button:hover {
	background: #3399FF!important;	
}

.skipintro {
	position: absolute;
	top: 330px;
	left: 8px;
	z-index: 5;
	font-size: 150%;
	padding: 8px 10px!important;
	font-weight: bold;
	background: #ccc!important;
	color: #000!important;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;	
}

.aPreview {
	float: right;
	margin-left: 40px;
	vertical-align: top;
}

.thumb {
	border: 1px inset #666;
}

.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000!important;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#f7ff00 0%,
		#ffbf00);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f7ff00),
		to(#ffbf00));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 5px solid #333;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}


.css3button:hover{
	border-color:#000;
}

.css3button.bluehue {
	background: -moz-linear-gradient(
			top,
			#fff 0%,
			#eee);
	background: -webkit-gradient(
			linear, left top, left bottom,
			from(#fff),
			to(#eee));
}

#main{
	color:#000;
}

#main p{
	font:14px/20px Helvetica, Helvetica Neue, Arial;
	padding:5px 0;
}

#main ul li{
	font:14px/20px Helvetica, Helvetica Neue, Arial;
}

#footer-container footer{
	/* background:#000 url('../img/footer_gradient.png') no-repeat; */
	height:50px;
	color:#ccc;
	font:11px Verdana;
	text-align:center;
}

#footer-container footer p{
	float: right;
	padding: 15px 15px 0 0;
}

#footer-container footer ul {
	float: left;
}

#footer-container footer li {
	list-style-type: none;
	float: left;
	padding: 15px 15px 0 0;
}

#footer-container footer li a {
	color: #fff;
}

#footer-container footer li:before {
	content:"\00BB";
	padding-right:3px;
	}

#footer-container footer li a:hover {
	text-decoration: underline;
}

#videodesc { 
	float: right;
	width: 240px;
	background: #ddd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
}

#videodesc h4 { 
	padding: 6px;
}

#videodesc p { 
	padding: 6px;
	font-size: 90%!important;
}

#mobstories { padding: 0!important; }
#mobstories p { font-size: 16px; line-height: 24px; text-indent: 24px; }
#mobstories > div > div { margin: 10px 0; }
#mobstories .preview { margin: 8px 20px 20px 0; }
#mobstories .preview img { border: 2px solid #eee; background: #333; padding: 2px; }

.noindent{ text-indent:0!important; }
.hide{ display:none; }
.clear{	clear:both; }
.left{ float:left; }
.right{ float:right; }
.center{ text-align:center; }
.bold{ font-weight:bold; }
.photo{ margin:10px 16px; }
.error { color:red; }
.success { color:green; }
.base { position: relative;}

em { font-style: italic; }
fieldset label{ display:block; margin:5px 0 2px; vertical-align:top; }
fieldset label.error{ display:inline; color: red; margin:0 10px; }
fieldset input[type="text"]{ width:180px; }
fieldset textarea{ width:360px; height:120px; }

.style1 h2{
	text-align:center;
	font:32px Arial!important;
	font-weight:bold!important;
	margin-bottom:25px;
}

.style1 h4{
	font-size:24px!important;
	font-weight:bold!important;
	margin-bottom:10px;
}

.style1 fieldset label{
	display:inline-block;
	width:120px;
}

.style1 fieldset input{
	margin:2px 0;
}

.style1 fieldset label:after{
	content:':';
}

.style1 hr{
	margin:20px 0;
}

.style2 {
	margin: 0 100px;
}

.style2 p {
	font-size: 120%;
	text-indent: 20px;
	margin: 10px 0;
}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  /*a[href]:after { content: " (" attr(href) ")"; }*/
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  #header-container { display: none; }
  #footer-container { display: none; }
}

#slider {
	position: fixed;
	left: 10px;
	bottom: 10px;
	background: #222;
	border: 3px solid #898989;
	border-radius: 3px;
	color: #eee;
	line-height: 0;
}

#captureImage {
	position: relative;
}

#captureImageClose {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 4px;
	right: 3px;
	cursor: pointer;
}

.capturePage {
	text-align: center;
	width: 780px;
	margin: 0 auto;
}

article.capturePage p {
	font-size: 17px!important;
	margin: 12px 0;
}

blockquote{
	display:block;
	background: #fff;
	padding: 15px 20px 15px 45px;
	margin: 30px 0;
	position: relative;

	/*Font*/
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 1.2;
	color: #666;
	text-align: center;

	/*Borders - (Optional)*/
	border-left: 2px solid #c76c0c;
	border-right: 2px solid #c76c0c;

	/*Box Shadow - (Optional)*/
	-moz-box-shadow: 2px 2px 15px #ccc;
	-webkit-box-shadow: 2px 2px 15px #ccc;
	box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
	content: "\201C"; /*Unicode for Left Double Quote*/

	/*Font*/
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: bold;
	color: #999;

	/*Positioning*/
	position: absolute;
	left: 10px;
	top:5px;
}

blockquote::after{
	/*Reset to make sure*/
	content: "";
}

blockquote p{
	color: #000;
	font-size: 20px!important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	font-weight: bold!important;
	margin: 0!important;
	text-transform: capitalize;
}

blockquote a{
	text-decoration: none;
	background: #eee;
	cursor: pointer;
	padding: 0 3px;
	color: #c76c0c;
}

blockquote a:hover{
	color: #666;
}

blockquote em{
	font-style: italic;
}

.capturePage form {
	display: inline-block;
}

.capturePage input, .capturePage button {
	/*Box Shadow - (Optional)*/
	-moz-box-shadow: 1px 1px 10px #30648d;
	-webkit-box-shadow: 1px 1px 10px #30648d;
	box-shadow: 1px 1px 10px #30648d;
	border: 2px solid #30648d;
	width: 500px;
	height: 24px;
	padding: 5px;
	font: 18px Arial;
	color: #30648d;
	border-radius: 5px;
	background: #fff;
	margin: 0;
	float: left;
}

.capturePage button {
	margin-left: 5px;
	height: 38px;
	width: 100px;
	font-weight: bold;
}

.captureEmailBox {
	background: #4484b5;
	color: #fff;
	border-radius: 5px;
	padding: 12px 16px;
	-moz-box-shadow: 2px 2px 15px #eee;
	-webkit-box-shadow: 2px 2px 15px #eee;
	box-shadow: 2px 2px 15px #eee;
}

.mobile-only {
	display: none;
}

@media screen and (max-width: 640px) {
	.wrapper {
		max-width: 640px;
		width: auto;
	}
	.wrapper article {
		max-width: 90%;
	}
	.wrapper aside {
		margin: 0;
	}
	.wrapper article img, .wrapper article iframe {
		max-width: 100%;
	}
	.mobile-only {
		display: block;
	}
	.adsbygoogle {
		display: none;
	}
	footer p a {
		display: none;
	}
}
