/* @group GENERAL ELEMENTS */

* {
	margin: 0;
	padding: 0;
}

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

html {
	background-attachment: fixed;
	background-position: 0 0;
	background-repeat: repeat-y, repeat;
	height: 100%;
}

.ie7,.ie8{background-repeat: repeat;}

body { 
	font: 12px/24px Arial;
	height: 100%;
	width: 980px;
	overflow-x: hidden;
}

.clear{ clear: both; }

@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;
}

a img{ border: none;}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

section h1, section h2, section h3, section h4, section h5, section h6, .album-title, .movie-page-title {
	font-family: "BebasNeueRegular";
	padding: 20px 0;
	font-weight: normal;
	font-style: normal;
	text-shadow: 0 1px 0 #fff;
}

section h1 {
	font-size: 50px;
	line-height: 50px;
}

section h2 {
	font-size: 45px;
	line-height: 45px;
}

section h3 {
	font-size: 40px;
	line-height: 40px;
}

section h4 {
	font-size: 35px;
	line-height: 35px;
}

section h5 {
	font-size: 30px;
	line-height: 30px;
}

section h6 {
	font-size: 25px;
	line-height: 25px;
}

.image-left {
	float: left;
	padding: 18px;
}

.image-right {
	float: right;
	padding: 18px;
}

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

code {
	font: 12px/18px 'Courier New', Courier, monospace;
}

/* LIST ELEMENTS */

#mainWrapper ul, 
#mainWrapper ol {
	margin-bottom: 18px;
	padding-left: 15px;
}

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 */

header {
    top: 30px;
	width: 115px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	padding-right: 30px;
	padding-bottom: 100px;
}

header h1 {
	font-size: 108px;
	font-weight: normal;
	line-height: 145px;
	position: relative;
	font-family: 'BebasNeueRegular';
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	visibility: hidden;
}

header h1.ie {visibility: visible;}

.ie7 header h1{ margin-left: 0px; padding-top: 20px; } 
.ie8 header h1{ margin-left: 0px; padding-top: 10px; }
.ie9 header h1{ margin-left: -10px; padding-top: 10px; }


.ie7 header h1.ie, 
.ie8 header h1.ie, 
.ie9 header h1.ie{
    writing-mode: tb-rl;
    border: 1px solid transparent;
}

/* @group Sidebar */

aside {
	width: 215px;
	position: relative;
	float: left;
	font-size: 11px;
}

.ie7 aside,
.ie8 aside {
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ED161616,endColorstr=#ED161616);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ED161616,endColorstr=#ED161616);
	zoom: 1;
	overflow: hidden;
	min-height: 100%;
}

.asideWrap {
	padding: 30px 20px;
	border-bottom: 3px solid #000;
	background: transparent url(images/arrow.gif) no-repeat 20px 0;
}

h2#aside {
	color: #a6c659;
	font: bolder 15px Arial;
	padding: 0 0 10px 0;
}

footer.asideWrap {
	border: none;
	font: 14px "Arial Black", Arial;
	letter-spacing: -1px;
	padding-bottom: 80px;
}

footer a{
	font: 10px Arial;
	letter-spacing: 3px;
}

/* @end */

/* @group Navigation */

nav>ul {
	padding: 24px 20px 20px;
	border-bottom: 3px solid #000;
}

nav>ul>li {
	list-style: inside decimal-leading-zero;
	font: 15px georgia;
	padding: 7px 0;
}

.ie7 nav ul{
    list-style: none;
    margin-left: -15px;
}

.ie7 nav ul ul > li{
    margin-left: -40px;
}

.ie7 nav ul ul ul li{
    margin-left: 8px;
}


.ie8 nav>ul>li a,
.ie9 nav>ul>li a{
    margin-left: -10px;
}

nav ul ul { 
    padding: 5px 0 10px 33px; 
    display: none;    
}

.ie7 nav li > ul,
.ie8 nav li > ul,
.ie9 nav li > ul { 
    margin-left: 14px;
}

.ie7 nav li li > ul,
.ie8 nav li li > ul,
.ie9 nav li li > ul { 
    margin-left: 0px;
}

nav ul li li {
	padding: 5px 0;
	list-style: none;
}

nav ul ul ul { padding: 5px 0 10px 10px; }

nav>ul>li a {
	font: 13px "Arial Black", "Arial Bold", Gadget, sans-serif;
}

