/* Boreal 1.1.4 */

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{padding:0;margin:0;border:0;outline:0;font-size:100%;font: inherit;background:transparent;}

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

html{
background-color: #262626;
height: 100%;
}

body{
font: 14px/25px Arial, sans-serif;
height: 100%;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: none;
}

body.o  > .contentBorder{
display: none;
}

body > .contentBorder{
width:100%;
position: absolute;
border-bottom-width:1px;
border-bottom-style: solid;
height:8px;
top:0;
box-shadow: rgba(0,0,0,0.5) 0 0 12px;
}

h1,h2,h3,h4,h5,h6{padding: 0 0 0.7em 0;}

h1{font-size: 3em;}
h2{font-size: 2.8em;}
h3{font-size: 2.6em;}
h4{font-size: 2.4em;}
h5{font-size: 2.2em;}
h6{font-size: 2.0em;}

em, i{
font-style: italic;
}
b,strong{
font-weight: bolder;
}

#container ul{margin-left: 16px;}

.image-left img{float: left;padding: 0 15px 15px 0;}
.image-right img{float: right;padding: 0 0 15px 15px;}
.clear{clear: both;}

a{text-decoration: none;}
a:hover{text-decoration: underline;}

#sim{position: relative;}

#wrapper{
margin: 0 auto;
padding: 0 50px 30px;
}

#wrapperOuter,
#containerWrap{
background: #ddd;
position: relative;
box-shadow:  inset rgba(255,255,255,0.05) 0 -1px 0, inset rgba(255,255,255,0.04) -1px 0 0,rgba(0,0,0,0.5) 0px 2px 12px;
clear: both;
}

#containerWrap{
box-shadow:  inset rgba(255,255,255,0.05) 0 -1px 0, inset rgba(255,255,255,0.04) -1px 0 0;
}

#feature{visibility: hidden;}

/* Header */

header{
padding-top: 20px;
position: relative;
display: table;
}

header img{
margin: 10px 20px 0 0;
}

header h1{
font-weight: normal;
font-size: 7.8em;
display: table-cell;
padding: 0;
margin: 0;
text-shadow: rgba(0,0,0,0.3) 0 2px 0px, rgba(0,0,0,0.2) 0 2px 10px;
}

header a:hover,
.socialContainer a:hover{
text-decoration: none;
}

header span{
font: italic bolder 14px 'georgia';
padding: 0;
display: table-cell;
vertical-align: bottom;
white-space: nowrap;
padding-left: 5px;
padding-bottom: 20px;
color: #666;
text-shadow: rgba(0,0,0,0.2) 0 1px 0px, rgba(0,0,0,0.1) 0 2px 10px;
text-shadow: none;
letter-spacing: 0;
}

header span a{
visibility: hidden;
}

nav{
position: absolute;
left: 0px;
background-color: #ddd;
width: 100%;
box-shadow: rgba(0,0,0,0.5) 0px 1px 3px;
z-index: 100;
top:0;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.50)), to(rgba(255, 255, 255, 0.00)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.50), rgba(255, 255, 255, 0.00));
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.50), rgba(255, 255, 255, 0.00));
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.50), rgba(255, 255, 255, 0.00));
}

.nonav nav{
display: none;
}

.nonav #extraContainer1{
top:0;
margin-bottom: 0;
}

nav > ul{
width: 100%;
box-shadow: inset #fff 0 1px 0;
border-top-width: 0px;
}

nav li{
display: table-cell;
box-shadow: inset #eee -1px 0 0, inset #bebebe 1px 0 0;
position: relative;
text-transform: uppercase;
height: 100%;
z-index: 100;
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
list-style: none;
}

nav > ul > li:last-child{
box-shadow: inset #bebebe 1px 0 0;
}

nav > ul > li:last-child div span,
nav > ul > li:last-child div:hover span{
box-shadow: none;
}

nav li.hasChild>div{
position: relative;
width: 100%;
}

