/*   
Theme Name: designredux
Theme URI: http://www.blogdesignblog.com/themes/
Description: A simple sweet blue/silver theme designed by blogdesignblog.com
Tags: Blue, fixed width, widgets, two columns, silver
Author: Vinh Le
Author URI: http://www.blogdesignblog.com
Version: 0.1
.
This theme is distributed under the Creative Commons Attribution-Noncommercial 3.0 Unported License.
Basically you can do whatever you want with it as long as you credit me with a link and 
use it for non-commercial purposes. A link/credit is already integrated on the bottom of the 
footer, you can remove it, but only if you put it somewhere else on the page.
.
*/


/* `Color Scheme
----------------------------------------------------------------------------------------------------*/

/*
	Blue : #6f9fbd
	Text: #42423d
	Black: #464646
	Deep Black: #272727
	Silver: #eeeeee	
	Pink: #ec81c0
*/


@font-face {
	font-family: 'Aurulent Sans Regular';

        /* for IE */
	url('tipoak/Aurulent/AurulentSans-Regular.eot');

        /*
         * for non-IE: first see if the font exists locally on the browser's
         * computer.  If so, use that copy of the font.  Otherwise, load it
         * from the server
         */
	src: local('Aurulent Sans Regular'),
	     url('tipoak/Aurulent/AurulentSans-Regular.otf') format('opentype');
}



/* `General
----------------------------------------------------------------------------------------------------*/

body {
	font: 14px/1.5   Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #42423d;
	background: #FFF url('images/header_bg.png') repeat-x;
	text-align: center;
}

a {
	color: #cc0066;
	text-decoration: none;
}

a:hover {
	color: #40032F;
}

#container {
	padding-left: 25px;
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

ul {
	position: relative;
	float: left;
}

li {
	display: block;
	float: left;
	margin-left: 10px;
}

blockquote {
	margin: 20px;
}

blockquote p {
	display: inline;
	background: #6f9fbd;
	color: #FFF;
	padding: 5px 0;
	text-transform: uppercase;
	font-weight: bold;
}

p {
	position: relative;
}

p cite {
	margin-left: 80px;
	color: #FFF;
	font-weight: bold;
}

cite a {
	color: #464646;
	padding: 5px;
}

cite a:hover {
	background: #464646;
	color: #FFF;
}

img.alignleft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

img.alignright {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	letter-spacing: -.042em;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
	color: #cc0066;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
	color: #cc0066;
}

h5 {
	font-size: 17px;
	color: #cc0066;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* `Header
----------------------------------------------------------------------------------------------------*/

#header {
	position: relative;
	width: 940px;
	height: 220px;
	margin: 0 10px;
}

#logo {
	background: no-repeat 0px 0px;
	width: 300px;
	height: 70px;
	display: block;
	float: left;
	left: -25px;
	top: 0px;
	text-indent: -9999px;
}

#logo a {
	height: 70px;
	float: left;
	background: transparent url('images/logoa.png') no-repeat;
	width: 280px;
	left: 25px;
	top: 0px;
	position: relative;
	display: block;
}

/* Category Navigation
----------------------------------------------------------------------------------------------------*/




#menua {
	width: 200px;
	float: right;
	text-align: left;
	height: 30px;
}

#cat_nav {
	width: 960px;
	float: left;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0;
	margin-top: 0px;
}

#cat_nav li:first-child {
	margin-left: 0;
}

#cat_nav li {
	display: block;
	float: left;
	color: white;
	background: repeat-x;
	height: 20px;
}

#cat_nav li a {
	background: repeat-x 0;
	display: block;
	padding: 0 10px 0 10px;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	line-height: 1.4;
	color: white;
}

.sub {
			                              	display: inline;
			                              	float: left;
			                              }#cat_nav li:hover, #cat_nav li.over {
	color: #ed1653;
	background: repeat-x;
}

#cat_nav li a:hover {
	background: repeat-x top right;
	color: #ed1653;
}

#cat_nav li.current-cat {
	color: #ed1653;
	background: repeat-x;
}

#cat_nav li.current-cat a {
	background: repeat-x top right;
	color: #ed1653;
}

/* Goiko menua Navigation
----------------------------------------------------------------------------------------------------*/

#archives {
			                              	display: block;
			                              	width: 100px;
			                              	margin-top: 10px;
			                              }