nav>ul>li li a {
	font: italic 13px Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

/* @end */

/* @group Main Content */

section {
	float: left;
}

/* @group Breadcrumb */

section #breadcrumb ul {
	background-color: none;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19FFFFFF,endColorstr=#19FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19FFFFFF,endColorstr=#19FFFFFF);
	zoom: 1;
	background: rgba(255,255,255, .15);
	list-style: none;
	margin-top: 25px;
	font: 10px Arial;
	padding: 9px 10px;
	display: inline-block;
}

section #breadcrumb ul li{
	display: inline;	
}

section #breadcrumb ul li a {
	color: #fff;
}

/* @end */

#mainWrapper {
	width: 560px;
	min-height: 400px;
	position: relative;
	margin: 35px 0 50px 30px;
	border-top: 1px solid #fff;
	background-color: none;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E0FFFFFF,endColorstr=#E0FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E0FFFFFF,endColorstr=#E0FFFFFF);
	zoom: 1;
	background-image: url(images/grad.png);
	background-repeat: repeat-x;
	background-color: rgba(255,255,255,.87);
	font-style: italic;
	font-size: 13px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	-moz-box-shadow: 0px 0px 16px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px 0px 16px rgba(0,0,0,.25);
	box-shadow: 0px 0px 16px rgba(0,0,0,.25);
	padding: 0 0 40px;
	overflow: hidden;
}

#innerWrapper {
	padding: 30px;
}

/* @end */

/* @group Banner */

#featureBorder {
	background: #d9d9d9;
	border: 1px solid #c1c1c1;
	width: 100%;
}

#featureImage {
	margin: 10px;
	width: 480px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#extraContainer1 + img{
	height: 100%;
	width: 480px;
}

#featureShadow {
	height: 10px;
	background: url(images/banner-shadow.png);
	width: 500px;
	margin-bottom: 20px;
}

/* @end */

/* @group Blog */

#blog-rss-feeds:before, ul.blog-tag-cloud:before, #blog-archives:before, #blog-categories:before{
	font: bolder 15px Arial;
	display: block;
	margin: 5px 0 8px;
} 

.blog-entry {
	border-bottom:2px dashed #ccc;
	margin-bottom:24px;
	padding-bottom:20px;
	position:relative;
}

section .break{
	border-bottom:2px dashed #ccc;
	font-size: 0;
	margin: 30px 0 15px;
}

.lastEntry {
	border-bottom: none;
}

.blog-entry-title,.blog-archive-month {
	font-size: 44px;
	line-height: 50px;
	font-family: "BebasNeueRegular";
}

.blog-entry-title, .blog-archive-month {
	padding: 7px 70px 0 0;
}

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

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

.blog-entry-date {
	font: 100 13px futura;
	padding: 7px 0 12px;
	text-shadow: 0 1px 0 #fff;
}

.blog-entry-comments {
	margin-top: 7px;
}

p.blog-entry-tags {
	font-size: 12px;
	margin-top: 7px;
}

#blog-archives, #blog-categories, #blog-rss-feeds {
	margin-top: 18px;
}

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

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

#blog-archives br,
#blog-rss-feeds br {
	display: none;
}

.blog-archive-link-enabled:after {
	content: ", ";
}

.blog-archive-link-enabled {
	margin-right: 5px;
}

.blog-archive-link-disabled:after {
	content: ", ";
}

.blog-archive-link-disabled {
	display: inline;
	margin-right: 5px;
}

.blog-archive-headings-wrapper {
	margin-bottom: 24px;
}

ul.blog-tag-cloud {
	display: block;
	margin: 0 0 18px 0;
	padding: 18px 0 0 0;
	text-align: justify;
}

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

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

ul.blog-tag-cloud li a:after {
	content: ", ";
}

.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-rss-feeds {
	padding-bottom: 10px;
}

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

.blog-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/rss_icon.gif);
	background-position: left center;
	padding-left: 19px;
	display: block;
}

.blog-comments-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/rss_icon.gif);
	background-position: left center;
	padding-left: 19px;
	display: block;
}

.js-kit-comments, .js-CommentsArea {
	width: 98%;
}

/* @end */

/* @group File Sharing */

.filesharing-item-title {
	font-size: 1.6em;
	padding-bottom: 10px;
}

.filesharing-description {
	margin-bottom: 18px;
}

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

/* @end */

/* @group Photo Album */

.album-title {
	font-size: 50px;
	line-height:50px;
	padding-bottom: 20px;
}

.album-description {
	padding-bottom: 10px;
}

.album-wrapper {
	margin: 20px 0 0 0;
	text-align: center;
}

