/*  
Theme Name: Martin
Theme URI: buffettworld.com
Description: BuffettWorld theme
Version: 1.0
Author: Josh Martin
Author URI: http://www.buffettworld.com

*/

body{
	
	width: 100%;
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	background-image: url("http://www.buffettworld.com/images/bg.jpg"), url(http://www.buffettworld.com/images/bg_r.jpg);
	background-repeat: no-repeat, repeat-y;
	background-size: 100%;
    color: #000000;

}


h1 { 
    font-family: Pathway Gothic One;
	color: #6acbdc;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 1.0em;
	margin: 10px 0 10px 0;
}

h1:hover {
	text-decoration: underline;
}

h2 {
	
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 20px;
	
}


h3 {
	
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 10px;
	
}


h4 {
	
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 200;
	text-transform: uppercase;
	
}

.setlists { 
    font-family: Pathway Gothic One;
	color: #6acbdc;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 1.0em;
	font-weight: bold;
	
}

h6 {
	
    font-family: Pathway Gothic One;
	color: #6acbdc;
	font-size: 55px;
	text-transform: uppercase;
	
}

a {
    color: #6acbdc;
	text-decoration: none;
}

a:hover { 
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

#logowrap {
	
	position: absolute;
	top: 1px;
	left: 15px;
	width: 20%;
	z-index: 999999;

	
}

@media only screen and (max-width : 415px){
    .logo{
        width: 70%;
    }
}

@media only screen and (max-width : 415px){
    #logowrap{
        
		width: 60%;
		margin: 100px auto;
		margin-bottom: 20px;
		position: relative;
		left: 0;
		z-index: -1;
    }
}



#logosingle {
	
	position: absolute;
	top: 10px;
    right: 0;
	width: 25%;
	z-index: 999999;
	
}

@media only screen and (max-width : 415px){
    #logosingle{
        width: 60%;
		margin-bottom: 0;
    }
}

@font-face {
font-family: 'Debby';
src: url("http://www.buffettworld.com/Debby.ttf") format("truetype");
	src: url('http://www.buffettworld.com/Debby.eot');
    src: url('http://www.buffettworld.com/Debby.eot') format('eot');
        src: url('http://www.buffettworld.com/Debby.woff') format('woff');
         
}

#tagline {
	
	font-size: 2.9vw;
	font-family: 'Debby', serif;
	margin-top: 0px;
	margin-bottom: 34px;
	position: relative;


	
}

.w3-container:after,.w3-container:before{content:"";display:table;clear:both}
.w3-table-all{border-collapse:collapse;width:92%;margin:auto;border-spacing:0;display:table}
.w3-table-all{border:1px solid #ccc}
.w3-table-all tr{border-bottom:1px solid #ddd}
.w3-table-all tr:nth-child(odd){background-color:#fff}
.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all td,.w3-table-all th{padding:4px 0;text-align:left;vertical-align:top}
.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:0}

#tourtable {
	
	width: 95%;
	margin: auto;
	
}



.tdbig {
	
	font-family: Pathway Gothic One;
	font-size: 45px;
	color: #a4d64e;
	margin: 0px 0px 0px 0px;
	text-shadow: 1px 1px 2px black; 

	
}




.tdsmall {
	
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	text-align: center;
	font-size: 15px;
	color: #000;
	margin: 0px 0px 0px 0px;
	
}



@media only screen and (max-width : 415px){
    #tagline{
        display:none;
    }
}

#googlead {
	
	width: 70%;
	margin-top: 135px;
	margin-right: 50px;
	margin-left: auto;
	margin-bottom: 60px;
}

@media only screen and (max-width : 415px){
    #googlead{
        margin-top: 0;
		margin-bottom: 10px;
		
    }
}

#googleadsingle {
	
	width: 100%;
	margin: 35px auto 15px auto;
	
}

@media only screen and (max-width : 415px){
    #googleadsingle{
        display: none;
    }
}




#pagecontent {
	
	width: 80%;
	background-color: #fff;
	margin: auto;
	padding: 20px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.6em;
	border-radius: 10px;
    border: 3px solid #aad037;
	
		
}

@media only screen and (max-width : 600px){
    #pagecontent{
        width: 90%;
    }
}



