/*
	Theme Name: NAYA Family Center
	Theme URI: http://www.nayapdx.org/
	Description: Custom Wordpress theme developed for the NAYA Family Center
	Version: 2.0
	Author: Rafe Stewart/Superfluous Industries
	Author URI: http://www.superfluousindustries.com
	Tags: naya, family center, portland

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
	TYPOGRAPHY AND TRANSITIONS
\*------------------------------------*/


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

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

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

}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {
	background: white url("img/background/diagonal-noise.png");
}



body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

article, aside, figure, footer, header, nav, section { display: block; }

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

h1, h2, h3 {
	font-family: 'oswaldbold', Impact, Haettenschweiler, "Franklin Gothic Bold", Arial, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
}

h1 {
	font-size: 40px;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
	margin-top:8px;
}

h2 {
	font-size: 25px;
	letter-spacing: 1.5px;
	margin-bottom: 7px;
}

h3 {
	font-size: 18px;
	letter-spacing: 0;
    color: #E4271B;
	margin-bottom: -5px;

}

.hentry h2, .sidebar h2 span, #side-content h2, .sidebar h3 span, h2 span {
	background-image:url('img/border-red.png'), url('img/border-red.png');
	background-position:top, bottom;
	background-repeat:repeat-x;
	padding: 7px 0 3px 0;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}


.clear {
	clear:both;
	display:block;
}

img {
	max-width:100%;
	vertical-align:bottom;
}