.thumbnail-wrap {
	display: inline-block;
	position: relative;
	margin: 4px 5px;
	-moz-box-shadow:0px 1px 4px #ccc;
	-webkit-box-shadow:0px 1px 4px #ccc;
	box-shadow:0px 1px 4px #ccc;
	-webkit-transition: all 150ms; 
	-moz-transition: all 150ms; 
	-ms-transition: all 150ms; 
	-o-transition: all 150ms; 
	transition: all 150ms;
}

*:first-child+html .thumbnail-wrap {
	float: left;
}

.thumbnail-wrap:hover {
    top: -3px;
	-moz-box-shadow:0px 1px 4px #222;
	-webkit-box-shadow:0px 1px 4px #222;
	box-shadow:0px 1px 4px #222;
}

.thumbnail-frame {
	display: inline-block;
}

.thumbnail-caption {
	display: none;
}

.photo-background {
	position: relative;
	text-align: center;
	width: auto;
}

.photo-navigation {
	margin-bottom: 40px;
	padding-top: 40px;
}

.photo-links, .photo-caption, .photo-title {
	background: #000;
	color: #444;
	margin: 0 6px;
	display:inline-block;
	font-size:13px;
	left:42%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
}

.photo-links a, .photo-caption, .photo-title {
	color: #fff;
	display: inline-block;
	padding: 12px 23px;
}

.photo-links a:hover {
	text-decoration: none;
	font-weight: bolder;
	text-shadow: 0 0 10px #fff;	
}

img.photo-frame {
	-moz-box-shadow:0px 3px 20px #000;
	-webkit-box-shadow:0px 3px 20px #000;
	box-shadow:0px 3px 20px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* @end */

/* @group Movie Album */

.movie-page-title {
	font-size: 50px;
	line-height: 52px;
	padding: 10px 0 20px;
}

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

.movie-thumbnail-frame {
	display: inline-block;
	text-align: center;
	position: relative;
	margin: 0 8px 60px;
	width: 460px;
	height: 240px;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-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{
	-webkit-transform: scale(1.02);
}

.movie-thumbnail-frame span{
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	background: url(images/play.png) no-repeat center center;
	height: 240px;
	width: 460px;
	opacity: .25;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-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 span:hover{
	opacity: .7;
	-moz-box-shadow:0px 4px 5px #999;
	-webkit-box-shadow:0px 4px 5px #999;
	box-shadow:0px 4px 5px #999;
}


.movie-thumbnail-frame img {
	margin: 0;
	-moz-box-shadow:0px 1px 4px #999;
	-webkit-box-shadow:0px 1px 4px #999;
	box-shadow:0px 1px 4px #999;
	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-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;
}

.movie-title{
	display: none;
	color: #aaa;	
}

/* @end */

/* @group Contact Form */

section form {
	line-height: 8px;
}

section form label {
	font-size: 13px;
	line-height: 26px;
}

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

.required-text {
	
}

.form-input-field {
	font-size: 15px;
	padding: 8px;
	width: 97%;
	border: 1px solid #ddd;
}

.form-input-button {
	margin: 8px 8px 0 0;
}

/* @end */


/* Version Checker */

#versionContent{
	position: fixed;
	padding: 50px 0 0;
	z-index: 99;
	height: 100%;
	width: 100%;
}

#versionBox{
	width: 600px;
	min-height: 180px;
	padding: 50px 0 0;
	margin: 0 auto;
	text-align: center;
	background: rgba(0,0,0,.80);
	color: #fff;
	text-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0;
}

#versionBox p{
	font-size: 38px;
	font-weight: bold;
}

#version{visibility: hidden;}

#currentVersion,#available,#unable{
	opacity: 0;
}

#unable{
	visibility: visible;
	display: inline-block;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-family: helvetica, arial;
	font-weight: bold;
	text-align: center;
	background: #29561a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #444444));
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-shadow: 1px 1px 1px black;
	-webkit-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
	border: 1px solid #777;
	border-top: 1px solid #888;	
}

#currentVersion{
	visibility: visible;
	display: inline-block;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-family: helvetica, arial;
	font-weight: bold;
	text-align: center;
	background: #29561a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #73A510), color-stop(1, #345E00));
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-shadow: 1px 1px 1px black;
	-webkit-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
	border: 1px solid #82a422;
	border-top: 1px solid #daff68;
}

@media print {
    body{
    	font: 10pt Arial;
    	background: white;
    }
    
    header, aside, #breadcrumb, #featureBorder, #featureImage, #featureShadow{
    	display: none;
    }
    
    #mainWrapper, #innerWrapper{
    	width: auto; 
    	margin: 0 5%;
    	padding: 0; 
    	border: 0;
    	float: none !important;
    	color: black; 
    	background: transparent;
    }
}
