/* This file will hold styles that are loaded using the same media query as the narrow, normal and wide grid. */


/********* DEFAULT **********/

/*--------------------------
 ELEMENT SWITCHING BY SIZE
 
 .omega-[size]-up : style applies to [size] and larger formats
 .omega-[size]-only : style applies only the [size] format
--------------------------*/

.omega-mobile-only {
	display:none !important;
}




/*====================================!!! LAYOUT !!!=========================================*/

html {
	background-color: #000;
	background-image: none;
}

#section-content {
	min-height: 500px;
}

.region-content-inner {
	margin-bottom: 50px;
}

/*--------------------------------------------
 
 Max Image module css overrides
 
---------------------------------------------*/

div.mc-image {
	background-position: center top;
}


/*--------------------------------------------

 Background images and setups on different pages 
 
-----------------------------------------------*/

/* Default */
body.not-front {
	background-image: url(../images/bg-interior-billboard.jpg);
	background-color: #000;
	background-size: 100% auto;
	background-position: center 40px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body.not-front #page {
	background: transparent url(../images/bg-dot-pattern.png) repeat fixed left top;
}
body.not-front #section-header {
	height: 250px;
}
body.not-front .region-branding-inner {
	position: absolute;
	top: 15px;
	left: 0;
}

/*-----------------------
 NEWS PAGE 
------------------------*/

body.context-news {
	/* default */
}


/*------------------------------
 DISCOGRAPHY PAGE & album nodes
--------------------------------*/

body.page-music-albums #page,
body.node-type-album #page {
	background: transparent url(../images/bg-diagonal-lines-black.png) repeat fixed left top;
}
body.page-music-albums,
body.node-type-album {
	background-image: none;
	background-color: #000;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body.page-music-albums-songs {
	/* default */
}
body.page-music-albums #section-header,
body.node-type-album #section-header {
	height: 250px;
}
body.page-music-albums .region-branding-inner,
body.node-type-album .region-branding-inner {
	position: absolute;
	top: 15px;
	left: 0;
}

/*-----------------------
 LEGACY PAGE 
------------------------*/

body.page-live #page {
	background: transparent url(../images/bg-diagonal-lines-black.png) repeat fixed left top;
}
body.page-live {
	background-image: url(../images/bg-interior-live-colorized.jpg);
	background-color: #d6d6d6;
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


/*-----------------------
 COMMUNITY PAGE 
------------------------*/

body.node-type-user-group #page {
	background: transparent url(../images/bg-dot-pattern.png) repeat fixed left top;
}
body.node-type-user-group {
	background-image: url(../images/bg-interior-yellowsun.jpg);
	background-color: #966C84;
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*-----------------------
 STORE PAGES 
------------------------*/

body.node-type-product #page,
body.page-store #page {
	/*background: transparent url(../images/bg-diagonal-lines-black.png) repeat fixed left top;*/
}
body.node-type-product,
body.page-store {
	background-image: url(../images/banner-home-yellowstairs.jpg);
	background-color: #d5c15e;
	background-size: 100% auto;
	background-position: center 40px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body.node-type-product #section-header,
body.page-store #section-header {
	height: 300px;
}
body.node-type-product .region-branding-inner,
body.page-store .region-branding-inner {
	position: absolute;
	top: 65px;
	left: 0;
}



/*====================================!!! HEADER SECTION !!!=========================================*/


#section-header {
	height: auto; /* do not change! - necessary for messages 
					which add to total height */
}

#zone-header-wrapper {
	height: 0;
}

/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 FANTORRENT USER BAR  

-----------------------------------------------------------------------
---------------------------------------------------------------------*/

#zone-user-bar-wrapper {
	height: 40px;
	position: fixed;
	width: 100%;
	overflow: visible;
	top: 0px;
	background-color: #000;
	z-index: 9999;
}

/* login block */
#user-bar-login-form {
	float: left;
}


/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 DASHBOARD LINKS 
 
-----------------------------------------------------------------------
---------------------------------------------------------------------*/

/* User dashboard icon - style: button WITH text */
#user-bar-user-dashboard-link a, 
#user-bar-user-dashboard-link-mobile a {
	line-height: 28px;
	width: auto;
	height: 30px;
	padding-top: 0;
}

/* icon */
#user-bar-user-dashboard-link a:before, 
#user-bar-user-dashboard-link-mobile a:before {
	background-color: transparent;
	float: left;	  
	margin-right: 5px;
	position: relative;
	left: 0;
	top: 0;
}


/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 USER BAR - HELP LINKS  (email signup, search, contact, faq)
  