#pageleft {
	
	width: 70%;
	display: table-cell;
	vertical-align: top;
	
	
	
}

#pageright {
	
	width: 30%;
	display: table-cell;
	padding-left: 20px;
	vertical-align: top;
	
	
}

@media only screen and (max-width : 415px){
    #pageright{
        display: none;
    }
}

@media only screen and (max-width : 415px){
    #stacked{
        width: 100%;
		
    }
}

@media only screen and (min-width : 415px){
    #stacked{
        display: none;
		
    }
}


#social {
	
	margin: auto;
	
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}
/*---- Genral classes end -------*/
/*Change icons size here*/
.social-icons .fa {
    font-size: 4.0em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa{ 
    border-radius: 50%;
}
.social-icons.icon-rounded .fa{
    border-radius:5px;
}
.social-icons.icon-flat .fa{
    border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
    color: #FFF;
    -webkit-box-shadow: 1px 1px 3px #333;
    -moz-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); 
}

.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); 
}

.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#96cd4c;}  
.social-icons .fa-instagram{background-color:#96cd4c;}
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#96cd4c;} 


#footer{
	clear: both;
	width: 100%;
        text-align:center;
	background-color: #b5b5b5;
	 border-top: 3px solid #6acbdc;
	padding: 40px 20px 40px 20px;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 11px;
	
        
}

#woodstrip{
	
	width: 100%;
    background-image: url("http://www.buffettworld.com/images/woodstrip.jpg");
	margin: 10px 0px 40px 0px;
	font-family: Pathway Gothic One;
	font-size: 80px;
	color: #a4d64e;
	text-shadow: 1px 1px 2px black;

}

#indexwoodstrip{
	
	width: 100%;
    background-image: url("http://www.buffettworld.com/images/woodstrip.jpg");
	margin: 60px 0px 0px 0px;
	font-family: Pathway Gothic One;
	font-size: 60px;
	color: #a4d64e;
	text-shadow: 1px 1px 2px black;

}

@media only screen and (max-width : 415px){
    #indexwoodstrip{
        display: none;
    }
}

@media only screen and (max-width : 415px){
    #woodstrip{
        font-size: 40px;
    }
}

@media only screen and (max-width : 415px){
    .page_amazon{
        display: none;
    }
}

.tourdatestable{
	
	font-family: Pathway Gothic One;
	text-align: center;
	font-size: 3vw;
	color: #a4d64e;
	margin: 0px 0px 0px 0px;
	text-shadow: 1px 1px 2px black;
	
}

@media all and (max-width:500px){
    table{
        width:90%;
		margin-top: 60px;
    }
    
    td{
        display:block;
        width:100%;
    }
    
    tr{
        display:block;
        margin-bottom:30px;
    }
}

form {
  display: flex;
  align-items: center; /* Vertical alignment */

}

.tdstrip {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto 50px auto;
}
.item {
  display: table-cell;
  vertical-align: top;
}
.item img {
  display: block;
  width: 100%;
  height: auto;
}

.tdstripsingle {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin: 20px auto;
}

@media only screen and (min-width : 415px){
    .tdstripsingle{
        display: none;
		
    }
}




.topnav {

background: rgba(106, 203, 220, .8);
font-family: 'Pathway Gothic One', sans-serif;
margin-top: 25px;
padding-left: 330px;	
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
	


} 


.topnav a {
float: left;  
display: block;
color: white;
text-align: center;
padding: 14px 25px;
text-decoration: none;
font-size: 21px;


}

.topnav .icon {
display: none;
}

.dropdown {
    float: left;
    overflow: hidden;

}

.dropdown .dropbtn {
    font-size: 21px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 25px;
 	background: transparent;
    font-family: inherit;
    margin: 0;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #b1d235;
  color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}



@media only screen and (max-width : 1024px) and (min-width: 415px) {
    .topnav{
        padding-left: 350px;

		
    }
}

@media only screen and (max-width : 415px) {
    .topnav{
        padding-left: 0;
		
    }
}

@media only screen and (min-width : 800px) {
    a.home{
        display: none;
		
    }
}


	
	
	@media screen and (max-width: 1024px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}