#navbar {
			                              	position: relative;
			                              	font-size: 1.1em;
			                              	margin-left: -312px;
			                              	margin-bottom: 30px;
			                              	margin-right: 0px;
			                              	margin-top: 0px;
			                              	top: 150px;
			                              	color: white;
			                              	font-weight: bold;
			                              	float: left;
			                              	display: block;
			                              	padding: 0px;
			                              	width: 900px;
			                              }

#page_nav {
	position: relative;
	float: right;
	top: 1px;
}

#page_nav li {
	margin-left: 0;
}

#page_nav a {
	background: url('images/nav_bg.png') repeat-x;
	display: block;
	padding: 13px 30px 12px 30px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}

#page_nav a:hover {
	color: #6f9fbd;
}

#page_nav li.current_page_item a {
	color: #6f9fbd;
}


/* Dropdown Menus */		
.sub {
			                              	display: inline;
			                              	float: left;
			                              }

#page-bar {
	top: 0px;
	position: absolute;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 10px;
	z-index: 50;
	padding-bottom: 0px;
	padding-top: 0px;
	float: left;
	}
	
#page-bar li a {
	font-weight: bold;
	color: #40032f;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 0px;
	float: left;
	margin: 0px;
	}
	
#page-bar li a:hover {
	font-weight: bold;
	border-style: none;
	color: #d9085d;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 0px;
	float: left;
	margin: 0px;
	}



#page-bar li li {
	position: relative;
	display: block;
	margin-left: -5px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;

	float: left;
	text-transform:none;
	
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	margin-top:20px;
	                
	font-size: 0.8em;
	                
	                
	display: block;
	                
	width: auto;
	font-weight: bold;
	height: 20px;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-style: none;
	border-left-style: solid;
	color: #d9085d;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 18px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	z-index: 100;
	float: left;

	}

	
#page-bar li li a:hover, #page-bar li li a:active {
	font-weight: bold;
	height: 20px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #40032f;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	z-index: 100;

	}
*html #page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited { /*IE6rako*/
	margin-top: 0px;
	padding-left: 18px;
	padding-bottom: 0px;
	padding-right: 10px;

	}
	
*:first-child+html #page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited  { /*IE7rako*/
											margin-top: 0px;
											padding-left: 18px;
											padding-bottom: 0px;
											padding-right: 10px;

			                              }									  

#page-bar li ul {
height: 20px;
width: 800px;
display: block;
background-color: white;
color: white;
border-left-width: 0px;
border-left-style: none;
border-bottom-width: 0px;
border-bottom-style: none;
padding-top: 0px;
		/* for IE */
  /* filter:alpha(opacity=60);*/
  /* CSS3 standard */
  /* opacity:0.6;*/
	margin-top: 20px;
	float: left;
	position: absolute;
	left: -999em;
	}

*html #page-bar li ul { /*IE6rako*/
	margin-top: 15px;
	padding-top: 5px;

	}
	
*:first-child+html #page-bar li ul { /*IE7rako*/
											margin-top: 15px;
											padding-top: 5px;
			                              }					

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}









/* `Main
----------------------------------------------------------------------------------------------------*/

#main {
	margin-left: 10px;
	margin-bottom: 0;
	margin-right: 10px;
	margin-top: 30px;
	width: 570px;
	position: relative;
	float: left;
}

.post ol, .post ul {
	float: none;
	list-style-position: inside;
	margin-left: 30px;
}

.post ul {
	list-style-type: disc;
}

.post ol {
	list-style-type: decimal-leading-zero;
}

.post li {
	display: list-item;
	float: none;
	margin: 0;
}

.post {
	margin-bottom: 20px;
}

.post_date {
	font-style: italic;
	font-weight: bold;
	color: #7b7b7b;
	font-size: 12px;
}

.post_header {
	margin-bottom: 20px;
}

.post_headline {
	background: #FFF url('images/headline_line.png') no-repeat bottom;
	width: 580px;
	padding-bottom: 15px;
	position: relative;
}

.post_headline h2 {
	position: relative;
	width: 535px;
	margin: 0;
}

.post_comments_number {
	position: absolute;
	display: block;
	bottom: 15px;
	right: 0;
	width: 25px;
	height: 25px;
	background: #ED1653;
	color: #FFF;
	font-weight: bold;
}

.post_comments_number a {
	color: #FFF;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 3px 0;
}

.post_comments_number a:hover {
	background: #a20d37;
}