-----------------------------------------------------------------------
---------------------------------------------------------------------*/

.block-fantorrent-help-links {
	right: 0;
}


/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 MAIN NAVIGATION
 
-----------------------------------------------------------------------
---------------------------------------------------------------------*/

#zone-menu-wrapper {
    position: fixed;
    top: 40px;
    width: 100%;
    margin: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.3);
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}
.zone-menu-wrapper {
	background-color: #d7d7d7;
	z-index: 998; /* one less than #fantorrent-user-bar */
}
.not-front #block-superfish-1 {
	display: block;
}
#block-superfish-1 ul#superfish-1 { /* for spacing */
	margin: 2px 0 2px 15px;
	height: 47px;
}
#block-superfish-1 ul li {
	float: left;
	margin: 0;
	height: auto;
	background: transparent;
	-moz-transform: skew(-30deg, 0deg);
	-webkit-transform: skew(-30deg, 0deg);
	transform: skew(-30deg, 0deg);
}
#block-superfish-1 ul li:hover {
	background-color: #2b2b2b;
}
#block-superfish-1 ul li a {
	-moz-transform: skew(30deg, 0deg);
	-webkit-transform: skew(30deg, 0deg);
	transform: skew(30deg, 0deg);
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #878787;
	font: 18px/30px "Nexa Light","Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 4px 9px 3px 9px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border: 0;
}
#block-superfish-1 ul li a:hover {
	background-color: transparent;
	color: #e9e414;
}
/* Hide home main nav link */
#block-superfish-1 ul li#menu-583-1 a.main-nav {
	height: 0;
	overflow: hidden;
	position: relative;
}
li#menu-583-1 a:before {
	content: "B";
	font-family: IcoMoonBasic;
	position: absolute;
	top: 4px;
}

/*---------------------------------------------
 
 Sub navigation - Main menu
 
----------------------------------------------*/

#block-superfish-1 ul ul {
	background-color: transparent;
	margin-left: 0px;
	margin-top: 12px;
	display: block;
}
#block-superfish-1 ul li li {
	padding: 0;
	height: auto;
	float: left;
	width: auto;
	background-color: rgba(0,0,0,0.8);
	-moz-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	margin-right: 2px;
}
#block-superfish-1 ul li li:hover {
	background: rgba(250,250,250,0.7);
}
#block-superfish-1 ul li li.last {
	border-right: 0;
}
#block-superfish-1 ul li li a.sub-nav {
	font-size: 14px;
	text-shadow: none;
	text-align: left;
	padding: 2px 15px;
	display: block;
	text-transform: lowercase;
	color: #ccc;
	-moz-transform: skew(30deg, 0deg);
	-webkit-transform: skew(30deg, 0deg);
	transform: skew(30deg, 0deg);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	font-weight: normal;
	font-family: "Nexa Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#block-superfish-1 ul li li a.sub-nav:hover {
	color: #000;
}

/*-----------------------------------
 Specific sub-nav menus 
-----------------------------------*/

/* subnav ul widths & positioning */
li#menu-897-1 ul { /* tour */
	width: 300px;
}
li#menu-900-1 ul { /* news */
	width: 385px;
}
li#menu-898-1 ul { /* music */
	width: 300px;
}
li#menu-4749-1 ul { /* the band */
	width: 500px;
}
li#menu-1821-1 ul { /* gallery */
	width: 300px;
}
li#menu-1247-1 ul { /* community */
	width: 395px;
	margin-left: -149px;
}
li#menu-899-1 ul { /* store */
	width: 700px;
	margin-left: -426px;
}


/*-------------------------------------------

 Shopping Cart Link 
 
--------------------------------------------*/

#block-fantorrent-base-cart-link {
	position: fixed;
	right: 0;
	top: 170px;
	z-index: 999;
}
#block-fantorrent-base-cart-link #user-bar-cart-link {
	background-color: #000000;
	border-radius: 32px 0 0 32px;
	height: 61px;
	width: 61px;
	padding: 4px;
}
#user-bar-cart-link a {
	background-color: #E9E414;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	color: #000000;
	display: block;
	font-size: 1px;
	height: 0;
	overflow: hidden;
	padding-top: 45px;
	width: 52px;
}
#user-bar-cart-link a:hover {
	background-color: #fff;	
}
#user-bar-cart-link a:before {
	display: block;
	font-size: 29px;
	line-height: 29px;
	left: 9px;
	margin-right: 5px;
	position: absolute;
	top: 11px;
	width: auto;
	
}



/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 LOGO - BRANDING
 