nav>ul>li.hasChild>div>var{
background-image: url(data:image/gif;base64,R0lGODlhEgAJAJEAAAAAAAAAAHt7ewAAACH5BAkAAAMALAAAAAASAAkAAAIWlI95o73DXIJUPgot3m575YVISBpkAQA7);
width:18px;
height:9px;
background-size:60%;
background-repeat: no-repeat;
background-position: center center;
opacity: 0.45;
position: absolute;
right:12px;
top:22px;
-moz-transform: rotate(0deg);
-moz-transition: all 0.2s ease-in-out;
-webkit-transform: rotate(0deg);
-webkit-transition: all 0.2s ease-in-out;
}

nav>ul>li.hasChild>div:hover>var{
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}

nav>ul>li:hover:after{
content: '';
position: absolute;
left:0;
bottom:0;
width: 100%;
height:15px;
z-index: 0;
background: #eee;
}

nav>ul>li:hover>div,
nav>ul>li:hover:after{
box-shadow: inset #bbb 1px 0 0;
}

nav>ul>li:first-child + li > div,
nav>ul>li:first-child + li:hover:after{
box-shadow: none;
}

nav>ul>li>div:hover{
background: #eee;
}

@-moz-document url-prefix() { 
nav > ul>li:hover:after{
left:auto;
width: auto;
}
}

nav>ul>li>div>a{
display: block;
padding: 17px 30px;
line-height: 20px;
text-align: center;
font-size: 14px;
color: #444;
text-shadow: #fff 0 1px 0;
font-weight: bolder;
position: relative;
z-index: 2;
font-family: helvetica, arial;
}

nav a:hover{text-decoration: none;}

nav > ul > li:first-child + li{box-shadow: inset #eee -1px 0 0;}

nav ul ul{
background-color: rgba(0,0,0,0.8);
display: block;
position: absolute;
top: -9999px;
left:0;
margin-top: -15px;
opacity: 0;
-webkit-transition: opacity 200ms, margin 200ms;
-moz-transition: opacity 200ms, margin 200ms;
transition: opacity 200ms, margin 200ms;
z-index: 0;
border-top:none;
width: 100%;
}

nav ul ul span{
display: none !important;
}

nav li li{
position: relative;
left:0;
top:0;
display: block;
border-top: 1px solid rgba(255,255,255,0.07);
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
box-shadow: none;
z-index: 9;
}

nav li li li:first-child + li{
border-top:0;
}

nav li li a{
display: block;
padding: 17px 10px;
line-height: normal;
text-align: center;
text-shadow: #000 0 1px 1px, #000 0 1px 2px;
font-size: 13px;
color: #bbb;
font-weight: bolder;
-webkit-transition: background 250ms, text-shadow 250ms, color 250ms;
-moz-transition: background 250ms, text-shadow 250ms, color 250ms;
transition: background 250ms, text-shadow 250ms, color 250ms;
overflow: hidden;
}

nav li li a:hover{
background: rgba(0,0,0,0.5);
text-shadow: #000 0 1px 2px;
color: #fff;
}

nav li li:last-child{
border-bottom:none;
}

nav ul ul ul{
box-shadow: inset rgba(255,255,255,0.07) 1px 0 0;
}

nav ul ul ul ul{
display: none;
}

.ie8 nav{background-image: none;}

.ie10 nav > ul > li > div,
.ie9 nav > ul > li > div,
.ie8 nav > ul > li > div{
float: left;
width: 100%;
text-align: center;
}

.ie8 nav > ul > li{
width: 10% !important;
border-left: 1px solid #cacaca;
}

.ie8 nav ul ul{
background-color: #222;
}

.ie8 nav li li{
border-top: 1px solid #1a1a1a;
border-bottom: none;
}

.ie8 nav>ul>li.hasChild>div>var{
background-image: url(data:image/gif;base64,R0lGODlhCQAFAJEAAAAAAHt7ewAAAAAAACH5BAkAAAIALAAAAAAJAAUAAAIKjH+CKYoNGWxhFgA7);
}

#extraContainer1{
width:100%;
background-color: #333;
top: 54px;
margin-bottom: 54px;
position: relative;
float: left;
position: relative;
overflow: hidden;
}