@media screen and (max-width: 1024px) {
  .topnav.responsive {position: absolute;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	  
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.sticky {
  position: fixed;
  top: 10px;
  width: 100%
}

#thelatest {
	
	width: 100%;

}



@media only screen and (max-width : 415px){
    #thelatest{
        width: 90%;
		margin: 0px 0px 0px 10px;
			
    }
}

@media only screen and (max-width : 415px){
    .latestimg{
        width: 70%;
		margin: 0px 10px 0px 10px;
		
    }
}

.container {
    width: 98%;
	margin: auto;
		
}

@media only screen and (max-width : 415px){
    .container{
        width: 100%;
		margin-left: 0px;
    }
}

.one {
	
	overflow: hidden;
	    padding: 20px;
}

.onesingle {
	
	overflow: hidden;
	margin-top: 0;
	padding: 0 20px 0 20px;
	   
}

.two {
	
	float: right;
	width: 315px;
	margin: 0px 5px 0px 25px;

}

.twosingle {
	
	float: right;
	width: 315px;
	margin: 0px 5px 0px 25px;



}

#news {
	
	float: left;
	text-align: left;
	
	
}

#sponsors {
	

	background-color: #fff;
	margin: 5px 10px 50px 0px;
	padding: 15px 15px 15px 15px;
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 11px;
	text-align: left;
	
}

#subscribetop {
	
	width: 302px;
	background-color: #fff;
	height: auto;
		
}

#subscribebottom {
	
	width: 302px;
	background-color: #90c94d;
	height: 100px;
	margin-bottom: 15px;
	
}

#subscribetopmain {
	
	width: 305px;
	
	height: auto;
		
}

#subscribebottommain {
	
	width: 305px;
	background-color: #90c94d;
	height: 100px;
	margin-bottom: 15px;
	
}


@media only screen and (max-width : 415px){
    .two {
        display:none;
    }
}

@media only screen and (max-width : 800px){
    .twosingle {
        display:none;
    }
}

#fb {
		
	margin: 0 10px 30px 0px;
	width: 100px;
	
}

#ebay {
	
	width: 305px;
	margin: 0px 10px 30px 0px;
	background-color: #fff;
	height: 700px;
	
}




blockquote { font-family: Helvetica, Verdana, Arial, Times, serif; color: #555; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 1px solid #aaa; }


div { line-break: strict } 

hr {
        border: 0;
        color: #6acbdc;
	background-color: #6acbdc;
        height: 3px;
}

hr.gray {
    border: 0;
    height: 1px;
    background: #c4c4c4;
   
}


#single{
	margin: 0 0 0 12px;
        padding: 5px 10px 0 5px;
        float: left;
        text-align: left;
        background: #ffffff;
         font-family: 'Open Sans', sans-serif;
	font-size: 14px;
        line-height: 1.5em;
	font-weight: 100;
			
 }



@media only screen and (max-width : 415px){
    #single {
        margin: 0 0 0 0;
		  
    }
}

table#content {
    background-color:#FFFFFF;
    width: 662px;
    margin: 2px 0 0 0;
    
}

table#about {
    background-color:#FFFFFF;
    margin: 10px 0 0 0;
    
}

table.biz {
    border-collapse: collapse;
}

tr.bottomborder {
    margin: 10px 0 10px 0;
}

tr.bottomborder td{
border-bottom: 1px solid #CECECE;
border-collapse: collapse;

}

table.Design4 {
    border-spacing: 0px;
    border-collapse: collapse;
}
table.Design4 th {
    text-align: left;
    font-weight: 200;
    padding: 0.1em 0.5em;
    border-bottom: 2px solid #FFFFFF;
    background: #DBE2F1;
}
table.Design4 td {
    text-align: left;
    border-bottom: 2px solid #FFFFFF;
    padding: 0.1em 0.5em;
    background: #DBE2F1;
	font-size: 29px;
	    font-weight: 100;
	font-family: Pathway Gothic One;
	text-transform: uppercase;
	color: #838383;
	line-height: 1em;
	
}