input:focus {
	outline:0;
	border:1px solid #E4271B;
}
.cta-button {
	font-family: 'oswaldbold', Impact, Haettenschweiler, "Franklin Gothic Bold", Arial, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	background: #E4271B;
	display: inline-block;
	padding: 5px 10px;
	text-transform: uppercase;
	border: none;
}
.cta-button:hover {
	background: #333333;
}
.cta-button:focus {
	border: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	width: 1050px;
	margin:0px auto 0px;
	padding-top:140px;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

.header {
	width:1050px;
	height: 140px;
	position: fixed;
	padding:20px 0 0 0;
	top:0;
	z-index: 1000;
	background-image:url('img/background/diagonal-noise-transparent.png');
}
.logged-in .header {
	margin-top: 32px;
}

.logo {
	float: left;
	width:251px;
	height:100px;
	background: url('img/logo.png') no-repeat top left;
	text-indent: -99999px;
	position: relative;
}
.logo a span {
	position: absolute;
	width: 100%;
	height: 100%;
}
.logo h2 {
	background: none;
}

.header nav > ul {
	font-family: 'oswaldbold', Helvetica, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: 1.5px;
	list-style-type: none;
	float: right;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.header nav ul li {
	display:inline-block;
	margin-left: 20px;
	position: relative;
	padding-bottom: 20px;
	line-height: 1;
}
.header nav ul a {
	text-transform: uppercase;
	color: black;
	padding: 3px 0 0 0;
}

.header nav ul a:hover, .header nav ul li:hover a, .header nav ul li.current-page-ancestor > a, .header nav ul li.current_page_item a, .header nav ul li.current_page_parent a, .header nav ul li:hover > a {
	/*-- FOR IE --*/
	background-image:url('img/border-red.png');
	background-position:bottom;
	/*-- FOR IE --*/
	background-image:url('img/border-red.png'), url('img/border-red.png');
	background-position:top, bottom;
	background-repeat:repeat-x;
	padding: 6px 0 3px 0;
}
.header nav ul ul.sub-menu {
	display: none;
	position: absolute;
	top: 40px;
	left: -10px;
	width: 200px;
	margin: 0;
	padding: 0 0 10px 0;
	font-family: 'oswaldbook', Helvetica, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: url('img/background/diagonal-noise-transparent.png');
	float: none;
	letter-spacing: 0;
}
.header nav ul li.events ul.sub-menu, .header nav ul li.blog ul.sub-menu {
	right: -10px;
	left: auto;
}
.header nav ul li:hover ul.sub-menu {
	display: block;
}
.header nav ul ul.sub-menu li {
	padding: 0;
	margin: 0;
	display: block;
}
.header nav ul ul.sub-menu li a {
	color: #666666;
	display: block;
	padding: 5px 10px;
	margin: 0;
	font-size: 16px;
	background: none !important;
}
.header nav ul ul.sub-menu li a:hover, .header nav ul ul.sub-menu li.current-menu-item a {
	color: #E4271B;
}
.header nav ul ul.sub-menu ul.sub-menu {
	/*display: none;*/
	position: static;
	background: none;
	padding: 0 10px;
}
.header nav ul ul.sub-menu li:hover ul.sub-menu {
	display: block;
}
.header nav ul ul.sub-menu ul.sub-menu li {
}
.header nav ul ul.sub-menu ul.sub-menu li a {
	font-size: 12px;
	padding: 2px 10px;
	color: #999999;
	border-left: 1px solid #999999;
	text-transform: none;
}
.header nav ul ul.sub-menu ul.sub-menu li a:hover, .header nav ul ul.sub-menu ul.sub-menu li.current-menu-item a {
	color: #E4271B;
}

.events-archive .header nav ul li.current_page_parent a, .events-single .header nav ul li.current_page_parent a {
	background: none;
}

.events-archive .header nav ul li.blog a:hover, .events-archive .header nav ul li.blog:hover a, .header nav ul li.blog:hover > a, events-single .header nav ul li.blog a:hover, .events-single .header nav ul li.blog:hover a, .header nav ul li.blog:hover > a {
	background-image:url('img/border-red.png');
	background-position:bottom;
	/*-- FOR IE --*/
	background-image:url('img/border-red.png'), url('img/border-red.png');
	background-position:top, bottom;
	background-repeat:repeat-x;
}
.events-archive .header nav ul li.events a, .events-single .header nav ul li.events a {
	background-image: url('img/border-red.png');
	background-position: bottom;
	background-image: url('img/border-red.png'), url('img/border-red.png');
	background-position: top, bottom;
	background-repeat: repeat-x;
	padding: 6px 0 3px 0;
}

.header #site-search {
	position: absolute;
	right: 0;
	top: 30px;
	padding: 2px 5px;
	background: #E6E6E6;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	moz-border-radius: 5px;
	text-align: right;
}
.header #site-search label {
	display: none;
}
.header .ms-global-search_form {
    padding: 0 !important;
}
.header .ms-global-search_form span {
    display: none;
}
.header .search-input, .header .ms-global-search_hbox {
	background: none;
	border: none;
	color: #666666;
	text-align: left;
	font-size: 1em;
	width: 250px;
}
.header .ms-global-search_form input {
    margin: 0;
}
.header #site-search .search-submit, .header .ms-global-search_form .button {
	width: 26px;
	height: 23px;
	overflow: hidden;
	background: url('img/search-button-bg.png') no-repeat top center;
	text-indent: -99999px;
	border: none;
}
.header #site-search #search-submit:hover {
	cursor: pointer;
}
.header .user-info {
	position: absolute;
	right: 0;
	top: 5px;
	color: #666666;
}
.header .user-info ul.menu, .header .user-info .user-greeting {
	margin: 0;
	padding: 0;
	font-size: 12px;
	float: left;
}
.header .user-info .user-greeting {
	padding: 3px 10px 3px 0;
}
.logged-in .header .user-info ul.menu {
	border-left: 1px solid #666666;
}
.header .user-info ul.menu li {
	list-style: none;
	position: relative;
	display: block;
	border-bottom: 1px solid #CCCCCC;
}
.header .user-info ul.menu > li {
	float: left;
	border-bottom: none;
	border-right: 1px solid #666666;
}
.header .user-info ul.menu >li:last-child {
	border: none;
}
.header .user-info ul.menu > li a {
	display: block;
	padding: 3px 10px;
}
.header .user-info ul.menu > li.menu-item-has-children > a::after {
    content: " +";
}
.header .user-info ul.menu li a {
	color: #666666;
}
.header .user-info ul.menu >li:last-child a {
	padding-right: 0;
}