.post_byline {
	font-style: italic;
	color: #7b7b7b;
	font-size: 12px;
}

.post_author a {
	font-weight: bold;
	color: #464646;
}

.post_author a:hover {
	color: #6f9fbd;
}

a.more-link {
	text-align: right;
	clear: both;
	display: block;
	float: right;
	width: auto;
	height: 22px;
	margin-top: 10px;
	background: url('images/read_more.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 25px;
	color: #ec81c0;
}

a.more-link:hover {
	background: url('images/read_more_hover.png') no-repeat center left;
	color: #464646;
}

ul.post_footer {
	margin: 0;
	list-style-type: none;
}

li.google_adsense {
	border: 1px #DDD solid;
}

.post_footer_ads {
	background: #EEE;
	padding: 5px;
	border: 5px #FFF solid;
	text-align: center;
}

.post_footer_ads iframe {
	padding: 0;
	margin: 0;
}

h2.search_results {
	font-style: italic;
}

h6.search_headline {
	margin: 0;
}

.search_header {
	margin-bottom: 10px;
}

.search_header .post_date {
	font-weight: normal;
}

.search_term {
	color: #42423d;
}

#archives li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.archives_date {
	position: relative;
	display: block;
	float: left;
	width: 120px;
	font-style: italic;
	font-weight: bold;
	color: #7b7b7b;
}

.archives_headline {
	position: relative;
	display: block;
	float: right;
	width: 460px;
}

.archives_comments_number a {
	color: #FFF;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 3px 0;
}

.archives_comments_number a:hover {
	background: #6f9fbd;
}


#tweet {
			                              	text-align: right;
			                              	margin: 5px;
			                              	z-index: 100;
			                              	float: right;
			                              
			                              }

.fbshare {
			                              	margin-right: 10px;
			                              	float: left;
			                              }







/* `Sidebar
----------------------------------------------------------------------------------------------------*/

#sidebar {
	margin-left: 10px;
	margin-bottom: 0;
	margin-right: 10px;
	margin-top: 30px;
	width: 340px;
	position: relative;
	float: right;
}

#sidebar ul {
	float: none;
	margin-bottom: 30px;
}

#sidebar li {
	float: none;
	padding: 0;
	margin: 2px 0;
}

#sidebar li.sidebar_header {
	background: #FFF;
	font-size: 18px;
	color: #454148;
	font-weight: bold;
	padding: 20px 10px 10px 10px;
	border: 0;
}

#popular li a {
	display: block;
	color: #454148;
	background: #EEE;
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0;
}

#popular li a:hover {
	color: #FFF;
	background: #40032F;
}

#subscribe li {
	position: relative;
	color: #464646;
	background: #EEE;
	border: 1px solid #DDD;
	width: 320px;
	padding: 10px;
}

#subscribe_buttons {
	position: relative;
	display: block;
	float: left;
	width: 320px;
	padding: 0;
	margin: 0;
}

#subscribe_buttons li:first-child {
	margin-right: 4px;
}

#subscribe_buttons li {
	background: transparent url('images/button_left.png') no-repeat top left;
	display: block;
	position: relative;
	float: left;
	width: 157px;
	height: 25px;
	font-size: 13px;
	padding: 0;
	border: 0;
}

#subscribe li a {
	display: block;
	position: relative;
	background: #cc0066 url('images/button_right.png') no-repeat top right;
	width: 154px;
	height: 25px;
	margin-left: 3px;
	padding: 0;
	color: #FFF;
}

#subscribe li a:hover {
	color: #333;
}

#subscribe li span.rss_icon span {
	position: relative;
	font-weight: bold;
}

#subscribe li span.rss_icon {
	background: url('images/rss_button.png') no-repeat center left;
	position: relative;
	display: block;
	width: 157px;
	height: 22px;
	padding: 3px 0 0 25px;
}


#email {
	background-repeat: no-repeat;
	background-position: 0px 20px;
	background-image: url(images/email_harpidetza.png);
}#email li {
	position: relative;
	border: 1px solid #DDD;
	padding: 10px;
}

#galdetu {
	margin-left: 150px;
	background: transparent url('images/button_left.png') no-repeat top left;
	display: block;
	position: relative;
	float: left;
	height: 25px;
	font-size: 13px;
	padding: 0;
	border: 0;
}

