/*
Theme Name: mytheme
Theme URI: the-theme's-homepage
Description: a-brief-description
Author: your-name
Author URI: your-URI
Template: twentyeleven
Version: a-number--optional
.
General comments/License Statement if any.
.

#site-title {
     margin-right: 270px;
     padding: 0 0 0 0;
     font-family: calibri;
 }

*/
@import url(../twentyeleven/style.css);

.singular .entry-title {
  color:#111;
  font-size:25px;
  font-weight:bold;
  line-height:25px;
}

.entry-meta a {
  font-weight:bold;
}

a {
  color:#1982D1;
  text-decoration:none;
}

.entry-title {
  color:#222222;
  font-size:20px;
  font-weight:bold;
  line-height:1.5em;
}

.entry-header .comments-link a {
  background-color:#f9f0d8;
  background-image:url(http://www.worldofpineapple.com/wp-content/themes/twentyeleven/images/comment-bubble.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  color:#666666;
  font-size:13px;
  font-weight:normal;
  height:36px;
  line-height:35px;
  overflow:hidden;
  padding:0;
  position:absolute;
  right:0;
  text-align:center;
  text-decoration:none;
  top:1.5em;
  width:43px;
}

#branding .only-search #s {
  background-color:#ffffff;
  border-color:#000000;
  color:#222222;
}

/* Search Form */
#branding #searchform {
	display: none;
}

.wp-caption {
  background-color:white;
  background-position:initial initial;
  background-repeat:initial initial;
  margin-bottom:0em;
  max-width:96%;
  padding:9px;
}

.wp-caption .wp-caption-text, .gallery-caption {
  color:#666666;
  font-family: calibri;
  font-size:14px;
}

#branding img {
  height:73px;
  margin-bottom:0px;
  margin-top:-7px;
  width:100%;
}

#respond {
  background-color:#FFFFFF;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #d39862;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  margin:0 auto 1.625em;
  padding:1.625em;
  position:relative;
  width:68.9%;
}

#respond input[type="text"], #respond textarea {
  -webkit-box-shadow:rgba(204, 204, 204, 0.949219) 0 1px 3px inset;
  background-color:#FFFFFF;
  background-position:initial initial;
  background-repeat:initial initial;
  border:4px solid #d39862;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  box-shadow:rgba(204, 204, 204, 0.949219) 0 1px 3px inset;
  padding:10px;
  position:relative;
  text-indent:80px;
}

#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
  -webkit-box-shadow:rgba(204, 204, 204, 0.796875) 1px 2px 2px;
  background-color:#d39862;
  background-position:initial initial;
  background-repeat:initial initial;
  box-shadow:rgba(204, 204, 204, 0.796875) 1px 2px 2px;
  color:#555555;
  display:inline-block;
  font-size:13px;
  left:4px;
  min-width:60px;
  padding:4px 10px;
  position:relative;
  top:40px;
  z-index:1;
}

.wpp_popup_default_theme .sub_content ul {
display: none;
}