img#featureImg{
width:100%;
height:auto;
float: left;
}

#feature{
width:100%;
height:100%;
}

.noFeature section#content{
position:relative;
padding: 40px;
z-index: 0;
top:0;
border-top-width:0 !important;
}

.noFeature #wrapperOuter{margin-bottom: 50px;}
.noFeature section#content .contentBorder{display: none;}
.noFeature section#container{margin-bottom:0;}
.noFeature section#container section.socialContainer{z-index: 1 !important;}
.noFeature section#container footer.socialContainer{display: block;}
.noFeature .contentBorder{z-index: 100;}

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

.noFeature section#container footer.socialContainer,
section#container footer.socialContainer{
padding: 0 0 15px;
position: absolute;
font-size: 30px;
font-family: 'ncds';
clear: both;
bottom: 1px;
left: 0;
background-color: #DDD;
border-left: none;
text-shadow: rgba(0, 0, 0, 0.7) 0 1px 2px;
z-index: 1;
text-align: center;
border-top: 1px solid white;
box-shadow: #E3E3E3 0 -1px 0;
width: 100%;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.00)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.00));
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.00));
}

.ie8 section#container footer.socialContainer{
background-image: none;
background-color: #ececec;
}

.noFeature section#container footer.socialContainer a.social,
section#container footer.socialContainer a.social{
color: #b3b3b3;
text-shadow: #fff 0 1px 0;
padding: 20px 17px 5px;
display: inline-block;
position: relative;
-webkit-transition: text-shadow 150ms, color 150ms;
-moz-transition: text-shadow 150ms, color 150ms;
transition: text-shadow 150ms, color 150ms;
}

.noFeature section#container footer.socialContainer a.social:hover,
section#container footer.socialContainer a.social:hover{
color: #999;
text-shadow: #ccc 0 4px 2px;
}

/* Social Banner*/

section#container section.socialContainer{
font-size: 35px;
font-family:'ncds';
clear: both;
position: absolute;
margin: 0;
bottom: 100%;
background: none;
border-left: none;
text-shadow: #000 0 1px 2px;
padding: 0 0 15px 0;
z-index: 2;
width: auto;
left: 40px;
display: none;
}

section#container section.socialContainer a{
color: #fff !important;
text-shadow: #333 0 1px 1px;
margin: 0 30px 30px 0;
display: inline-block;
-webkit-transition: text-shadow 150ms;
-moz-transition: text-shadow 150ms;
transition: text-shadow 150ms;
}

section#container  section.socialContainer a:hover{
color:#fff !important;
text-shadow: #000 0 1px 1px, 0 0 20px #fff !important;
}

/* Breadcrumb */

ul#breadcrumb{
padding: 0 0 30px;
}

ul#breadcrumb li{
display: inline;
font-size: 12px;
font-weight: normal;
text-transform: uppercase;
}

ul#breadcrumb li:last-child{
font-weight: bolder;
}

ul#breadcrumb li a{
padding: 0 10px 0 0;
}

ul#breadcrumb li + li a{
padding: 0 10px;
}


/* Main Content */

section#containerWrapper{
height: 100%;
}

section#container{
clear: both;
width: 100%;
top:0;
margin-right: -270px;
float: left;
position: relative;
z-index: 1;
text-shadow: #fff 0 1px 0;
min-height: 100%;
}

aside{
float: right;
width: 270px;
z-index: 3;
font-size: 13px;
line-height:24px;
position: relative;
border-top: 1px solid #f3f3f3;
overflow: hidden;
}

#asideWrap{
padding: 40px 25px;
}

h2#sideTitle{
font-size: 32px;
font-weight: normal;
padding-bottom: 20px;
}

