/*
Theme Name: Enraona blog
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Enraona
Author URI: http://www.enraona.com
*/

/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
    margin: 0;
    padding: 0;
}

small{font-size:100%;}

html {
	min-height: 100%;
	height: auto;
}

/*\*/ * html div {height:100%;}


.amaga{display:none;}


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: #FFF url('images/page_bgbottom.png') repeat-x left bottom;
	color: #000;
	/*text-align: center;*/
	}
	
#subbody{
	overflow:hidden;
	background: url('images/page_bgtop.png') repeat-x;
	min-width:938px;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {

	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	width:640px;
	float:left;
	}

.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 #9CF;
}

.even, .alt {

	border-left: 1px solid #9CF;
}

#footer {
	background: #eee url('images/conts_bottom.png') no-repeat bottom;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 1.2em;
	}

h1, h2, h3,h4 {
	font-weight:normal;
	font-size: 100%;
	}

h1 {
	font-size: 4em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
	
#headermenu ul{
	list-style:none;
	font-size:1.6em;
	font-weight:bold;
	font-family: Arial, Helvetica, Sans-Serif;
	}
	
#headerimg{position:relative;}

#lang-cap{
	position:absolute;
	right:0;
	top:0;
	font-size:1.4em;
}

#lang-cap a{color:#000;}

#searchdiv label{
	font-size:1.4em;
	color:#06C;
}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h5 {
	font-size: 1.6em;
	color:#000;
	font-weight:bold;
	margin-bottom:1em;
	}

h3 {
	font-size: 2.6em;
	}

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: #06C;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h5, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	/*color: #b85b5a;*/
	}

#commentform input, #commentform textarea {
	font: 1.2em  Arial, 'Lucida Grande', Verdana, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {

	overflow:hidden;
}

.commentlist li .avatar { 
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
	
.comment_avatar{
	position:absolute;
	left:0;
	top:0px;
	display:block;
}

.commenttitol_data {
	float:right;
	color:#666;
}

.commenttitol_autor{
	float:left;
}

.commenttitol{
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
	overflow:hidden;
}
	
.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 {

	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	list-style:none;
	margin:0;
	padding:0;
	}

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 {
	background: url(images/conts_bg.png) repeat-y #FFF;
	margin: 0 auto;
	padding: 0;
	width: 938px;
	border:none;
	}
	
#header {
	margin: 20px auto;
	padding: 0;
	width: 938px;

	}

#headerimg {
	margin: 0;
	height: 80px;
	width: 100%;
	position:relative;
	}
	
#headerimg #slogan{
	position:absolute;
	display:block;
	width:401px;
	height:28px;
	background:url(images/header_img.png) no-repeat;
	right:10px;
	bottom:15px;
}

#headerimg #slogan span{display:none;}

	
#headermenu{
	width:938px;
	height:48px;
	background:url(images/header_menu.png) no-repeat;
	overflow:hidden;
	}
	
#headermenu ul{
	padding:0 20px;
	margin:0;
	line-height:48px;
	}
	
#headermenu ul li{
	float:left;
	background:url(images/header_separador_menu.png) no-repeat right center;
	padding-right:15px;
	margin-right:15px;
}

#headermenu ul li.final{
	background:none;
	padding:0;
	margin:0;
}

#headermenu #searchdiv{
	/*line-height:48px;*/
	padding-top:12px;
	float:right;
	margin-right:10px;
}


#headermenu #searchbtn{
	border: none;
	width:22px;
	height:22px;
	background:url(images/header_btn_search.png) no-repeat;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.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;
	clear: both;
	height:16px;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding: 0;
	margin: 0;
	}
	
h1 a{
	display:block;
	background:url(images/header_titol.png) no-repeat;
	width:300px;
	height:70px;
	}
	
h1 span {display:none;}

#content h5 {
	font-size: 1.6em;
	font-weight:bold;
	margin-bottom:1em;
	color:#000;
	}
	
h2 {font-size:2.6em;}

#content h5,
h5.pagetitle {
	border-bottom: 1px dashed red;
	padding-bottom: 10px;
	padding-left: 40px;
}

.pagetitlegran {
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
	color: #0066CC;
}

#content  .text_pelat{
	padding-left:10px;
	font-size:1.4em;
}


#sidebar h5 {
	margin: 0 0 0.5em;
	}

h3 {
	padding: 0;
	/*margin: 30px 0 0;*/
	}

#comments{
	padding-left:55px;
	background:url(images/link_comments.png) no-repeat 35px center;
}
	
