/*
Theme Name:  Drochilli
Theme URI:   http://www.dizzain.com/blog_customization/
Description: Minimalistic theme with two columns, left-sidebar and fluid width. 
Version:     1.05
Author:      Dizzain Inc.
Author URI:  http://www.dizzain.com/
Tags:        black, yellow, white, two-columns, left-sidebar, flexible-width, threaded-comments, dark, threaded-comments, sticky-post

Drochilli is copyright Dizzain.com http://www.dizzain.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

*/

/*
	Reset by Eric Meyer
	http://meyerweb.com/eric/tools/css/reset/
*/

html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
 legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h1, h2, h3, h4, h5, h6 {
        margin: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

h1 {
font-size:1.4em;
color:#0098bb;
border-bottom:2px solid #0098bb;
}

h2 {
font-size:1.2em;
color:#0098bb;
border-bottom:1px solid #0098bb;
padding: 20px 0 0 0;
}

h3 {
font-size:1em;
font-weight:bold;
padding: 20px 0 0 0;
}
address{
padding: 20px 0 10px 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


sup, sub {
	font-size: 70%;
	vertical-align: baseline;
	position: relative;
}

sup {
	top: -0.4em;
}

sub {
	bottom: -0.4em;
}

/*
	Main styles
*/

html { width: 100%; }

html, body {
	height: 100%;
}

body, textarea, input, select {
	font: 13px/18px Arial, Tahoma, Verdana;
}

body {
	color: #000;
	background-image: url("images/fonsimatge.gif");
}

p {
	margin: 10px 0 0 0;
}
p.final {padding:0; text-align:right; color: #666666;}
p.final a {color:#999999;}

ul, ol, dl {
	margin: 5px 0 5px 20px;
}

blockquote {
	margin: 10px 0 0 20px;
	font-style: italic;
}

pre {
	font: 14px/18px "Courier New", Courier, monospace;
	color: #333;
	margin: 10px 0;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

/*
	Global styles
*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*
.aligncenter {
	display: block;
	margin:0;
}
*/

.overflow {
	overflow: hidden;
}

/*
	Layouts
*/

#wrapper {
	width: 830px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}


#topheader {
	height:40px;
	width: 100%;
}



#header {
	clear: both;
	background:#fff url(images/header/header.gif) no-repeat scroll 0 0;
	height:180px;
	width: 100%;
       
}

	#header .headerwrap {
		float: left;
		height: 110px;
		width: 100%;
	}

#page {
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-color:#FFFFFF;
}

#content {
	width: 585px;
	float: right;
	padding: 0 15px 0 15px;
	overflow: hidden;
	margin: 15px 10px 5px 5px;
	border-left: 1px solid #CCCCCC;
}

#sidebar {
	float: left;
	width: 175px;
	margin-top:15px;
	padding: 0 0 0 20px;
	font-size: 1.2em;
	line-height: 1.4em;

}


/* Max-min-width 
#header .headerwrap, #page, #footer {
	min-width: 990px;
	max-width: 1400px;
}
*/
/*
	Header
*/

/* Logo 

#logo {
	display: inline;
	float: left;
	margin: 20px 0 0 25px;
	width: 67%;
}
*/
	#logo h1, #logo h2 {
		text-indent: -1500px;
		color: #fff;
		font: italic 46px/54px Georgia;
		height: 54px;
		letter-spacing: -2px;
		overflow: hidden;
	}

		#logo h1 a, #logo h2 a {
			color: #fff;
			display: block;
			text-decoration: none;
		}

/* Search */

#search {
	float: right;
	margin: 5px 20px 0 0;
	width: 30%;
}
	#search #s {
	background:url("images/header/search.png") no-repeat scroll 0 center #DDDDDD;
	float: right;
	border:1px solid #FFFFFF;
	color:#222222;
	font-size:1em;
	margin:0;
	padding:4px 0 4px 17px;
	width:150px;
	}
	

/* Description */

