/*  
Theme Name: Turpial
Theme URI: http://www.turpial.com.ve
Description: Tema wordpress para Turpial.
Version: 1.0
Author: Eleazar Meza
Author URI: http://twitter.com/elshaka/

*/

/* Principal */

body {
    font-family: 'helvetica neue','helvetica-neue',helvetica,arial,sans-serif;
    background: #ddd;
}

a {
    color: #006c12;
    text-decoration: none;
}

a img {
    border: 0;
}

pre, code {
    max-width: 600px;
    padding: 5px;
    margin-bottom: 10px;
    color: #333;
    background: #ddd;
}

p {
    text-align: justify;
}
.entry ul li {
    font-size: 12px;
    list-style-type: circle;
    color: #333;
    list-style-position: outside;
    margin-left: 25px;
    line-height: 18px;
}

#header {
    background: url("images/header-background.png") repeat-x;
}

#header .wrapper {
    position: relative;
}

#logo {
    float: left;
}

#twitter-button {
    position: absolute;
    top: 8px;
    right: 0px;
}

#menu {
    overflow: auto;
    float: left;
    margin-top: 15px;
}

#menu li {
    float: left;
    text-transform: lowercase;
}

#menu ul, li {
    list-style-type: none;
}

#menu a {
    font-size: 13px;
    color: white;
    display: block;
    margin-right: 15px;
    margin-top: 2px;
}

#main {
    background: #999 url('images/main-background.png') repeat-x;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#description {
    position: relative;
    height: 300px;
}

#description-text {
    position: absolute;
    top: 15px;
    left: 15px;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

#screenshot {
    position: absolute;
    left: 90px;
    bottom: 0px;
}

#logo-big {
    position: absolute;
    left: 270px;
    bottom: 0px;
}

#download {
    background: rgba(0,0,0,0.5);
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
}

#download h1 {
    color: white;
    font-weight: bold;
    font-size: 26px;
    font-style: normal;
    letter-spacing: -1px;
    text-shadow: 0 3px 3px #333333;
}

#download-button {
    color: white;
    letter-spacing: normal;
    background: url("images/download-button.png") no-repeat;
}

#download-text {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 1px 1px #336633;
}

#version-text {
    font-size: 14px;
}

#description-text {
    font-size: 14px;
    color: white;
}

.button {
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    background: #9b9b9b url("images/button-background.png") repeat-x;
}

.button-title {
    display: block;
    color: white;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 15px;
    margin-bottom: 8px;
}

.button-text {
    display: block;
    color: white;
    font-size: 13px;
}

.button img {
    border: 0;
}

.button:hover {
    text-shadow: 3px 3px 5px #555;
    overflow: hidden;
}

#features {
    background: #e73690 url("images/button-bg-features.png") repeat-x;
}

#faqs {
    background: #52b9be url("images/button-bg-faqs.png") repeat-x;
}

#colaborate {
    background: #e73690 url("images/button-bg-colaborate.png") repeat-x;
}

#blog-feed {
    background: #333;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
}

#blog-feed h1 {
    color: #777;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 15px 0 0 15px;
}

#blog-posts {
    margin: 0 20px 20px 30px;
    color: white;
}

.blog-post {
    overflow: auto;
    border-bottom: solid 1px #444;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.blog-post h2 a {
    font-size: 24px;
    color: white;
}

.blog-post p {
    color: #ccc;
    font-size: 12px;
}

.blog-post .more a {
    color: #fff;
    font-weight: bold;
}

.blog-post .date {
    font-size: 12px;
    float: right;
}

#blog-posts > a {
    color: white;
    font-size: 18px;
}

#footer {
    color: white;
    background: #666 url("images/footer-background.png"); 
}

#footer-content {
    padding-top: 30px; 
    overflow: auto;
    width: 380px;
    margin: 0 auto;
}

#app-icon {
    float: left;
    padding-right: 20px;
    border-right: solid 1px gray;
}

#copyright {
    float: left;
    margin-left: 20px;
    padding-top: 20px;
}

#copyright p {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

#copyright p img {
    margin-right: 15px;
}

/* Blog */

.post {
    background: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px;
}

.post h2 a {
    color: #006c12;
    font-size: 24px;
}

.post-metadata {
    color: #333;
    font-size: 12px;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bbb;
}

.entry p {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #333;
}

.entry ul, .entry ol {
    margin-bottom: 10px;
    line-height: 20px;
}

.comments-info {
    text-align: right;
}

.navigation {
    background: #444;
    padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
}

.navigation a {
    color: white;
    font-size: 15px;
}

#searchtext {
    width: 200px;
}

#sidebar {
    width: 295px;
    color: #333;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#sidebar ul {
    margin: 15px;
}

.widget {
    margin-top: 10px;
}

.widget h2 {
    padding-bottom: 5px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.widget li {
    font-size: 13px;
}
.widget a {
    font-weight: bold;
}

/* Imágenes */

.entry .aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.entry .wp-caption-text {
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #bbb;
}

.entry p img, #page-content p img {
	padding: 0;
	max-width: 100%;
}

.entry img.aligncenter, #page-content img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #bbb;
}

.entry img.alignright, #page-content img.alignright {
	padding: 4px;
	margin: 0 0 7px 7px;
	display: inline;
	border: 1px solid #bbb;
}

.entry img.alignleft, #page-content img.alignleft {
	padding: 4px;
	margin: 0 7px 7px 0;
	display: inline;
	border: 1px solid #bbb;
}

.entry .alignright, #page-content .alignright {
	float: right;
}

.entry .alignleft, #page-content .alignleft {
	float: left;
}
/* Fin imágenes */

/* Comentarios */

#comments {
    font-size: 18px;
    text-align: right;
}

.comments-template{
	margin: 10px 0 0;
	background: #eee;
	padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;    
}

.comments-template ol{
    margin-top: 10px;
    padding: 10px 10px 1px 10px;
    list-style: none;
    background: #fff;
}

.comments-template ol li{
    margin-bottom: 10px;
    line-height: 18px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    overflow: auto;
}

.comments-template h2 {
    font-family: Georgia, Sans-serif;
    font-size: 16px;
}

.commentgravatar {
    float: left;
    margin-right: 10px;
}

.commentcontent {
    float: left;
    width: 450px;
}

.commentcontent p {
    color: #333;
    font-size: 13px;
}

.commentmetadata, .commentmetadata a {
    font-size: 12px;
    color: #555;
    margin-bottom: 5px;
}

.comments-template h3 {
    margin: 10px 0;
    font-size: 16px;
}

.comments-template p.nocomments{
    padding: 0;
}

.comments-template textarea{
    width: 450px;
	font-size: 12px;
    border: 1px solid #ccc;
}

.comments-template input {
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

#comment-button {
    padding: 3px;
    background: #006c12;
    color: #fff;
    font-weight: bold;
}

/* Fin comentarios */

/* Páginas */

#page-content {
    margin: 25px 0;
    padding: 15px;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;        
}

#page-content h1 {
    color: #006c12;
    font-size: 30px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bbb;    
}

#page-content h2 {
    margin-bottom: 5px;
}

#page-content h3 {
    margin-bottom: 5px;
}

#page-content p {
    font-size: 13px;
    color: #333;
    margin-bottom: 10px;
}

#page-content ol {
    margin-bottom: 10px;
}

#page-content hr {
    margin: 20px 0;
}
/* Fin páginas */

