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;outline:0;font-size:100%;background:transparent;}

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

html,body{
padding: 0;
margin: 0;
}

body{
font-size: 12px;
font-family: arial;
line-height: 22px;
background-color: #222;
background-repeat: repeat;
}

a{text-decoration: none;color: #fff;}

h1{font-size: 2em;}
h2{font-size: 1.8em;}
h3{font-size: 1.6em;}
h4{font-size: 1.4em;}
h5{font-size: 1.2em;}
h6{font-size: 1em;}

h1, h2, h3, h4, h5, h6{
letter-spacing: 1px;
}

code{
padding: 5px 10px;
}

strong, b{font-weight: bolder;}

em, i{font-style: italic;}

section a:hover,
aside a:hover{text-decoration: underline;}

@import url(http://fonts.googleapis.com/css?family=Italianno)

@font-face {
font-family: 'SocialIconsMedium';
src: url('font/socialicons-webfont.eot');
src: url('font/socialicons-webfont.eot?#iefix') format('eot'),
url('font/socialicons-webfont.woff') format('woff'),
url('font/socialicons-webfont.ttf') format('truetype'),
url('font/socialicons-webfont.svg#webfont2MYwFkjP') format('svg');
font-weight: normal;
font-style: normal;
}

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

#asideTitle,
h1, h2, h3, h4, h5, h6, 
.blog-entry-title a, 
.blog-entry-date,
.blog-archive-month,
.blog-entry-title a:hover, 
.album-title, 
.movie-page-title{
/*font-family: 'BebasNeueRegular';*/
font-family: Arial;
font-weight: normal;
}

.image-left{
float: left;
padding: 5px 25px 5px 5px;
}

.image-right{
float: right;
padding: 5px 5px 5px 25px;
}

blockquote, code{
margin: 18px 0;
padding: 13px 18px;
display: block;
}

code{font: .85em/1.7em 'Monaco', Courier, monospace;}

.clear{clear: both;}

/* @group List Elements */

ul, ol { margin: 0 0 10px 17px; padding: 0;}
ul.disc { list-style-type: disc; }
ul.circle{ list-style-type: circle; }
ul.square{ list-style-type: square; }
ol.arabic-numbers{ list-style-type: decimal; }
ol.upper-alpha{ list-style-type: upper-alpha; }
ol.lower-alpha{ list-style-type: lower-alpha; }
ol.upper-roman{ list-style-type: upper-roman; }
ol.lower-roman{ list-style-type: lower-roman; }

/* @end */

section a,
ul#breadcrumb a{
color: #111;
text-decoration: none;
}

#wrapper{
width: 100%;
background-color: #303030;
border-radius: 5px 5px 4px 4px;
box-shadow: rgba(0,0,0,0.5) 0 5px 15px;
overflow: hidden;
position: relative;
margin: 10px auto;
}

/* @group Header */

header a{
color: #161616;
text-decoration: none;
}

header{
position: relative;
text-align: center;
height: 135px;
text-shadow: #666666 0 1px 0;
border-radius: 6px 6px 0 0;
background: url(images/press.png) center top no-repeat, url(images/highlight.png) center top no-repeat;
}

header #title{
width: 750px;
height: 100px;
margin: 0 auto;
text-align: left;
padding: 8px 0 0 0;
}

header h1{
vertical-align: 52px;
font-weight: normal;
display: inline;
letter-spacing: 3px;
line-height: 90px;
text-shadow: #000 0 -1px 1px;
font-family: italianno;
}

header h1 span{
padding-left: 15px;
}

header #logo{
height: 120px;
overflow: hidden;
display: inline-block;
line-height: 130px;
}

header img{
display: inline;
padding-right: 10px;
}

/* @end */

.clear{
clear: both;
}

/* @group Navigation */

nav{
background-color: rgba(0,0,0,0.8);
position: absolute;
left:0;
width: 100%;
height: 260px;
padding: 10px 0;/*was 20*/
font-family: "Helvetica", Arial;
line-height: 16px;
opacity: 0;
filter: alpha(opacity=0);
}

.ie8 nav.ie8sux{
filter: alpha(opacity=100);
}

#static nav{
background-color: rgba(0,0,0,0.25);
display: none;
position: relative;
left:0;
opacity: 1;
height: auto;
}

#static nav>ul{
left: 0px;
}

