@charset "utf-8";
/* CSS Document */

html {
    background-color:transparent;
}

.ipadOnly {
    background-image: none;
    background: #4F4D4D;
    height: 704px;
    overflow: hidden;
}

 .ipadOnly > div {
    max-height: 704px;
    overflow: hidden;
    max-width:100%;
}

section {
    display:block;
}

.BAWrapper {
    width: 985px;
    margin: 0 auto;
}

/* .ipadOnly .BAWrapper {
    width: 1024px;
} */

.infoContainer{
	font-family: Arial,Helvetica,sans-serif;
	width:985px;
	display:block;
	clear:both;
	position:relative;
}
.infoContainer h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	display:inline-block;
	float:left;
    margin-bottom:10px;
    margin-top:10px;
}
.headChatter{
	width: 800px;
	margin-bottom:10px;
}

.infoContainer div {
    margin: 12px 0 0;
}
.addthis_button_facebook{
	margin-right: 15px !important;
	text-decoration:none;
}
#BAContainer {
    width:965px;
    height: 467px;
    margin-bottom: 10px;
    padding: 0px;
    border: solid 10px #f3f3f3;
    padding: 10px 10px 54px;
    position: relative;
    -webkit-box-shadow:  0px 3px 4px 2px rgba(144, 144, 144, .25);
    -moz-box-shadow:  0px 3px 4px 2px rgba(144, 144, 144, .25);
    box-shadow:  0px 3px 4px 2px rgba(144, 144, 144, .25);
    padding: 10px;
}

#BAContainer .contentBlock {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

#BAContainer .contentBlock.active {
	visibility: visible;
}

#BAContainer .imageContainer {
    width: 965px;
    height: 436px;
    padding: 0px;
}

#BAContainer .BAImagesContainer {
    width: 965px;
    height: 491px;
    position: relative;
}

.BAImagesContainer .captionText {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#95000000', EndColorStr='#95000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#95000000, endColorstr=#95000000)";
    border-top: 1px solid white;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-style: italic;
    margin-right: 5px;
    /* padding: 10px 25px 15px 15px; */
    padding: 10px 25px 0 15px;
    position: absolute;
    top: 25px;
    width: 925px;
    z-index: 200;
    text-align:left;
}

.captionText .closeBtn {
    cursor: pointer;
    padding: 3px;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 18px;
    height:18px;
    background-image: url(../images/close-button.png);
    background-repeat:no-repeat;
    cursor: pointer;
}
.socialIcons{
	position:absolute;
	right: 0;
	bottom:0;
}
.boxSource{
	position: absolute;
	bottom: 1px;
	left: 15px;
	font-size: 11px;
	font-style: italic;
	z-index: 10000;
}
#BAContainer .balinks {
    visibility: hidden;
}

#BAContainer .bflinks {
    visibility: hidden;
}

#BAContainer .topTextContainer {
    width: 712px;
    height: 50px;
}

#BAContainer .imageCell {
    position: relative;
}

#BAContainer .handleClass {
    
}

#BAContainer .BAHead {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    color: white;
    line-height: 30px;
    margin-bottom: 6px;
}

#BAContainer .BAChatter {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

#BAContainer .BATabs {
    margin-top: 10px;
}

#BAContainer .BAKey {
    margin-top: 10px;
}

#BAContainer .BACredit {
    margin-top: 7px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #999;
}

#BAContainer #containerTwenty {
    margin-top: -20px;
}

#BAContainer .BABar {
    /*width: 380px;
    margin-left: -200px;*/
    height: 20px;
    border: solid 1px #c9c9c9;    
    padding: 10px 12px;
    left: 50%;
    position: absolute;
    bottom: -11px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px -5px 7px 3px rgba(144, 144, 144, .15);
    -moz-box-shadow: inset 0px -5px 7px 3px rgba(144, 144, 144, .15);
    box-shadow: inset 0px -5px 7px 3px rgba(144, 144, 144, .15);
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    font-family: Arial;
    font-size: 8px;
    line-height: 20px;
    color: #000000;
    text-transform: uppercase;
    z-index: 1000000;
}

#BAContainer .BAControlls {
    float: left;
}

.BAControlls > div {
    float: left;
    border-right: dotted 1px #cecece;
    margin-right: 12px;
    height: 22px;
}

.BAControlls > div:first-child {
    padding-left: 0;
}