section#content{
margin-right: 270px;
position: relative;
z-index: 2;
background: #f0f0f0;
box-shadow: 0 1px 5px rgba(0,0,0,0.25), inset #fcfcfc -1px 0 0;
border-top: 1px solid #fff;
padding: 40px 40px 40px;
min-height: 100px;
-webkit-transform:translate3d(0,0,0);
z-index: 100;
}

#extraContainer1 ol.flex-control-nav{
display: none;
}

/* Offset Content  */

section#content,
.ie8 section#content{top: -60px;}

.ie8 .noFeature section#content{top: 0;}
section#container{margin-bottom: -60px;}

#wrapperOuter{margin-bottom: 0;}

/* Built-in Pages */

.js-kit-comments { float: left }

.blog-entry {
margin-bottom: 30px;
padding-bottom: 20px;
position: relative;
float: left;
width: 100%;
clear: both;
}

.blog-entry:after{
content: '';
box-shadow: #ccc 0 -1px 0;
background-color: #fff;
position: absolute;
bottom: 0;
width:100%;
height: 1px;
margin-left: -40px;
padding-right: 80px;
}

.first.imageStyle[alt*="edge"],
.pull .imageStyle[alt*="edge"]{
width:100% !important;
height: auto !important;
}

.first.imageStyle[alt*="edge"]{
margin-top:-15px;
}

.pull{
margin-left: -40px;
margin-right: -40px;
}

.blog-entry.lastPost {
padding-bottom: 0;
margin-bottom: 0px;
border-bottom: none;
}

.blog-entry.lastPost:after{
display: none;
}

.blog-entry-title {
font-size: 2.2em;
clear: both;
padding: 10px 0;
position: relative;
}
.blog-entry-date {
font-size: 0.9em;
padding: 10px;
background-color: #fff;
display: inline-block;
margin-left: -40px;
padding-left: 40px;
box-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px;
}

.blog-entry-category a {
padding: 15px 5px;
}

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

