/*
Theme Name: CompostLive
Theme URI: http://compostlive.com/
Description: Theme to Compostadores
Version: 1
Author: Juan Ramon Diaz
Author URI: http://jotade.es/
*/



/* Begin Typography & Colors */
body {
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 62.5%;
    line-height: 1.5;
    text-align: center;
    color: #383838;
    background: #000 url(images/fondo_compostlive.jpg) center top no-repeat;
    padding-top: 188px;
    padding-bottom: 15px;
}

#page {
    background:#F2F2F2 none repeat scroll 0 0;
    text-align: left;
}

#header {
    height:171px;
    background:url("images/encabezado_compostlive.png") repeat-x;
}

#headerimg 	{
    width:966px;
    text-align:center;
    margin:auto;
    display:inline;
}

#content {
    font-size: 1.2em;
}

.widecolumn .entry p {
    font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.4em;
}

.widecolumn {
    line-height: 1.6em;
}

.narrowcolumn .postmetadata {
    text-align: center;
}

.thread-alt {
    background-color: #f8f8f8;
}
.thread-even {
    background-color: white;
}
.depth-1 {
    border: 1px solid #ddd;
}

.even, .alt {

    border-left: 1px solid #ddd;
}

#footer {
    background:url("images/footer_compostlive.png") repeat-x;
}

small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
}

h1, h2, h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
}

h1 {
    font-size: 4em;
    text-align: center;
}
/*
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
*/
h2 {
    font-size: 1.6em;
}

h2.pagetitle {
    font-size: 1.6em;
}

h3 {
    font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
    text-decoration: none;
    color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
    text-decoration: none;
}

.entry p a:visited {
    color: #b85b5a;
}

.sticky {
    background: #f7f7f7;
    padding: 0 10px 10px;
}
.sticky h2 {
    padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
    font-size: 1em;
}

.commentlist li {
    font-weight: bold;
}

.commentlist li .avatar { 
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

#commentform p {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
    font-weight: normal;
}

#sidebar {
    font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
    color: #06c;
    text-decoration: none;
}

a:hover {
    color: #147;
    text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
    margin: 0;
    padding: 0;
}

#page {
    margin: auto;
    padding: 0;
    text-align:center;
    width:980px;
}
/*
#header {
	background: url("images/back_header.jpg") repeat-x;
	height: 171px;
	}

#headerimg {
	margin: 0;
	}
*/
.narrowcolumn {
    float: left;
    margin-left: 10px;
    width: 700px;
}

.widecolumn {
   float: left;
    margin-left: 10px;
    width: 700px;
}

.post {
    margin: 0 0 40px;
    text-align: justify;
}

.post hr {
    display: block;
}

.widecolumn .post {
    margin: 0;
}

.narrowcolumn .postmetadata {
    padding-top: 5px;
}

.widecolumn .postmetadata {
    margin: 30px 0;
}

.widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
    text-align: center;
    margin: 5px 0px;
}

.postmetadata {
    clear: both;
}

.clear {
    clear: both;
}

#footer {
    padding: 0;
    margin: 0 auto;
    /*width: 760px;*/
    clear: both;
}

#footer p {
    margin: 0;
    padding: 20px 0;
    text-align: center;
}
/* End Structure */



/*	Begin Headers */
h1 {
    padding-top: 70px;
    margin: 0;
}

h2 {
    margin: 10px 0 0;
}

h2.pagetitle {
    margin-top: 30px;
    text-align: center;
}

#sidebar h2 {
    margin: 5px 0 0;
    padding: 0;
}

h3 {
    padding: 0;
    margin: 30px 0 0;
}

h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
    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;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
}

html>body .entry li {
    margin: 7px 0 8px 10px;
}

.entry ul li:before {
    content: "\00BB \0020";
}

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom:0px;
}

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
}

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
    list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#search-3 h2{
    text-align:left;
}

#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: left;
}

#sidebar #searchsubmit {
    padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
              text-align:center;
}