/*#navLimit{position: relative;}*/

nav ul ul{
margin: 0 0 0 10px;
font-size: 12px;
list-style: none;
border-style: none;
}

nav li a{
padding: 4px 0;
display: block;
-webkit-transition: all 250ms; 
-moz-transition: all 250ms; 
-ms-transition: all 250ms; 
-o-transition: all 250ms; 
transition: all 250ms;
text-shadow: #000 0 0 2px,#000 0 1px 2px;
}

nav li a:hover{
text-shadow: #CCC 0 0 18px;
}

nav>ul{
display: block;
padding: 10px 20px 0;
margin-bottom: 0;
position: relative;
list-style: none;
/*left:-960px;*/
}


nav>ul>li{
float: left;
margin-left: 1.25%;
padding-right: 1.25%;
border-right: 2px;
border-style: solid;
border-color: #444;
}

nav>ul>li>ul{
margin: 0;
}


nav>ul>li>a{
font-size: 14px;
font-weight: bolder;
padding-bottom: 10px;/*was 20*/
}


nav>ul>li:first-child{
	margin-left: 0;
	padding-right: 0;
}

nav>ul>li:last-child{
	border-style: none;
	padding-right: 0;
}

nav ul li ul {
	display: none;
	position: absolute;
	margin-left: -1%;
	border-style: none;
	border-radius: 4px;
	padding: 4px;
	z-index: 9999;
	background-color: #333;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

nav ul li:hover ul {
	display:  block;
}

/* @end */

/* @group Footer */

footer{
position: relative;
text-align: center;
text-shadow: #666666 0 1px 0;
border-radius: 6px 6px 0 0;
}

/* @end */

/* @group Footer Slogan */

footerSlogan, footerSlogan a{
display: inline-block;
position: relative;
text-align: center;
margin: 0 auto;
font-size: 11px;
font-weight: bolder;
color: #ccc;
font-family: Arial;
text-shadow: #414141 0 1px 0;
line-height: 28px;
letter-spacing: 6px;
}

footerSlogan a{
padding-left: 30px;
-webkit-transition: all 250ms; 
-moz-transition: all 250ms; 
-ms-transition: all 250ms; 
-o-transition: all 250ms; 
transition: all 250ms;
}

footerSlogan{
padding: 0 35px;
border-radius: 5px 5px 0 0;
background-color: #999999;
background-color: rgba(0,0,0,0.25);
box-shadow: inset #151515 0 1px 5px;
}

/* @end */

/* @group MidBanner */

MidBanner{
position: relative;
text-align: center;
text-shadow: #666666 0 1px 0;
border-radius: 6px;
}

/* @end */

/* @group MidBanner Text */

MidText, MidText a{
display: inline-block;
position: relative;
text-align: center;
margin: 0 auto;
font-size: 24px;
font-weight: bolder;
color: #ccc;
font-family: Arial;
text-shadow: #414141 0 1px 0;
line-height: 28px;
letter-spacing: 6px;
}

MidText a{
padding-left: 30px;
-webkit-transition: all 250ms; 
-moz-transition: all 250ms; 
-ms-transition: all 250ms; 
-o-transition: all 250ms; 
transition: all 250ms;
}

MidText{
padding: 15px 35px;
border-radius: 5px;
background-color: #999999;
background-color: rgba(0,0,0,0.25);
box-shadow: inset #151515 0 1px 5px;
}

/* @end */

/* @group Slogan */

slogan, slogan a{
display: inline-block;
margin: 0 auto;
font-size: 11px;
font-weight: bolder;
font-family: Arial;
text-transform: uppercase;
text-shadow: #989898 0 1px 0;
line-height: 28px;
letter-spacing: 6px;
}

slogan a{
padding-left: 30px;
-webkit-transition: all 250ms; 
-moz-transition: all 250ms; 
-ms-transition: all 250ms; 
-o-transition: all 250ms; 
transition: all 250ms;
}

slogan{
padding: 0 35px;
border-radius: 5px 5px 0 0;
background-color: #272727;
background-color: rgba(0,0,0,0.25);
box-shadow: inset #151515 0 1px 5px;
}

/* @end */

.navTrigger{
position: absolute;
height: 62px;
width: 62px;
left: 35px;
top: 35px;
}

#layerTop{
z-index: 5;
}