table.DesignLyrics {
    border-spacing: 0px;
    border-collapse: collapse;
	
}
table.DesignLyrics th {
    text-align: left;
    font-weight: 200;
	padding: 0.1em 0.5em;
    border-bottom: 2px solid #FFFFFF;
    background: #DBE2F1;
}
table.DesignLyrics td {
    text-align: left;
    border-bottom: 2px solid #FFFFFF;
    padding: 20px;
    background: #DBE2F1;
	font-size: 16px;
	    
	font-family: verdana;
	letter-spacing: 2px;
	color: #838383;
	line-height: 1.5em;
	
}

}

@media only screen and (max-width : 415px){
    table.DesignLyrics td {
		
        font-size: 3vw;
		 text-align: left;
		    
    }
}




table.DesignLyrics thead th {
    background: #a4d64e;
    color: #FFFFFF;
    text-align: left;
}
table.DesignLyrics th.Corner {
    text-align: left;
}

@media only screen and (max-width : 415px){
    table.Design4 td {
        font-size: 4vw;
    }
}


table.DesignAlbums thead th {
    background: #a4d64e;
    color: #FFFFFF;
    text-align: left;
}
table.DesignAlbums th.Corner {
    text-align: left;
}

table.DesignAlbums {
    border-spacing: 0px;
    border-collapse: collapse;
}
table.DesignAlbums th {
    text-align: left;
    font-weight: 200;
    padding: 0.1em 0.5em;
    border-bottom: 2px solid #FFFFFF;
    background: #DBE2F1;
}
table.DesignAlbums td {
    text-align: left;
    border-bottom: 2px solid #FFFFFF;
    padding: 0.1em 0.5em;
    background: #DBE2F1;
	font-size: 29px;
	    font-weight: 100;
	font-family: Pathway Gothic One;
	text-transform: uppercase;
	color: #838383;
	line-height: 1em;
	
}

@media only screen and (max-width : 415px){
    table.DesignAlbums {
       table-layout: fixed;
		   
		
    }
}

@media only screen and (max-width : 415px){
    table.DesignAlbums td {
       overflow: hidden;
		   
		
    }
}

table.Design5 {
    border-spacing: 0px;
    border-collapse: collapse;
}
table.Design5 th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border-bottom: 1px solid #acacac;
    background: #DBE2F1;
}
table.Design5 td {
    text-align: left;
    border-bottom: 1px solid #acacac;
    padding: 0.1em 0.5em;
    background: #DBE2F1;
}

table.Design5 thead th {
    background: #687EAB;
    color: #FFFFFF;
    text-align: left;
}
table.Design5 th.Corner {
    text-align: left;
}

table.Designtour {
    border-spacing: 0px;
    border-collapse: collapse;
}

table.Designtour th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border-bottom: 2px solid #FFFFFF;
    background: #687eab;
}
table.Designtour td {
    text-align: left;
    border-bottom: 1px solid #b0b0b0;
    padding: 0.1em 0.5em;
    background: #FFFFFF;
}

table.Designtour thead th {
    background: #687eab;
    color: #FFFFFF;
    text-align: left;
}
table.Designtour th.Corner {
    text-align: left;
    background: #687eab;
}

table.Design6 {
    border-spacing: 0px;
    border-collapse: collapse;
}
table.Design6 th {
    text-align: left;
    font-weight: 200;
    padding: 0.1em 0.5em;
    border-bottom: 2px solid #FFFFFF;
    background: #DBE2F1;
}
table.Design6 td {
    text-align: left;
    border-bottom: 2px solid #FFFFFF;
    padding: 0.1em 0.5em;
    background: #DBE2F1;
	font-size: 29px;
	    font-weight: 100;
	font-family: Pathway Gothic One;
	color: #838383;
	line-height: 1em;
	
}

@media only screen and (max-width : 415px){
    table.Design6 td {
        font-size: 4vw;
    }
}


table.Design6 thead th {
    background: #a4d64e;
    color: #FFFFFF;
    text-align: left;
}
table.Design6 th.Corner {
    text-align: left;
}



#single_amazon{
	float: left;
	width: 275px;
        background: #ffffff;
        margin: 10px 0 3px 0;
        display: inline;
        text-align: left;
}

#page_amazon{
	float: right;
	width: 250px;
        background: #ffffff;
        margin: 10px 19px 3px 0;
        text-align: left;
}