select {
    width: 130px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform {
    margin: 5px 10px 0 0;
}
#commentform textarea {
    width: 100%;
    padding: 2px;
}
#respond:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#respond {
    margin:auto;
    width:600px;
    text-align:left;
}

#commentform #submit {
    margin: 0 0 5px auto;
    float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
    margin: 0;
    padding: 10px;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    width:600px;
    margin:auto;
    margin-bottom: 15px!important;
    padding: 5px 5px 10px 10px;
    list-style: none;

}
.commentlist li ul li { 
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
    float:right;
    padding: 20px 0 10px 0;
    margin-right: 20px;
    width: 230px;
}

#sidebar form {
    margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
                            background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.screen-reader-text {
    position: absolute;
    left: -1000em;
}

hr {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.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;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

#copyright {
    width:916px;
    text-align:left;
    margin:auto;
    padding-top:66px;
}

#facebook {
    background:url("images/fondo_pagina_fan_com.png") no-repeat;
    /*width:690px;*/
    height:519px;
    padding-top:4px;
    padding-left:0px;
    margin-left:20px;
}

ol, ul {
    list-style: none;
}

#blog-content .hentry {
    background:#fafafa url(images/bg-blog_post.gif) left top no-repeat;
    margin-bottom:18px;
    margin-left: 20px;
    padding-bottom: 16px;
    overflow:hidden;
    /*height:1%;*/
    width: 680px;
}

#blog-content .hentry .left {
    float:left;
    margin:16px 16px 0 15px;
    display:inline;
    width:250px;
}
#blog-content .hentry .left img {
    border:1px solid #fff;
    border-width: 1px 0 0;
    display:block;
}
#blog-content .hentry .left ul {
    background:#e2e1e0 url(images/bg-info.gif) left top repeat-x;
    border:1px solid #e6e5e5;
    overflow:hidden;
    margin-top:8px;
    /*height:1%;*/
}
#blog-content .hentry .left ul li {
    float:left;
    height:23px;
    padding-top: 6px;
}
#blog-content .hentry .left ul li a {
    float:left;
    height:17px;
    width:17px;
    line-height: 17px;
    margin:0 0 0 16px;
    text-indent:-9999px;
    background-position:left top;
}

.hentry .left ul li a.meneame {
    background:url(images/ic-meneame.png) no-repeat;
}

.hentry .left ul li a.delicious {
    background:url(images/ic-delicious.png) no-repeat;
}

.hentry .left ul li a.facebook {
    background:url(images/ic-facebook.png) no-repeat;
}

.hentry .left ul li a.twitter {
    background:url(images/ic-twitter.png) no-repeat;
}

.hentry .left ul li a.buzz {
    background:url(images/ic-buzz.png) no-repeat;
}

#blog-content .entry-wrapper{
    height: 229px;
    width: 381px;
    overflow: hidden;
}

#blog-content .entry-title {
    font-size:2em;
    font-weight:normal;
    /*padding-top:10px;*/
    text-align:left;
}
#blog-content .entry-title a{
    color: #383838 !important;
}
#blog-content .entry-title a:hover{
    color: #1e1e1e !important;
}
#blog-content .hentry .category {
    color:#4C7B9E;
    /*margin-top:-8px;*/
    font-weight:normal;
}
#blog-content .entry-content {
    margin-top:20px;
    text-align:justify;

}
#blog-content .entry-content h2{
    font-size: 1.6em;
    padding: 5px 0;
}
#blog-content .entry-content h3{
    font-size: 1.3em;
    padding: 3px 0;
}
#blog-content .entry-content h3 a{
    color:#383838;
}

