#site-generator {
display:none;
}

/* Structure */
  
  body {
    background-color: #eeeeee;
    font-size: 100%;
  }
  
  .wrap {
    width:80%;
    margin:0 auto;
    font-size: 1.0em;
    line-height:1.6em;   
  }
  
  .wrap p {
 
  }

/* Effect 6: Pie Timer from Anders Grimsrud http://codepen.io/agrimsrud/pen/EmCoa */
.pie svg {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 75%;
  height: 75%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}

.pie.la-animate svg {
  z-index: 100;
}

#pie-loader { 
  fill: #fff; 
  fill-opacity: 0.05; 
}

#pie-border { 
  fill: #000; 
  fill-opacity: 0.05;
}
  
/* Typography */
  
  h1 {
  }
  
  p {
  }

/* Media queries */
  
@media only screen and (min-width: 1100px) {
  .wrap {max-width:80%;}
  .wrap p { font-size:115%;}
  .bubbledLeft p,.bubbledRight p{
      font-size: 130%;
    }
}  
         
@media only screen and (max-width: 800px) {
  .wrap {max-width: 80%;}
  .wrap p { font-size:100%;}
  .bubbledLeft p,.bubbledRight p{
      font-size: 110%;
    }

  #comment_header {
    margin-left: 25%;
  }
}   