#page_sirius{
	float: right;
	width: 180px;
        background: #ffffff;
        margin: 10px 19px 3px 0;
        display: inline;
        text-align: left;
}

#poll{
	float: left;
	width: 190px;
        background: #ffffff;
        border:1px solid #8daadd; 
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 10px 10px 10px 10px;
	margin: 10px 0 3px 0;
        display: inline;
        text-align: left;
}

#archives{
	float: left;
	width: 275px;
        background: #ffffff;
        border:1px solid #8daadd; 
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 10px 10px 10px 10px;
	margin: 10px 0 3px 0;
        display: inline;
        text-align: left;
}

#categories{
         line-height:25px;
}

#recent{
         line-height:15px;
}

#posts{
        font-family: 'Open Sans', sans-serif;
	font-size: 14px;
        line-height: 1.5em;
        margin: 10px 0 0 3px;
	text-align: left;
	font-weight: 100;
}




.post {
	
	background-color: #fff;
	padding: 1px 15px 10px 15px;
	margin: 5px 0px 30px 0px;
	
}

.postpage {
	
	padding: 1px 0px 10px 0px;
	margin: 5px 0px 30px 0px;
	
}

#sidebar_page{
	float: right;
	width: 250px;
        background: #ffffff;
        border:1px solid #8daadd; 
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	margin: 0 15px 0 0;
        padding: 10px 10px 10px 10px;
	display: inline;
        text-align: left;
}



#counter{
        vertical-align: middle;
}



#sponsorsin{
	float: left;
	width: 275px;
        background: #ffffff;
        margin: 4px 0 0 0;
        display: inline;
        text-align: left;
}

#video{
	float: left;
	width: 275px;
        background: #ffffff;
        border:1px solid #8daadd; 
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin: 5px 0 3px 0;
        padding: 10px 10px 10px 10px;
        display: inline;
        text-align: left;
}

#videoplayer{
	text-align: center;
}

#tix{
        float: left;
	width: 275px;
        background: #ffffff;
        border:1px solid #8daadd; 
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin: 5px 0 3px 0;
        padding: 10px 10px 10px 10px;
        display: inline;
        text-align: left;
}

#tixcenter{
	text-align: center;
}



#twitter{
	float: left;
	width: 295px;
        background: #ffffff;
        border:1px solid #8daadd; 
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin: 5px 0 3px 0;
        display: inline;
        text-align: left;
}

.sidebar{
	float: left;
	width: 275px;
	background: #ffffff;
        margin: 5px 0 3px 0;
        padding: 0 5px 5px 5px;
	display: inline;
        text-align: left
}



table.Designdisco {
    border-spacing: 0px;
    border-collapse: collapse;
}
table.Designdisco th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border-bottom: 3px solid #FFFFFF;
    background: #DBE2F1;
}
table.Designdisco td {
    text-align: left;
    border-bottom: 2px solid #FFFFFF;
    padding: 1.1em 1.5em;
    background: #DBE2F1;
}

table.Designdisco thead th {
    background: #687EAB;
    color: #FFFFFF;
    text-align: left;
}
table.Designdisco th.Corner {
    text-align: left;
}

