@charset "utf-8";

.redText {
	color:#FB0206;
}
.grnText a {
	color:#026F01
}
.whiteText {
	color:#FFFFFF;
}
.blackBox {
	background-color: #000000;
	padding: 3%;
}
.greyBox {
	background-color: #a5a5a5;
	padding: 3%;
}
.imgLft {
	float: left;
	width: 47%;
	padding-right: 3%;
}
.txtRght {
	float: left;
	width: 50%;
}
.lyricHead {
	color:#FFFFFF;
	font-size: 1.5em;
}
.lyricHead a {
	color:#000000;
}
.quote {
	margin-left: 1%;
	font-size: 0.83em;
}
.MiniShopHead {
	background-repeat: repeat;
	background-image: url(../images/grad.png);
}
#icons {
	text-align:right;
}
.spacer {
	clear:both;
}

.bluBox {
	color:#FFFFFF;
	background-color:#4b5080;
	margin-bottom: 1em;
}

FOOTER {
	width: 100%;
	clear: both;
	margin-top: 5% 0 5% 0;
	background-color: #000000;
	padding: 1% 0 1% 0
}
FOOTER .text {
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
	
}
FOOTER .text a {
	color: #FFFFFF;
	text-decoration: none;
}
FOOTER .text a:hover {
	color: #a5a5a5;
	text-decoration: none;
}


/* Carousel Style simon adds*/

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
	  width: 100%;
      margin: auto;
  }
  
/* Carousel Style */

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  width: 17%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 20px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.scrollHeading{
	font-size: 1.17em;
	font-weight:600;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 5%;
    left: 5%;
    padding-bottom: 1%;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.videoWrapper {
	position: relative;
	padding-bottom: 36.06%; /* 16:9  56.25%orig*/
	padding-top: 1px; /* 25px*/
	background-color:#000000
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 25%;
	width: 60%;
	height: 100%;
}

.instaHeader {
	background-color: #000000;
	padding: 0.5% 0% 0.3% 3% ;
}
.instaHeader img {
	margin-right: 3%;
}
.instaHeader a {
	text-decoration:none;
	color:#AAAAAA;
}
.photo-box {
		position:relative;
		width: 43%;
		height: auto;
		background-repeat: repeat;
		background-image: url(../images/grad.png);
		float: left;
		margin: 3% 0% 3% 3%;
		padding: 2%;
		
}

#playerSkin {
	height: 513px;
	width: 760px;
	float: left;
	background-image: url(../marillion_new.com/images/Lounge/tvSkin.png);
}

.image-wrap img{
         width: 100%;
		 height:100%;
}
 
.likes {
	padding: 3%;
	margin-bottom: 1%;
	background-color: #000000;
	color: #FFFFFF;
}
.date {
	padding-top: 5%;
	font-size: 0.75em;
	color:#FFFFFF;
}
        
.description {
            font-size: 0.75em;
			padding: 3%;
			color:#FFFFFF;
        }

/* Navigation */

.mainNav {
	clear: both; /* Overall Height of Container */
	height: 36px;
}

.mainNav  ul {
	font-size: 1.5em; /* Overall size of Nav Bar Text */
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.mainNav  ul  li {
	float: left;
	list-style-type: none;
	position: relative;
}
.mainNav  li  ul {
	margin: 0px;
	padding: 0px;
	display: none;
	position: absolute;
	top:100%;
	z-index: 1000;
}
.mainNav    li:hover    ul {
	display: block;
	width: 200%;
	padding-bottom: 20px;
	padding-top: 10px;
}
.mainNav  li  li {
	display: list-item;
	list-style-type: none;
}
.mainNav  li  a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.mainNav  li  a {
	color: #FFFFFF;
	text-decoration: none;
}
#n-sub {
	margin-right: 10px
	
}
#n-sub    ul  {
	background-color: #a5a5a5;
	font-size: 0.75em;
	padding-left: 20px;
	padding-right: 20px;
}
#n-sub   li  {
	color: #FFFFFF;
	padding-top: 5px;
}
#n-sub  li  a {
	text-decoration: none;
	color: #FFFFFF;

}
#n-sub a:hover {
	color: #000000;
	text-decoration: none;
}
#n-sub  li  a:hover {
	color: #666666;
	text-decoration: none;
}