.header .user-info ul.menu li a:hover, .header .user-info ul.menu > li:hover > a {
	background: white url("img/background/diagonal-noise.png");
}
.header .user-info ul.menu > li .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 16px;
	margin: 0;
	padding: 5px 0 0 0;
	width: 150px;
	background: #FFFFFF;
	z-index: 2000;
}
.header .user-info ul.menu > li:hover .sub-menu {
	display: block;
}
.header .user-info ul.menu > li .sub-menu li a {
	padding: 3px 10px;
}



/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer a {
	color:#a6a699;
}

.footer a:hover {
	color:#E4271B;
}

.footer {
	width: 1050px;
	height:auto;
	margin:30px auto 40px;
}

.footer p {
	font-family: 'oswaldbold', Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: right;
	color: #a6a699;
	background-image: url('img/border-red.png');
	background-position: top;
	background-repeat: repeat-x;
	padding: 7px 0 0 0;
	line-height: 24px;
}
.footer .footer-block {
	padding: 0 10px;
}

.social-link {
	display: inline-block;
	margin-left: 5px;
	width: 24px;
	height: 24px;
	background-image: url('img/social-sprite.jpg');
	background-repeat: no-repeat;
	text-indent: -9999px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	moz-border-radius: 3px;
	text-align: left;
}

.social-link.facebook {
	background-position: -24px 0;
}
.social-link.facebook:hover {
   background-position: -24px -24px;
}
.social-link.twitter {
	background-position: 0 0;
}
.social-link.twitter:hover {
   background-position: 0 -24px;
}
.social-link.linkedin {
	background-position: -48px 0;
}
.social-link.linkedin:hover {
   background-position: -48px -24px;
}
.social-link.instagram {
	background-position: -72px 0;
}
.social-link.instagram:hover {
   background-position: -72px -24px;
}


/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

.sidebar {
	float: left;
	width: 230px;
	padding-right: 20px;
}

.sidebar h2, .sidebar h3 {
	font-size: 25px;
	color: #000000;
	margin-top: 0.75em;
}

.sidebar nav:first-child {
	margin-top: -10px;
}
.sidebar nav .pagenav {
	list-style: none;
}
.sidebar nav .pagenav h2 a {
	color: #000000;
}

.sidebar nav ul, .sidebar .sidebar-widget ul {
	font-family: 'oswaldlight', Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-transform:uppercase;
	list-style-type:none;
	margin: 20px 0;
	padding:0;

}
.sidebar nav ul li, .sidebar .sidebar-widget ul li {
	line-height: 1;
	position: relative;
}
.sidebar nav ul a, .sidebar-widget ul li a {
	color:#A6A699;
	padding: 7px 0 3px 0;
	display: block;
	line-height: 1;
}
.sidebar nav ul li a:hover, .sidebar .sidebar-widget ul li a:hover {
	color: black;
}

.sidebar nav ul li.current_page_item > a, .sidebar nav ul li.current_page_ancestor > a, .sidebar nav ul li.current_page_parent > a, .sidebar nav ul li:hover > a {
	color: #000000;
}