#galdetu a {
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	width: auto;
	margin-right: 0px;
	text-align: center;
	display: block;
	position: relative;
	background: #cc0066 url('images/button_right.png') no-repeat top right;
	height: 23px;
	margin-left: 3px;
	color: #FFF;
}

#galdetu a:hover {
	color: #333;
}

#search_widget li {
	position: relative;
	color: #464646;
	background: #EEE;
	border: 1px solid #DDD;
	padding: 10px;
}

#search_widget input.text {
	position: relative;
	width: 230px;
}

#search_widget fieldset {
	margin: 0;
}

.sidebar_widget ul li a {
	display: block;
	color: #464646;
	background: #EEE;
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0;
}

.sidebar_widget ul li a:hover {
	color: #FFF;
	background: #464646;
}

#wp-calendar {
	width: 300px;
	margin: 0 auto;
	border: 1px #000 solid;
}

#wp-calendar caption {
	font-size: 20px;
}

#wp-calendar th, #wp-calendar td {
	text-align: center;
	padding: 3px;
}

#wp-calendar #prev a, #wp-calendar #next a {
	display: block;
	background: #EEE;
	border: 1px solid #ddd;
	padding: 3px 2px 2px 2px;
	color: #464646;
	font-size: 14px;
}
#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
	background: #464646;
	border: 1px solid #333;
	color: #FFF;
}

/* `Form
----------------------------------------------------------------------------------------------------*/

input.text {
	background: #FFF url('images/form_bg.png') repeat-x;
	border: 1px solid #DDD;
	color: #5b5b5b;
	padding: 5px;
	font-size: 14px;
}

input.button {
	background: #6f9fbd url('images/form_button.png') repeat-x;
	border: 1px solid #e5086e;
	padding: 3px 2px 2px 2px;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 14px;
}

input.button:hover {
	background: #464646;
	border: 1px solid #333;
	color: #FFF;
}


/* `Footer
----------------------------------------------------------------------------------------------------*/

#footer_container {
	background-repeat: repeat-x;
	background-image: url(images/behekoa.png);
	height: 50px;
	padding: 10px 0;
	margin-top: 0px;
}

#footer {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#footer_recent {
	width: 600px;
}

#footer_recent li {
	position: relative;
	float: none;
}

#footer_recent li a {
	position: relative;
	display: block;
	background: #363636;
	border: 1px solid #DDD;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
}

#footer_recent li a:hover {
	background: #FFF;
	color: #464646;
}

.footer_header {
	position: relative;
	margin: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #464646;
}


.footer_date {
	font-style: italic;
	font-weight: bold;
	color: #7b7b7b;
	font-size: 12px;
}

.footer_headline {
	position: relative;
	display: block;
}

.footer_headline_title {
	position: relative;
	display: block;
	width: 542px;
	font-size: 18px;
	margin: 0;
}

.footer_comments_number {
	position: absolute;
	display: block;
	bottom: 4px;
	right: 0;
	width: 18px;
	height: 18px;
	background: #6f9fbd;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 1px;
	font-size: 12px;
}

#footer_about {
	width: 340px;
	margin: 0 10px;
	float: right;
}

.footer_about_text {
	background: #f7f7f7 url('images/comment_silver_bg.png') repeat-x bottom;
	border: 3px solid #FFF;
	padding: 10px;
}

#footer_about li {
	float: none;
}

#footer_copy {
	width: 920px;
	margin: 20px 10px 10px 10px;
	padding: 10px;
	font-size: 12px;
	color: #7b7b7b;
}

#footer_copy li {
	margin: 0;
}

#footer_copy a {
	color: #7b7b7b;
	font-weight: bold;
}

#footer_copy a:hover {
	color: #464646;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* `Comments
----------------------------------------------------------------------------------------------------*/

#comments_list {
	background: #EEE;
	border: 1px solid #ddd;
	width: 580px;
	padding: 7px 0;
	margin-bottom: 60px;
}

#comments_list li {
	float: none;
	margin: 0;
}

.comments_block {
	position: relative;
	margin: 3px 10px;
	background: #FFF url('images/comment_white_bg.png') repeat-x bottom;
	padding: 10px;
	border: 1px solid #DDD;
	color: #666;
}

li.odd .comments_block {
	background: #f7f7f7 url('images/comment_silver_bg.png') repeat-x bottom;
}

.comments_header {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}

.comments_header a {
	color: #464646;
	margin-left: 10px;
	letter-spacing: -1px;
}