.blog-entry-date a:hover { color: #fff }
.blog-entry-body { padding: 15px 0;}

.blog-read-more {
display: block;
font-size: 1em;
padding: 10px 0 0;
font-weight: bolder;
}
a.blog-comment-link {
margin-top: 7px;
padding: 6px 0;
font-weight: bolder;
display: inline-block;
clear: both;
font-family: arial;
}
p.blog-entry-tags {
clear: both;
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 {
font-family: 'BebasNeueRegular';
display: block;
font-size: 2.3em;
margin: 40px 0 15px;
font-weight: normal;
letter-spacing: 0px;
text-transform: uppercase;
}

#blog-categories,
#blog-archives,
ul.blog-tag-cloud,
#blog-rss-feeds {
line-height: 1.8em;
list-style: none;
}

#blog-categories a,
#blog-archives a,
#blog-rss-feeds a,
.blog-tag-cloud a{
padding: 7px 24px 7px 25px;
font-size: 14px;
background-color: #eee;
margin-bottom: 1px;
-webkit-transition: background 150ms;
-moz-transition: background 150ms;
transition: background 150ms;
margin-left: -24px;
display: inline-block;
width: 100%;
}

#blog-categories a:hover,
#blog-archives a:hover,
#blog-rss-feeds a:hover,
.blog-tag-cloud a:hover{
background-color: #fff;
text-decoration: none;
}

#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,
ul.blog-tag-cloud li {
padding: 0;
margin: 0;
}

ul.blog-tag-cloud li a { display: inline-block }
.blog-archive-month,
.blog-archive-link { display: none }
.blog-rss-link:before,
.blog-comments-rss-link:before {
}

.movie-thumbnail-frame,
.thumbnail-wrap {
position: relative;
background-color: #ddd;
padding: 10px;
margin-top: 40px;
border: 1px solid #fff;
box-shadow: inset #aaa 0 0 7px;
-webkit-transition: background-color 150ms, box-shadow 150ms;
-moz-transition: background-color 150ms, box-shadow 150ms;
transition: background-color 150ms, box-shadow 150ms;
line-height: 0;
}

.movie-thumbnail-frame a {line-height: 0}
.movie-thumbnail-frame:hover,
.thumbnail-wrap:hover {background-color: #f7f7f7;box-shadow: inset #999 0 0 3px;}
.movie-thumbnail-frame img {width: 100% !important;height: auto !important;}

.movie-page-title,
.album-title{
font-family: 'BebasNeueRegular';
text-indent: -2px;
font-size:2.75em;
padding:5px 0 10px;
}

.movie-page-description,
.album-description{padding: 10px 0;}

.movie-thumbnail-caption,
.thumbnail-caption {
position: absolute;
font-size: 1em;
font-weight: bolder;
line-height: 1.6em;
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFFFFFFF,endColorstr=#BFFFFFFF)"; /* IE8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFFFFFFF,endColorstr=#BFFFFFFF);   /* IE6 & 7 */
zoom: 1;
background: rgba(255,255,255,0.75);
position: absolute;
left: 0;
bottom: 0px;
padding: 2% 0 4%;
width: 100%;
text-align: center;
box-shadow: inset #ccc 0 0px 1px;
border-top:1px solid #f9f9f9;
text-shadow: #fff 0 0 5px;
}

.thumbnail-wrap {
display: inline-block;
margin: 20px;
}

.thumbnail-caption {
font-size: .9em;
padding: 4% 0 12%;
}

.movie-background {
width: 100%;
overflow: hidden;
text-align: center;
background-color: #222;
box-shadow: inset rgba(0,0,0,0.3) 0 10px 0;
padding: 30px 0 0;
opacity: 1;
}

.movie-title {
padding: 17px 0 0 0;
font-size: 0.9em;
font-weight: bolder;
color: #ddd;
}

body.photo-background {padding: 50px;text-align: center;text-shadow: #000 0 1px 1px;}
div.photo-navigation{position: relative;}
div.photo-navigation p{ padding: 0; }
p.photo-title{font-size: 1.8em;padding-bottom:10px !important;color: #aaa;}
p.photo-caption {margin: 5px 0 20px;font-size: 1.2em; color: #fff;}

p.photo-links {
font-size: 0.9em;
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF,endColorstr=#11FFFFFF)"; /* IE8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF,endColorstr=#11FFFFFF);   /* IE6 & 7 */
zoom: 1;
background-color: rgba(255,255,255,0.07);
box-shadow: inset rgba(255,255,255,0.1) 0 1px 0, #000 0 1px 3px;
-webkit-box-shadow: inset rgba(255,255,255,0.1) 0 1px 0, #000 0 1px 3px;
-moz-box-shadow: inset rgba(255,255,255,0.1) 0 1px 0, #000 0 1px 3px;
border-radius: 2px;
display: inline-block;
margin-bottom: 30px;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.10)), to(rgba(255, 255, 255, 0.00)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.00));
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.00));
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.00));
}

p.photo-links a {
padding: 8px;
font-weight: bolder;
display: inline-block;
text-shadow: #000 0 1px 1px;
color: #fff;
}

p.photo-links a:first-child {padding-left: 15px !important;}
p.photo-links a:last-child {padding-right: 15px !important;}

img.photo-frame{
max-width: 100%;
height: auto !important;
position: relative;
border-radius: 4px;
box-shadow: #000 0 2px 5px;
-webkit-box-shadow: #000 0 2px 5px;
-moz-box-shadow: #000 0 2px 5px;
}

/* Filesharing */

.filesharing-description{
padding-bottom: 40px;
}