@media only screen and (max-width: 400px) {
  .wrap {max-width:70%;}
  .wrap p { font-size:90%;}
  .bubbledLeft p,.bubbledRight p{
      font-size: 90%;
    }

  .pagination a {
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .pagination input {
    height: 30px;
    line-height: 30px;
  }
  a.mfp-btn
  {
    height: 30px;
    line-height: 30px;    
  }
}

.lt-ie9 .bubbledRight{
  background-color: blue;
}

.lt-ie10 .bubbledRight{
  background-color: blue;
}


.bubbledLeft .delete_comment{
  color:black;
  width:40px;
  height:40px;
  opacity: 0.0;
  position:absolute;
  top: 0;
  right: -15px;
}

.bubbledRight .delete_comment{
  color:black;
  width:40px;
  height:40px;
  top: 0;
  right: 0;
  opacity: 0.0;
  position:absolute;
}

.bubbledLeft .delete_comment i{
  position:absolute;
  top: 0;
  right:10px;
}

.bubbledRight .delete_comment i{
  position:absolute;
  top: 0;
  right:10px;
}

.bubbledLeft:hover{
  opacity:0.5;
}

.bubbledLeft:hover .delete_comment{
  opacity:1.0;
}

.bubbledRight:hover{
  opacity:0.5;
}

.bubbledRight:hover .delete_comment{
  opacity:1.0;
}

form {
  margin: 5px 0 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; 


}

input,
textarea,
.uneditable-input {
  margin-top: 5px;
  width: 206px;
}

.hero-unit {
  padding: 10px 0px 0px 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
  margin-right:0px;
  margin-left:0px;
  margin-bottom: 0px;
  
}

#footer
{
	margin-left: 10px;
	font: 0.3em;
	margin-bottom: 25px;
}



#my-logo
{

}


#the_comment_box
{
  width: 80%;
  z-index: -10;
  overflow: auto;
  border-width: 1px;
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; 
  -webkit-box-shadow: 0px 1px 5px 0px #606060;
  -moz-box-shadow: 0px 1px 5px 0px #606060;
   box-shadow: 0px 1px 5px 0px #606060;
}

#new_comment
{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; 
  -webkit-box-shadow: 0px 1px 5px 0px #606060;
  -moz-box-shadow: 0px 1px 5px 0px #606060;
   box-shadow: 0px 1px 5px 0px #606060;  
}


@media screen and (orientation:landscape)
{
  #the_comment_box
  {
    height: 200px;
  }
}


@media screen and (orientation:portrait)
{
  #the_comment_box
  {
    height: 300px;
  }
}

#send_buttons
{
  float: right;
}

#send_comment_btn, #send_comment_btn2, #send_approval_btn, #send_approval_btn2
{
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1.em;
  margin-bottom: 2px;
  margin-left: 0%;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

#send_comment_btn, #send_comment_btn2
{
  margin-top: 40px;
  color: red;
  background-color: #dddddd;
  *background-color: #cccccc;
  background-image: -moz-linear-gradient(top, #dddddd, #cccccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #dddddd, #cccccc);
  background-image: -o-linear-gradient(top, #dddddd, #cccccc);
  background-image: linear-gradient(to bottom, #dddddd, #cccccc);
    -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; 

}

#send_approval_btn, #send_approval_btn2
{
  color: white;
  background-color: #999999;
  *background-color: #888888;
  background-image: -moz-linear-gradient(top, #999999, #888888);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#888888));
  background-image: -webkit-linear-gradient(top, #999999, #888888);
  background-image: -o-linear-gradient(top, #999999, #888888);
  background-image: linear-gradient(to bottom, #999999, #888888);	
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; 
}

@media only screen and (min-width: 900px) and (max-width: 4000px) 
{
  #the_comment_box, #new_comment
  {
    width: 80%;
  }
}   
@media only screen and (min-width: 768px) and (max-width: 899px) 
{
  #the_comment_box, #new_comment
  {
    width: 75%;
  }
} 

@media only screen and (min-width: 768px) and (max-width: 1200px) 
{
  #send_comment_btn, #send_comment_btn2, #send_approval_btn, #send_approval_btn2
  {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 780px) 
{
  #send_comment_btn, #send_comment_btn2, #send_approval_btn, #send_approval_btn2
  {
    width: 110%;
  }
}


@media only screen and (min-width: 1px) and (max-width: 767px) 
{
  #the_comment_box
  {
    width: 100%;
  }
  #send_comment_btn2, #send_approval_btn2
  {
    width: 82%;
    float: none;
    margin-top: 0px;
  }
  #send_approval_btn2
  {
  }
  #send_buttons
  {
    float: none;
  }
}   

#submit_button
{
  margin-top: 5px;
  margin-bottom: 10px;
  color: white;
  background-color: #999999;
  *background-color: #888888;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;   
  background-image: -moz-linear-gradient(top, #999999, #888888);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#888888));
  background-image: -webkit-linear-gradient(top, #999999, #888888);
  background-image: -o-linear-gradient(top, #999999, #888888);
  background-image: linear-gradient(to bottom, #999999, #888888);	
}

#submit_button2{
  margin-top: 5px;
  margin-bottom: 10px;
/*
  font-style:normal;
  color:#ffffff;
  background:#bdbdbd;
  border:0px solid #ffffff;
  text-shadow:0px -1px 1px #222222;
  box-shadow:2px 2px 7px #000000;
  -moz-box-shadow:2px 2px 7px #000000;
  -webkit-box-shadow:2px 2px 7px #000000;
  border-radius:10px 10px 10px 10px;
  -moz-border-radius:10px 10px 10px 10px;
  -webkit-border-radius:10px 10px 10px 10px; */
/*  width:56px; */
/*  padding:5px 22px; */
  cursor:pointer;
  margin:0 auto;
}
#submit_button:active{
cursor:pointer;
position:relative;
top:2px;
}


#hero-header-amp
{
	display: inline;
	font-family: Baskerville;
	font-style: italic;
	color: #8e8c89;
}
#hero-message
{
	font-size: 14px;
	line-height: 1.em;
	margin-bottom: 20px;
	text-align: center;	
	color: #52504d;
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;		
}
#the_comment_column{
   margin-bottom:30px;
}
#kcontainer{
   text-align:center;	
   margin-left:0%;
}
.pagination {
	float:none;
}
/* Common */

#comment_header {
  font-family: 'Lato', sans-serif;
  font-size: 1.0em;
  color: #444;
  line-height: 1.0em;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 28%;
}

.bubbledLeft,.bubbledRight{
	z-index: 0;
	position: relative;
	margin-top: 3px;
	max-width: 80%;
	clear: both;
  font-family: 'Lato', sans-serif;
  font-size: 1.0em;
  line-height: 1.1em;
  font-weight: 400;
}

.bubbledLeft p,.bubbledRight p{
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 10px;
  font-size: 1.1em;
  line-height:1.2em;
  font-weight: 400;
}

.bubbledLeft{
	float: left;
	margin-right: auto;
	padding: 4px 10px 4px 15px; /*position within the border*/
  font-weight: 300;
}

.bubbledLeft::before{
	z-index: -5;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	content: "";

	border-width: 8px 10px 8px 17px; 
/*	border: 1em solid transparent; */ /* or other fallback color */
	-webkit-border-image: url(../img/speech_bubble_left_2.png) 8 10 8 17 stretch stretch;
	-moz-border-image: url(../img/speech_bubble_left_2.png) 8 10 8 17 stretch stretch;
	-o-border-image: url(../img/speech_bubble_left_2.png) 8 10 8 17 stretch stretch;
	border-image: url(../img/speech_bubble_left_2.png) 8 10 8 17 fill stretch stretch;
	border-style:solid;
	
	margin-left: 10px;
}

.bubbledRight{
	float: right;
	margin-left: auto;
	text-align: right;
  color: #ffffff;
	padding: 4px 15px 4px 10px; /*position within the border*/	
  font-weight: 100;
}

.bubbledRight::before{
	z-index: -5;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	content: "";

	border-width: 8px 17px 8px 10px; 
/*	border: 1em transparent; */ /* or other fallback color */
	-webkit-border-image: url(../img/speech_bubble_right_2.png) 8 17 8 10 stretch stretch ;
	-moz-border-image: url(../img/speech_bubble_right_2.png) 8 17 8 10 stretch stretch ;
	-o-border-image: url(../img/speech_bubble_right_2.png) 8 17 8 10 stretch stretch ;
	border-image: url(../img/speech_bubble_right_2.png) 8 17 8 10 fill stretch stretch;
	border-style:solid;
	
	margin-right: 10px;
}

body .modal {
    /* new custom width */
    width: 700px;
    /* must be half of the width, minus scrollbar on the left (30px) */
    margin-left: -280px;
}