#blog-content .entry-details .entry-content {
    padding-left: 15px;
}
#blog-content .entry-details{
    padding-bottom: 0px !important;
    border-bottom: 1px solid #fff;
}
#blog-content .entry-content img{
    border: none;
}
#blog-content .entry-content p {
    margin-bottom:17px;
    font-size: 13px;
    margin-right:17px;
}
#blog-content .info {
    background:#e2e1e0 url(images/bg-info.gif) left top repeat-x;
    margin-left:282px;
    margin-right:17px;
    border:1px solid #e6e5e5;
    font-size:1.1em;
    padding: 5px 8px 4px 8px;
    position:relative;
    height: 20px;
}
#blog-content .info a {
    color:#7d7d7d;
    float: left;
}
#blog-content .info a:hover {
    color:#636363;
}
#blog-content .info .keep_reading {
    background:url(images/bg-keep_reading.gif) right 50% no-repeat;
    float: right;
    padding-right:15px;
}

#sidebar h2{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(images/bg-other_posts-title.gif) repeat-x scroll left top;
    border-bottom:1px solid #FFFFFF;
    border-top:1px solid #E5E5E5;
    font-size:1.3em;
    font-weight:bold;
    height:29px;
    line-height:29px;
    overflow:hidden;
    position:relative;
    text-indent:19px;
    text-transform:uppercase;
    width:227px;
}

.ul-sidebar {
    border-bottom:1px solid #FFFFFF;
    border-left:1px solid #FFFFFF;
    border-right:1px solid #FFFFFF;
    /*border: 1px solid #FFFFFF;*/
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#EAE9E9 url(images/bg-other_posts-list.gif) repeat-x scroll left top;
}

.post-populares {
    text-align:left;
}

.post-populares ul {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#EAE9E9 url(images/bg-other_posts-list.gif) repeat-x scroll left top;
    padding-bottom:25px;
    padding-top:10px;
}

.post-populares ul li {
    font-size:1.1em;
    position:relative;
    background:#EAE9E9 url(../images/bg-other_posts-list.gif) repeat-x scroll left top;
}

.post-populares ul li a{
    color:#555;
    display:block;
    padding: 6px 10px 4px 14px;
    background: url(images/bg-other_posts-item-popular.gif) left bottom no-repeat;
    text-decoration:none;
    height:21px;
}

.post-populares ul li a:hover {
    margin-top: -1px;
    padding-top: 7px;
    background:#d2d2d2 url(images/bg-other_posts-item-popular.gif) left bottom no-repeat;
    height:21px;
}

.post-populares h2 {
    margin-bottom:12px!important;
}
/********************/

#categories-3 {
    text-align:left;
    /*padding-top:20px;*/
}

#categories-3 ul {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#EAE9E9 repeat-x scroll left top;
    padding-bottom:20px;
    padding-top:10px;
}

#categories-3 ul li {
    font-size:1.1em;
    position:relative;
    background:#EAE9E9 repeat-x scroll left top;
}

#categories-3 ul li a{
    color:#555;
    display:block;
    padding: 6px 10px 4px 37px;
    background: url(images/bg-other_posts-item.gif) left bottom no-repeat;
    text-decoration:none;
    height:21px;
}

#categories-3 ul li a:hover {
    margin-top: -1px;
    padding-top: 7px;
    background:#d2d2d2 url(images/bg-other_posts-item.gif) left bottom no-repeat;
    height:21px;
}

/******/

#sidebar #searchform #s {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(images/bg_input_search.png) no-repeat scroll left top;
    border:medium none;
    height:13px;
    margin-left:10px;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    padding:3px 6px 4px;
    width:147px;
}

#sidebar #searchform #s:focus,#sidebar #searchform #s.focus{background-position:0 -25px!important;color:#000!important;}

.flickr {
    margin: auto;
    margin-top: 15px!important;
    margin-bottom: 0px!important;
}

.send_flickr {
    padding-top:25px;
    padding-bottom: 25px;
    padding-left: 50px;
    text-align: left;
}

.fmflickr {
    padding-top: 15px;
}

#fmflickr {
    -moz-border-radius-bottomleft:12px;
    -moz-border-radius-bottomright:12px;
    -moz-border-radius-topleft:12px;
    -moz-border-radius-topright:12px;
    margin-top:10px;
    padding-bottom:15px;
    padding-left:15px;
    padding-right:15px;
    width:380px;
    border: 1px solid #b5b4ae;
}