.subtitol{
	padding: 0;
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:20px;

	}
	
.subtitol span{
	font-weight:normal;
	color:#000;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	margin:20px 0;
	}

/*	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;
	padding-left: 10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul 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 li,
.sidebar_bloc{
	padding: 20px 0 0 20px;
	border-top:2px solid #FFF;
	margin-bottom:20px;
}

#sidebar ul li{
	padding:0;
	border:none;
	margin:0;
}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

	
	
#sidebar ul li{
	list-style-type: none;
	list-style-image: none;
	font-size:1.2em;
	margin-bottom: 0.6em;
	padding-left:15px;
	background:url(images/decor_li01.png) no-repeat left 0.3em;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#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;
	}
	
#sidebar #tresminuts{
	/*border-top:none;*/
	padding-top:90px;
	background:url(images/logo_3minuts.png) no-repeat center 10px;
}

#sidebar .txt_gen{
	font-size:1.2em;
	color:#06C;
	margin-bottom:1em;	
}

#sidebar #usuari_actiu{
	border-top:none;
	padding-top:10px;
	overflow:hidden;

}

#sidebar #usuari_actiu img{
	float:left;
	margin-right:10px;
}

#sidebar #usuari_actiu span strong{
	font-size:1.5em;
}

#sidebar #usuari_actiu span a{
	font-size:1.2em;
}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#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;
	}
#commentform #submit {
	margin: 0 0 5px auto;

	}
	
#respond{
	padding-left:40px;
}

#respond label {
	font-size:1.2em;
	}
	
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding-left: 40px;
	text-align: justify;
	margin-bottom:30px;
	}

.commentlist li {
	background:url(images/decor_comentari_peu.png) no-repeat right bottom;
	padding-bottom:6px;
	position:relative;
	margin-bottom:15px;
	list-style:none;
	font-size:1.2em;
	width:100%;
	
	}
	
.commentlist .says{
	color:#06C;
	}
	
.comment_e {
	margin-left:auto;
	width:494px;
	padding: 10px;
	list-style: none;
	border: 1px solid #9CF;
	position:relative;	
}

.comment_curl {
	position:absolute;
	display:block;
	height:16px;
	width:16px;
	top:10px;
	left:-16px;
	background:url(images/decor_comentari_esq.png) no-repeat right top;
}
	
.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
{
	padding: 0 10px 10px 0;
	width: 250px;
	float:right;
	}

#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:0 40px;
	color:#999999;
	font-style:italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;

	}
/* 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: 5px 4px;
	margin: 0;
}
/* End captions */


/*******************CGA*******************/

#page_interior{
	background: url(images/conts_top.png) no-repeat left top;
	padding:20px 4px 0 4px;
}



/*entries*/

.entry{
	margin-bottom:50px;
}

.entry_cap{
	border-left:30px solid #EC4B00;
	padding-left:10px;
	margin-bottom:20px;
}

.entry_cap-3m{

	background: url(/wp-content/themes/enraona/images/3min-lat.png) no-repeat left top;
	padding-left:40px;
	margin-bottom:20px;
}

.entrymeta{
	font-size:1.2em;
}

.entrybody{
	margin-left:40px;
}

.entry_conts{
	font-size:1.4em;
	line-height:1.4em;
}

.entry_conts p {
	margin:0.8em 0;
	padding:0;
}

.entry_conts li {
list-style-position:inside; 
}


.entry_categoicon img {vertical-align:middle;}

.comments-link{
	font-size:1.2em;
	font-weight:bold;
	padding-left:18px;
	background:url(images/link_comments.png) no-repeat left center;
}


/*caixeta sociable*/
.sociable{
	overflow:hidden;
	padding:0 10px;
	font-size:0.9em;
	background-color: #E5F2F8;
	margin-bottom:1em;
	
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	display:block; /*opera*/
	display:-moz-inline-box;  /*ff*/
	display:inline-block; /*ie*/
}

.sociable_tagline{
	float:left;
	line-height:24px;
}

.sociable ul{
	float:left;
	list-style: none;
}

.sociable li{display:inline;}

.sociable img {vertical-align:middle;}

.sociable-hovers {
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}



/* caixeta addthis*/
.addthis_container{
	line-height:24px;
	padding-right:10px;
	font-size:0.9em;
	color:#006699;
	background:url(images/caixa_extra.png) no-repeat right top;
	vertical-align:middle;
	display:block; /*opera*/
	display:-moz-inline-box;  /*ff*/
	display:inline-block; /*ie*/
	margin-top:10px;
	margin-bottom:20px;
	height:24px;
}

