/* $Id: local-sample.css,v 1.1.2.1 2010/01/11 00:08:12 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

#page {
	background-color: #888888;
}

#header-group-inner {
	background-color: #999999;
	/*-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;*/
}

#content-content .inner {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background:#dfdfdf none repeat scroll 0 0;
	margin-left:0;
	margin-right:0;
	margin-top:1em;
	padding:1em;
	border:2px solid #FF8F00;
}


.breadcrumb {
	margin-left:-1em;
	padding-bottom:0.5em;
	padding-left:1em;
	padding-top:0.5em;
}

.primary-menu {
	margin-bottom:0.5em;
}

.primary-menu ul li {
	/*border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;*/
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:-0.5em;
	position:relative;
	/*background: #bbbbbb;*/
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	
}

/* contingut interior del menu java desplegable*/

.primary-menu-inner ul.sf-menu li li {
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	background-color:#999999;
	border: none;
}

/* Hover, mira con es fa conyera!! XD

.primary-menu-inner ul.sf-menu li li .hover{
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	background-color:#000000;
	border: none;
} */

.sidebar-first {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#dfdfdf none repeat scroll 0 0;
}

.preface-top-inner {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
    -moz-border-radius: 0 0 0 5px;
	background:#dfdfdf none repeat scroll 0 0;
	padding-top:1.5em;
}

.primary-menu-inner ul.sf-menu li li {
	background-color:#707070;
}

.sf-menu li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#707070 none repeat scroll 0 0;
}

.primary-menu-inner ul.sf-menu li {
	margin-left:2px;
}

#title{
	
}

a, a:link {
	color:#CC2710;
	textdecoration: bold;
	
}

a:visited {
	color: #ff9500;	
}

a:hover {
	/*color:#ffffff;*/
	/* background-color: #CC2710 */ 
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  font-weight: bolder;
}

