body {
    background: url("../images/bg-1.jpg") no-repeat scroll center 0px #000;
	color: #8f8f8f;
	text-align: center;
	font-size: 12px;
	font-family: Tahoma, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {font-weight: normal; font-family: 'Open Sans Condensed', sans-serif;}

h1 {font-size: 48px;}
h2 {font-size: 36px;}
h3 {font-size: 30px;}
h4 {font-size: 24px;}
h5 {font-size: 18px;}
header {
	padding: 0;
}

	header h1, header h1 a {
		font-weight: normal;
		text-decoration: none;
		color: #8f8f8f;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 72px;
		float: left;
		margin: 0 0 0 10px;
	}
	
	.headerSocial {
    float: right;
    padding: 0px 0px 0px;
    position: relative;
    top: 63px;
}

	
		.headerSocial img {margin: 0 0 0 5px;}
	
	nav {

		margin: 0px;
		clear: both;
		display: visible;
	}
		
		nav li {float: left;}
	
			nav li a {
				color: #646464;
				text-decoration: none;
				font-size: 36px;
				padding: 15px 20px;
				display: block;
				font-family: 'Open Sans Condensed', sans-serif;
			}
			
				nav li a:hover, li.current a {
					color: #fff;
					background: #343434;
				}


nav li a:hover, li.current a {
    color: rgb(255, 255, 255);
    background: none repeat scroll 0% 0% transparent;
}


li.index{
    background: url("http://www.bloodinkthemovie.com/data/uploads/site/logo-112x68-animated.gif") no-repeat scroll 0px 10px transparent;
    text-indent: -9999px;                 /* sends the text off-screen */
    height: 72px;                        /* be sure to set height & width */
    width:  112px;
    white-space: nowrap;  
}
li.index:hover{
	opacity:0.8;

}
.pageBaner {
    background: none transparent;
    height: 11px;
}

.baner {
	position: relative;
	padding: 0 0 11px 0;
	background: none;
}
footer {
    margin: 45px 0px 30px;
    padding: 20px 0px 0px;
    background: none transparent;
}


/* ------ jquery cast gallery ------ */
.ib-container{
	position: relative;
	/*width: 910px; */
	margin: 0 auto;
	padding: 0 0 185px 25px;
	display: block;
}
.ib-container:before,
.ib-container:after {
    content:"";
    display:table;
}
.ib-container:after {
    clear:both;
}
.ib-container article{
	display: block;
	width: 25%;
	height: 300px;
	overflow:hidden;
	background: none transparent;
	cursor: pointer;
	float: left;
	border: none;
	text-align: left;
	text-transform: none;
	/*margin-right:20px; */
	-webkit-backface-visibility: hidden;
	z-index: 1;
	box-shadow: 
		0px 0px 0px 0px rgba(255,255,255,1), 
		1px 1px 3px 0px rgba(0,0,0,0.2);
	-webkit-transition: 
		opacity 0.4s linear, 
		-webkit-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-moz-transition: 
		opacity 0.4s linear, 
		-moz-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-o-transition: 
		opacity 0.4s linear, 
		-o-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-ms-transition: 
		opacity 0.4s linear, 
		-ms-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	transition: 
		opacity 0.4s linear, 
		transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;

}
.ib-container h3 a{	background: none transparent;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
	opacity: 0.8;
}
.ib-container article header span{
	font-size: 12px;
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
	padding: 10px 0;
	display: block;
	color: #FFD252;
	color: rgba(255, 210, 82, 1);
	text-shadow: 0px 0px 0px rgba(255, 210, 82, 1);
	text-transform: uppercase;
	opacity: 0.8;
}
.ib-container article p{

	font-size: 11px;

	line-height: 13px;
	color: #fff;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0px 0px 0px rgba(51, 51, 51, 1);
	opacity: 0.8;
}
.ib-container h3 a,
.ib-container article header span,
.ib-container article p{
	-webkit-transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	-moz-transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	-o-transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	-ms-transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
}
/* Hover Style for all the items: blur, scale down*/
.ib-container article.blur{	background: none transparent;
	box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0.7;
}
.ib-container article.blur h3 a{
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
	color: rgba(0, 0, 0, 0);
	opacity: 0.5;
}
.ib-container article.blur header span{
	text-shadow: 0px 0px 10px rgba(255, 210, 82, 0.9);
	color: rgba(255, 210, 82, 0);
	opacity: 0.5;
}
.ib-container article.blur  p{	background: none transparent;
	text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.9);
	color: rgba(51, 51, 51, 0);
	opacity: 0.5;
}

/* Hover Style for single item: scale up */
.ib-container article.active{	background: none transparent;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 
		0px 0px 0px 0px rgba(255,255,255,1), 
		1px 11px 15px 10px rgba(0,0,0,0.4);
	z-index: 100;	
	opacity: 1;
		overflow:visible;
}
.ib-container article.active h3 a,
.ib-container article.active header span,
.ib-container article.active p{
	opacity; 1;
}
/* -- end --*/

.gallery-prettyphoto .gallery-thumb {
    float: left;
    display: block;
    padding: 3px;
    border: 0px solid #101010 !important;
    margin-right: 10px;
    margin-bottom: 10px;
}



/* accordian slider */
.accordian-wrapper {
    width: 1200px;
    margin: 0px auto;
    text-align: left;
}

.accordian-box {
    position: relative;
    padding: 0px 0px 11px;
    background: none repeat scroll 0% 0% transparent;
    width: 1200px;
}

ul#accordion-slider{
 margin: 0;
 padding: 0;
 list-style: none;
 position: relative;
}
ul#accordion-slider li{
 display: block;
 overflow: hidden;
 padding: 0;
 float: left;
 width: 300px;
 height: 870px;
}

/* Share Line */
#shareline {
    margin: 4px auto 0px;
    height: 30px;
    overflow: hidden;
    width: 908px;
    background-color: rgba(16, 16, 16, 0.5);
    padding: 10px 10px 5px;
    border-top: 1px dotted #101010;
    border-bottom: 1px dotted #101010;
}