#layerTop:hover{
cursor: pointer;
}

#navMessage{
left: 35px;
top: 100px;
width: 62px;
white-space: nowrap;
text-align: center;
position: absolute;
font-family: Arial;
font-weight: bolder;
font-size: 13px;
text-transform: uppercase;
}

#socialIcons{
display: inline-block;
position: absolute;
top: 60px;
right: 25px;
font-size: 20px;
font-family: 'SocialIconsMedium';
}

.social{
display: inline;
padding: 0 8px;
}

.social a:hover{
}

.social a{
-webkit-transition: all 250ms; 
-moz-transition: all 250ms; 
-ms-transition: all 250ms; 
-o-transition: all 250ms; 
transition: all 250ms;
}

#feature{
height: 300px;
width: 100%;
position: relative;
overflow: hidden;
border-top: 1px solid #222;
}

#bannerImport{display: none;}
#extraContainer1 #bannerImport{display: block;}

#insetTop{
background: url(images/top-inset.png) repeat-x top left;
position: absolute;
z-index: 100;
width: 100%;
height: 20px;
}

#insetBottom{
background: url(images/bottom-inset.png) repeat-x bottom left;
position: absolute;
z-index: 100;
width: 100%;
height: 20px;
bottom: 0;
}

/* @group Breadcrumb */

ul#breadcrumb{
padding: 0;
margin: 0;
height: 50px;/*was 60*/
font-size: 18px;
letter-spacing: 1px;
line-height: 65px;
padding: 0 42px;
text-shadow: #474747 0 1px 0;
background: url(images/press.png) no-repeat center top, url(images/breadcrumb.png) repeat-x center center;
font-family: 'BebasNeueRegular';
}

#breadcrumb li{
display: inline-block;
}

#breadcrumb li a{
padding: 0 5px;
}

#breadcrumb li:first-child a{
padding: 0 5px 0 0;
}

/* @end */

section{
padding: 42px 32px;
background: url(images/press.png) no-repeat center top;
/*text-shadow: #111 0 -1px 0;*/
}

#mainContent{
overflow: hidden;
min-height: 80px;
padding: 0 10px;
}

aside{
width: 210px;
padding: 0 10px;
}

#asideTitle{
font-size: 22px;
letter-spacing: 1px;
padding-bottom: 20px;
}

.pp_social{display: none;}


/* @group WP Blog Entries */

.blog-entry-body {
	border:2px groove #666;
	padding: 4px;
	border-radius: 5px;
}

.blog-entry-footer {
	padding: 4px;
	background-color: #000;
	border-radius: 0px 0px 5px 5px;
	background-color: rgba(0,0,0,0.25);
	box-shadow: inset #151515 0 1px 5px;
}

.blog-entry h1 {
	margin: 15px 0px;
}

.blog-entry-title a {
	color: #909;
}

.blog-entry-title a:hover {
	color: #603;
}

#blogside ul { 
	list-style-type: none; 
	margin-left: 0px; 
	padding-left: 0px;
}

#blogside a:link, a:visited, a:active { 
	text-decoration: none;
} 
 
#blogside h2,
#wpblog_widgettitle h2 { 
	font-size: 140%;
	color: #909;
	margin-top: 5px;
	margin-bottom: 5px;
}

.widget_search {
	margin-top: 30px;
}

.widget_recent_entries,
.widget_recent_comments,
.widget_archive,
.widget_categories,
.widget_meta
 {
	margin-top: 10px;
	margin-bottom: 10px;
	border:2px groove #666;
	padding: 4px;
	border-radius: 4px;
}

.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li
{
	margin: 5px 0 5px 0;
	padding: 5px 0 0 0;
	border-top: 2px groove #999;
}

/* @end */

/* @group Blog Page */