@media only screen and (max-width : 415px){
    table.Designdisco {
        width: 70%;
		margin: 0;
    }
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Verdana, Arial, Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

span.advertise-here {
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 1px;
	
}

span.advertise-here a {
	color: #a6a6a6;
	text-shadow: 0 1px 1px #fff;
}


img.centered {
    display: block;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
}

img.buffed {
    box-shadow: 5px 5px 2px grey;
    margin: 0px 0px 15px 15px;
    
}

img.right {
    border: 2px solid #c4c5cc;
    margin: 0px 0px 15px 15px;
    float: right;
    
}

img.align-right { float:right; margin: 0 0 15px 15px; }

img.thin {
    border: 1px solid #c4c5cc;
    margin: 0px 0px 0px 0px;
    
}

img.alignright {float:right; margin:0 0 15px 15px;}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
text-align: left;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

.pikachoose{width:250px;margin:0 auto 0 auto;text-align:left;}
/* This is the ul you have all your images in */
.pikachoose ul{padding-left:0;width:300px;height:180px;margin:0;overflow:hidden;}
.pikachoose ul li{float: left;border:1px solid #555;padding:2px;background:#777;margin:0 6px 4px 0;position:relative;overflow:hidden;}
.pikachoose ul li div img{position:relative;cursor:pointer;}

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{width:250px;height:325px;display:block;position:relative;}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:absolute;top:0px;left:0px;}
.pika_back_img{position:relative;top:0px;}
.pika_subdiv{position:relative;}
.pika_subdiv img, .pika_subdiv a img{border:none;}
.pika_caption{width:250px;height:16px;padding-top:4px;text-align:left;position:absolute;bottom:7px;left:3px;background:url('black.png') top left;}
.pika_caption a{color:white;}

.pika_play{position:absolute;z-index:1;left:50%;margin-left:-25px;width:50px;top:5px;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('play.png') top center no-repeat;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('pause.png') top center no-repeat;}

.pika_navigation a{font-size: 12px; text-decoration: none;}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation{padding-top:10px;clear:both;text-align:center;}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{position:absolute;top:5px;left:5px;height:456px;width:100px;background:url('rewind.png') top left no-repeat;}
.pika_next_hover{position:absolute;top:5px;right:5px;height:456px;width:100px;background:url('fastf.png') top right no-repeat;}

/* SUBSCRIPTION MANAGER STYLE */
.subscription-manager {
padding: 10px 0 20px 0;
margin: 5px 0 0 55px;
width: 650px;

}

div.wrap {
background: #fafafa;
padding: 5px 10px;
margin: 20px 0;
border: 1px solid #ccc;
}

div.wrap h2 {
margin: .5em 0 1em 0;
border-bottom: 2px solid #589bd2;
}

div.wrap fieldset {
border: 1px solid #555;
margin: 1em 0;
padding: 5px 10px;
}

div.wrap fieldset legend {
font-weight: bold;
font-size: small;
}

div.wrap p.submit {
text-align: right;
}


.updated {
background: #B9D6EF;
border: 1px solid #589bd2;
margin: 1em 5% 10px;
padding: 0 1em;
font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif;
font-size: 8.5pt;
}

.updated-error {
background-color: #FFA3A3;
border: 1px solid #FF5D5D;
}

div.wrap form {
margin: 0;
padding: 0;
}

div.warp li {
margin-bottom: 6px;
line-height: 130%;
}
/* END SUBSCRIPTION MANAGER STYLE */

.ddet_div {
  margin: 12px 0 0 12px;
  padding: 6px;
  background: #e5e5e5;
  border: 1px solid #DDDDDD;
}

.album {
	
	background-color: #f3f5f9;
	width: 80%;
	margin: 70px auto;
	padding-top: 30px;
	border-radius: 10px;
    border: 3px solid #aad037;
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 11px;
	
}

.social-bar {
  position: absolute;
  top: 24%;
	right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.social-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.social-bar a:hover {
  background-color: #90c94d;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

* {
  box-sizing: border-box;
}

#searchbox {

	display: block;
	float: right;
	margin-top: 4px;
	
}

@media only screen and (max-width : 1200px){
    #searchbox{
        
		display: none;
    }
}


form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
    border: 2px solid #ccc;
  border-radius: 4px;
  float: right;
  width: 80%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #b1d235;
  color: white;
  font-size: 17px;
border: 2px solid #b1d235;
  cursor: pointer;

}

form.example button:hover {
  background: #6acbdc;
	border: 2px solid #6acbdc;
}


form.example::after {
  content: "";
  clear: both;
  display: table;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#widgets {
	
	padding: 10px;
	
}

.twitter-timeline {
    width: 100vw !important;
}

#contactformdiv {

	margin-top: 20px;
	padding: 50px;
	
}

@media only screen and (max-width : 600px){
    #contactformdiv {
        
		padding: 0;
    }
}

#datelinewrap {
	
	width: 100%;	
	display: flex;

	
}

#dateline {
	
	width: 50%;
		text-align: left;
		
}

#datelinesocial {
	
	width: 50%;
	text-align: right;
	
	flex-grow: 1;
	
}