#description {
	display: inline;
	float: left;
	margin: 0 0 0 25px;
	width: 100%;
}

	#description h3 {
		color: #fff;
		font: italic 18px/22px Georgia;
		height: 22px;
		letter-spacing: -1px;
		overflow: hidden;
	}

/* Menu */

#menu {
	display: inline;
	float: left;
	height: 44px;
	margin: 50px 0 0 20px;
	width: 300px;
}

	#menu ul {
		float: right;
		height: 44px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

		#menu ul li {
			border: 0 none;
			float: left;
			height: 44px;
			margin: 0 2px;
			padding: 0;
			width: 44px;
		}

			#menu ul li a {
				display: block;
				height: 44px;
				padding: 0;
				text-indent: -1000px;
				width: 44px;
			}
/*
	Content
*/

/* Typograpthy */

#content ul {
	list-style: disc;
}

#content ol {
	list-style: decimal;
}

	#content ol ol li {
		list-style-type: lower-alpha;
	}

	#content ul ul li {
		list-style-type: circle;
	}

#content dt {
	font-weight:bold;
}

#content dd {
	margin: 0 0 10px 10px;
}

/* Layout */

	#content .posts .post {
	        border-bottom: 1px solid #CCCCCC;
		width: 100%;
                margin:10px 0px 15px 5px;
                min-height:120px;
	}

		#content .posts .post .title {
			width: 100%;
		}

			#content .posts .post .title h1,
			#content .posts .post .title h2 {
				font: bold 23px/26px Arial;
				letter-spacing: 1px;
				padding: 2px 5px;
			}

				#content .posts .post .title h1 a,
				#content .posts .post .title h2 a {
					text-decoration: none;
				}

		#content .posts .post .entry {
			margin: 10px 0 10px 0;
			width: 95%;
		}

			#content .posts .post .entry h1,
			#content .posts .post .entry h2 {
				line-height: 26px;
			}

			#content .posts .post .entry h1 {
				font-size: 22px;
				margin: 10px 0;
			}

			#content .posts .post .entry h2 {
				font-size: 20px;
				margin: 10px 0;
			}

			#content .posts .post .entry h3 {
				font-size: 18px;
				margin: 10px 0;
			}

			#content .posts .post .entry h4 {
				font-size: 16px;
				margin: 10px 0;
			}

			#content .posts .post .entry h5 {
				font-size: 15px;
				margin: 10px 0;
			}

			#content .posts .post .entry h6 {
				font-size: 14px;
				margin: 10px 0;
			}

		#content .posts .post .meta {
			background: url("images/content/post_meta.png") 0 0 repeat-y;
			display: inline;
			float: left;
			font: italic 14px/20px Georgia, Arial;
			margin: 10px 0 10px 0;
			width: 100%;
		}

			#content .posts .post .meta p {
				margin: 0 0 2px 20px;
			}

		#content .posts .post .link {
			background: url("images/content/post_comments.png") 0 0 no-repeat;
			color: #00c995;
			font: bold italic 19px/22px Georgia, Arial;
			height: 22px;
			letter-spacing: -1px;
			margin: 10px 0 0 0;
			padding-left: 30px;
			width: 100%;
                        text-decoration: none;
		}

			#content .posts .post .link a {
				color: #00c995;
				text-decoration: none;
			}
/* Comments */

#content .comments {
	display: inline;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

#content .comments h3 {
	color: #464646;
	display: inline-block;
	height: 22px;
	letter-spacing: -1px;
	margin: 0;
	padding-left: 5px;
	width: 100%;
}

	#content .comments h3#comments {
		margin: 20px 0 0 0px;
	}

.commentlist,
.commentrespond {
	display: inline;
	margin: 20px 0 0 15px;
	width: 95%;
}

	.commentrespond {
		margin-left: 0px;
	}

	.commentlist li {
		list-style-type: none;
		margin: 0 0 0px 0;
	}

		.commentlist li .comment-meta {
			float: left;
			font: italic 13px/42px Georgia;
			height: 42px;
			width: 100%;
		}

		.commentlist li .comment-meta cite {
			color: #464646;
			font-weight: bold;
		}

			.commentlist li .comment-author {
				margin-left: 22px;
			}

		.commentlist li .comment-text {
			margin: 5px 15px 0px;
			width: 100%;
		}

