/* @override http://twittpalma.com/wp-content/themes/prologue/style.css */

/*  
Theme Name: Prologue
Version: 1.4.1
Author: Joseph Scott and Matt Thomas, Automattic
Author URI: http://automattic.com/
Tags: blue, two columns, fixed width, custom header, microblog
Description: A group blog theme for short update messages, inspired by Twitter.
*/

/* The Reset ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,strong,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }
/* -------------------------------------------- */
body {
	font-size: 62.5%;
	background: #fff;
	font-family: "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
	background:#FFD083 url(i/back-twittpalma.png) repeat-x scroll left top
}
a {
	font-weight: bold;
	color: #1D81C3;
}
a:hover {
	border-bottom: 1px solid #bbb;
	color: #68a;
}
a:active {
	color: #468;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	border-left: 1px solid #ddd;
	padding-left: 8px;
	font-style: italic;
	color: #888;
}
#wrapper {
	width: 960px;
	margin: 0 auto;


}

#head {
	min-height:375px;
}

#head .box {
	min-height:210px;
}


#container {
background-color: #FFFFFF;
}

#ribbon  {
background:url("i/tweet-this.png") no-repeat scroll 0 0 transparent;
border:0 none;
display:block;
height:116px;
left:0;
position:absolute;
top:0;
width:116px;
}
#header_img {
	width:100%;
	text-align:left;
	background-image: url(i/back-header.png);
}
#header_img a:hover {
	border-bottom: 0;
}
#sidebar {
	width: 240px;
	float: left;
	color: #555;
	background: #FFE8C3;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius: 5px;
	border-left: 1px solid #c38c0f;


}
#sidebar ul li p {
	font-size: 8pt;
	line-height: 1.4em;
}
h1 {
	font-size: 1.6em;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #8A6B38;
}

h3 {
	font-size: 1.3em;
	color: #8A6B38;
}

h1 a {
	font-weight: normal;
}
#s {
	width: 140px;
}
.blogroll {
list-style-image:none;
list-style-position:outside;
list-style-type:square;
margin-left: 25px;
float:left;
}
#postbox {
	background: #DFEEF6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
#postbox form {
	padding: 22px 0 22px 22px;
}
#postbox textarea#posttext {
	width: 558px;
	height: 50px;
	border: 1px solid #c6d9e9;
	margin-bottom: 10px;
	padding: 2px;
	}
#postbox label {
	color: #556677;
	display: block;
	font-size: 1.2em;
	margin-bottom: 4px;
	margin-left: 70px;
	font-weight: bold;
}
#postbox input#tags {
	font-size: 1.2em;
	padding: 2px;
	border: 1px solid #c6d9e9;
	width: 402px;
	margin-left: 70px;
}
#postbox input#submit {
	font-size: 1.2em;
	margin-left: 20px;
}
#userpage #main ul,
#postpage #main ul {
	margin-left: 0;
}
#userpage #sidebar,
#postpage #sidebar {
	margin-top:8px;
}

#footer {
	background: #fff;
	clear:left;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	padding: 10px 15px;
	min-height:175px;
	margin-bottom: 30px;
	float:left;
	width:100%;
}
#main {
	width: 675px;
	padding: 22px;
	float: left;
	background: #fff;
	margin-bottom:12px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius: 5px;
}
#main .wp-smiley {
	border: none;
}

#main ul {
	list-style: none;
	margin-top: 16px;
	margin-left: 5px;
}
#main h2 {
	margin-top: 4px;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #555;
}
h4 {
	font-size: 1.4em;
	color: #777;
	font-weight: bold;
}
#postbox img.avatar {
	float: left;
	margin-top: 19px;
	margin-right: 13px;
	margin-left: 0px;
	padding: 3px;
	border: 1px solid #c6d9e9;
	background: #fff;	
}
#sidebar ul li#authors ul li img.avatar {
	clear: both;
	margin: 0 3px 0 0;
	padding: 3px;
}
#sidebar ul li#authors, #sidebar ul li#authors ul li {
	border: none;
}
img.avatar {
	float: left;
	margin-right: 12px;
	margin-left: -70px;
	padding: 3px;
	border: 1px solid #ddd;
}
#main ul li {
	overflow: visible; 
	margin-bottom: 1.5em;