.sidebar nav ul ul, .sidebar .sidebar-widget ul ul {
	font-family: 'oswaldbook', Helvetica, Arial, sans-serif;
	margin: 10px 0;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 0 10px;
}
.sidebar nav ul li ul.children, .sidebar nav ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 210px;
	width: 210px;
	background: url('img/background/diagonal-noise-transparent.png');
}
.sidebar nav ul li ul.children li a, .sidebar nav ul li ul.sub-menu li a {
	line-height: 1.25;
}
.sidebar nav ul li:hover ul.children, .sidebar nav ul li:hover ul.sub-menu, .sidebar nav ul li.current_page_ancestor ul, .sidebar nav ul li.current_page_item ul {
	display: block;
}
.sidebar nav ul > li.page_item_has_children:hover, .sidebar nav ul > li.menu-item-has-children:hover {
	background: url('img/border-red.png') top repeat-x;
}
.sidebar nav ul li:hover ul.children, .sidebar nav ul li:hover ul.sub-menu {
	margin: 0;
	padding: 0;
}
.sidebar nav ul li:hover ul.children li:first-child, .sidebar nav ul li:hover ul.sub-menu li:first-child {
	padding-top: 5px;
	background: url('img/border-red.png') top repeat-x;
}
.sidebar nav ul li:hover ul.children li a, .sidebar nav ul li:hover ul.sub-menu li a {
	padding: 5px 10px;
}
.sidebar nav ul li.current_page_ancestor ul, .sidebar nav ul li.current_page_item ul {
	position: static;
	width: auto;
	border: none !important;
	margin: 0;
}
.sidebar nav ul > li.current_page_ancestor:hover, .sidebar nav ul > li.current_page_item:hover {
	background: none;
}
.sidebar nav ul li.current_page_ancestor:hover ul.children, .sidebar nav ul li.current_page_item:hover ul.children, .sidebar nav ul li.current_page_ancestor:hover ul.sub-menu, .sidebar nav ul li.current_page_item:hover ul.sub-menu {
	margin: 0;
	padding: 0 10px;
}
.sidebar nav ul li.current_page_ancestor:hover ul.children li:first-child, .sidebar nav ul li.current_page_item:hover ul.children li:first-child, .sidebar nav ul li.current_page_ancestor:hover ul.sub-menu li:first-child, .sidebar nav ul li.current_page_item:hover ul.sub-menu li:first-child {
	padding-top: 0;
	background: none;
}
.sidebar nav ul li.current_page_ancestor:hover ul.children li a, .sidebar nav ul li.current_page_item:hover ul.children li a, .sidebar nav ul li.current_page_ancestor:hover ul.sub-menu li a, .sidebar nav ul li.current_page_item:hover ul.sub-menu li a {
	padding: 7px 0 3px 0;
}
.sidebar-widget select {
	margin: 30px 0;
	width: 100%;
}
.sidebar nav ul li ul.children li ul.children, sidebar nav ul li.current_page_ancestor ul.children, .sidebar nav ul li.current_page_item ul.children, .sidebar nav ul li ul.sub-menu li ul.sub-menu, sidebar nav ul li.current_page_ancestor ul.sub-menu, .sidebar nav ul li.current_page_item ul.sub-menu {
	display: none;
}
.sidebar nav ul li ul.children li:hover ul.children, sidebar nav ul li.current_page_ancestor ul.children, .sidebar nav ul li.current_page_item ul.children, .sidebar nav ul li ul.sub-menu li:hover ul.sub-menu, sidebar nav ul li.current_page_ancestor ul.sub-menu, .sidebar nav ul li.current_page_item ul.sub-menu {
	display: block !important;
}



/*------------------------------------*\
    SECONDARY PAGE
\*------------------------------------*/
h1.page-title {
    margin-top: 0;
}
#main-content, #tribe-events-content {
	float:right;
	width: 800px;
	height: auto;
}
#main-content.full {
	width: 100%;
	float: none;
}
#main-content p, #main-content li, #main-content td, .fancybox-inner p {
	line-height: 1.75;
}

#main-content.skinny .hentry, #tribe-events-content.skinny .vevent {
	float: left;
	width: 520px;
	margin-right: 50px;
}
#main-content.skinny.full .hentry {
	width: 770px;
}


#side-content {
	float: right;
	width: 230px;
}

#side-content p {
	color:#999999;
	font-size: 12px;
}

#side-content p a {
	color:#A6A699;
	font-size: 12px;
	text-transform:none;
	text-decoration: underline;
}

#side-content p a:hover {
	color:black;

}


/*------------------------------------*\
    SECONDARY PAGE - SINGLE
\*------------------------------------*/


#copy-single {
	float:left;

}

#main-content-single {
	float:left;
	width: 800px;
	height: auto;
	margin-top:30px;
}


/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/


#home-content {
	width: 1050px;
}

#home-content div .block-title {
	position: absolute;
	font-family: 'oswaldbold', Impact, Haettenschweiler, "Franklin Gothic Bold", Arial, sans-serif;
	color:white;
	text-transform: uppercase;
	right: 25px;
	bottom: 15px;
	text-align:right;
	line-height: 1;
	width: 50%;
	padding: 10px 0 7px 0;
	background-image:url('img/border-white.png'), url('img/border-white.png');
	background-position:top, bottom;
	background-repeat:repeat-x;
	z-index: 1;
	text-shadow:2px 2px 5px rgba(0,0,0,0.25);
}
#home-content div a.block-title span {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
}
#home-content div a.block-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#home-content .link-block {
	position: relative;
	background-color:#A0A0A4;
}