.filesharing-item-title {
width: 100%;
position: relative;
}
.filesharing-item-title a {
display: block;
padding: 12px 15px 12px 45px;
font-size: 15px;
border-radius: 3px;
line-height: 1.5em;
font-weight: bolder;
-webkit-transition: background-color 200ms;
-moz-transition: background-color 200ms;
transition: background-color 200ms;
background-color: #ccc;
box-shadow: inset rgba(0,0,0,0.03) 0 1px 0, inset rgba(255,255,255,0.2) 0 -4px 0, inset rgba(0,0,0,0.25) 0 -3px 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.30)), to(rgba(255, 255, 255, 0.00)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.30), rgba(255, 255, 255, 0.00));
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.30), rgba(255, 255, 255, 0.00));
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.30), rgba(255, 255, 255, 0.00));
}

.filesharing-item-title a:hover {
background-color: #aaa;
text-shadow: #ddd 0 1px 0;
text-decoration: none;
}

.filesharing-item-title a:before {
content: '‣';
font-family: arial;
font-weight: normal;
top: 10px;
left: 10px;
position: absolute;
font-size: 18px;
text-align: center;
line-height: 24px;
height:25px;
width: 25px;
float: left;
text-shadow: none;
border-radius: 2px;
display: block;
z-index: 10;

color: #fff;
background-color: #222;
background-color: rgba(0,0,0,0.3);
box-shadow: inset rgba(0,0,0,0.4) 0 1px 1px;
-webkit-box-shadow: inset rgba(0,0,0,0.4) 0 1px 1px;
}

.filesharing-item-title a:hover:before {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000)"; /* IE8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);   /* IE6 & 7 */
zoom: 1;
background-color: rgba(0,0,0,0.4);
box-shadow: inset rgba(0,0,0,0.4) 1px 0 1px;
-webkit-box-shadow: inset rgba(0,0,0,0.4) 1px 0 1px;
}
.filesharing-item-description {
font-size: 0.9em;
line-height: 1.7em;
padding: 10px 0 0;
}
.filesharing-item {
margin: 0 0 30px;
display: inline-block;
width: 100%;
}

/* Contact Form */

form > div label {
font: bolder 10px arial; 
text-transform: uppercase;
letter-spacing: 1px;
color: #666;
}
form > div br + br,.form-footer + br {display: none;}

form > div textarea.form-input-field,
form > div input.form-input-field[type="text"],
form > div input.form-input-button[type="submit"],
form > div input.form-input-button[type="reset"] {
font: 14px Arial;
padding: 12px;
margin-bottom: 10px;
-webkit-appearance: none;
-webkit-border-radius: 0px;
-webkit-transition: background-color 300ms;
-moz-transition: background-color 300ms;
-ms-transition: background-color 300ms;
-o-transition: background-color 300ms;
transition: background-color 300ms;
width: 91%;
border: none;
outline: none;
background-color: #ddd;
box-shadow: inset #bbb 0 0 1px;

}
form > div input.form-input-button[type="submit"],
form > div input.form-input-button[type="reset"] {
width: auto;
margin: 15px 15px 0 0;
padding: 13px 18px;
cursor: pointer;
font-size: 11px;
font-weight: bolder;
letter-spacing: 2px;
color: #666;
text-transform: uppercase;
}
form > div textarea.form-input-field:hover,
form > div input.form-input-button[type="submit"]:hover,
form > div input.form-input-button[type="reset"]:hover,
form > div input.form-input-field[type="text"]:hover { background-color: #ccc; box-shadow: inset #999 0 0 1px;}

form > div textarea.form-input-field:focus,
form > div input.form-input-field[type="text"]:focus {
outline: none;
background-color: #ccc; 
box-shadow: inset #999 0 0 1px;
}

ul.tree{
margin: 0 0 20px 0;
}

ul.tree > li{
float:left;
margin-right: 45px;
list-style: none;
font-weight: bolder;
}

ul.tree ul{
padding-top: 5px;
list-style: decimal-leading-zero;
padding-left: 8px;
font-size: 0.8em;
}

ul.tree ul li a{
font-weight: normal;
text-indent: -3px;
opacity: 0.7;
}

ul.tree ul li a:hover{
opacity: 1;
}

#manual h2{ line-height: 26px; }

header #logo{
    display: block;
}