/*
 *  Theme Name: Turpial
 *  Theme URI: http://www.turpial.org.ve
 *  Description: Wordpress theme for Turpial
 *  Version: 3.0
 *  Author: Wil Alvarez
 *  Author URI: http://github.com/satanas
 *
 *  */
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: #262626;
  font-family: Arial, Helmet, Freesans, sans-serif;
}

a {
  color: #006c12;
  text-decoration: none;
}

a img {
  border: 0;
}

p, ol, ul, span {
  color: #555;
  font-size: 15px;
}

h1 {
  margin: 30px 0;
}

h2 {
  margin: 20px 0;
}

hr {
  margin-left: 30px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 10px 0;
  font-size: 13px;
  font-family: 'Inconsolata', monospace;
  line-height: 1.42;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  white-space: pre-wrap;
}

.clearbox {
  clear: both;
}

#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 1000px;
  margin: 0 auto -170px;
  -moz-box-shadow: 0 3px 10px 3px #111;
  -webkit-box-shadow: 0 3px 10px 3px #111;
  box-shadow: 0 3px 10px 3px #111;
}

#page {
  background: #fff;
  padding: 20px 0;
  margin-bottom: 20px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  font-family: 'Open Sans', sans-serif;
}

/* Global header */

#navbar {
  position: fixed;
  top: 0px;
  left:0px;
  width: 100%;
  z-index: 9999;
  background-color: #006c12;
}

#menu {
  background: url('images/logo.png') no-repeat #006c12;
  height: 48px;
  width: 900px;
  margin: 0 auto;
  padding-left: 100px;
}

#menu li {
  float: left;
}

#menu ul, #menu li {
  list-style-type: none;
  height: 100%;
  padding-right: 14px;
}

.menu-item {
  font-size: 15px;
  font-weight: 400;
  text-shadow: 0 1px 1px #000;
  color: #fff;
  display: block;
  text-decoration: none;
  margin-left: 14px;
  margin-top: 14px;
  font-family: 'Ubuntu', sans-serif;
}

.menu-icon {
  float: right;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 8px;
}

.menu-spacer {
  width: 260px;
}

.rss {
  background: url('images/icon-rss.png');
}

.twitter {
  background: url('images/icon-twitter.png');
}

.google-plus {
  background: url('images/icon-google-plus.png');
}

#menu a:hover {
  text-shadow: 0 1px 5px #333;
  color: #fff;
}

#menu a:active {
  margin-top: 15px;
}

#signature {
  position: relative;
  height: 350px;
  background: url('https://lh6.googleusercontent.com/-eBatyMLxE3s/UtgAUJdrGSI/AAAAAAAAACU/spEBtKdhNkw/w1000-h350-no/signature-background.png');
  margin-top: 20px;
}

#signature p {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 400px;
  height: 200px;
  color: #fff;
  text-shadow: black 0 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  margin: -120px 0 0 30px;
  text-align: center;
}

#signature a {
  position: absolute;
  right: 160px;
  bottom: 70px;
  -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
  -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
  box-shadow:inset 0px 1px 0px 0px #f5978e;
  background-color:#d43f3a;
  -webkit-border-top-left-radius:5px;
  -moz-border-radius-topleft:5px;
  border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topright:5px;
  border-top-right-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  -moz-border-radius-bottomright:5px;
  border-bottom-right-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  -moz-border-radius-bottomleft:5px;
  border-bottom-left-radius:5px;
  text-indent:0;
  border:1px solid #d02718;
  display:inline-block;
  color:#ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-size:20px;
  height:60px;
  line-height:60px;
  width:200px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #810e05;
}

#signature a:hover {
  background-color:#c62d1f;
}

#features {
  margin-left: 40px;
  padding-top: 40px;
}

.feature {
  float: left;
  width: 300px;
  margin: 0 10px 30px 0;
  font-family: 'Open Sans', sans-serif;
}

.feature img {
  float: left;
  display: block;
  margin: 10px 10px 0 0;
}

.feature h3 {
  float:left;
  font-weight: 300;
  font-size: 30px;
}

.feature p {
  float:left;
  display: block;
  width: 200px;
  padding-bottom: 8px;
  font-size: 0.75em;
}

/* Ads */

.adsense_container {
  background: #fff;
}

.turpial_adsense_header {
  width: 560px;
  margin: 0 auto;
}

.turpial_adsense_precomment {
  width: 468px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
}

.turpial_adsense_horizontal {
  width: 728px;
  height: 90px;
  margin: 30px auto;
  text-align: center;
}



#posts {
  float: left;
  width: 720px;
}

.post {
  margin-top: 40px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.post .head {
  padding-bottom: 18px;
}

.post .head h2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 32px;
  font-weight: 400px;
  margin: 0 20px;
}

.post .head .metadata {
  display: block;
  height: 14px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 6px;
  margin: 0 20px;
}

.post .head .metadata .date {
  margin-right: 10px;
}

.post .content {
  margin: 0 20px 50px 20px;
}

.post .content p {
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 15px;
}