#n-homeShop {
	padding-left: 30px;
	padding-right: 10px;
	height: 31px;
	padding-top: 5px;
	color: #FF9600;
	
}
#n-homeShop  a {
	color: #FF9600;
	text-decoration: none;
}
#n-homeShop  a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.newsheader {
	background-repeat: repeat;
	background-image: url(../images/grad.png);
	font-size: 1em;
	font-weight: bold;
	padding: 3%;
	margin-bottom: 4%;
}
.newsheader img {
	padding-right: 2%;
	float:left;
}
.newsheader input[type=text]{
	float:left;
	width: 61%;
	margin-left:19%;
}
.newsheader #signup{
	color: #FFFFFF;
}
.newsheader #formWrap{
	width: 100%;
	margin-top:2%;
}
.newsheader #submit {
	float:left;
	margin-left: 2%;
}
.spacer{
	clear:both;
}

.newsWrap {
	width:100%;
	clear:both;
	margin-bottom: 6%;
}
.newsWrap img {
	float: left;
	border: 4px solid #FFFFFF;
}
.newsWrap #newsItem {
	width: 67%;
	margin-left: 5%;
	float: left;
}
.newsWrap #newsItem img {
	margin-right: 5%;
	border-style: none;
}
.newsWrap #dateHead {
	font-size: 1.2em;
	color: #FFBE00;
	font-weight: bold;
	float: left;
	margin-bottom: 3%;
}
.newsWrap #headline {
	font-size: 1em;
	color: #FFFFFF;
	float: left;
	margin-bottom: 3%;
}
.newsWrap #headline a {
	color: #FFFFFF;
	text-decoration: none;
}
.newsWrap #headline a:hover {
	color: #FFBE00;
	text-decoration: none;
}
.newsWrap #newsbandblue {
	background-color: #FFBE00;
	width: 100%;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: right;
	padding: 0.5%;
	clear:both;
}

/*Marks adds*/

.newsWrap #newsbandarchive {
	background-color: #FFBE00;
	width: 100%;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: left;
	padding: 0.5%;
	clear:both;
}

.newsHeadline a {
	font-size: 1em;
	color: #FFFFFF;
	float: left;
	margin-bottom: 3%;
}

.newsArchiveHead a {
	font-size: 1em;
	color: #FFFFFF;
	float: left;
}

/*Marks adds*/

.newsWrap #newsbandblue a {
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: right;
	vertical-align: middle;
	text-decoration: none;
}
.newsWrap #newsbandblue a:hover {
	font-weight: bold;
	color: #FFFF00;
	text-transform: uppercase;
	text-align: right;
	vertical-align: middle;
	text-decoration: none;
}


.newsWrapEweb {
	width:100%;
	clear:both;
	margin-bottom: 6%;
}
.newsWrapEweb img {
	float: left;
	border: 4px solid #FFFFFF;
}
.newsWrapEweb #newsItem {
	width: 67%;
	margin-left: 5%;
	float: left;
}
.newsWrapEweb #newsItem img {
	margin-right: 5%;
	border-style: none;
}
.newsWrapEweb #dateHead {
	font-size: 1.2em;
	color: #FFBE00;
	font-weight: bold;
	float: left;
	margin-bottom: 3%;
}
.newsWrapEweb #headline {
	font-size: 1em;
	color: #FFFFFF;
	float: left;
	margin-bottom: 3%;
}
.newsWrapEweb #headline a {
	color: #FFFFFF;
	text-decoration: none;
}
.newsWrapEweb #headline a:hover {
	color: #FFBE00;
	text-decoration: none;
}

.yellowText {
	color: #FFBE00;
	text-decoration: none;
}

.yellowText a {
	color: #FFBE00;
}

.yellowText a:hover {
	color: #FFBE00;
}

.yellowText a:visited {
	color: #FFBE00;
}

.newsWrapEweb #newsbandgreen {
	background-color: #FFBE00;
	width: 100%;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: right;
	padding: 0.5%;
	clear:both;
}
.newsWrapEweb #newsbandgreen a {
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: right;
	vertical-align: middle;
	text-decoration: none;
}
.newsWrapEweb #newsbandgreen a:hover {
	font-weight: bold;
	color: #FFFF00;
	text-transform: uppercase;
	text-align: right;
	vertical-align: middle;
	text-decoration: none;
}