-----------------------------------------------------------------------
---------------------------------------------------------------------*/

#zone-branding-wrapper {
	background-color: transparent;
	height: auto;
	padding-top: 100px; /* change to clear nav + user bar height */
	padding-bottom: 10px;
	margin: 0;
}
#fantorrent-logo-container {
	width: auto;
	float: none;
	margin: 0;
	height: auto;
}
a#fantorrent-logo-link {
	float: none;
	margin: 0 auto;
	display: block;
	width: 400px;
	height: 0;
	padding: 115px 0 0 0;
	overflow: hidden;
	background: transparent url(../images/logo-yellow.png) no-repeat scroll left top;
	background-size: 100% auto;
}


/*----------------------------------------

 logo colors and placement per page/section 
 
-------------------------------------------*/

/* articles */
.page-news a#fantorrent-logo-link,
.node-type-article a#fantorrent-logo-link {
	background: transparent url(../images/logo-yellow.png) no-repeat scroll left top;
	background-size: 100% auto;
}
/* discography */
.page-music-albums a#fantorrent-logo-link,
.node-type-album a#fantorrent-logo-link {
	background: transparent url(../images/logo-white.png) no-repeat scroll left top;
	background-size: 100% auto;
}
/* Legacy List */
.page-legacy-list a#fantorrent-logo-link {
	background: transparent url(../images/logo-yellow.png) no-repeat scroll left top;
	background-size: 100% auto;
}
/* Community */
.node-type-user-group a#fantorrent-logo-link {
	background: transparent url(../images/logo-white.png) no-repeat scroll left top;
	background-size: 100% auto;
}


/*====================================!!! CONTENT SECTION !!!=========================================*/


/*----------------------------------------------

 GRID and padding settings
 
----------------------------------------------*/

/* remove padding from outer grid elements */

#zone-content.container-12 .grid-8,
#zone-content.container-12 .grid-9 {
	margin-left: 0;
	margin-right: 0;
}
#zone-content.container-12 .grid-4,
#zone-content.container-12 .grid-3 {
	margin-left: 0;
	margin-right: 0;
}




/*-------------------------------------------------

 LAYOUT: 
 
 changes for sites with "open" content areas 
 with background showing through the space between 
 main content and sidebar. Also defines content area
 on pages without sidebar. 
 
-------------------------------------------------*/

.region-content-inner {
	background: transparent url(../images/bgContent.png) repeat scroll left top;
	min-height: 450px;
	padding: 4% 2.7% 7%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	box-shadow: 0 0 5px rgba(0,0,0,0.25);}

/* Pages with true sidebar */

.page-news .region-content-inner, 
.page-taxonomy .region-content-inner,
.page-about .region-content-inner, 
.node-type-article .region-content-inner,
.node-type-user-group .region-content-inner,
.node-type-post .region-content-inner,
.page-live .region-content-inner,
.page-legacy .region-content-inner,
.page-faq-page .region-content-inner,
.page-partners .region-content-inner,
.context-meet-greet-rules .region-content-inner,
.context-contact .region-content-inner {
	padding: 4.5%;
	margin-right: 4%;
}



/*------------------------------------------------------------
--------------------------------------------------------------

 System Messages 
 
--------------------------------------------------------------
------------------------------------------------------------*/

#messages.grid-12 {
	margin: 0 auto;
	float: none;
	width: auto;
}
div.messages {
	font-size: 23px;
	line-height: 28px;
	padding: 30px 30px 30px 55px;
	border-radius: 15px;
}
div.status {
	border-color: #FFFFFF;
	background-position: 20px 30px;
}
div.error {
	background-position: 20px 30px;
}
div.status a,
div.error a {
	color: #000;
	text-decoration: underline;
} 

/*------------------------------------------------------------
--------------------------------------------------------------

 ADMIN TOOLBARS - corrects nav positioning 
                  when logged in as admin

--------------------------------------------------------------
------------------------------------------------------------*/

/* with drawer shortcuts ON */
.logged-in.toolbar.toolbar-drawer #zone-user-bar-wrapper {
	top: 65px;
	position: fixed;
}
.logged-in.toolbar.toolbar-drawer #zone-menu-wrapper {
	top: 105px;
	position: fixed;
}

/* with drawer shortcuts OFF */
.logged-in.toolbar #zone-user-bar-wrapper {
	top: 30px;
	position: fixed;
}
.logged-in.toolbar #zone-menu-wrapper {
	top: 70px;
	position: fixed;
}
.logged-in.toolbar #toolbar {
	z-index: 1000;
}