/* possibly replaced by WP Blog */
/* 
.js-kit-comments { float: left; }

.blog-entry {
margin-bottom: 24px;
}

.blog-entry-title {
font-size: 1.8em;
letter-spacing: 1px;
padding: 9px 11px;
border-radius: 2px;
}

.blog-entry-title a {
text-decoration: none;
display: block;
font-weight: normal;
-webkit-transition: all 300ms; 
-moz-transition: all 300ms; 
-ms-transition: all 300ms; 
-o-transition: all 300ms; 
transition: all 300ms;
}

.blog-entry-title a:hover {
text-decoration: none;
}

.blog-entry-date {
text-transform: uppercase;
font-weight: bolder;
font-size: 0.9em;
font-family: arial;
margin-top: 10px;
}

.blog-entry-body {
padding: 10px 0 15px;
overflow: hidden;
}

.blog-entry-category a{
margin: 0 2px;
}

.blog-read-more {
display: block;
font-size: 1.1em;
padding: 10px 0 0;
}

a.blog-comment-link {
margin-top: 7px;
padding: 6px 12px;
display: block;
font-size: 1.1em;
font-family: arial;
word-spacing: 3px;
}

p.blog-entry-tags {
text-transform: uppercase;
font-weight: bolder;
font-size: 0.9em;
font-family: arial;
margin-top: 10px;
padding-top: 10px;
}

p.blog-entry-tags a {
padding: 0 3px;
}

#blog-categories:before,
#blog-archives:before,
ul.blog-tag-cloud:before,
#blog-rss-feeds:before {
display: block;
padding: 8px 9px 9px;
margin-bottom: 8px;
font:  0.9em arial;
font-weight: bolder;
letter-spacing: 2px;
text-transform: uppercase;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

#blog-categories a,
#blog-archives a,
ul.blog-tag-cloud a,
#blog-rss-feeds a{
margin-left: 10px;
}

*/
/* Categories */
/*

#blog-categories,
#blog-archives,
ul.blog-tag-cloud,
#blog-rss-feeds {
line-height: 2.2em;
margin-top: 20px !important;
}

#blog-categories:before {
content: "Categories";
}

#blog-archives:before {
content: "Archives";
}

ul.blog-tag-cloud:before {
content: "Tags";
}

#blog-rss-feeds:before {
content: "Feeds";
}

.blog-category-link-enabled,
.blog-archive-link-enabled {
display: block;
}

#blog-categories br,
#blog-archives br,
.blog-category-link-disabled,
.blog-archive-link-disabled {
display: none;
}

ul.blog-tag-cloud{padding: 0;margin:0;}

ul.blog-tag-cloud li {
display: inline;
margin: 0 5px 0 0;
padding: 0;
font-size: 0.9em;
}

ul.blog-tag-cloud li a {
display: inline-block;
}

ul.blog-tag-cloud li a:hover {
text-decoration: underline;
}

.blog-tag-size-1 {
font-size: 0.8em;
}

.blog-tag-size-2 {
font-size: 0.85em;
}

.blog-tag-size-3 {
font-size: 0.9em;
}

.blog-tag-size-4 {
font-size: 0.95em;
}

.blog-tag-size-5 {
font-size: 1em;
}

.blog-tag-size-6 {
font-size: 1.05em;
}

.blog-tag-size-7 {
font-size: 1.1em;
}

.blog-tag-size-8 {
font-size: 1.15em;
}

.blog-tag-size-9 {
font-size: 1.2em;
}

.blog-tag-size-10 {
font-size: 1.25em;
}

.blog-tag-size-11 {
font-size: 1.3em;
}

.blog-tag-size-12 {
font-size: 1.35em;
}

.blog-tag-size-13 {
font-size: 1.4em;
}

.blog-tag-size-14 {
font-size: 1.45em;
}

.blog-tag-size-15 {
font-size: 1.5em;
}

.blog-tag-size-16 {
font-size: 1.55em;
}

.blog-tag-size-17 {
font-size: 1.6em;
}

.blog-tag-size-18 {
font-size: 1.65em;
}

.blog-tag-size-19 {
font-size: 1.7em;
}

.blog-tag-size-20 {
font-size: 1.75em;
}

.blog-archive-month,
.blog-archive-link{
display: none;
}
*/
/* Styles the blog RSS feeds in the blog sidebar */
/*
.blog-rss-link:before,
.blog-comments-rss-link:before {
content: "A";
padding-right: 6px;
font-family: 'SocialIconsMedium';
color: #ff6900;
font-style: normal;
}

/* @end */

/* @group File Sharing */

.filesharing-item-title a{
padding: 11px 12px;
display: block;
font: 1em arial;
font-weight: bolder;
letter-spacing: 2px;
text-transform: uppercase;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 300ms; 
-moz-transition: all 300ms; 
-ms-transition: all 300ms; 
-o-transition: all 300ms; 
transition: all 300ms;
}