#vote {
    float:left;
    margin-right:10px;
}

#postcomments {
    float:right;
}

#contacta h1, #terminos h1, #acerca h1, #privacidad h1 {
    font-size:3em;
    color:#707070;
    padding:0px;
    margin:0px;
    text-align:left;
    padding-left:30px;
    padding-top:10px;
}

#contactaform {
    padding-left:30px;
}

#terminoscontent, #acercacontent, #privacidadcontent {
    padding-left:30px;
    padding-right:20px;
    text-align:justify;
}

#sidebar h2 {
    text-align:left;
}

#following {
    margin-top:10px!important;
    margin-left:20px!important;
    margin-bottom:10px!important;
    margin-right:20px!important;
    padding-bottom:30px;
}

#following a, #following a:hover {
    text-decoration:none;
}

#following img {
    padding:0px 10px;
}

#rss-3 ul {
    padding:10px;
    text-align:justify;
    font-size:11px;
}

#rss-3 a, #rss-3 a:hover{
    text-decoration:none;
}

#rss-3 a, #rss-3 a:visited {
    color:#444444;
font-weight: bold;
}

#rss-3 a:hover {
    color:#000000;
}

.rssSummary {
    padding-bottom:5px;
    padding-top:5px;
}

/* Post */

.post-header {
    background: url(images/bkg_dotted.gif) repeat-x 0 100%;
    margin-bottom:10px;
}

.post-header a {
    color: #000000;
    text-decoration: none;
}

.post-header a:hover {
    color: #a20339;
    text-decoration: underline;
}

.post-header .post-date {
    width: 80px; height: 35px;
    padding: 2px 0 0;
    background: url(images/bkg_post-date.gif) repeat-x 0 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1em;
    float:left;
    margin-right:15px;
    line-height:1.2em;
}

.post-header .post-date span {
    float: left;
    margin: 0; padding: 0;
    width: 50%;
    font-size: 2.6em;
    line-height: 0.9em;
}

.post-header .post-title {
    margin: 0; padding: 6px 0;
    font-size: 2em;
    color: #000;
}

.post-header .post-title a {
    color: #000;
}

.post-header .post-title a:hover {
    color: #ed6f29;
    text-decoration: none;
}

.post-header .post-time {
    float: left;
    margin: 0; padding: 6px 0;
    color: #7d7d7d;
}

.post-header .post-comments {
    float: right;
}

.post-header .post-comments a {
    display: block;
    margin: 0; padding: 6px 6px 6px 24px;
    color: #ffb06a;
    text-decoration: none;
    background: url(images/ico_post-comments.png) no-repeat 0 50%;
    font-weight: bolder;
}

.post-header .post-comments a:hover {
    color: #ed6f29;
    text-decoration: none;
}

.entry-content p {
    margin-right:0px!important;
}

.post-social-header {
    float:right;
    background: transparent repeat-x scroll 0 100%;
}

.post-social-twitter{
    float:right;
    margin-top:7px;
    background:transparent;
}

.post-social-facebook {
    float:right;
    margin-right:25px;
    margin-top:6px;
}

.post-social-meneame {
    float:right;
    margin-top:5px;
    margin-right:18px;
    background:url(images/ic-meneame.png) no-repeat 0 50%;
    font-weight:bold;
}

.post-social-meneame a {
    color: #ffb06a;
    text-decoration: none;
    padding-left:20px;
}

.post-social-meneame a:hover {
    color: #ed6f29;
    text-decoration: none;
}

.post-social-like a {
    color: #ffb06a;
    text-decoration: none;
    font-weight:bold;
}

.post-social-like {
    float:right;
    margin-right:10px;
}

.post-social-like a:hover {
    color: #ed6f29;
    text-decoration: none;
}

.more-link {
    color: #ffb06a;
    text-decoration: none;
    float:right;
}

.more-link:hover {
    color: #ed6f29;
    text-decoration: none;
}

.entry-content a {
    color: #ffb06a;
    text-decoration: none;
}

.entry-content a:hover {
    color: #ed6f29;
    text-decoration: none;
}