.BAControlls .caption {
    width: 70px;
    text-align: center;
    border: solid 1px #999999;
    -webkit-box-shadow: 0px -0px 1px 1px rgba(144, 144, 144, .15);
    -moz-box-shadow: 0px -0px 1px 1px rgba(144, 144, 144, .15);
    box-shadow: 0px -0px 1px 1px rgba(144, 144, 144, .15);
    cursor: pointer;
}

.BAControlls .caption.on {
    background-color: #525252;
    border-color: #FFFFFF;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(144, 144, 144, .5);
    -moz-box-shadow: 0px 0px 2px 1px rgba(144, 144, 144, .5);
    box-shadow: 0px 0px 2px 1px rgba(144, 144, 144, .5);
}

.BAControlls #split.inactive {
    background-image: url("../images/split.gif");
	background-position: 26px center;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: left;
	width: 76px;
	padding-left: 6px;
}
.BAControlls #split.active {
    background-image: url("../images/merge.gif");
    background-position: 26px center;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: left;
	width: 76px;
	padding-left: 6px;
}
.BABar {
	visibility: hidden;
}
.BABar.show {
	visibility: visible;
}

.BABar .bullets {
    float: left;
}

.BABar .bullets ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.BABar .bullets ul li {
    list-style: none;
    width: 10px;
    height: 18px;
    background-image: url('../images/bullet_sprite.gif');
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 24px;
    float: left;
    cursor: pointer;
    position: relative;
}

.BABar .bullets ul li:hover .imageHover {
    display: block;
}

.imageHover{
    background-color: black;
    border: 10px solid #F3F3F3;
    bottom: 30px;
    box-shadow: 0 3px 4px 2px rgba(144, 144, 144, 0.25);
    display: none;
    height: 60px;
    left: -51px;
    position: absolute;
    width: 90px;
    z-index: 1000000;
}
.BABar .bullets ul li.active {
    background-position: left center;
}

.BABar .bullets ul li:last-child {
    margin-right: 0px;
}
.hiddendrag{
	visibility:hidden;
	position:relative;
	right: 0;

}
.headChatter{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 7px !important;
	width: 835px;
	text-align:left;
	display:block;
	clear:both;
	margin-bottom:15px !important;
	
}
.beforeIMG img{
	width: 965px;
	border-top: 25px solid #3c99d4;

}
.afterIMG img{
	width: 965px;
	border-top: 25px solid #53b4f1;
}

.blackContianer {
    background-color: #000000;
    height: 66px;
    margin: 6px 0 12px;
}
.beforeHeader, .afterHeader{
	width: 100%;
	background-color:blue;
	height: 15px;
	float:left;
}
.label1{
   	color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    left: 8px;
    position: absolute;
    top: 3px;
    z-index: 10000;
    line-height:1.5;
    white-space: nowrap;
}
.label2{
	position:absolute;
	color:white;
	font-weight:bold;	
	z-index: 1;
	top: 3px;
	right: 10px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.splitText {
    float: left;
	margin-left: -7px;
	margin-top: -1px;
	text-align: center;
	width: 25px;
}
.mainSource, .mainCredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999;
	float: left;
	text-align: left;
	width:100%
}

.mainSource {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	}
.boxsource{
	font-size: 80%;
	font-style: italic;
	color:gray;
	position: absolute;
	right: 0;
	bottom: 20px;
}
#ipadRedirectMessage{
	  background-color: #333030;
    color: white;
    font-size: 170%;
    font-weight: bold;
    height: 0;
    margin-bottom: 20px;
    padding: 35px 10px 60px 20px;
    text-align: center;
    width: 958px;
	border-radius: 15px;

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.4, rgb(94,92,94)),
	color-stop(0.08, rgb(115,115,115)),
	color-stop(0.86, rgb(28,31,31))
);
}
#ipadRedirectMessage p a{
	color:#e6e1e1;
	letter-spacing:2px;
}
#rotate-overlay {display: none;}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	body.touch{  height: 1024px;   }
 	#rotate-overlay{ background: rgba(0,0,0,0.75);   width: 1024px; height: 100%; z-index: 10000000;  position:absolute; top: 0; left: 0; display: block;}
	.rotate-overlay-modal {   width: 768px; text-align:center;  height: 230px; margin-top: 200px;  padding: 20px; line-height: 1.6em;}
	.rotate-overlay-modal h3 {margin: 40px; font-size: 17px; color: #FFF;}
	.rotate-overlay-modal p {margin-bottom: 17px;}
}


/* ############################## DARK ############*/

body.dark{
	background-color:black;
}
.dark .infoContainer h1{
	color:white;
}
.dark  .headChatter{
	color:white;
	}
.dark #BAContainer {
    border: 10px solid #555454;
}