/* logged in as admin mobile */
.logged-in.toolbar.responsive-layout-mobile #page {
	padding-top: 10px;
}
.logged-in.toolbar.responsive-layout-mobile #zone-menu-wrapper {
	top: 10px;
	position: relative;
}
.logged-in.toolbar.responsive-layout-mobile #zone-branding-wrapper {
	padding-top: 0px;
}


/*-----------------------------------------------------------
-------------------------------------------------------------

 SUB-NAVIGATION in PAGE CONTENT
 
-------------------------------------------------------------
------------------------------------------------------------*/

#zone-content .menu-block-wrapper {
	border-bottom: 1px solid #aaa;
	margin-top: 0px;
	overflow: hidden;
	padding: 0px;
	background-color: transparent;
}
#zone-content .menu-block-wrapper ul.menu li {
	float: left;
	border-right: 1px solid #aaa;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}
#zone-content .menu-block-wrapper ul.menu li.last {
	border: 0;
	margin: 0;
	padding: 0;
}
#zone-content .menu-block-wrapper a {
	padding: 7px 10px 5px;
}


/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 TEXT STYLES
 
-----------------------------------------------------------------------
---------------------------------------------------------------------*/

/*------------------
 h1
-------------------*/
h1 {
	font-size: 45px;
}



/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 General SIDEBAR BLOCK Styles 
 
-----------------------------------------------------------------------
---------------------------------------------------------------------*/

/* all sidebar block containers */
.region-sidebar-second-inner .block {
	margin-bottom: 30px;
	position: relative;
	background: transparent url(../images/bg-popups.png) repeat scroll left top;
	padding: 7%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #999;
}

/* Sidebar block title */
.region-sidebar-second h2.block-title {
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
	font-size: 23px;
	margin-bottom: 10px;
	letter-spacing: -0.01em;
}

/* Padding around content list */
.region-sidebar-second .view-content,
.region-sidebar-second .view-empty {
	padding: 0;
}

/* sidebar block link colors */
.region-sidebar-second-inner .block .view-content a,
.region-sidebar-second .more-link a,
.region-sidebar-second ul.pager a,
.block-dash-nodes-activity .view-footer a /* community post node page */,
.region-sidebar-second .teaser-list-row a,
.region-sidebar-second .teaser-list-row a {
	color: #e9e414;
}
.region-sidebar-second-inner .block .view-content a:hover,
.region-sidebar-second .more-link a:hover,
.region-sidebar-second ul.pager a:hover,
.block-dash-nodes-activity .view-footer a:hover /* community post node page */,
.region-sidebar-second .teaser-list-row a:hover,
.region-sidebar-second .teaser-list-row a:hover {
	color: #fff;
}

/* sidebar button override color */
.region-sidebar-second-inner .block .view-content .button a {
	color: #fff; /* make same as .button text color */
}

/* Sidebar list & grid rows */
.region-sidebar-second .teaser-list-row {
	border-color: #777;
	padding: 10px 0;
	line-height: 130%;
}
.region-sidebar-second .teaser-grid-row,
.song-videos .teaser-grid .teaser-grid-row /* song node */ {
	line-height: 130%;
	width: 48%;
	margin: 0 4% 4% 0;
	border-bottom: 0;
	font-size: 12px;
}
.region-sidebar-second .teaser-grid-row .views-field-title,
.song-videos .teaser-grid .teaser-grid-row .views-field-title {
	text-align: center;
}

/* Sidebar row content titles */
.region-sidebar-second .views-field-title, 
.region-sidebar-second .field-title {
	font-size: ;
}
.region-sidebar-second .teaser-grid-row .views-field-title {
	padding: 5px;
}

/* sidebar images */
.region-sidebar-second img {
	border: 1px solid #666;
}


/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 More Link - general settings
 
-----------------------------------------------------------------------
---------------------------------------------------------------------*/

.more-link,
.region-sidebar-second .view-footer {
	text-align: right;
}
.more-link a,
.region-sidebar-second .view-footer a {
	display: block;
	padding: 10px;
	position: relative;
	text-transform: uppercase;
	vertical-align: bottom;
	text-decoration: none;
	font-size: 12px;
	text-align: right;
}
.more-link a:hover,
.region-sidebar-second .view-footer a:hover {
	text-decoration: none;
}
.more-link a:after,
.region-sidebar-second .view-footer a:after {
	background-color: transparent;
	content: "\4a";
	display: inline-block;
	font-family: "IcoMoonArrows";
	font-size: 20px;
	height: 22px;
	line-height: 23px;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
	width: 20px;
	speak: none;
}

