/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/



/* Parametres blog 

body.custom { background: #fff; background-attachment: fixed; color: #000; font: 62,5% "Avenir LT Std","Georgia", Times, serif; }

.custom #container { margin-top: 8em; margin-bottom: 2em; padding: 0.3em; background: #fff; border: 0.25em solid #96999A; }

		.custom #page { padding: 2em 1.9em; background: #fff; border: 0.1em solid #fff; border-top: 0; }
*/


/* LINKS 

	.custom a, .custom a:visited { color: #DE7600; }
	.custom a:hover { color: #ffcc00; }
	*/	

/* Imatge de fons

body.custom {
background: #efefef url('images/chihuly-colors.jpg') 100% 0 no-repeat;
background-attachment: fixed;
}
*/

/*---:[ Set 6: solid background with slick borders around your "page" area ]:---url('images/bg-rock.jpg') 100% 0 repeat */

body.custom { background: #efefef ;} 
.custom #container { margin-top: 4em; margin-bottom: 1em; }
.custom #page { padding: 2em 1.9em; background: #fff; }
		
/*---:[ end Set 6 ]:---*/



/* HEADER 

.custom #header {
background: url("http://blog.micelulacreativa.com/imatges/bg-micelulacreativa.jpg")50% 0 no-repeat;
top left;
border-bottom:none;
height:224px;
width: 1020px;
padding-top:0;
padding-left:0em;
padding-right:0em;}

.custom #header #logo { text-indent: -9999px; }
.custom #header h1, .custom #header p#tagline { text-indent: -9999px; }
*/


/* HEADER*/ 
.custom #header { border-bottom:none;
height:229px;
width: 1020px;
padding-top:0;
background-color: #ffffff;
padding-bottom:0;
margin-left:0;
background:url('images/bg-micelulacreativa.jpg')
center left no-repeat; }
.custom #header #logo { display:none; }
.custom #header #tagline { display:none; }

/*transforma el filet de sota el menœ en blanc*/
#feature_box {
background:#EEEEEE none repeat scroll 0 0;
border-color:#FFFFFF;
border-style:solid;
}

/* MENU TAbS */

.custom ul#tabs li {border-bottom:0; margin-bottom:0;}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0;}



/* TABS 


.nav{
border-top:0px solid #fff;
border-bottom:0px solid #fff;

font-size:11pt;
line-height:100%;
margin:0px;
padding:0px;
background:#fff;
float:left;
width:100%;
font-family: Helvetica;

}
.nav ul{
margin:0px;padding:0px; float:left; width:100%;
}
.nav li.noline{
border:0;
}
.nav li{
border-right:1px solid #fff;
float:left;
display:block;
padding:0px;
margin:0px;
}
.nav li a{
color:#000;
text-decoration:none;
display:block;
text-transform:uppercase;
padding:12px 15px;
margin:0px;
font-family: Helvetica;
font-weight:bolder;

}
.nav li a span{
color:#00cccc;
text-transform:lowercase;
display:block;
font-size:11px;
font-family: Helvetica;
font-weight:100;
}
.nav li a:hover, .nav li a:hover span{
background:#dadada;
color:black!important;
font-family: Helvetica;
}
* html .nav li a:hover{
background:#333;color:#fff;
}
.nav li.lastnav{
border-left:1px solid #fff;
border-right:none;
float:right;
display:block;
}
.nav li.lastnav a:hover, .nav li.lastnav a:hover span{
background:#4a4a4a;
}
.clear {
clear:both;
height:0.001em;
margin:0px;
padding:0px;
display:block;
}
*/

/* Left Side Social Media Icons 
.custom #feedback {background:transparent; width: 3.2em; position: fixed; top: 275px; right: 0%;}
.custom #feedback a {display:block; text-indent: -9999px; height: 3.3em;}

.custom #feedback #twitter {background: url('http://www.serradinho.com/images/thumb_twitter3.png')}
.custom #feedback #rss {background: url('http://blog.micelulacreativa.com/imatges/rss.gif')}
.custom #feedback #email {background: url('http://blog.micelulacreativa.com/imatges/contacta.gif')}
.custom #feedback #linkin {background: url('http://blog.micelulacreativa.com/imatges/linked.gif')}
.custom #feedback #skype {background: url('http://www.serradinho.com/images/thumb_skype.png')}
.custom #feedback #login {background: url('http://www.serradinho.com/Blog/wp-content/uploads/2009/08/login_user.png')}
*/

/* footer*/

.custom #footer_area {background:#fff; padding:0.5em 0; border-top:1px solid #ccc;}
	.custom #footer {border-top:0;}
	


/* publicitat */

.custom .ads {
	text-align: left;
}
.custom .ads img {
	margin: 0px;
}



/* Segon Multimedia BOX 

.sidebar_box {margin-bottom:2em; text-align:left;}
*/
