/*  
Theme Name: Cristianos por Chile
Theme URI: http://cristianosporchile.cl
Description: Cristianos por chile
Author: Alvaro Véliz
Author URI: http://alvaroveliz.cl/
Version: 2.0
Tags: enterprise
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

body {
	background: #eee;
	color: #484848;
	margin-top:5px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
h1, h2 {
	text-transform:uppercase;
}
label {
	width: 200px;
}
#logo {
	background: url(images/head_logo.png) no-repeat;
	height: 150px;
}
#logo h1 {
	margin-top: 120px;
}
#big-text {
	padding: 32px 16px 0 16px;
	background: #A90B0B;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:30px;
	margin-top:10px;
}
#big-text  {
	color:#fff;
	text-transform:uppercase;
	line-height:100%;
}

#big-text .second-text {
	color:#CFB5B5;
}

.menu ul, .community {
	margin: 0;
	padding: 0;
	float: right; 
}
.menu ul li, .community {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left; 
}

.menu ul li a {
	padding: 5px;
	border: 2px solid #ddd;
	display: block;
	margin-right: 10px;
	text-decoration: none; 
	color: #444;
	background: #ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight: bold;
	font-size: 20px;
}
.menu ul li a:hover , .menu ul li.current_page_item a{
	border: 2px solid #A90B0B;
	background: #A90B0B;
	color: #fff; 
}
a:link , a:visited, a:active, a:focus {
  text-decoration: none;
  color: #484848; 
}
a:hover {
  text-decoration: underline;
  color: #000; 
}

#follow-us {
	text-align: center;
}
#follow-us a {
	background-color: #444444;
}

#invitados ul li {
	list-style: none;
	font-size: 16px;
}

#youtube {
	text-align: center;
}

#news ul { 
	margin: 0;
	padding: 0;
	float: left; 
}
#news ul li {
	list-style: none;
	color: #666;
}

#content .post {
	
}
ol.commentlist {
}

ol.commentlist  li {
	list-style: none;
}

ol.commentlist li.even, .commentlist li.odd {
	padding: 4px;
}

.commentlist li.even {
	background-color: #DFDFDF;
}

.comment-body p {
	font-size: 16px;
	color: #000;
}
.comment-meta {
	font-size: 12px;
	color: #eee;
}

.community li img, .commentlist li .avatar{
	vertical-align: middle;
}

#footer {
	background-color: #DFDFDF;
}

.logos {
	text-align: center;
	padding: 10px;
}
.logos a img {
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: middle;
}
.centered {
	text-align: center;
}

#paypal input {
	border:0px;
}

