/*
	Theme Name: Pinbin_child
	Template: pinbin
*/


/* ======================================= */
@import url('../pinbin/style.css');
/* ======================================= */


/* ============= */
/* ## Changed ## */
/* ============= */

#header {
/* ##changed padding-bottom: 95px; */
  padding-bottom: 50px;
}

/* ==================== */
/* ## Override & Add ## */
/* ==================== */

/* keep .site-footer */
.post-prev,
.post-next,
.pinbin-meta,
.pinbin-date,
.pinbin-category,
.pinbin-link
{
  display: none;
}


.type-post,.type-page,.type-attachment {
  width: 97%;
  background: #fff;
  margin-right: 10px;
  margin-top: 15px;
  float: none;
}


blockquote {
  font-size: 2em;
  line-height: 23px;
  color: #111;
  margin-left: 20px;
  border-left: 5px solid #999; /* 1px dotted #999 */
  padding-left: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Fonts */
p {
  font-size: 14px; /* 13px */
  color: #454545;
  line-height: 24px; /* 24px */
  padding-top: 8px;
  padding-bottom: 8px;
}

h1,h2,h3,h4,h5 {
  color: #777;
}
h1 {
  font-size: 22px; /* 36px */
  line-height: 46px;
  padding-bottom: 5px;
  padding-top: 5px;
}
h2 {
  font-size: 20px;
  line-height: 32px;
}
h1,h2 {
  font-weight: 700;
  color: orange;
}
h2 a.front-link {
  color: orange; /* color: #777; */
}


/* Added */

.setalignleft {
   text-align: left;
   float: left;
   margin-left: 44px; /* 45px */
   margin-top: 5px;
}
.setalignright {
   text-align: right;
   margin-right: 43px; /* 82px */
   margin-top: 5px;
}
.setalignright2 {
   text-align: right;
   margin-right: 15px;
   margin-top: 3px;
}
.titlebar {
   margin-left: 0px;
   width: 100%;
   background-color: white;
   color:gray;
   font-weight:bold; padding:0.1em;
}
.fontitalic {
font-style: italic;
}
p.linegreen {
   border-bottom: 3px double green;
}
hr {
border: 1px white solid;
background-color: white;
height: 10px;
margin-right: 0px;
}
.effect1{
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}
.littletopmargin {
   margin-top: 3px;
}
.littletopmarginmore {
   margin-top: 15px;
}
.littletopmarginminus {
   margin-top: -3px;
}
.leftmarginzero {
   margin-left: 0%;
}
.leftmarginnone {
   margin-left: none;
}
.lineheight {
   line-height:150%;