.addthis_container_i{
	line-height:24px;
	height:24px;
	padding-left:10px;
	background:url(images/caixa_extra.png) no-repeat left top; 
	display:block;
	display:-moz-inline-box;  /*ff*/
	display:inline-block;

}

.addthis_container_i a{
	vertical-align:middle;
	margin-left:1em;
}

/*widgets*/
#indo-european a{font-size:1.2em;}

/*paginacio*/
#paginacio {
	font-size:1.2em;
	text-align: center;
	margin-bottom: 2em;
	-moz-border-radius: 5px 5px 5px 5px;
	background-color: #EDEFF4;
	line-height: 2em;
	margin-left: 40px;
}

/****************peu ***************/
 #cont-peu {
 	font-family: Arial, Helvetica, Sans-Serif;
    display: block;
    clear: both;
    padding-bottom: 15px;
    padding-top: 20px;
}
#col-peu {
    position: relative;
    width: 934px;
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
    padding: 0 0 0 4px;
}
/*menu hoitzontal peu*/
#menu-explora {
    letter-spacing: 0em;
    height: 30px;
    display: block;
	font-size:1.2em;
    line-height: 28px;
    background-color: #FFFFFF;
}
#menu-explora h4 {
	padding:0;
	margin:0;
    padding-left: 10px;
    display: inline;
    float: left;
    width: 129px;
    background: url(images/peu_explora-esquerra.png) no-repeat left center;
    line-height: 30px;
}
#menu-explora_dreta {
    right: 0;
    top: 0;
    width: 5px;
    background: url(images/peu_explora-dreta.png) no-repeat right center;
    height: 30px;
    position: absolute;
}
#menu-explora ul {
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
    margin-left: 129px;
}
#menu-explora li {
    display: inline;
    margin-right: 10px;
}
/*dades de contacte peu*/
#peu-contacte {
    letter-spacing: 0em;
	position:relative;
}
#peu-contacte h4 {
    font-size: 2em;
    letter-spacing: 0.03em;
    margin: 20px 0 30px 0;
    color: #FF3300;
}
#peu-contacte li {
    margin-bottom: 0.2em;
	font-size: 1.2em;
}
#peu-contacte ul  {
    display: block;
	font-size: 0.9em;
}
#peu-contacte li {
    margin-bottom: 0em;	
}
#peu-contacte ul li {
	display: block;
	margin: 0 0 20px 0;
	overflow:hidden;
}
#peu-contacte ul li ul {
	border-left: 1px solid #FF3300;
	/*margin-left: 90px;*/
	padding-left: 5px;
	float:left;
}
#peu-contacte ul li ul li {
	margin: 0 0 5px 0;
}
#peu-contacte h5 {
    font-size: 1.4em;
	font-weight: bold;
	float: left;
	width:90px;
}


#bywordpress{
	position:absolute;
	right:0;
	top:0;
	display:block;
	width:100px;
	height:32px;
	background:url(images/logo_wordpress.png) no-repeat;
}

#bywordpress span{display:none;}


/* twc */
#twc_connect{
	color:#06C;
	font-size:1.2em;
	margin-bottom:15px;
}

#twitter-logout{
	display:inline-block;
	height:25px;
	width:185px;
	background:url(images/twitdisconnect.png) no-repeat;
}

#twitter-logout span{display:none;}

#twitter-connect-placeholder iframe{
	display:block;
	margin:0 auto;
}

#twitter_comments{
	position:relative;
	padding-left:60px;
	margin-bottom:25px;
	color:#06C;
	font-size:1.2em;
}

#twitter_comments.nopad{padding:0;}

#twitter_comments img{
	display:block;
	position:absolute;
	left:0;
	top:0;
}


#twitter_comments p{margin-bottom:8px;}

#barrasocial{
	margin-bottom:0.5em;
	overflow:hidden;
}

#bototwitter{
	border:1px solid #CAD4E7;
	background-color: #ECEEF5;
	float:left;
	margin-right:5px;
	padding:1px 5px 0 5px;
	border-radius:3px;
	-moz-border-radius:3px;
}


.addthis_toolbox .hackat{
	overflow:hidden;
	/*margin-right:15px;*/
}

/*
.addthis_button_facebook_like{width:70px;}
.addthis_button_tweet{width:52px;}
.addthis_button_google_plusone{width:32px;}
.addthis_button_linkedin_counter{width:56px;}
*/


/* "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." */