/*	border-bottom: 1px solid #ddd; */
}
.postcontent {
width:680px;
}
.bottom_of_entry {
	border-top: 1px solid #ddd; 
	clear: both;
	margin: 0;
	padding: 0;
}
h2 img {
	vertical-align: middle;
	margin-right: 12px;
}
#main p img {
	vertical-align: top;
	padding: 2px;
	border: 1px solid #eee;
	margin-right: 8px;
}
#main h3 {
	font-size: 1.8em;
        font-weight:bold;
}
#main p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: .7em 0;
	color: #555;
}
#main ul#comments {
	margin-left: 52px;
}
#main ul#comments img.avatar {
	margin-left: -52px;
	margin-right: 12px;
}
#main form {
	margin-top: 10px;
}
#main textarea {
	width: 460px;
}
#main input {
	margin: 4px 0;
}
#main .meta {
	font-size: 1.1em;
	margin: 0 0 1.5em 0;
	color: #666;
}
#main p.meta {
	font-size: 1em;
	color: #555555;
}
h2 .rss {
	float: none;
	background: url(i/feed12x12.png) center left no-repeat;
	padding-top: 0;
	padding-left: 16px;
}
.rss {
	float: right;
	background: url(i/feed.png) bottom left no-repeat;
	padding-left: 14px;
	font-size: 0.8em;
	font-weight: normal;
	padding-top: 4px;
	line-height: 1em;
}
.allrss {
	background: url(i/feed.png) center left no-repeat;
	padding-left: 14px;
}
#sidebar a:hover {
	border-bottom: none;
}
#sidebar ul {
	list-style: none;
	font-size: 1.3em;
	margin-bottom: 22px;
	color: #888;
}
#sidebar ul li {
	clear: both;
	padding: 4px 0;
}
#sidebar ul li.credits {
	margin-top: 1.5em;
	font-size: .9em;
	color: #555;
	border-bottom: none;
}
#sidebar ul h2 {
	font-size: 1.384em;
	margin-bottom: 7px;
}
#sidebar ul ul {
	font-size: 1em;
}

#wpstats {
	position: relative;
	margin-top: 30px;
}
#main ul,
#main .post ul {
	list-style: none;
	margin-top: 16px;
	margin-left: 5px;
}
#main ul ul,
#main .post ul {
	margin-left: 18px;
	list-style: disc;
}
#main ul ul ul,
#main ul ol ul,
#main .post ul ul,
#main .post ol ul {
	margin-top: 0;
}
#main ol,
#main .post ol {
	margin-top: 16px;
	margin-left: 18px;
	list-style: decimal;
}
#main ol ol,
#main .post ol ol {
	margin-top: 0;
}

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.mini_container {
	background-color:#FFE8C3 !important;
}
@font-face {
	font-family: 'ChickensRegular';
	src: url('fonts/CHICKENS.eot');
	src: local('fonts/Chickens Regular'), local('Chickens'), url('fonts/CHICKENS.ttf') format('truetype');
}

#searchform label {
	font-family: 'ChickensRegular',Helvetica,Arial,Geneva,sans-serif;
	text-shadow:#DDDDFF 2px 2px;
	color:#1D81C3;
	font-size:1.6em;

}
#sidebar h1 {
	font-family: 'ChickensRegular',Helvetica,Arial,Geneva,sans-serif;
	text-shadow:#DDDDFF 2px 2px;
	color:#1D81C3;
	margin-left:10px;
}
.calendar {
	background-color: #FFFFFF;
	border: #888888 1px solid;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;

	margin:15px;
}

.calendar h1 a {
	font-family: 'ChickensRegular',Helvetica,Arial,Geneva,sans-serif;
	text-shadow:#DDDDFF 2px 2px;
}

.mini_keyword  {
	display:none;

}



#navigation {
background-color:#FFFFFF;

width: 100%;
padding: 8px 0px;
min-height:25px;
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
margin-bottom: 20px;

}
#navigation a {
color:#006EB9;
padding:3px 6px;
}

#navigation a:hover {
	background-color:#009EE0;
	-moz-border-radius:5px;
	color:#FFFFFF;
}

.page_item {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color:white;
	float:left;
	font-size:14px;
	padding:2px 20px 3px;
	text-align:left;
	margin-bottom:5px;

list-style: none;
}
.page_item ul li {
	list-style: none;

}

.page_item a {
	color:white;
	margin-left:10px;

}
.foot {
	float:left;
	margin-right:10px;
}

.foot li {
	list-style:none;
}
#sponsor {
	margin-top: 235px;
	margin-right: 20px;
	float: right;
	width: 150px;	
	z-index:-1;
	color: white;
}
.post .entry {
font-size:1.0em;
}
.entry .fbconnect_share {
border-style:none;
}
#wrapper .column {
min-height:210px;
}
#sidebar .calendar .confirmado {
font-size:14px;
}
#sidebar .calendar .date {
color:#333333;
font-size:12px;
text-align:left;
}
#main #post {
border-bottom:1px dotted #C38C0F;
clear:both;
display:inline-block;
margin-bottom:30px;
padding-bottom:20px;
}

#footer #wp125adwrap_1c .wp125ad {
float:left;
margin:10px;
}
