/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Ranga);
@import url(https://fonts.googleapis.com/css?family=Cutive);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);


BODY {
	float:left;
	width:100%;
	height:auto;
	background-color:#777775;
	margin:0px; padding:0px;
	font-family: 'Roboto Slab', serif;
}
.outerWrapper {
	position:relative; width:100%; height:auto;
	float:left;
	margin:0px; padding:0px;
}
.mainBGImage {
	background-image:url(../img/bg_solid.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float: left;
	min-height:1000px;
}
.bleed {
	background-color:#630042;;
}

.mobileMenuIcon {
	display:none;
}
.innerWrapper {
	position:relative; width:1000px; height:auto;
	margin:0 auto;border: #FFF 0px solid;
	min-width:1000px;
}

.col2-2-left{
	position:relative; padding:0px; margin:0px;
	width:39%; float:left; border: #FFF 0px solid;
}
.col2-2-right{
	position:relative; padding:0px; margin:0px;
	width:60%; float:right; border: #FFF 0px solid;
}
.col2-2-right.topNavBar {
	text-align:center;
	
}
.logos IMG{
	padding: 0px 10px;
}
.logos {
	margin:20px 0;     float: left;
}
.rightBG {
	background-position:right; background-repeat:no-repeat	
}
H2 {color:#630042;}
.bg-A4A299 {
	background-color:#A4A299;
	background: -moz-linear-gradient(-45deg, rgba(210,203,197,0.59) 3%, rgba(219,213,192,0.79) 8%, rgba(142,139,134,1) 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(210,203,197,0.59) 3%,rgba(219,213,192,0.79) 8%,rgba(142,139,134,1) 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(210,203,197,0.59) 3%,rgba(219,213,192,0.79) 8%,rgba(142,139,134,1) 70%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96d2cbc5', endColorstr='#8e8b86',GradientType=1 );
}
.headshotAlphaBg {
	background-image:url(../img/headshot_alpha.png);
	background-repeat:no-repeat;
	background-position: center -110px;
	
	min-width:1000px;

}

H1.logoText {
	font-family: 'Roboto Slab', serif;
	font-weight:bold;	
	position:relative;
	font-size:65px;
	width:100%; color:#630042;
	text-align:center;
    display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
	margin:0px;
		text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}

.topNavBar A, .topNavBar A:visited {
	font-family: 'Cutive';
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding: 20px 25px;
    text-align: center;
}
.topNavBar A:hover {
	color:#FFEE84; 
}
.topNavBar A:last-of-type {
	padding-right:0px; 
}
.topNavBar A:first-of-type {
	padding-left:0px; 
}
 p.dropCap:first-letter {
	float: left; color: #903; font-size: 75px; line-height: 60px; padding-top: 0px; padding-right: 8px; padding-left: 3px; 
}

P.dropcap {
	display:inline-block; float:left;    padding-bottom: 20px;
}

.homeTextBio P {
	font-family: 'Roboto Slab', serif;
	text-justify:distribute;
	line-height:150%;
	font-size:15px;
	color:#630042;
	padding:10px 3% 0px 3%;
	display:block;
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.pageWrapper {min-height:800px;}
.twitterBox {
	display:block; width:auto; 
	margin:20px 0; position:relative;
	padding: 10px 2% ; overflow: hidden;
	border-top: #CCC solid 1px;
	border-bottom: #BBB solid 1px;
	background: -moz-linear-gradient(-45deg, rgba(107,127,127,0.26) 0%, rgba(255,255,255,0.36) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(210,203,197,0.59) 3%,rgba(219,213,192,0.59) 8%,rgba(142,139,134,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(210,203,197,0.59) 3%,rgba(219,213,192,0.59) 8%,rgba(142,139,134,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#427f7f7f', endColorstr='#5cffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* 
* Example style!
* You can do whatever the hell you want on your site :-)
*/

.twitterBox h2 {
  clear:both;
}

.twitterBox p {

  font-weight:bold;
  margin:0;
  color:#630042;
}
.twitterBox a {

  font-weight:normal;
  margin:0;
  color:#630042;
}


.twitterBox a, .twitterBox a:visited {
  color:#630042; font-weight:normal !important;
}

.twitterBox a:hover {
  color:#82afff;
}

.twitterBox ul li {
    list-style: none;
    overflow: hidden;
    border: none;
    margin: 5px;
    padding: 5px;     display: none;
}

.twitterBox ul li:hover {
 
}

#example1 {
    float: left;
    width: 70%;
    overflow: hidden;
}



.twitterBox .user, .twitterBox .tweet, .twitterBox .timePosted {

}

.twitterBox .user {
  display:none
}

.twitterBox .tweet {
margin-top: 12px;
    font-size: 16px;
}

.twitterBox .timePosted {
  display: none;
}

#example1 > ul > li > div > div > a > span:nth-child(1) {display:none}

.twitterBox .user {
    width: 25%;
    display: none;
}

.twitterBox .user a {
 width: 100px;
}

.user span span {
  width:100px;
  display:block;
  margin-top:10px;
}

.twitterBox .user img, .twitterBox .user a > span {
  float:left;
}

.twitterBox .interact {
  float:left; display: none;
  width:10%;
  margin-top:-7px;
}

.twitterBox .interact a {
  margin-left:5px;
  float:left;
}

.twitterBox .user a > span {
  margin-left:10px;
}

.twitterBox .media {
	float: left;
	margin-top:10px;
    width: 100%;
}

.twitterBox .media img {
 
max-width:100%;
}

.twitterBox #linkage {
  position:fixed;
  top:0px;
  right:0px;
  background-color:#3d3d3d;
  color:#ffffff;
  text-decoration:none;
  padding:5px;
  width:10%;
  font-family:arial;
}












.reelBox {
	display:block; width:auto; 
	margin:20px 0; position:relative;
	padding: 10px 3% ; overflow: hidden;
	border-top: #CCC solid 1px; text-align:center;
	border-bottom: #BBB solid 1px;
	background: -moz-linear-gradient(-45deg, rgba(107,127,127,0.26) 0%, rgba(255,255,255,0.36) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(210,203,197,0.59) 3%,rgba(219,213,192,0.59) 8%,rgba(142,139,134,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(210,203,197,0.59) 3%,rgba(219,213,192,0.59) 8%,rgba(142,139,134,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#427f7f7f', endColorstr='#5cffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.reelBox IMG {width:100%; height:auto}


.tweetQuote { position:absolute; top:10px; right:10px; }
/*
.twitterBox DIV {
display:block;	
overflow: hidden;
}

.twitterBox > div:nth-child(1) {
	vertical-align:top;
	padding:0 1% 0 1%;
}

.twitterBox > div:nth-child(2) {
	vertical-align:middle;
	font-family: 'Cutive';
	line-height:180%;
	font-size:15px; letter-spacing:1px;
	font-weight:bold; font-style:italic;
	color:#630042;
	text-align:center; 
	padding: 0px 1%; overflow: hidden;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.twitterBox > div:nth-child(3) {
	vertical-align:bottom;
	padding:0 1% 0 0;overflow: hidden;
} 

*/


IFRAME .TweetAuthor-avatar .Identity-avatar {
	display:none !important;
}

.videoEmbed { text-align:center; margin: 10px 0 20px 0;}

.cycle-pager {
	display:block; text-align:center;	margin-top: 20px;
}

.cycle-pager SPAN {
	font-size:55px; line-height:0px; color:#FFF; display:inline-block; padding: 0 10px; cursor:pointer;
}

.cycle-pager SPAN.cycle-pager-active {
	color:#FFF60F;
}
.footer {
	color:#FFF; padding:20px 0 50px 0; line-height:175%;
	font-size: 15px; text-align: center;	
}
.footerLinks {margin-bottom:20px;}

body > div > div.outerWrapper.bleed.footer > div > div.footerLinks > a {
	color:#DDD; display:inline-block; padding: 0 2%; font-size:12px;
}

.photoBoxThumb {
	border: 10px solid #FFF;
	-webkit-box-shadow: 1px 2px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 2px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 2px 7px 0px rgba(0,0,0,0.75);
	float:left; width:40%; margin: 2%;
	position:relative;
	background-color:#FFF;
	max-height: 250px
}
.photoBoxThumb IMG {
	width:100%; height:auto;	 max-height:240px
}

#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}

 #videogroup {
    width: 100%;
  }

 iframe.ytFeed {
    width: 90%; 
    padding: 5%;
  }

  #myplayer .first iframe {
    width: 100%;
    padding: 0;
  }
  
  #videolist ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #videolist li {
    width: 50%;
    float: left;
    border: none;
    position: relative;
  }

  #videolist li .entriestitle {
    padding: 0 5px;
    position: absolute;
    left:80%;
    top:20%;
    display: none;
  }
  
  #videolist li:hover .entriestitle {
    display: block;
    width: 100%;
    background: rgb(119, 25, 51);
    border-radius: 10px;
    color: #FFF;
    padding: 10px;
    opacity: .9;
    z-index: 100;
    right: 0;
  }