/*
Theme Name: Blank
Theme URI:
Description: WordPress theme starter pack for faster design and development.
Author: Lifehacker
Author URI: http://lifehacker.com
Version: 0.1
Tags: lifehacker

This theme is property of Adam Dachis and is not available for public use.
 
*/

/*** GLOBAL : GENERAL STYLE DEFAULTS ***/
html
{
	margin: 0;
	padding: 0;
}
body
{
	background: Maroon;
	margin: 0;
}
body, input, textarea
{
	color: #222;    
	font-family: Arial, sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6
{ 
	font-weight: normal;
	clear: both;
}
hr
{
	background-color: #999;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
pre
{
	font: 11px Monaco, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
code
{
	font: 11px Monaco, monospace;
}
p
{
	margin: 4px 0 12px 0;
}
a
{
	color: #0a77e6;
}
a:hover
{
/*	color: #065c88;   */
}
a:visited
{
/*	color: #8b46d1;   */
}


.cleared
{
   display:block;
   clear: both;
   float: none;
   margin: 0;
   padding: 0;
   border: none;
   font-size: 0;
   height:0;
   overflow:hidden;
}

.reset-box
{
   overflow:hidden;
   display:table;
}

 

/* Start Bar */
.steen-bar {
   position:relative;
}
.steen-bar:before, .steen-bar:after {
   position:absolute;
   top:0;
   bottom:0;
   content:' ';
   background-repeat:repeat;
   z-index:-1;
}
.steen-bar:before {
   left:0;
   background-position: top left;
}
.steen-bar:after {
   right:0;
   background-position: top right;
}
/* End Bar */

/*** PAGE LAYOUT ***/

/* Styles that affect the entire layout of the page */
div#container
{
	margin: 0px 0px 0px 0px;
background-image:url('images/SteenBackground.jpg');
           background-size:100% 100%;
           padding-bottom:15px;
}
div#content
{
	
}


/*** HEADER : MENU ***/

/* To see a menu in your header, you'll need to first add one in WordPress Admin */


/*
.menu ul
{
    list-style: none;
    margin: 0;
}
.menu ul ul
{
    display: none;
}
.menu li
{
    display: inline;
    float: left;
	padding: 0 8px 0 4px;
}
.menu-item
{
	
}
.menu-item a
{
	font-size: 30px;
	text-decoration: none;
	color: #3eaf00;
}
.menu-item a:hover
{
	color: #5d8a05;
}

*/

.middleNav {
	border: 1px solid #999999;
	width: 900px;
	height: 43px;
	margin-left: 35px;
	margin-top: 15px;
}


.midNavBody {
	width: 740px;
	height: 43px;
}
.midNavBody ul {
	list-style-type: none;
	padding: 12px 0px 12px 0px;
	margin: 0px;
}
.midNavBody ul li {
	display: inline;
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #999999;
}
.midNavBody ul li a {
	font-family: Arial;
	color: #999999;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 11px 8px 11px 8px;
}
.midNavBody ul li a:hover {
	text-decoration: none;
	background-color: #f8bf80;
}

/* end Menu */

/*** HEADER : OTHER ***/



/*** CONTENT : POSTS AND PAGES ***/

/* Entry and Page Titles */
h1.entry-title
{
	text-align:center;
}
h2.entry-title
{
	
}
h2.entry-title a
{
	
}
h1.page-title
{
	
}

/* Media Alignment */
.alignright
{
	/* Style for right-aligned images in posts */
	padding: 8px 0 8px 8px;
	float: right;
}
.alignleft
{
	/* Style for left-aligned images in posts */
	padding: 8px 8px 8px 0;
	float: left;
}

/* Entry Content */
.bodyTopper{
width:820px;height:50px; 
background-repeat:no-repeat;
background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/06/SteenBackSliceTop.png');
margin-left:auto; 
margin-right:auto;
background-size:100% 100%;
}

.bodyBottom{
width:820px;
height:50px; 
background-repeat:no-repeat;
			background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/06/SteenBackSliceBottom.png');
			margin-left:auto; margin-right:auto;
}


.entry-content
{
	/* Style that affects actual entry/post content */
	/*width:800px;
	margin-left:auto;
	margin-right:auto;*/
	
	width:740px;  
	background-repeat:repeat-y; 
	margin-left:auto; 
	margin-right:auto;
	background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/06/SteenBackSliceMiddle.png');
	padding-left:40px;
	padding-right:40px;
        padding-top:3px;
	padding-bottom:3px;

	


}
.entry-content a
{
	
}
.entry-content a:hover
{
	
}
.entry-content h1, h2, h3, h4, h5
{
	
}
.entry-content ol li
{
	
}

.entry-utility
{
	/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}
.entry-meta
{
	/* Style for the entry metadata (author, etc.) */
}
.skip-link
{
	/* Style for the skip link */
	/*position: absolute;
	left: -9000px;*/
}
.navigation
{
	/* Style for the navigation links (next/previous post) on a given post */
}


/*** CONTENT : COMMENTS ***/

div#comments
{
	/* Style that affects the DIV containing all the comments */
}
.comments h3
{
	/* H3 header style for comments */
}
.comments ol
{
	/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
}
.comments ol li
{
	/* Style each list item in the comments ordered list */
}
.comments img
{
	/* Style for the user avatar beside each comment */
	float: left;
	margin: 0 12px 8px 0;
}
.comments .comment
{
	/* Style that applies to each individual comment in a series of comments */
}

.children ul li
{
	/* A style that refers to the children (as in, responses to) any given comment */
}

.comment-reply-link
{
	/* Style for the "Reply" link on a comment */
}
.comment-meta
{
	/* Style for metadata for a comment */
}
div#respond
{
	/* DIV that contains the comment response form */
}
div#respond h3
{
	/* H3 header for the comment response form */
}


/*** CONTENT : SIDEBAR ***/
div#primary
{
	/* Primary Widget Area DIV */
}
div#secondary
{
	/* Secondary Widget Area DIV */
}
.widget-area
{
	/* Class that applies to BOTH widget areas */
}
.xoxo
{
	/* Class that applies to each item in each widget area (an unordered list class) */
}


/*** FOOTER ***/
.steen-footer
{
   position: relative;
   margin-top:0;
   margin-bottom:0;
   width: 100%;
}

.steen-footer-body
{
   position:relative;
   padding: 5px;
   color: #BFBFBF;
   font-size: 11px;
   background-color:Black;
}

.steen-footer-body ul li
{
   color: #D4D4D4;
   padding: 0 0 0 13px;
   background-image: url('images/footerbullets.png');
   background-repeat: no-repeat;
   background-position: top left;
}

.steen-footer-body:before
{
   position: absolute;
   content:' ';
   z-index:-2;
   left:0;
   right:0;
   top:0;
   bottom:0;
   background-image: url('images/footer.png');
   background-position:bottom left;
}

.steen-footer-body .steen-rss-tag-icon
{
   position: absolute;
   left:   6px;
   bottom:5px;
   z-index:1;
}

.steen-rss-tag-icon
{
   display: block;
   background-image: url('images/rssicon.png');
   background-position: center right;
   background-repeat: no-repeat;
   height: 32px;
   width: 32px;
   cursor: default;
}

.steen-footer-text p
{
   padding:0;
   margin:0;
   text-align: center;
}

.steen-footer-body a,
.steen-footer-body a:link,
.steen-footer-body a:visited,
.steen-footer-body a:hover,
.steen-footer-body td, 
.steen-footer-body th,
.steen-footer-body caption
{
   color: #BFBFBF;
   font-size: 11px;
}

.steen-footer-text
{
   min-height: 32px;
   padding-left: 10px;
   padding-right: 10px;
   text-align: center;
}

.steen-footer-body a,
.steen-footer-body a:link
{
   color: #B09BA6;
   text-decoration: none;
}

.steen-footer-body a:visited
{
   color: #878787;
}

.steen-footer-body a:hover
{
   color: #C9BAC2;
   text-decoration: underline;
}

div.steen-footer img
{
   /* WARNING do NOT collapse this to 'border' - inheritance! */
  border-width: 0;
   margin: 0;
}/* end Footer */

/* begin PageFooter */
.steen-page-footer, 
.steen-page-footer a,
.steen-page-footer a:link,
.steen-page-footer a:visited,
.steen-page-footer a:hover
{
   font-family: Arial;
   font-size: 10px;
   letter-spacing: normal;
   word-spacing: normal;
   font-style: normal;
   font-weight: normal;
   text-decoration: underline;
   color: #C9BAC2;
}

.steen-page-footer
{
   position: relative;
   z-index: 10;
   padding: 1em;
   text-align: center;
   text-decoration: none;
   color: #C2C2C2;
   background-color:Maroon;
}

/** End Footer **/

/*** YOUR CSS ***/
/*Legacy styles */

/*Legacy styles */
/* begin Logo */
div.steen-logo
{
   display: block;
   position: absolute;
   top: 287px;
   right: 0;
   margin-right: 12px;
}

.steen-logo-name
{
   display: block;
   text-align: right;
   font-size: 28px;
   padding: 0;
   margin: 0;
   color: #701013 !important;
}
.steen-logo-name a, 
.steen-logo-name a:link, 
.steen-logo-name a:visited, 
.steen-logo-name a:hover
{
   font-size: 28px;
   padding: 0;
   margin: 0;
   color: #701013 !important;
}

.steen-logo-text
{
   display: block;
   text-align: right;
   font-size: 16px;
   padding: 0;
   margin: 0;
   color: #473840 !important;
}
.steen-logo-text a,
.steen-logo-text a:link,
.steen-logo-text a:visited,
.steen-logo-text a:hover
{
   font-size: 16px;
   padding: 0;
   margin: 0;
   color: #473840 !important;
}

/* end Logo */

/* begin Menu */
/* menu structure */

ul.steen-hmenu a, ul.steen-hmenu a:link, ul.steen-hmenu a:visited, ul.steen-hmenu a:hover 
{
   outline: none;
   position: relative;
   z-index: 11;
   
}

ul.steen-hmenu, ul.steen-hmenu ul
{
   display: block;
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
}

ul.steen-hmenu li
{
   margin: 0;
   padding: 0;
   border: 0;
   display: block;
   float: left;
   position: relative;
   z-index: 5;
   background: none;
}

ul.steen-hmenu li:hover{
   z-index: 10000;
   white-space: normal;

	
}
ul.steen-hmenu li li{
   float: none;
   width: auto;
}
ul.steen-hmenu li:hover>ul {
   visibility: visible;
   top: 100%;
	

}
ul.steen-hmenu li li:hover>ul {
   top: 0;
   left: 100%;
}
ul.steen-hmenu:after, ul.steen-hmenu ul:after
{
   content: ".";
   height: 0;
   display: block;
   visibility: hidden;
   overflow: hidden;
   clear: both;
}
ul.steen-hmenu, ul.steen-hmenu ul {
   min-height: 0;
}

ul.steen-hmenu ul
{
   visibility: hidden;
   position: absolute;
   z-index: 10;
   left: 0;
   top: 0;
   /*background-image: url('images/SteenEntertainmentTest4Orange.png');*/
	/*color behind child menu */
   /*background-color:green;*/
   padding: 10px 30px 30px 30px;
   margin: -10px 0 0 -30px;
}

ul.steen-hmenu ul.steen-hmenu-left-to-right {
   right: auto;
   left: 0;
   margin: -10px 0 0 -30px;
}
ul.steen-hmenu ul.steen-hmenu-right-to-left {
   left: auto;
   right: 0;
   margin: -10px -30px 0 0;
}

ul.steen-hmenu ul ul
{
   padding: 30px 30px 30px 10px;
   margin: -30px 0 0 -10px;
   margin-left: -11px;
   z-index: -1;
}

ul.steen-hmenu ul ul.steen-hmenu-left-to-right
{
   right: auto;
   left: 0;
   padding: 30px 30px 30px 10px;
   margin: -30px 0 0 -10px;
   margin-left: -11px;
}

ul.steen-hmenu ul ul.steen-hmenu-right-to-left
{
   left: auto;
   right: 0;
   padding: 30px 10px 30px 30px;
   margin: -30px -10px 0 0;
   margin-right: -11px;
}

ul.steen-hmenu li li:hover>ul.steen-hmenu-left-to-right {
   right: auto;
   left: 100%;
}
ul.steen-hmenu li li:hover>ul.steen-hmenu-right-to-left {
   left: auto;
   right: 100%;
}

ul.steen-hmenu{
   position:relative;
   padding: 0 0 0 0;
   float: left;
}

/* end menu structure */

/* menu bar */

.steen-nav
{
   margin:0 auto;
   min-height: 34px;
   z-index: 100;
   margin-top: 0;
   margin-bottom: 0;
}

.steen-nav:before, .steen-nav:after{
   /*background-image: url('images/SteenEntertainmentTest3Purple.png');*/
}
.steen-nav:before{
   right: 0;
}
.steen-nav:after{
   width: 0;

}
/* end menu bar */
.steen-nav-outer{
   position:absolute;
   width:100%;
}

/* end Menu */

/* begin MenuItem */
ul.steen-hmenu>li>a
{
   position: relative;
   display: block;
   height: 34px;
   cursor: pointer;
   text-decoration: none;
   color: #3E090B;
   padding: 0 24px;
   line-height: 34px;
   text-align: center;
/*nav menu main color */
   /*background-image: url('images/SteenEntertainmentTestYellow.png');*/
border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #999999;


}

ul.steen-hmenu>li>a:before, ul.steen-hmenu>li>a:after
{
   position: absolute;
   display: block;
   content:' ';
   top: 0;
   bottom:0;
   z-index: -1;
	   /*background-color:green;*/
}

ul.steen-hmenu>li>a:before
{
   left: 0;
   right: 1px;
   background-position: top left;

}

ul.steen-hmenu>li>a:after
{
   width: 1px;
   right: 0;
   background-position: top right;

}

.steen-hmenu a, .steen-hmenu a:link, .steen-hmenu a:visited, .steen-hmenu a:hover
{
   text-align: left;
   text-decoration: none;
}

ul.steen-hmenu>li>a.active:before {
   background-position: bottom left;

} 
ul.steen-hmenu>li>a.active:after {
   background-position: bottom right;
}
ul.steen-hmenu>li>a.active {
   color: #DDD4D9;
}

ul.steen-hmenu>li>a:hover:before, ul.steen-hmenu>li:hover>a:before {
   background-position: center left;
}
ul.steen-hmenu>li>a:hover:after, ul.steen-hmenu>li:hover>a:after {
   background-position: center right;
}
ul.steen-hmenu>li>a:hover, ul.steen-hmenu>li:hover>a{
   color: #FDFAE2;
   /*background-image: url('images/SteenEntertainmentTest2Green.png');*/
   /*Roll over color **/
   background-color: Maroon;
	
}

/* end MenuItem */

* begin MenuSeparator */

ul.steen-hmenu>li {
   margin-left:0;
}
ul.steen-hmenu>li:first-child {
   margin-left:0;
}

/* end MenuSeparator */

/* begin MenuSubItem */
.steen-hmenu ul a
{
   display: block;
   white-space: nowrap;
   height: 24px;
   /*background-image: url('images/SteenEntertainmentTest2Green.png');*/
   /*Child Menu Main Color*/
   background-color:#FDFAE2;
   background-position: left top;
   background-repeat: repeat-x;
   border-width: 1px;
   border-style: solid;
   border-top-width: 0;
   border-color: #000000;
   min-width: 7em;
   text-align: left;
   text-decoration: none;
   line-height: 24px;
   color: #000000;
   margin:0;
   padding: 0 22px;
}

.steen-hmenu ul>li:first-child>a
{
   border-top-width: 1px;
}

.steen-hmenu ul a:link, .steen-hmenu ul a:visited, .steen-hmenu ul a:hover, .steen-hmenu ul a:active
{
   text-align: left;
   text-decoration: none;
   line-height: 24px;
   color: #000000;
   margin:0;
   padding: 0 22px;
}

.steen-hmenu ul li a:hover
{
   color: #FDFAE2;
   background-position: left bottom;
   border-color: #000000;
   border-top-width: 1px !important;
   /*background-image: url('images/SteenEntertainmentTest3Purple.png');*/
   /*child Menu hover color */
   Background-color:Maroon;
   
}

.steen-hmenu ul li a.steen-hmenu-before-hovered
{
   border-bottom-width: 0 !important;
}

.steen-hmenu ul li:hover>a
{
   color: #000000;
   background-position: left bottom;
   border-color: #000000;
   border-top-width: 1px !important;

}

/* end MenuSubItem */

/*Themes for custom layout */

.cTopNav
{
	background-image:url('images/SteenNavTop4.png');
        background-size:100% 100px;
        height:85px;
}
.cTopNav2{
	width:100%; background-image:url('images/SteenNavTop4.png');
           background-size:100% 40px; height:40px;
}

.cHeaderContainer{
	width:800px; 
	height:85px; 
	margin-left:auto; 
	margin-right:auto;
}
.cBusCard{
	height:85px;
	width:300px;
	 background-image:url('images/SteenEntertainmentBusCard.png');
	 background-size:100% 85px;
}
.cHDivider
{
	background-image:url('images/SteenHeaderBottom.png');
    background-size:100% 10px;
    font-size:8px;
    background-repeat:no-repeat;
}
.cMainWoodBack{
	background-image:url('images/SteenWoodBack.png');
   background-size:100% 630px;
   padding-top:20px;
   height: 430px;           
   background-repeat:no-repeat;
   width:auto;
}
.cMainHeaderContentBack{
	width:950px; height:371px;
		           margin-left:auto; margin-right:auto;
}

.cMainHeaderImage{
	width:770px; height:340px;		            
					background-image:url('images/SteenMainPanel.png');
					 padding-left:30px; padding-top:31px;
}
.cBackground{
	background-image:url('images/SteenBackground.jpg');
           background-size:100% 1500px;
           height:1500px;
}
.clear{
	clear:both;
}

.cStar{
	width:75px;height:75px;
					background-image:url('images/SteenStar.png');
					 background-repeat:no-repeat;
					 background-size:100% 100%;
}



.cLogo{
	background-image:url('images/SteenEntertainmentLogoTag.png');
		            	background-repeat:no-repeat;
		            	 height:85px;
		            	 width:242px;
						background-size:100% 85px;
}

.cMainImage{
	background-image:url('images/SteenEntertainmentMainPgBanner.png');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 1;
}
.cMainImageBand1{
	background-image:url('images/SteenEntertainmentBand1.png');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}


/* Bands */


.cMainImageKennyH{
	background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/06/SteenBand_KennyHarrell.png');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageJasonHelms{
	background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/06/SteenBand_JasonHelms.png');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageHeatherR{
	background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/06/SteenBand_HeatherRoberts.png');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageBrendaK{
	background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/06/SteenBandChazMarie.png');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageZach{
	background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/06/SteenBand_ZachCoffey.png');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageSaints11{
	background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/06/SteenBand_Saints11.png');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageRod{
	background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/06/SteenBand_RodBallou.png');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageRichie{
	background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/06/SteenBand_RichieAllbright.png');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageMark{
	background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/06/SteenBand_MarkAllen.png');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageScott{
	background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/07/Steen_BandThurman.png');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageScott{
	background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/07/Steen_BandThurman.png');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageAaronWoodsBand{
         background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/11/AaronWoodsBandHeader.jpg');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageBubbaWestly{
         background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/11/BubbaWestlyHeader.jpg');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageCoreyKane{
         background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/11/CoreyKaneHeader.jpg');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageChilds{
         background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/11/HeathChildsHeader.jpg');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageGrayson{
         background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/11/JimmyGraysonHeader.jpg');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageChildress{
         background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/11/MikeChildressHeader.jpg');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageSouthernSky{
         background-image:url('http://www.steenentertainment.com/wp-content/uploads/2014/11/SouthernSkyHeader.jpg');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageNatalieRose{
         background-image:url('http://www.steenentertainment.com/wp-content/uploads/2015/04/NatalieRose.jpg');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageMattTheHerdsmen{
         background-image:url('http://www.steenentertainment.com/wp-content/uploads/2015/05/matttheherdsmenheader.jpg');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageMandiPowell{
         background-image:url('http://www.steenentertainment.com/wp-content/uploads/2015/05/mandipowellheader.jpg');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageAaronCopeland{
         background-image:url('http://www.steenentertainment.com/wp-content/uploads/2015/05/aaroncopelandheader.jpg');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageMarkReevesandTwistedX{
         background-image:url('http://www.steenentertainment.com/wp-content/uploads/2015/09/MarkReeves.png');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}

.cMainImageJenniDaleLordBand{
         background-image:url('http://www.steenentertainment.com/wp-content/uploads/2015/12/jennidalelordbandheader.jpg');
		            	background-repeat:no-repeat;
		            	 width:740px; height:309px;
position: absolute;
   z-index: 10;
}