#home-content .link-block img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#home-link1 {
	height: 645px;
	width: 645px;
	float:left;
	margin-right: 10px ;
	font-size: 70px;
	line-height: 100%;
}
#home-link1 a.block-link:hover {
	/*background: url('img/overlay-main.png') no-repeat;*/
}
#home-content div#home-link1 .block-title {
	width: 60%;
}
#right-side {
	float: left;
	width: 395px;
}
#top-right {
	height: 315px;
	margin-bottom: 10px;
}
#home-link2 {
	font-size: 45px;
	width: 395px;
	height: 315px;
	margin: 0 0 10px 0;
	float: left;
}
#home-link2 a.block-link:hover {
	/*background: url('img/overlay-top-right.png') no-repeat;*/
}
#bottom-right {
	width: 395px;
	height: 320px;
	font-size: 30px;
}
#bottom-right a.block-link:hover {
	/*background: url('img/overlay-bottom-right.png') no-repeat;*/
}
#home-link3, #home-link4 {
	height: 320px;
}
#home-link3 {
	margin-right: 10px;
	width: 192px;
	float: left;
}
#home-link4 {
	width: 193px;
	float: right;
}

/*------------------------------------*\
    BLOG STYLING
\*------------------------------------*/
.blog h2, .search h2 {
	background: none;
	padding: 0;
	margin-bottom: 0;
}
.blog .featured-image {
	width: 800px;
	height: 291px;
	overflow: hidden;
}
.blog .featured-image img {
	width: 100%;
	height: auto;
}
.blog .post-meta, .search .post-meta, .archive.jobpost .post-meta {
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
}
.blog .post-meta a, .search .post-meta a, .archive.jobpost .post-meta a {
	color: #666666;
}
.blog .post-meta a:hover, .search .post-meta a:hover, .archive.jobpost .post-meta a:hover {
	color: #E4271B;
}
.blog .view-article, .search .view-article {
	float: right;
}
#nav-below {
	padding-bottom: 40px;
}
#nav-below a {
	font-weight: normal;
}
#nav-below .nav-previous, #nav-below .nav-next {
	width: 50%;
}
#nav-below .nav-previous {
	float: left;
}
#nav-below .nav-next {
	float: right;
	text-align: right;
}


/*------------------------------------*\
    HEADER AREA (thumbnail grid and images)
\*------------------------------------*/
.header-area {
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}
.header-area.image {
	width: 1045px;
	height: 380px;
}
.header-area.grid .thumbnail-grid {
    margin: 0;
}

.header-area.image img {
	width: 100%;
	min-width: 100%;
	height:auto;
}

/*------------------------------------*\
    GALLERY STYLING
\*------------------------------------*/
.gallery .gallery-item img {
	border: none !important;
}

/*------------------------------------*\
    SEARCH RESULTS STYLING
\*------------------------------------*/
.search .header nav ul li a {
	background: none;
}