.post .content p a {
  color: #009f00;
  text-decoration: none;
}

.post .content p a:hover {
  text-decoration: underline;
}

.post .content ul {
  margin: 10px 40px 30px 40px;
}


#latest-news-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 300;
  padding:10px 20px 0 20px;
  margin-bottom: 20px;
  text-align: center;
  border-top: 1px solid #ccc;

}

#latest-news {
  margin: 0 50px;
}

.post-thumbnail {
  float: left;
  position: relative;
  width: 220px;
  height: 165px;
  background-color: #333;
  border: 1px solid #fff;
}

.post-thumbnail .shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 220px;
  height: 165px;
}

.post-thumbnail a {
  position: absolute;
  bottom: 40px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  margin: 0 8px;
  z-index: 1;

}

.post-thumbnail span {
  position: absolute;
  bottom: 0px;
  margin: 5px 10px;
  z-index: 1;
}

.post-thumbnail span p {
  color: #ccc;
  font-size: 11px;
}

#more-news {
  text-align: right;
  padding: 5px 20px;
  font-family: 'Open Sans', sans-serif;

}

#previews {
  margin: 40px;
}

#previews .column {
  float: left;
  width: 450px;
}

#previews .column.left {
  margin-right: 20px
}

.post-preview {
  float: left;
  width: 450px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-family: 'Open Sans', sans-serif;
}

.post-preview h3 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 26px;
  font-weight: 400px;
  margin: 10px 0;
}

.post-preview .metadata {
  display: block;
  height: 14px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}

.post-preview .metadata .date {
  margin-right: 10px;
}

.post-preview p {
  line-height: 26px;
  font-size: 14px;
}

.post-preview .more {
  text-align: right;
  margin-right: 10px;
}

#more-news a:hover {
  text-decoration: underline;
}

.comments-template {
  margin: 0 20px;
}

#wp-page {
  margin: 20px 40px;
}

#wp-page #content h4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 22px;
  margin: 10px 0;
}

#wp-page #content h4 img {
  vertical-align: middle;
}

/* Featured image */

figure {
  position: relative;
  clear: both;
  margin-bottom: 20px;
}

img.featured {
  width: 680px;
}

figcaption {
  position: absolute;
  left: 0px;
  bottom: 4px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  /*box-sizing; border-box;*/
}

.disclaimer {
  font-size: 11px !important;
  color: #999;
}


#footer {
  height: 170px;
  width: 100%;
  background: url('images/footer-background.png') center repeat-x #262626; 
}

#footer p {
  color: #fff;
  font-size: 13px;
}

#footer, .push {
  height: 170px;
}

#footer-content {
  width: 900px;
  margin: 0 auto;
  padding-top: 90px;
}

#footer-copyright {
  float: left;
  width: 500px;
}

#footer-copyright img {
  float: left;
  padding-right: 10px;
}

#footer-copyright p {
  padding-top: 20px;
}

#footer-icons {
  float: right;
}

#footer-icons a {
  color: white;
  font-size: 12px;
  line-height: 40px;
  padding-left: 10px;
  vertical-align: top;
}

#navigation {
  margin-top: 30px;
}

#navigation p {
  text-align: center;
}
#navigation a {
  background: url('images/post-metadata-background.png') bottom repeat-x #73d216;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
  margin-left: 10px;
  padding: 4px 6px;
  -moz-border-radius: 5px;
  border-radius: 5px;  
}

/* Sidebar */

#sidebar {
  float: right;
  width: 265px;
  margin-top: 30px;
}

#sidebar ul {
  margin-left: 0px;
}

#sidebar ul li {
  list-style-type: none;
}

#sidebar .widget {
  font-size: 14px;
  margin-bottom: 20px;
}

#sidebar .widget h2 {
  font-size: 18px;
}

#donations h2 {
  font-weight: 300;
  margin: 0 80px;
}

#donations .method {
  float: left;
  width: 200px;
  height: 160px;
  border-radius: 4px;
  text-align: center;
  margin: 20px 60px;
  padding: 20px;
}

#donations h4 {
  text-align: center;
}


/* Imágenes */
/*
.post .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  font-weight: bold;
  font-size: 10px;
  text-align: center !important;
  padding-bottom: 0px !important;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.post p img, #page-content p img {
	padding: 0;
	max-width: 100%;
}

.post img.aligncenter, #page-content img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post img.alignright, #page-content img.alignright {
	padding: 4px;
	margin: 0 0 7px 7px;
	display: inline;
}

.post img.alignleft, #page-content img.alignleft {
	padding: 4px;
	margin: 0 7px 7px 0;
	display: inline;
}

.post .alignright, #page-content .alignright {
	float: right;
}

.entry .alignleft, #page-content .alignleft {
	float: left;
}
*/
/* Fin imágenes */

/* Widget búsqueda */
/*
.widget_search .screen-reader-text {
	display:none;
}

#s {
  width: 180px;
  height: 20px;
}

#searchsubmit {
  padding: 3px;
}
*/
/* Fin Widget búsqueda */