#respond {
	display: inline;
	float: left;
	margin: 0 0 20px 0px;
	width: 100%;
}

#commentform {
	float: left;
	width: 100%;
	margin: 5px 0;
}

	#commentform textarea {
		float: left;
		width: 95%;
		height: 200px;
		margin: 0;
                background-color:transparent;
	}

#commentform fieldset {
	float: left;
	width: 585px;
border:0px;
}

#commentform legend {
	display: none;
}

.cancel-comment-reply {
	float: left;
	margin: 10px 0 0;
}

#commentform ul {
	float: left;
	margin: 10px 0 0;
	width: 100%;
}

	#commentform li {
		float: left;
		height: 37px;
		list-style-type: none !important;
		margin: 0 0 5px;
		width: 100%;
	}

		#commentform li.textarea {
			background: #fff url("images/comments/textarea.png") 0 30px no-repeat;
			height: 183px;
			margin: 0;
			width: 100%;
		}

		#commentform li label {
			color: #464646;
			float: left;
			letter-spacing: -1px;
			margin: 0 0 0 15px;
			width: 65px;
		}

			#commentform li.textarea label {
				color: #464646;
				float: left;
				letter-spacing: -1px;
				margin: 0 0 0 15px;
				width: 100%;
			}

			#commentform li label[for=url] {
				color: #8d8d8e;
			}

		#commentform li input {
			border: 0 none;
			color: #464646;
			float: left;
			font: 12px/14px Arial;
			margin: 10px 0 0 0;
			width: 170px;
                        background-color: #ffd100;
		}

			#commentform input#submit {
				background: url("images/comments/submit.png") 0 0 no-repeat;
                                border: 0 none;
				color: #000;
				cursor: pointer;
				float: right;
				height: 24px;
				letter-spacing: 0px;
				margin: 10px 0 0 0;
				width: 147px;
			}

		#commentform li textarea {
			border: 0 none;
			color: #464646;
			float: left;
			font: 13px/16px Arial;
			height: 135px;
			margin: 15px 0 0 10px;
			width: 560px;
		}

		#commentform li .req {
			border: 0 none;
			color: #8d8d8e;
			float: left;
			margin: 10px 0 0 30px;
		}

/* Images */

#content img {
	padding: 0;
	max-width: 100%;
	margin: 5px;
}

	#content img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#content img.alignright {
		margin: 10px 0 10px 10px;
		display: inline;
	}

	#content img.alignleft {
		margin: 10px 5px 10px 0;
		display: inline;
	}

.wp-caption {
	border: 1px solid #b2b2b2;
	margin: 0;
	max-width: 100%;
	padding: 0;
	text-align: center;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

	.wp-caption.alignright {
		margin: 10px 0 10px 10px;
	}

	.wp-caption.alignleft {
		margin: 10px 5px 10px 0;
	}

	.wp-caption img {
		border: 0 none;
		margin: 0;
		max-width: 100%;
		padding: 0;
	}

	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 15px;
		padding: 0 0 5px;
		margin: 0;
	}

/* Tables*/

#content .posts table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: ridge;
	border-color: #b2b2b2;
	border-collapse: collapse;
	margin: 5px auto;
}

	#content .posts table.full {
		width: 100%;
	}

#content .posts table th {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #b2b2b2;
}

#content .posts table td {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #b2b2b2;
}

/*
	sidebar
*/

#sidebar h2.sidebarclass { visibility:hidden;}

#sidebar ul	{
	list-style: none;
	margin:0 0 15px;
	font-size:11px;
	}
#sidebar ul li ul {
	margin:0;
	padding:0 0 0 4px;
	}	