/*------------------------------------*\
    THUMBNAIL GRID STYLING
\*------------------------------------*/
.thumbnail-grid {
	position: relative;
	margin-top: 20px;
}
.thumbnail-grid .grid-thumb {
	width: 95px;
	height: 95px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.thumbnail-grid .grid-thumb.inactive {
	background: #F1F1F1;
}
.thumbnail-grid .grid-thumb.blank {
}
.thumbnail-grid .grid-thumb.active .rollover {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.thumbnail-grid .grid-thumb.active .rollover {
	background: rgba(216,28,35,0.6);
}
.thumbnail-grid.shape_square .grid-thumb.active.even .rollover {
	background: rgba(25,25,25,0.6);
}
.thumbnail-grid .grid-thumb.inactive .rollover {
	background: #FCFCFC;
	background: rgba(255,255,255,0.6);
}
.thumbnail-grid .grid-thumb p {
	line-height: 95px !important;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'oswaldbold', Impact, Haettenschweiler, "Franklin Gothic Bold", Arial, sans-serif;
	font-size: 24px;
	color: #DDDDDD;
	text-transform: uppercase;
}
.thumbnail-grid .grid-thumb.blank p, .thumbnail-grid .grid-thumb.inactive p {
	display: none;
}
.thumbnail-grid .grid-thumb.link a {
	display: block;
	height: 95px;
	width: 100%;
	line-height: 95px;
	color: #FFFFFF;
	background: #D81C23;
}
.thumbnail-grid .grid-thumb.link a:hover {
	background: #333333;
}
.thumbnail-grid .center-content {
	position: absolute;
	left: 285px;
	top: 285px;
	width: 475px;
	height: 285px;
	margin: 0;
	font-size: 12px;
}
.thumbnail-grid .center-content-interior {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.thumbnail-grid .center-content video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;

}

#footer-tabs {
	clear: both;
	padding-top: 15px;
}
#tab-wrapper {
	padding: 25px 25px 70px 25px;
	background-color: #F2F3F1;
	background-color: rgba(200,199,188,0.2);
	overflow: visible;
	margin-bottom: 10px;
	clear: both;
	background-image:url('img/border-red.png');
	background-position:top;
	background-repeat:repeat-x;
}
.newtabs {
	padding: 4px 0;
	margin: 0 0 1px 0;
	list-style-type: none;
	text-align: left;
}
.newtabs li.list-header {
	display: block;
	float: left;
	font-size: 25px;
}
.newtabs li.list-header a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px 20px;
	color: #A6A699;
	font-family: 'oswaldlight', Impact, Haettenschweiler, "Franklin Gothic Bold", Arial, sans-serif;
	text-transform:uppercase;
	font-weight: normal;
	line-height: 1em;
}
.newtabs li.list-header a:hover {
	color: #000000;
}
.newtabs li.list-header a.selected, .newtabs li.list-header a.selected:hover  { /*selected main tab style */
	background-color: #F2F3F1;
	background-color: rgba(200,199,188,0.2);
	text-decoration: none;
	color: #000000;
}

.tab-content {
	/*display: none;*/
	background: none !important;
	background-color: transparent !important;
	font-size: 12px;
}
a.show-love-button {
	display: block;
	width: 320px;
	height: 70px;
	margin: 50px auto;
	color: #FFFFFF;
	text-align: center;
	background: #D81C23 url('img/heart-icon.png') no-repeat 15px 15px;
	padding-left: 50px;
}
a.show-love-button:hover {
	background-color: #333333;
}
a.show-love-button .button-header {
	display: block;
	font-size: 20px;
	font-family: 'oswaldbold', Impact, Haettenschweiler, "Franklin Gothic Bold", Arial, sans-serif;
	text-transform: uppercase;
	line-height: 0.4em;
	padding-top: 25px;
}
a.show-love-button .button-subhead {
	display: block;
	font-style: italic;
	margin-top: 5px;
}

.tab-content p {
	margin: 0 0 10px 0;
	line-height: 1.5;
	text-align: justify;
	background: none !important;
	background-color: transparent !important;
	font-size: 12px;
}

/*------------------------------------*\
    VIDEO UPLOAD PAGE STYLING
\*------------------------------------*/
.thin {
	width: 400px;
	padding: 0;
}
.thin header {
	width: 100%;
	position: static;
	padding: 20px 0 0 0;
	top: auto;
	z-index: 1000;
	background: none;
}
.thin header .logo {
	/*margin: 0 auto;*/
	float: none;
}
.thin #main-content {
	width: 100%;
	float: none;
}

/*------------------------------------*\
    NO HEADER PAGE STYLING
\*------------------------------------*/
.page-template-template-no-header header {
	display: none;
}
.page-template-template-no-header .wrapper {
	padding-top: 30px;
}

/*------------------------------------*\
    GLOBAL SEARCH RESULTS STYLING
\*------------------------------------*/
.globalblog_title {
    display: none;
}
.globalsearch_post {
    margin-bottom: 0;
}
.globalsearch_header {
    margin: 0 !important;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
p.slideshow-caption {
	text-align: center;
	color: #666666;
	font-size: 12px;
}
.fluid .slideshow-content img {
	min-width: 100%;
}

::selection {
	background:#E4271B;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#E4271B;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#E4271B;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}