/*
Link Styles
*/

/* This is to create dividers between sections */
/*
p {
	font-size: 40px;
	background-color: aquamarine;
	
}
p:before {
	background-image: url('https://www.allaboutbirds.org/sgapp/images/shape/icon-finches.png');
background-repeat: no-repeat;
padding-left: 90px;
}

div:before {
	
	content: url('https://www.allaboutbirds.org/sgapp/images/shape/icon-finches.png') no-repeat;
    display: block;
    background: url('https://www.allaboutbirds.org/sgapp/images/shape/icon-finches.png') no-repeat;
    width: 25px;
    height: 25px;
    float: left;
}
*/



/*
.mynotes:before {
    content: url('img/house-finch.jpg') no-repeat;
    display: block;
    background: url('img/house-finch.jpg') no-repeat;
    width: 25px;
    height: 25px;
    float: left;
}
*/

.firstme p:first-line {
	font-family: Old English, Georgia,serif;
	font-size: 130%;
	line-height: 0.95em;
	margin-right: 0.03em;
	margin-bottom:-0.25em;
	color:#373737;
}

.hideMe {
	 display: none; 
}

.mypad {
	padding: 0px;
	margin: 7px;
}
.non-footer {
	padding: 0px;
	margin: 0px;
}
.non-footer div.container p {
	text-align: center;
    background: #4b494f;
    color: #fff;
    padding: 10px 4px 3px 4px;
}

.BigGreen {
            
            font-size: 16px;
            font-weight: 700;
            color:#AEE987;            
        }
.Blue-Font {
	color: #4953C1;
	font-size: 1.3em;
	
}

.Blue-Font-14px {
	color: #4953C1;
	font-size: 16px;
	
}

.niceRed {
	color: #95081E;
	font-size: 14px;
	font-weight: 500;
	
}

.myblue {
	color: #101096;
}
		
		.BigWine, .BigWineSm {
			color: #CA4547;
			font-size: 16px;
			
		}
		
		.BigWineSm {
			font-size: 14px;
		}

.centermeplease {
	margin-top: 3px;
	margin-left: auto;
	margin-right:auto;
	font-weight: 300;
	width:50%;
	text-align:center;
	font-weight: 400;
}

.mybox1 {
    border: #eeeeee thin solid; 
    height: 4px; 
    margin: 40px;
}

p, ul {  font-size: 16px;             
        }
        
        .sevenspaces {
            padding-right: 20px;
        }

.padme {
    padding: 12px;
}


img.imgpadright {
	padding: 7px;
	margin: 12px 0 7px 7px;
	border: #fff 3px groove;
    float: right;
}

img.imgpadleft {
	padding: 7px;
	margin: 12px 0 7px 7px;
	border: #fff 3px groove;
    float: left;
}



img.imgpad {
	padding: 7px;
	margin: 12px 0 7px 7px;
	border: #fff 3px groove;
}


.myred {
    color: #F21D11;
}

.drop {
	float: left;
	font-family: Old English, Georgia, serif;
	font-size: 300%;
	line-height: 0.85em;
	margin-right: 0.03em;
	margin-bottom:-0.25em;
    color: #F21D11;
}

