/* This is Trust by Digibit */
/* www.digibitdesign.com */

/* Reset */

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

/* Fonts */

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

/* Body */

body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	text-align: center;
}

/* Default Links */

a:link, a:visited,
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

/* Title */

#titleContainer {
	height: 50px;
	padding: 30px;
	padding-top: 35px;
	max-width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#title {
	font-size: 50px;
	line-height: 50px;
	font-family: 'NexaBold', helvetica, arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	float: left;
}

#logo {
	height: 50px;
	width: auto;
	overflow: hidden;
	float: right;
}

#logo img {
	height: 50px;
	width: auto;
}

/* Banner */

#banner {
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
	background-image: url(images/banner1.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 350px;
	overflow: hidden;
}

/* Navigation */

#navContainer {
	background: #005C99;
	opacity: 0.8;
	-webkit-transition: 0.3s;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

#nav {
	text-align: left;
	max-width: 800px;
	max-height: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	overflow: hidden;
	height: auto;
	-webkit-transition: 0.3s;
}

#navContainer:hover #nav {
	max-height: 1000px;
	-webkit-transition: 2s;
}

#navContainer:hover #banner {
}

#navContainer:hover #nav ul ul {
	opacity: 1;
	-webkit-transition: 0.3s;
}

#nav li {
	list-style: none;
	display: table-cell;
}

#nav li, #nav ul {
	vertical-align: top;
}

#nav a {
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
	-webkit-transition: 0.3s;
}

#nav a:hover {
	text-shadow: 0px 0px 10px #fff;
	-webkit-transition: 0.3s;
}

#nav #current {
	text-decoration: underline;
}

#nav ul ul li {
	display: inline;
}

#nav ul ul {
	opacity: 0;
	-webkit-transition: 0.3s;
}

#nav ul ul a {
	display: block;
	font-size: 12px;
	margin-right: 0;
	margin-top: 5px;
}

/* Content */

#content {
	text-align: left;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
	color: #555;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
}

/* Sidebar */

#sidebar {
	display: none;
}

/* Copyright */

#copyrightContainer {
	background: #404951;
}

#copyright {
	padding: 30px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#copyright a {
	margin-left: 20px;
	color: #fff;
	text-decoration: none;
	opacity: 0.3;
	float: right;
	-webkit-transition: 0.3s;
}

#copyright a:hover {
	opacity: 1;
	-webkit-transition: 0.3s;
}

/* Blog Page */

.blog-entry {
	background: #404951;
	padding: 30px;
	margin-bottom: 50px;
	color: #fff;
}

.blog-entry a {
	color: #fff;
}

.blog-entry-title a {
	font-family: 'NexaBold', helvetica, arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	text-decoration: none;
}

.blog-entry-body {
	padding-top: 30px;
}

.blog-entry-tags {
	padding-top: 30px;
}

/* Blog Plugin */

#plugin {
	background: #404951;
	padding: 30px;
	overflow: auto;
	height: 50px;
}

#blog-categories:before {content: "Categories"}
#blog-archives:before {content: "Archives"}
.blog-tag-cloud:before {content: "Tags"}
#blog-rss-feeds:before {content: "Feeds"}

#blog-categories:before,
#blog-archives:before,
.blog-tag-cloud:before,
#blog-rss-feeds:before {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: helvetica, arial, sans-serif;
    height: 20px;
    width: 100%;
    margin-bottom: 5px;
}

#blog-categories,
#blog-archives,
.blog-tag-cloud,
#blog-rss-feeds {
    display: table-cell;
    vertical-align: top;
    list-style: none;
    width: 25%;
    color: #fff;
}

#blog-categories a,
#blog-archives a,
.blog-tag-cloud a,
#blog-rss-feeds a {
	color: #fff;
	font-size: 12px;
	-webkit-transition: 0.3s;
}

#blog-categories a:hover,
#blog-archives a:hover,
.blog-tag-cloud a:hover,
#blog-rss-feeds a:hover {
	text-decoration: underline;
}