/* ----------------------------

 More Link - main content section
 
-----------------------------*/

.block-main .view-footer {
	padding: 10px 0;
}
.block-main .more-link {
	position: relative;	
	left: 0;
	top: 0;
	background: none;
}
.block-main .more-link {
	padding: 10px 0;
}
.block-main .more-link a {
	width: auto;
	padding: 0;
	text-align: right;
}
.block-main .more-link a:after {
	background: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 19px;
}

/*------------------------------

 More Link - sidebar blocks only 
 
-------------------------------*/

.region-sidebar-second .more-link,
.region-sidebar-second .view-footer {
	position: relative;
}
.region-sidebar-second .more-link a,
.region-sidebar-second .view-footer a {
	background-color: #000000;
	padding: 10px;
}
.region-sidebar-second .more-link a:hover,
.region-sidebar-second .view-footer a:hover {
	background-color: #fff;
	color: #000;
}


/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 NODE COLUMN CONTAINER STYLES 
 
-----------------------------------------------------------------------
---------------------------------------------------------------------*/

.node-column1-container, 
.node-column2-container,
.node-column3-container {
	float: left;
}


/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 PAGERS
 
-----------------------------------------------------------------------
---------------------------------------------------------------------*/


/*----------------------------------------

 NODE PAGER - Previous / Next 
 
-----------------------------------------*/

/*-------------------------
 ALL - list link 
--------------------------*/

.back-to-river-link-container { /* fix misspelled class */
	margin-left: -30px;
}


/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 Email Newsletter Signup
 
-----------------------------------------------------------------------
---------------------------------------------------------------------*/

/* remove this style if using jQuery to show/hide toggle */
#block-id-mailing-list-mailchimp-mailing-list-mc-subscribe-form {
 	display: block; 
}


/*====================================!!! FOOTER SECTION !!!=========================================*/

/*-------------------------------------------------------
---------------------------------------------------------

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

/*-----------------------------------

 Footer Copyright & Logos 
 
------------------------------------*/

#region-footer-1 {
	width: 74%;
	margin: 0;
} 
#region-footer-2 {
	width: 26%;
	margin: 0;
}
#block-fantorrent-base-footer-message .footer-logos {
	margin-bottom: 0px;
}


/*-------------------------------
 
 Social Icons
 
--------------------------------*/

#social-icons ul {
	float: right;
}



/*====================================!!! SPECIFIC PAGES !!!=========================================*/

/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 ABOUT PAGE 
 
-----------------------------------------------------------------------
---------------------------------------------------------------------*/

.page-node-1978 .region-content-inner {
	padding: 0.5%;
}

/*-------------- Full Band Bio --------------*/

#full-band-bio {
	background: #000;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;  
	color: #888888;
	font-family: "Nexa", sans-serif;
	font-size: 17px;
	letter-spacing: -0.02em;
	line-height: 150%;
	padding: 4.7%;
}
#full-band-bio h1 {
	font-size: 60px;
	color: #fff;
}
#full-band-bio .photo-container {
	margin: 0;
}


/*-------------- INDIVIDUAL BIOS ------------*/

#jim-bio, 
#ray-bio,
#john-bio,
#robbie-bio {
	padding: 4.7%;
}
#jim-bio h2, 
#ray-bio h2,
#john-bio h2,
#robbie-bio h2 {
	font-size: 60px;
	color: #000;
	font-family: "Nexa", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.photo-container {
	height: 750px;
	float: right;
}


/*------------------------------------------------------
--------------------------------------------------------

 GALLERY - page
 
--------------------------------------------------------
------------------------------------------------------*/





/*----------------------------------------------------
------------------------------------------------------

 PARTNERS / LINKS - page
 
------------------------------------------------------
----------------------------------------------------*/

.view-sponsors .item-list {
	background-color: #f5f5f5;
	border: 1px solid #CCC;
	margin-bottom: 4%;
	padding: 3%;
}

/* items */
.view-sponsors .teaser-grid-row,
.view-sponsors .teaser-grid li {
	margin: 0 3% 3% 0;
	width: 30%;
	float: left;
}


/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 YOUNG LION NECKLACE page 
 
-----------------------------------------------------------------------
---------------------------------------------------------------------*/

body.page-node-4578 {
	background-image: url(../images/bg-young-lion-tile.jpg);
	background-repeat: repeat;
	background-size: auto;
}

.context-theyounglionlives #node-4578 .node-content-container > .field-name-field-images-1 {
	float: right;
	width: 310px;
	height: 250px;
	overflow: hidden;
	margin-left: 20px;
}