.rtBibleRef {
    color: #0098FF;
	font-family: "museo-sans",sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.bluelinks a {
    color: #0098FF;
	font-family: "museo-sans",sans-serif;
	font-weight: 700;
	text-decoration: none;
}




.BIGSECRET {
  
  display: none;
    font-weight: 400;
    font-size: 24px;
    line-height: 7px;
    margin-top: 30px;
    padding-top: 40px;
}

.BIGSHOW {
  
  display: block;
}



.StarNote::before {
  content: url(../../pics/wise-owl-v1.jpg);
    
    position: relative;
    width: 30px;
    height: 30px;
    top: -20px;
    left: 70px;
    padding: 20px;
}

/*
.flourescentgreen::before {
  content: url(../../pics/fire-spinning.png);
    
}
*/

.StarNote {
    background-image: url(../../cdn-basics/textures/flourescent-green-texture.jpg);
    padding-left: 200px;
    
}

.nicered {
    background-color: rgba(255, 0, 0, 0.54);
}

.nicegreen {
    background-color: rgba(0, 255, 118, 0.54);
}

/*
p, ul {  font-size: 16px;             
        }
*/

.BigDeepTeal {            
           color: #308D7D;
	font-size: 24px;
	font-family: "museo-sans",sans-serif;
	font-weight: 700;       
        }

.BigOrange {            
           color: #B54C06;
	font-family: "museo-sans",sans-serif;
	font-weight: 700;       
        }

.BigPurple {            
           color: #B506A4;
	font-family: "museo-sans",sans-serif;
	font-weight: 700;       
        }

.BigBlue {            
           color: #0098FF;
	font-family: "museo-sans",sans-serif;
	font-weight: 700;       
        }

.BigRed {
            
            font-size: 16px;
            font-weight: 700;
           color: #F21D11;            
        }

.BigGreen {
            
            font-size: 16px;
            font-weight: 700;
            color:#AEE987;            
        }

.font18bold {
            
            font-size: 18px;
            font-weight: 700;
            color:#AEE987;
            
        }
        
        .sevenspaces {
            padding-right: 20px;
        }

.font24bold {
            
            font-size: 24px;
            font-weight: 700;
            color:#AEE987;
            
        }
        
        .sevenspaces {
            padding-right: 20px;
        }


.rtBibleRef, a {
    color: #0098FF;
	font-family: "museo-sans",sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.bluelinks a {
    color: #0098FF;
	font-family: "museo-sans",sans-serif;
	font-weight: 700;
	text-decoration: none;
}


table.myfluidTable  {
   width: 100%;
    
}

.BigPeace  {
	color:#465ACE;
	font-weight: 700;
	font-style:italic;
	font-size: 20px;
}

.pinkme {
	color:#FF79FF;
	font-weight: 700;
	font-style:italic;
}

td.myfluidTable {
    padding: 0px;
	vertical-align: top;
}

td.myfluidTable span {
	margin-top: -20px;
}

/*
	.bigfat {
	font: 40px Verdana, Geneva, sans-serif;
	color: #CCC;
	line-height: 140%;
	margin: 0px;
	padding: 7px;
	letter-spacing: .1em;
}
*/

.bigfat {
	font: 14px Verdana, Geneva, sans-serif;
	color: #CCC;
	line-height: 130%;
	margin: 0px;
	padding: 7px;
	
	letter-spacing: .09em;
}
	


.conferenceHeader {
	font: 28px Verdana, Geneva, sans-serif;
	color: #333;
	line-height: 124%;
	margin: 0px;
	padding: 7px;
	letter-spacing: -2px;
}

.yellowHighlighter {
	background-color:#FFFF80;
	font-style:italic;
}

/* Added stuff above */

.hyper-green-grunge-alice-in-chains-green  {
	font-family: 'Lobster', cursive; 
	background-image: url(../../cdn-basics/textures/hyper-green-grunge-alice-in-chains-v2.png);
	color: #59FF59;
	font-size:24px;
	padding: 3px 7px;
	
}

.hyper-green-grunge-alice-in-chains-yellow  {
	font-family: 'Creepster', "Times New Roman", Times, serif;
	background-image: url(../../cdn-basics/textures/hyper-green-grunge-alice-in-chains-v2.png);
	color: #F9EB8A;
	font-size:24px;
	padding: 3px 7px;
	letter-spacing: 4px;	
}

.vintage-red-background {
	background-image: url(../../cdn-basics/textures/red-background-vintage-texture-v2.png);
	color: #fff;
	font-size:24px;
	padding: 3px 7px;
}

p.colored1 span.BabyKong {
	background-image: url(../../cdn-basics/textures/red-background-vintage-texture-v2.png);
	color: #fff;
	font-size:24px;
	padding: 3px 7px;
}

p.colored1 {
line-height: 44px;	
	
}

div.link-1 a {
  display: block;
  width: 50%;
  margin: 0 0.1em;
  padding: 2px;
  background: url(../../cdn-basics/textures/44.jpg);
  border-radius: 0px;
  transition: all 0.3s ease-out;

  /* Font styles */
  font-size: 12px;
  text-decoration: none;
  /*font-weight: bold;*/
  color: white;
}

div.link-1 a:hover   {
	color: #D5D500;
	padding: 20px;
}
div.link-1 a:active  { color: #0F0; }
div.link-1 a:visited {
	color: #0F0;
}

.conferenceHeader {
	font: bold 28px "Century Schoolbook", Georgia, Times, serif;
	color: #333;
	line-height: 90%;
	margin: 12px;
	padding: 24px;
	letter-spacing: -2px;
}

.grunge-texture-grey-1 {
	background:url(../../cdn-basics/textures/texture-background/44.jpg) 0 0 no-repeat;
	
	
}
.conferenceHeader28 {
	
	font: bold 28px "Century Schoolbook", Georgia, Times, serif;
	color: #D7D7D7;
	line-height: 1em;
	margin: 12px;
	padding: 24px;
	letter-spacing: -1px;
}
.headermedium {
	font: bold 24px "Century Schoolbook", Georgia, Times, serif;
	color: #333;
	line-height: 110%;
	margin: 20px 20px;
	letter-spacing: -1px;
}
.headermedium2 {
	font: bold 24px "Century Schoolbook", Georgia, Times, serif;
	color: #333;
	line-height: 110%;
	margin: 0px 20px;
	letter-spacing: -1px;
}
.bigTeal {
	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: normal;
	font-size: .7em;
	letter-spacing: 0.2em;
	line-height: 1.3em;
	text-transform: uppercase;
	color:#F27900;
}
/* HEADLINE 1 */


.LargeHeadline {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -1px;
	color: #444;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: 100;
}
.smallheadline {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -1px;
	color: #444;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: 100;
}
.smallsubtitle {
	border-top: 1px solid #000000;
	color: #C43C28;
	font-size: .9em;
	margin-top: 3px;
	margin-left: auto;
	margin-right:auto;
	width:50%;
	text-align:center;
	font-weight: 400;
}

.Blue-Font {
	color: #4953C1;
	font-size: 1.7em;
	
}
.MiddleHeadline {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 2px;
	color: #444;
}
.ParagraphText {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 18px;
	line-height: 24px;
	color: #2E2E2E;
}
.NiceHeader {
	background: #90a090;
	border-bottom: double 3px #aba;
	border-left: solid 1px #9a9;
	border-right: solid 1px #565;
	border-top: solid 1px #9a9;
	font: italic normal 230% 'Times New Roman', Times, serif;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 10px 15px 60px;
}


.KingKongHeader {
	font: bold 50px "Century Schoolbook", Georgia, Times, serif;
	color: #333;
	line-height: 90%;
	margin: .2em 0 .4em 0;
	letter-spacing: -2px;
}
.BabyKong {
	font: bold 40px "Century Schoolbook", Georgia, Times, serif;
	color: #333;
	line-height: 90%;
	margin: 0px;
	letter-spacing: -2px;
}

.bord2 {
	padding:20px;
	border-top: #000000 7PX solid;
	border-bottom: #000000 7PX solid;
}
.billboard {
	border-top: #000000 3PX solid;
	border-bottom: #000000 3PX solid;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: -1px;
	color: #444;
	padding: 12px 30px 12px 30px;
}

.dolphin1 {
    border-width: 1px 1px 2px;
    border-style: solid;
    border-color: #CCC #CCC #CCC;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 5px #F5F5F5 inset;
    background-attachment: scroll;
    background-image: url("../../pics/gorgeous-dominion-background/gorgeous_text_background.jpg");
    background-origin: padding-box;
/*    color: red;*/
    font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    line-height: 20px;
    padding: 12px 20px 12px 30px;
    text-indent: 40px;
}

.dolphin2 {
     border-width: 1px 1px 2px;
    border-style: solid;
    border-color: #CCC #CCC #CCC;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 5px #F5F5F5 inset;
    background-attachment: scroll;
/*     background-image: url("../../pics/gorgeous-dominion-background/bgr_sidebars_h2.png");*/
    background-origin: padding-box;
/*    color: blue;*/
    font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 20px 12px 30px;
    text-indent: 40px;
}
