/* Add your custom styles here */
@font-face {
  font-family: 'CraftyGirls';
  font-style: normal;
  font-weight: 400;
  src: url(http://themes.googleusercontent.com/static/fonts/craftygirls/v3/0Sv8UWFFdhQmesHL32H8o3hCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'JosefinSans';
  font-style: normal;
  font-weight: 400;
  src:  url(http://themes.googleusercontent.com/static/fonts/josefinsans/v4/xgzbb53t8j-Mo-vYa23n5nhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

* { margin:0px; padding:0px; border:0px; }
a { text-decoration:none;}
ul { list-style:none;}
body {background-color:#FF7F00;font-size:62.5%;color:#333;font-family:'JosefinSans',Arial,Helvetica,san-serif}

h1,h2,h3{
	font-family: CraftyGirls, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1{
	font-size:3.2em;
	color:#1AEF1A;
	font-weight:600;
	-webkit-text-shadow:2px 2px 3px rgba(0,0,0,.5);
	text-shadow:2px 2px 3px rgba(0,0,0,.5);
	margin-bottom:1em;
}
h2{
	font-size:2.2em;
	margin-bottom:1em;
	color:#6C17C1;
}
p{
	font-size:1.8em;
	line-height:1.2em;
	margin-bottom:1.5em;
 }
 .post ul{
 margin-bottom:1.2em}
 .post ul:after{
 display:block;
 height:0;
 clear:left;
 }
 .post ul li{
 font-size:1.8em;
 line-height:1.2em;
 margin-bottom:.4em;
 clear:left;
 }
 .post ul li:before{
 font-size:2em;
 line-height:.8em;
 content:"*";
 float:left;
 width:.75em;
 }
.post small{
font-size:1.4em;
font-weight:600
}
#wapperMH {
	width:100%;
	padding:0px;
}
.wrapper{
   width:100%;
}
.section{
	width:96em;
	margin:0 auto;
	position:relative;
}

#masthead {
	min-height:22.3em;
	overflow:visible;
}
.btn{
display:block;
width:auto;
border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #1AEF1A;
background:#FCA301;
color:#FFF;
padding:.25em 1em;
-webkit-text-shadow:2px 2px 3px rgba(0,0,0,.3);
text-shadow:2px 2px 3px rgba(0,0,0,.3);
text-align:center;
box-shadow:3px 3px 5px rgba(0,0,0,.3);
-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.3);
}
.btn:hover{
box-shadow:none;
-webkit-box-shadow:none;
}
#masthead hgroup{
position:absolute;
top:8em;
left:11em;
width:85%;
}

#masthead hgroup h2 {
	color:#6C17C1;
	font-size:2.0em;
	text-shadow:2px 2px 3px rgba(0,0,0,.3);
	margin-bottom:0;
}
#masthead hgroup h3{
    font-size:2.0em
}
#masthead hgroup h3 a{
	position:absolute;
	top:-2.8em;
	right:-3em;
	width:4em;
}
#masthead hgroup h3 span{
position:absolute;
top:1.5em;
right:2em;
display:block;
clear:both;
text-align:right;
}
#masthead hgroup h3 span .addthis_toolbox{position:relative;}
#mainNav {
    position:absolute;
	left:12em;
	bottom:0;
}
#masthead #logo {position:absolute;left:-24em;top:3em;z-index:-1}
#masthead #logo a img{float:left}
#masthead #logo a {
    font-size:1.4em;
	color:#1AEF1A;
}
#mainNav ul li {
	float:left;
	margin-right:.4em;	
}
#mainNav ul li:last-child{margin-right:0}
#mainNav ul li a{
    font-size:1.6em;
    background:#FCA301;
	padding:.25em 1em;
	display:block;
	border-radius:.5em .5em 0 0;
	-moz-border-radius:.5em .5em 0 0;
	-webkit-border-radius:.5em .5em 0 0;
	color:#910065;
	text-transform:uppercase;
	font-weight:600;
	float:left;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #999;
}
#mainNav ul li a:hover,#mainNav ul li.current-menu-item a{
    color:#FF7F00;
	background:rgba(255,255,255,.8);
}
#content {
	position:relative;
	padding:2em 3.5em 4em 3.5em;
	background:rgba(255,255,255,.8);
	border-radius:.5em;
	-webkit-border-radius:.5em;
	min-height:40em;
}
#content a {
	color:#FF7F00;
}
#content #whoWeAre {
	width:213px;
	float:left;
}
#content #whoWeAre p{
	padding:10px;
}
#content .post {
	float:left;
}
.home .post{width:100%}
.blog #rightColumn {
	position:absolute;
	top:141px;
	right:0px;
	width:28em;
}
.blog .post  h2{
	margin-bottom:.5em;
}
.blog #rightColumn  h3{
	font-size:1.8em;
}
.blog #rightColumn  p{
	margin-bottom:0.4em;
}
.blog .navigation {
	font-size:1.8em;
}
.blog .navigation .alignright {
	padding-right:17em;
}
#content .clear {
	clear:both;
}
#s {
	border:1px solid #6C17C1;
	padding:2px 7px;
}
#searchsubmit {
	color:#FCA301;
	background-color:#910065;
	padding:3px 7px;
}
.blog .post{
	padding-right:30em;
}
#donate {
    position:relative;
	font-size:1.6em;
}
#donate .btn{
	width:5em;
	float:right;
	text-transform:uppercase;
}
#donate::after{
content:"";
clear:both;
}
#footer {
    padding-top:2em;
	padding-bottom:2em;
}
#footer p{font-size:1.1em;margin:0;padding:0}
#footer div.addthis_toolbox {
	position:absolute;
	top:0px;
	right:0px;
}
.slideshow{width:30em;height:22.5em;float:left;margin:0 2em .6em 0}
.slideshow .cache{display:none}
.slideshow {position:relative}
.slideshow .fg{z-index:10}
.slideshow .bg{z-index:5}
.slideshow .fg,
.slideshow .bg{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.slideshow div img{
	height:100%;
	max-width:30em;
	max-height:22.5em;
	position:absolute;
	right:0;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}


.wrapper table{width:96em;border:none;}
.wrapper table form{margin:0;padding:0;height:auto}
.wrapper table tr{margin-bottom:1.5em}
.wrapper table  td{font-size:1.8em;border:none;padding-right:1em;padding-bottom:1.5em}
.wrapper table tr td:nth-child(2n){text-align:right;}
#content table td a.btn{width:10em;color:#FFF;font-weight:bold;font-family:CraftyGirls,Arial,Helvetica,sans-serif;border:1px solid #6C17C1;}
.fshare-box
{
    margin: 0;
    padding: 0;
}
.fshare-compact
{
	position: absolute;
    top: 0px;
    color: White;
	width:70px;
	padding:10px!important;
}
.fshare-compact #fshare-collapsed
{
	width: 80px!important;
	height: 50px;
	color: white;
	background-color: #555;
	text-align: center;
	line-height: 50px;
	cursor:pointer;
	position:relative;
}
.fshare-compact #fshare-close
{
	background-image: url('https://web.archive.org/web/20210726210038im_/http://www.alizajeanjustone.org/wp-content/themes/alizajean/images/share_sprite.png');
	background-repeat: no-repeat;
	background-position: 0 -240px;
	height: 26px;
	width: 26px;	
	position: absolute;
	left: 80px;
	top: -15px;
	cursor: pointer;
	
}
.fshare-compact #fshare-expanded
{
	/*margin-top:-10px!important;*/
	height:280px;		
	background-color: black;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	width:60px!important;
	padding:10px!important;
}
.fshare-default
{
    position: absolute;
    top: 0px;
    padding: 10px;
    background-color: White;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#fshare-collapsed {
	float:left;
	color:#344047;
	font-size:16px;
	height:20px;
	padding-top:2px;
}
.fshare-large
{
position:relative;
height:20px;
clear:both;
}

.fshare-large .fshare-button
{
    width: auto;
    height: 20px;
    background-repeat: no-repeat;
	background-position:8px 0px;
    cursor: pointer;
    color: #2d96c7;
    font-size: 16px;
	border-right:1px solid #b4bec3;
	padding-left:8px;
	padding-right:8px;
	padding-top:2px;
}
.fshare-large .fshare-button.fb
{
    background-image: url('https://web.archive.org/web/20210726210038im_/http://www.alizajeanjustone.org/wp-content/themes/alizajean/_gfx/socialFacebookShare.jpg');
}
.fshare-large .fshare-button.tw
{
    background-image: url('https://web.archive.org/web/20210726210038im_/http://www.alizajeanjustone.org/wp-content/themes/alizajean/_gfx/socialTwitterShare.jpg');
}
.fshare-large .fshare-button.gplus
{
    background-image: url('https://web.archive.org/web/20210726210038im_/http://www.alizajeanjustone.org/wp-content/themes/alizajean/_gfx/socialGoogleShare.jpg');
}
.fshare-large .fshare-button.in
{
   background-image: url('https://web.archive.org/web/20210726210038im_/http://www.alizajeanjustone.org/wp-content/themes/alizajean/_gfx/socialLinkedInShare.jpg');
   border-right:none;
}
.fshare-large .fshare-button span
{
    display: block;
    margin-left: 28px;
    line-height:1.2;
}
a.social-label
{
	float:left;
    text-decoration: none !important;
    color: White !important; /*display:block;*/
}
.fshare-wide
{
    background-color: #393939;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 124px;
    position: absolute;
    top: 0px;
    padding-left: 10px 2px;
}
.fshare-wide .fshare-button
{
    width: 116px;
    height: 36px;
    background-repeat: no-repeat;
    cursor: pointer;
    color: black;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    padding-top: 4px;
}
.fshare-wide .fshare-button.fb
{
    background-image: url('https://web.archive.org/web/20210726210038im_/http://www.alizajeanjustone.org/wp-content/themes/alizajean/images/wider-fb.png');
}
.fshare-wide .fshare-button.tw
{
    background-image: url('https://web.archive.org/web/20210726210038im_/http://www.alizajeanjustone.org/wp-content/themes/alizajean/images/wider-tw.png');
}
.fshare-wide .fshare-button.gplus
{
    background-image: url('https://web.archive.org/web/20210726210038im_/http://www.alizajeanjustone.org/wp-content/themes/alizajean/images/wider-gplus.png');
}
.fshare-wide .fshare-button.in
{
    background-image: url('https://web.archive.org/web/20210726210038im_/http://www.alizajeanjustone.org/wp-content/themes/alizajean/images/wider-in.png');
}
.fshare-wide span
{
    display: block;
    margin-left: 50px;
    margin-top: 6px;
    line-height:1.2;
}

.fshare-icon
{
    background-color: #393939;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 90px;
    margin-left:10px;
    position: absolute;
    top: 0px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.fshare-icon .fshare-button
{
    width: 39px;
    height: 36px;
    background-repeat: no-repeat;
    cursor: pointer;
    color: black;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    padding-top: 4px;
}
.fshare-icon .fshare-button.fb
{
    background-image: url('https://web.archive.org/web/20210726210038im_/http://www.alizajeanjustone.org/wp-content/themes/alizajean/images/iconic-fb.png');
}
.fshare-icon .fshare-button.tw
{
    background-image: url('https://web.archive.org/web/20210726210038im_/http://www.alizajeanjustone.org/wp-content/themes/alizajean/images/iconic-tw.png');
}
.fshare-icon .fshare-button.gplus
{
    background-image: url('https://web.archive.org/web/20210726210038im_/http://www.alizajeanjustone.org/wp-content/themes/alizajean/images/iconic-gplus.png');
}
.fshare-icon .fshare-button.in
{
    background-image: url('https://web.archive.org/web/20210726210038im_/http://www.alizajeanjustone.org/wp-content/themes/alizajean/images/iconic-in.png');
}
.fshare-icon span
{
    display: block;
    margin-left: 50px;
    margin-top: 6px;
    color: White !important;
    line-height:1.2;
}

/*
     FILE ARCHIVED ON 21:00:38 Jul 26, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:05:29 Dec 30, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 98.193
  exclusion.robots: 0.119
  exclusion.robots.policy: 0.109
  RedisCDXSource: 1.227
  esindex: 0.011
  LoadShardBlock: 75.048 (3)
  PetaboxLoader3.datanode: 47.524 (4)
  CDXLines.iter: 19.221 (3)
  load_resource: 41.742
  PetaboxLoader3.resolve: 24.607
*/