/**
* Main layout widths, heights, padding, margin, etc.
* All other design related content should go into global.css
* INCLUDING backgrounds, designs, etc. as well as content blocks
*
* @copyright 2011 The Envoy Group
*/

/* Global Layout */
* {
    margin:0; 
    padding:0;
}

html {}
body {}
#outer-wrapper {}

#inner-wrapper {
    margin: auto;
    max-width: 1000px;
}

#content .layout-content {}

#seo-top {
	text-align: center;
	font-size: 9px;
	color: #333;
	margin-bottom: 5px;
	padding-top: 5px;
}

#seo-top a:link {text-decoration: none;color: inherit;font-weight:normal;}
#seo-top a:visited {text-decoration: none;color: inherit;font-weight:normal;}
#seo-top a:active {text-decoration: none;color: inherit;font-weight:normal;}
#seo-top a:hover {text-decoration: none;color: inherit;font-weight:normal;}

#container {
	-moz-box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000;
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.5);
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

/* Header */

/*#IllumineInteractive_Basic_Slider {
	height:291px;
}

/* #header-image {
	border-top:5px solid #000;
	border-bottom:5px solid #000;
} */

#header .layout-content {}

#nav {
	color:#fff;
	min-height:28px;
	background: #000;
}

#header #header-left {
	width:75%; 
	height:auto; 
	max-height:291px;
	overflow:hidden;
}

#header #header-left .vignette {
	background:transparent;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	z-index:100;
	-moz-box-shadow:inset 0 0 15px 5px #000;
	-webkit-box-shadow:inset 0 0 15px 5px #000;
	box-shadow: inset 0 0 15px 5px #000;
}

#header #header-left .layout-content {
    position: relative;
}

#header #header-right {
	width: 25%;
	max-height:280px;
	overflow:hidden;
    position: relative;
}

#header-right-placeholder {
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-right: 5px;
    /* visibility: hidden; */
}

#frontpagecontainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

#header-placeholder {
    width: 100%;
    height: auto;
}

#frontpagecontainer div {
    width: 100% !important;
}

#frontpage, #cs-frontpage11 {
    background-size: contain !important;
    width: 100% !important;
    background-repeat: no-repeat;
}


#header #header-right .layout-content {
	-moz-box-shadow: inset 0 0 4px 4px #000;
	-webkit-box-shadow: inset 0 0 4px 4px #000;
	box-shadow: inset 0 0 4px 4px #000;
	/* background:#000 url(../images/logo.jpg) top left no-repeat; */
    background-size: contain;
	margin-right: 5px;
	margin-top: 5px;
}

#header #nav #menu-left {
	width: 75%;
}

/* #menu-right js sizing found in after-body.php */

#header #nav #menu-right {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 32px;
	width: 25%;
	color: #00A3E2;
}

#donate-button {
    position: absolute;
    width: 100%;
    bottom: 25%;
}

/* Main Content */
#body {}

#breadcrumbs {
	font-size: 13px;
	color: #FFF;
	padding-left: 10px;
}

.blog #breadcrumbs,
.single #breadcrumbs {
    padding-bottom: 15px;
    padding-left: 0;
}

#content { max-width: 1000px; }
#content .layout-content {}

.error404 #content { width: 100%; }

.page-template-default #content,
.page-template-layout-homepage-php #content,
.page-template-layout-sidebarleft-php #content,
.page-template-layout-sidebarright-php #content,
.page-template-layout-sidebarright-secondary-php #content,
.blog #content,
.single #content {
    width: 75%;
}

.page-template-layout-sidebarboth-php #content {}

.page-template-default #content .layout-content,
.page-template-layout-sidebarleft-php #content .layout-content,
.page-template-layout-sidebarright-php #content .layout-content,
.page-template-layout-sidebarboth-php #content .layout-content {}

#content {
	-moz-box-shadow: inset -5px 5px 15px #000;
	-webkit-box-shadow: inset -5px 5px 15px #000;
	box-shadow: inset -5px 5px 15px #000;
	-moz-box-shadow: inset -5px 5px 15px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset -5px 5px 15px rgba(0,0,0,0.4);
	box-shadow: inset -5px 5px 15px rgba(0,0,0,0.4);
}

#content .layout-content { margin: 20px 25px; }
#content .column { padding: 10px 10px 0 10px; }
.single #content .column { padding: 0; }

.blog #content .layout-content,
.single #content .layout-content {
    margin-left: 35px;
    margin-right: 35px;
}

/* Sidebars */
.sidebar {
	width: 25%;
	background: #01A1ED;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, #0092de 0%, #E5EBF9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0092de), color-stop(100%, #E5EBF9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0092de 0%, #E5EBF9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0092de 0%, #E5EBF9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0092de 0%, #E5EBF9 100%); /* IE10+ */
	background: linear-gradient(top, #0092de 0%, #E5EBF9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0092de', endColorstr='#E5EBF9',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 10px 10px -10px #000;
	-webkit-box-shadow: inset 0 10px 10px -10px #000;
	box-shadow: inset 0 10px 10px -10px #000;
}

.sidebar .layout-content { margin:10% 8%; }

#sidebar-left {}
#sidebar-left .layout-content {}
#sidebar-right {}
#sidebar-right .layout-content {}

.vid-box {
	position: relative;
	padding: 6%;
}

.sidebar .vid-box {
    padding: 0;
}

.vid-box p {
	margin-bottom: 10px;
	font-size: 14px;
}

.vid-box h4 {
	font-size: 22px;
}

#vid1 {}
#vid2 {}
#vid3 {}

.arrow-bg {
	width: 21px;
	height: 6px;
	position: absolute;
	top: -6px;
	left: 45%;
}

/* Footer */
#footer { clear:both; }
#footer .layout-content {
	padding-top: 25px;
}

#footer-videos {}

.vid-caption {
    max-width: 80%;
    padding: 10px;
    margin: auto;
    position: relative;
}

#footer-videos img {
	margin: auto;
    max-width: 100%;
}

#footer .second {
	width: 100%;
}

#seo-bottom {
	margin-top: 75px;
	border: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-size:9px;
}

#seo-bottom p {line-height: 1.0em;font-size: 10px;color: inherit;font-weight:normal;}
#seo-bottom h1 {font-size: 20px;color: inherit;line-height: 1.0em;font-weight:normal;}
#seo-bottom h2 {font-size: 16px;color: inherit;line-height: 1.0em;font-weight:normal;}
#seo-bottom h3 {font-size: 14px;color: inherit;line-height: 1.0em;font-weight:normal;}
#seo-bottom a:link {text-decoration: none;color: inherit;font-weight:normal;}
#seo-bottom a:hover {text-decoration: none;color: inherit;font-weight:normal;}
#seo-bottom a:active {text-decoration: none;color: inherit;font-weight:normal;}
#seo-bottom a:visited {text-decoration: none;color: inherit;font-weight:norma;}