.filesharing-item-title a:hover{
text-decoration: none;
}

.filesharing-item-description {
padding: 10px 0;
}

.filesharing-item {
margin: 0 0 30px;
}

/* @end */


/* @group Movie Album */

.movie-page-description {
margin-bottom: 25px;
}

.movie-thumbnail-frame {
display: inline-block;
width: 250px;
height: 140px;
position: relative;
margin: 0 25px 50px;
opacity: 0.6;
-webkit-transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
-moz-transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
-ms-transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
-o-transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
-moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
-ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
-o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.movie-thumbnail-frame:hover{
opacity: 1;
}

.movie-thumbnail-frame span{
position: absolute;
cursor: pointer;
bottom: 10px;
right: 10px;
height: 50px;
width: 50px;
background: url(images/play.png) no-repeat center center;
opacity: .45;
-webkit-transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
-moz-transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
-ms-transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
-o-transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
-moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
-ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
-o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.movie-thumbnail-frame img {
margin: 0;
-moz-box-shadow:0px 1px 4px #000;
-webkit-box-shadow:0px 1px 4px #000;
box-shadow:0px 1px 4px #000;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
width: 100%;
height: 100%;
display: inline;
}

.movie-thumbnail-caption {
font-size: 11px;
line-height: 16px;
}

/* MOVIE POPUP */

.movie-background {
width: auto;
text-align: center;
}

.movie-title{
padding: 20px 0 0 0;
font-size: 0.9em;
}

.movie-frame {
padding: 30px;
}

.movie-frame embed{
-moz-box-shadow:0px 5px 20px #191919;
-webkit-box-shadow:0px 5px 20px #191919;
box-shadow:0px 5px 20px #191919;
}

/* @end */



/* @group Photo & Movie Album */

.album-wrapper{
}

.album-title,
.movie-page-title{
font-size: 32px;
text-transform: uppercase;
letter-spacing: 1px;
padding: 0px 8px 30px;
}

.album-title,
.movie-page-title{
display: none;
}

#photo-title{
text-shadow: #000 0 -1px 0;
}

.album-description,
.movie-page-description{
display: none;
}

.movie-thumbnail-frame {
position: relative;
float: left;
}

.thumbnail-wrap{
position: relative;
margin: 0 19px 25px 0;
display: inline-block;
}

.thumbnail-wrap img:hover {
-webkit-box-shadow: 0 2px 5px #000;
-moz-box-shadow: 0 2px 5px #000;
box-shadow: 0 2px 5px #000;
opacity: 1;
z-index: 10;
}

.thumbnail-caption{
text-align: left;
font-size: 11px;
line-height: 14px;
}

.thumbnail-wrap img{
position: relative;
-webkit-transition: all 150ms; 
-moz-transition: all 150ms; 
-ms-transition: all 150ms; 
-o-transition: all 150ms; 
transition: all 150ms;
-webkit-box-shadow: 0 1px 2px #000;
-moz-box-shadow: 0 1px 2px #000;
box-shadow: 0 1px 2px #000;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
opacity: 0.6;
}

/* @end */

/* @group Contact Form */

/*
section form {
line-height: 8px;
}

section label {
font-size: 12px;
font-family: Arial;
line-height: 26px;
font-weight: bolder;
text-transform: uppercase;
letter-spacing: 1px;
}


.message-text {
font-size: 1.2em;
}

input.form-input-button[type="reset"],
input.form-input-button[type="submit"]{
font-size: 11px;
letter-spacing: 1px;
font-weight: bolder;
border: 0;
padding: 11px 15px;
margin-right: 10px;
text-transform: uppercase;
cursor: pointer;
-webkit-appearance: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 300ms; 
-moz-transition: all 300ms; 
-ms-transition: all 300ms; 
-o-transition: all 300ms; 
transition: all 300ms;
border: none;
}

.form-input-field {
font-size: 15px;
padding: 10px 8px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
width: 97%;
-webkit-transition: all 300ms; 
-moz-transition: all 300ms; 
-ms-transition: all 300ms; 
-o-transition: all 300ms; 
transition: all 300ms;
border: none;

}

.form-input-field:focus{
outline: none;
}

.form-input-button {
margin: 8px 8px 0 0;
}
*/
/* @end */