/* Styled Text */

blockquote {
	color: #999;
	border-left: 2px solid #ccc;
	padding-left: 15px;
	font-style: italic;
}

code {
	color: #ccc;
	color: #999;
	font-family: courier, serif;
}

light {
	color: #005C99;
}

/* Headline Tags */

h1 {
	font-size: 35px;
	line-height: 35px;
}

h2 {
	font-size: 30px;
	line-height: 30px;
}

h3 {
	font-size: 25px;
	line-height: 25px;
}

h4 {
	font-size: 20px;
	line-height: 20px;
}

h5 {
	font-size: 15px;
	line-height: 15px;
}

h6 {
	font-size: 10px;
	line-height: 10px;
}

h1, h2, h3,
h4, h5, h6 {
	text-transform: uppercase;
	font-family: 'NexaBold', helvetica, arial, sans-serif;
	color: #000;
	
}

/* Contact Form */

.form-input-field {
	width: 400px;
	max-width: 400px;
	overflow: hidden;
	border: 0;
	outline: none;
	background: #404951;
	padding: 15px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding: 15px;
	-webkit-transition: 0.3s;
}

.form-input-button {
	-webkit-font-smoothing: antialiased;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	background: #404951;
	padding: 15px 30px;
	border: 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: 0.3s;
}

/* Photo Album */

.album-title,
.album-description,
.thumbnail-caption {
	display: none;
	visibility: hidden;
}

.thumbnail-frame,
.thumbnail-wrap {
	float: left;
	position: relative;
	margin: 1%;
}

.thumbnail-frame {
	height: 144px;
	width: 140px;
	-webkit-transition: 0.3s;
}

.thumbnail-frame:hover {
	box-shadow: 0px 0px 0px 5px #005C99;
	-webkit-transition: 0.3s;
}

/* Photo Album Full */

.photo-background {
	padding: 50px;
}

.photo-background img {
	box-shadow: 0px 0px 0px 5px #005C99;
	-webkit-transition: 0.3s;
}

.photo-background img:hover {
	box-shadow: 0px 0px 0px 0px #005C99;
	-webkit-transition: 0.3s;
}

.photo-title {
	font-family: 'NexaBold', helvetica, arial, sans-serif;
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
}

.photo-caption {
	font-family: 'NexaBold', helvetica, arial, sans-serif;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

.photo-links {
	margin-top: 25px;
	margin-bottom: 25px;
}

.photo-links a {
	color: #000;
}

/* Movie Album */

.movie-page-title,
.movie-page-description,
.movie-thumbnail-caption {
	display: none;
	visibility: hidden;
}

.movie-thumbnail-frame {
	float: left;
	position: relative;
	margin: 1%;
	height: 120px;
	width: 180px;
	-webkit-transition: 0.3s;
}

.movie-thumbnail-frame:hover {
	box-shadow: 0px 0px 0px 5px #005C99;
	-webkit-transition: 0.3s;
}

.movie-thumbnail-frame img {
	height: 120px;
	width: 180px;
}

/* File Sharing */

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

.filesharing-item {
	box-shadow: 0px 0px 0px 5px #005C99;
	padding: 15px;
	width: 110px;
	height: 110px;
	float: left;
	margin: 1%;
	overflow: auto;
}

/* Media Queries */
		
@media only screen and (max-width: 500px) {

#titleContainer {
	text-align: center;
	height: 110px;
}

#title {
	float: none;
}

#logo {
	height: 50px;
	float: none;
	margin-top: 10px;
}

#logo img {
	height: 50px;
}

#banner {
	height: 200px;
	overflow: auto;
}

#nav {
	max-height: 1000px;
}

#nav a {
	display: block;
	margin-bottom: 10px;
}

#nav li {
	display: block;
	width: 100%;
}

#nav ul ul {
	opacity: 1;
	margin-bottom: 10px;
}

.form-input-field {
	width: 200px;
	max-width: 200px;
}

#copyright {
	text-align: center;
}

#copyright a {
	display: none;
}

}