.comments_header a:hover {
	border-bottom: 3px solid #464646;
}

.comments_index {
	position: relative;
	display: block;
	background: #6f9fbd;
	width: 60px;
	height: 34px;
	text-align: center;
	float: left;
	letter-spacing: -1px;
}

li.comments_author .comments_index {
	background: #ec81c0;
}

.comments_body {
	position: relative;
	margin-left: 70px;
}

.comments_date {
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #BBB;
	font-family: "Gerogia", "Times", serif;
	font-style: italic;
	font-weight: bold;
	float: right;
}


/* `Comments form
----------------------------------------------------------------------------------------------------*/

#commentform fieldset {
	width: 560px;
	background: #EEE;
	border: 1px solid #DDD;
	padding: 10px;
}

#commentform fieldset li {
	float: none;
	margin: 10px 0;
}

#commentform fieldset label {
	width: 150px;
	float: left;
	font-weight: bold;
	color: #777;
}

#commentform fieldset label span {
	color: #ec81c0;
}

#commentform fieldset textarea {
	background: #FFF url('images/form_bg.png') repeat-x;
	border: 1px solid #DDD;
	color: #5b5b5b;
	padding: 5px;
	font-size: 14px;
	width: 550px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/* atez atekoa ____________________________________________________________________________________________________*/

.hizkuntza{

	font-size: 1em;

	margin-top: 20px;

	color: white;

	margin-right: 5px;

	margin-left: 5px;

	display: inline-block;

}

.hizkuntza a{
	font-size: 1em;
	color: white;
}

.hizkuntza a:hover{
	color: #40032f;
}

#egutegia{
	position: relative;
	top: 0px;
	height: 550px;
	width: 500px;
}

h2.finkoa{
	color: #ED1653;
}
p.finkoa{
	color: #626262;
}
.galdera{
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	color: #CC0066;
	font-size: 1.2em;
}
.izena{
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: black;
	font-size: 0.8em;
}

#galdera { 	margin-bottom: 10px; 	width: 560px; 	
			height: auto; 	
			border-bottom-width: 1px; 	
			border-bottom-style: solid; 	
			border-bottom-color: #a9a9a9; }

#bilera {
			                              	padding: 5px;
			                              	margin-right: 10px;
			                              	margin-left: 10px;
			                              	margin-bottom: 15px;
			                              	width: 150px;
			                              	float: left;
			                              }

#bilera_plenarioa {
			                              	padding: 5px;
			                              	background-color: #edb76d;
			                              	margin-right: 10px;
			                              	margin-left: 10px;
			                              	margin-bottom: 15px;
			                              }

#bilera_lehena {
			                              	padding: 5px;
			                              	background-color: #f4fb86;
			                              	margin-right: 10px;
			                              	margin-left: 10px;
			                              	margin-bottom: 15px;
			                              }

#bilera_bigarrena {
			                              	padding: 5px;
			                              	background-color: #99cc70;
			                              	margin-right: 10px;
			                              	margin-left: 10px;
			                              	margin-bottom: 15px;
			                              }
#bannerra {
			                              	float: right;
			                              	width: 500px;
			                              }

.bannerra {
			                              	float: right;
			                              	width: 450px;
			                              }

#udala {
			                              	float: right;
			                              	display: block;
			                              }

#bulegoa {
			                              	margin-left: 20px;
			                              	float: left;
			                              	display: block;
			                              }

.logoak {
			                              	margin-right: 5px;
			                              	margin-left: 5px;
			                              	vertical-align: middle;
			                              }

.beheko_lotura {
			                              	color: white;
			                              }

.retweet vert {
			                              	margin: 5px;
			                              	z-index: 100;
			                              	float: right;
			                              }

#behekoa {
			                              	font-size: 0.7em;
			                              	color: white;
			                              	padding-top: 20px;
			                              }

#ezkerrekoa {
			                              	display: block;
			                              	float: left;
			                              }

#galdera_testua {
			                              	visibility: visible;
			                              	height: 0px;
			                              	display: none;
			                              }

.galdera_iriki {
			                              	width: 120px;
			                              	padding: 3px;
			                              }

.galdera_iriki {
			                              	font-weight: bold;
			                              	color: #d9085d;
			                              }

.post_info {
			                              	font-size: 0.8em;
			                              }
/*Tweet eta facebook botoiak*/

#facebook_like {
	float:left;
	clear: both;
	height: 30px;
}

