/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
Modificat: Eduard Gimenez Porredon
E-mail: info@eduardgimenez.com
*/

@import url('examples/2c-l.css');

/*GENERALS*****/

*{
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/fonsBody.jpg);
	background-repeat: repeat-x;
}
.clear {
	clear: both;
}

#wrapper {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#visita {
	position: absolute;
	height: 157px;
	width: 252px;
	top: 0px;
	right: 0px;
}
#visita a {
	background-image: url(images/visit.png);
	display: block;
	height: 157px;
}
#visita a:hover{
	background-position: right top;
}

#visita a span {
	display: none;
}
/*CAPÇALERA********/

#blog-title a{
	height: 189px;
	background-image: url(images/logo.jpg);
	display: block;
	text-indent: -1000em;
}
#header {
	height: 220px;
}
#blog-description, #access, #menu {
	display: none;
}

/*ENTRADES************/

.entry-title {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/fonsTitols.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 12px;
	margin-bottom: 15px;
	font-size: 20px;
}.entry-title a {
	color: #000000;
	text-decoration: none;
}
.entry-title a:hover {
	text-decoration: overline;
}
.entry-date {
	margin-top: -5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-bottom: 10px;
}
.entry-date abbr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: help;
}
.entry-content h3, .page-title {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 18px;
	background-image: url(images/boliche1.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.entry-content h2 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ee7d21;
	margin-left: 10px;
}
.entry-content h4 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ee7d21;
	margin-left: 10px;
}
.entry-content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0px;
	text-align: justify;
	word-spacing: 0px;
	margin-bottom: 10px;
}
.entry-content ul {
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
}
.entry-content ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 5px;
	background-image: url(images/boliche.gif);
	background-repeat: no-repeat;
	text-indent: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e4e4e4;
	padding-bottom: 6px;
	text-align: justify;
}
.entry-content ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e4e4e4;
	padding-bottom: 6px;
	text-align: justify;
	margin-left: 20px;
}
.entry-content a {
	color: #000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ee7d21;
	padding-bottom: 1px;
}
.entry-content a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ee7d21;
	}
.codi {
	background-color: #00CCCC;
	padding: 3px;
	margin-bottom: 10px;
}
.codi p {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}

.wp-caption-text {
	font-size: 11px;
	color: #FF9900;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f4f4f4;
	margin-top: 4px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.entry-meta {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	background-color: #e4e4e4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
}
.entry-meta a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.entry-meta a:hover {
	color: #ee7d21;
	text-decoration: underline;
}

.nav-previous a, .nav-next a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
.nav-previous a:hover, .nav-next a:hover {
	text-decoration: underline;
}
.meta-nav {
	font-size: 14px;
	color: #ee7d21;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
/*COMENTARIS I DEMÉS*************/
#comments {
	background-color: #F5F5F5;
	margin-top: 10px;
	padding: 10px;
	background-image: url(images/fonsComments.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#comments .translate_translate {
	color: #FF9900;
}

#comments-list {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #E4E4E4;
	padding-left: 10px;
}
#comments-list h3 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#comments-list ol {
	list-style-type: none;
}
#comments-list h3 span {
	color: #ee7d21;
}
.comment-author {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	font-variant: small-caps;
	margin-bottom: 10px;
}
.comment-author a {
	color: #666;
}

.comment-meta {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 3px;
	color: #ee7d21;
}
.comment-meta a {
	font-weight: bold;
	color: #ee7d21;
}
.comment-meta a:hover {
	color: #666666;
}
.meta-sep{
	color: #333333;
	font-weight: bold;
}
#comments-list ol p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #333333;
}
#respond h3 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 10px;
}
#comment-notes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #666666;
}
.required {
	font-size: 20px;
	color: #ee7d21;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	margin-left: -3px;
}
#commentform label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#commentform #author, #commentform #email, #commentform #url {
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #F5F5F5;
	border-right-color: #F5F5F5;
	border-bottom-color: #CCCCCC;
	border-left-color: #F5F5F5;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 50%;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #ee7d21;
}
#commentform #comment {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #ee7d21;
	font-size: 20px;
	background-color: #F5F5F5;
	border: 1px dotted #CCCCCC;
	width: 50%;
	margin-top: 5px;
}
#commentform #submit {
	color: #999999;
	margin-top: 10px;
	border: 1px dotted #CCCCCC;
	padding: 3px;
	cursor: pointer;
}
#commentform #submit:hover {
	color: #CCCCCC;
	background-color: #666666;
	border: 1px solid #CCCCCC;
}
#trackbacks-list ol {
	list-style-type: none;
}
#trackbacks-list h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
}
#trackbacks-list p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#trackbacks-list p a {
	color: #FF9900;
}



#login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
}
#login a {
	font-weight: bold;
	color: #ee7d21;
}
#login a:hover {
	color: #666666;
}
/*BARRA LATERAL******************/
.sidebar {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ccc;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #ccc;
}
.sidebar h3 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(images/boliche1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sidebar ul {
	list-style-type: none;
}
.sidebar ul ul {
	padding-left: 10px;
}

.sidebar ul ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/boliche2.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 7px;
	margin-bottom: 4px;
}
.sidebar a {
	color: #333333;
	text-decoration: none;
}
.sidebar a:hover {
	color: #ee7d21;
}
#tag_cloud-3 div {
	background-color: #EEEEEE;
	padding: 2px;
	margin-right: 10px;
}


/*FOOTER*************************/
#footer {
	clear: both;
	height: 300px;
	padding-top: 20px;
	background-color: #F5F5F5;
	background-image: url(images/fonsFooter.jpg);
	background-repeat: repeat-x;
}

#footer ul {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	background-image: url(images/fonsUlFooter.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
#footer ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
}


#footer a {
	font-weight: bold;
	color: #666;
}
#footer a:hover {
	color: #ee7d21;
}
#cacagran {
	float: left;
}