.entry-content .single {
    background: transparent url(images/bkg_dotted.gif) repeat-x scroll 0 100%;
    padding-bottom:1px;
}

.post-social-footer {
    /*float:right;*/
    background: transparent url(images/bkg_dotted.gif) repeat-x scroll 0 100%;
    padding-bottom:4px;
    padding-top:2px;
}

.post-navigation {
    margin-top:20px;
    margin-bottom:10px;
}

.post-navigation a {
    color: #ffb06a;
    text-decoration: none;
    font-size:15px;
}

.post-navigation a:hover {
    color: #ed6f29;
    text-decoration: none;
}

#post-comments {
    margin-top:10px;
    text-align:left;
}

#post-comments a {
    color: #ffb06a;
    text-decoration: none;
}

#post-comments a:hover {
    color: #ed6f29;
    text-decoration: none;
}

#post-comments h3 {
    padding-left:33px;
}

/* post votes */
.post-votes {
font-size:0.9em;
position:relative;
text-align:center;
text-transform:uppercase;
top:16px;
float:left;
margin-right: 10px;
width: 60px;
}

.post-votes .votes {
background:#b4becf url(images/bg-votes.png) 0 0 no-repeat;
color:#fff;
display:block;
height:60px;
line-height:25px;
margin:0 0 1px;
}

.post-votes strong {
display:block;
font-size:2.8em;
line-height:0.9;
}

.post-votes .button,.post-votes .button span {
display:block;
}
.post-votes .button {
padding-left:8px;
}
.post-votes .button span {
padding-right:8px;
}

#slide {
    width:900px;
    height:287px;
}

.controls {
    position:absolute;
    right:15px;
    top:15px;
}

#homet a {
width: 67px;
height: 54px;
background: transparent url("images/homet.png") no-repeat;
float:left;
margin-left: 250px;
}

#homet a:hover {
background-position: 0 -54px;
} 

#blogt a {
width: 67px;
height: 54px;
background: transparent url("images/blogt.png") no-repeat;
float:left;
}

#blogt a:hover {
background-position: 0 -54px;
} 

#fotost a {
width: 67px;
height: 54px;
background: transparent url("images/fotost.png") no-repeat;
float:left;
}

#fotost a:hover {
background-position: 0 -54px;
} 

#tablont a {
width: 67px;
height: 54px;
background: transparent url("images/tablont.png") no-repeat;
float:left;
}

#tablont a:hover {
background-position: 0 -54px;
} 

#webt a {
width: 67px;
height: 54px;
background: transparent url("images/webt.png") no-repeat;
float:left;
}

#webt a:hover {
background-position: 0 -54px;
} 

#mailt a {
width: 67px;
height: 54px;
background: transparent url("images/mailt.png") no-repeat;
float:left;
}

#mailt a:hover {
background-position: 0 -54px;
} 

#facebookt a {
width: 29px;
height: 27px;
background: transparent url("images/facebookt.png") no-repeat;
float:left;
}

#facebookt a:hover {
background-position: 0 -27px;
} 

#twittert a {
width: 28px;
height: 27px;
background: transparent url("images/twittert.png") no-repeat;
float:left;
}

#twittert a:hover {
background-position: 0 -27px;
} 

#flickrt a {
width: 34px;
height: 27px;
background: transparent url("images/flickrt.png") no-repeat;
float:left;
}

#flickrt a:hover {
background-position: 0 -27px;
} 

#vimeot a {
width: 28px;
height: 27px;
background: transparent url("images/vimeot.png") no-repeat;
float:left;
}

#vimeot a:hover {
background-position: 0 -27px;
}

#youtubet a {
width: 54px;
height: 27px;
background: transparent url("images/youtubet.png") no-repeat;
float:left;
}

#youtubet a:hover {
background-position: 0 -27px;
}

#escolest a {
width: 79px;
height: 52px;
background: transparent url("images/escoles.png") no-repeat;
float:left;
}

#escolest a:hover {
background-position: 0 -52px;
}