#sidebar ul li ul li ul	{
	margin:5px 0 -12px 0;
	padding:0 0 0 4px;
	}	
#sidebar ul	li	{
	margin: 0px 0px -1px 0px;
/*	border-top: 1px solid #EEE;*/
	padding:6px 0 6px 5px;
	line-height: 15px;
	}		
#sidebar ul li a {
/*	background:url(images/arrow.gif) no-repeat center left;*/
	padding: 0 0 0 8px;
	text-decoration:none;
	color: #0099ba;
	font-weight:bold;
	font-size: 1.6em;
	}
#sidebar ul li a:hover {
	text-decoration:underline;
	color:#00c793;
	}

#sidebar ul li ul li a {

	padding: 0 0 0 8px;
	text-decoration:none;
	color: #000;
	font-weight:bold;
	font-size: 1.2em;
	}	
	
#sidebar h2 {
	font:bold 1.2em "arial", helvetica, sans-serif;
	padding: 6px 0 0 3px;
	line-height:0.6em;
	color:#000;
	border-top: 0px solid #000;
}
#sidebar h3 {
	font: normal 1.4em/1.1em "arial", helvetica, sans-serif;
	padding: 0 0 3px;
}

	#sidebar ul li .textwidget {
		color: #fff;
		margin: 10px 0 0 0;
	}

/*
	Navigation
*/

.navigation {
	float: left;
	margin: 0 0 20px;
	width: 100%;
}

	.navigation .alignleft {
		margin-left: 30px;
	}

/*
	Footer
*/

#footer {
	clear: both;
	margin: 0 0 5px;
	font-size: 1.1em;
	background-color: #00c793;
	color: #808080;
	padding: 15px;
}
#footer p{
	text-align:right;
	color:#fff;
	padding:0;
	}
#footer p a{
	color:#333333;
	}
#footer p a:hover{
	color:#fff;
	}	

/*
	Calendar
*/

#wp-calendar {
	color: #fff;
	empty-cells: show;
	margin: 10px 0;
	width: 200px;
}

#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;
	margin: 10px 0 0;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

/* Other */



#content .posts .post.sticky {
	background: #e2e1e1;
	border: 5px solid #bcbcbc;
	float: left;
	margin: 0 0 30px 20px;
	padding: 15px;
	width: 93%;
}

	#content .posts .post.sticky .meta {
		background: url("images/content/post_meta_sticky.png") 0 0 repeat-y;
	}

.gallery-item {
	margin: 10px 0 0;
} 


/* per formatejar el menu d'idiomes del widget zd_multilang */

#topheader ul.zd_multilang_list {
list-style-type:none;
float: left;
margin: 5px 0 0 0;

}
#topheader ul.zd_multilang_list li {
display: inline;
}

#topheader ul.zd_multilang_list li a{
display: inline;
padding: 0 10px 0 8px;
border-left: 1px  groove #CCCCCC;
color:#000;
font-size:90%;
text-decoration:none;
}
#topheader ul.zd_multilang_list li a:hover{
color:#000;
background-color:#ffd100;
}
#topheader ul.zd_multilang_list li:first-child a{
border-left: 0;
}

#topheader ul.zd_multilang_list li.current_page_item a{
color: #000;
font-weight:bold;
background-color:#ffd100;
}
.post{clear: both;}

.thumbnail, .attachment-thumbnail {
float:left;
width:100px;
margin:0px 1.5em 0px 1.5em;
}

.byline {
color:#0397b5;
font-size:11px;
margin:0;
}

.byline a {
color:#0397b5;
}

.info{ 
    margin: 0px 0px 10px 150px;
}
.max{
font-weight:bold;
color:red;
text-align:center;
}
.min{
font-weight:bold;
color:blue;
text-align:center;
}
.titol{
text-align:left;
font-weight:bold;
}
.titolcentrat{
text-align:center;
font-weight:bold;
}
.centrat{
text-align:center;
}
.sense{
text-decoration:none;
}
hr{
color:#eee;
}