/* @override http://beta.skimountaineering.org/sites/all/themes/ISMF-2009/style.css */

/* $Id: style.css,v 1.3 2009/11/13 00:53:13 alx Exp $

Modificada per Oriol Garrote per a ismf 2009
 */
/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #6E7279;
  background-color: #fff;
  font: 10pt Arial, Helvetica, Tahoma, sans-serif;
}
label {
  cursor:hand;cursor:pointer;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font: bold 1.1em Arial, Helvetica, Tahoma, sans-serif;
  }
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  /*font-weight: bold;*/
}
a:link {
  color: #0060A9;
}
a:visited {
  color: #0060A9;
}
a:hover {
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.item-list ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0 0 0.75em 0;
  padding: 0;
  font-size: .9em;
}
.item-list ul li {
  list-style-position: inside;
  list-style-type: disc;
  margin-left: 4px;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
}

.links {
  margin-bottom: 0em;
  clear: both;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/
#header {
  width: 1020px;
}
#content {
  width: 1020px;
}
#menu{
  width: 1020px;
  padding: 0;
  vertical-align: top;
}

#header {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
#logo {
  vertical-align: top;
  padding: 0px;
  margin: 0px;
}
#logo img {
  border: 0px;
  margin: 0px;
  padding: 0px;
  float: left;
}
#header-blocks {
  float: right;
  padding: 0px;
  width: 160px;
  height: 76px;
  overflow: hidden;
  vertical-align: middle;
}
#header-blocks .block {
  padding: 0px;
  margin: 0px;
  border: none;
}
#header-blocks .block .title {
  display: none;
}
#header-blocks .block .content {
  margin: 0px;
  text-align: right;
  font-size: 8pt;
}
#header-blocks img {
  margin: 0px;
}
#primary { background-color: #6E7279; background: url(images/Header-ISMF-2009_05.png) top left repeat-x; width: 100%; text-align: left; height: 22px;
	font: normal 1em Arial, Helvetica, Tahoma, sans-serif;
	color: #000;
	display: inline;
}
/* all lists */
#primary, #primary ul { padding: 0; margin: 0; list-style: none; line-height: 1em;/* z-index: 999; */display: inline-block;}
#primary ul { position: static; }
#primary ul a { display: block;  border-bottom: none; padding: 4px 8px; color: #fff; text-decoration: none; text-align: left;
}
#primary li li a { border-right: none; border-top: 1px solid #323232; }

/* all list items */
/* width needed or else Opera goes nuts */
#primary li { float: left; height: 100%; margin: 0 !important; padding: 0; list-style-image: none; list-style-type: none; background-image: none; }
#primary li li { width: 160px; background: #6E7279; filter:Alpha(opacity=80); opacity: 0.88; }

/* second-level lists */
/* Note: Use left instead of display to hide publicly visible menus because display: none isn't read by screen readers */
#primary li ul { position: absolute; background: none; margin: 0; margin-top: -3px; width: 160px; left: -999em; display: none; line-height: 1em; }

/* third-and-above-level lists */
#primary li li.expanded ul { margin: -20px 0 0 160px; }

#primary li:hover ul ul,
#primary li:hover ul ul ul,
#primary li:hover ul ul ul ul,
#primary li:hover ul ul ul ul ul,
#primary li.sfhover ul ul,
#primary li.sfhover ul ul ul,
#primary li.sfhover ul ul ul ul,
#primary li.sfhover ul ul ul ul ul {
  left: -999em;
  display: none;
}

/* lists nested under hovered list items */
#primary li:hover ul,
#primary li li:hover ul,
#primary li li li:hover ul,
#primary li li li li:hover ul,
#primary li li li li li:hover ul,
#primary li.sfhover ul,
#primary li li.sfhover ul,
#primary li li li.sfhover ul,
#primary li li li li.sfhover ul,
#primary li li li li li.sfhover ul {
  left: auto;
  display: block;
}

/* second-and-more-level hovering */
#primary li li.expanded { background: #6E7279 url(images/arrow.png) no-repeat 145px 7px; }
#primary li li:hover,
#primary li li.iehover { background-color: #0060A9; filter:Alpha(opacity=100)
}
#primary li li:hover a,
#primary li li:hover li:hover a,
#primary li li:hover li:hover li:hover a {
  color: #fff;
}
#primary li li.expanded:hover a,
#primary li li.expanded:hover li.expanded:hover a {
  border-color: #666666; color: #eee;
}
#primary li li.expanded:hover li a,
#primary li li.expanded:hover li.expanded:hover li a {
  border-color: #323232;
}
#primary li li:hover li a,
#primary li li.iehover li a,
#primary li li.iehover li.iehover li a {
  color: #eee;
}
#primary li li.iehover a,
#primary li li.iehover li.iehover a,
#primary li li.iehover li.iehover li.iehover a {
  color: #fff; width: 90%; /* IE */
}

#secondary {
  padding-left: 1em;
  padding-bottom: 0px;
  padding-right: 1em;
  padding-top: 0;
  text-align: right;
  font-size: 0.9em;
  line-height: 2em;
}
#secondary a {                     
  padding: 2px;                     
  font-size: 0.9em;
  text-align: right;
  color: #003895;
}
#secondary a:hover {
  padding: 2px;
  text-decoration: none;
  color: #c7660f;                     
  font-size: 0.9em;
  text-align: right;
}
ul.links li {
  border-left: 1px solid #9cf;
}
ul.links li.first {
  border: none;
}
#header-search {
  float: right;
  margin: 0px;
  padding: 4px;
}
#header-search form {
  margin: 0px;
  padding: 0px;
}
#header-search .form-submit {
  display: none;
}
#header-search .form-text {
  margin: 0px;
  font-size: 10pt;
  height: 18px;
  border: solid #87abcb 1px;
  padding: 2px 2px 2px 24px;
  color: #0060A9;
  background: url('search.jpg') #ffffff top left no-repeat;
}

#central { width: 610px; }

#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
                                                                             
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
	color: black;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
	padding-left: 1em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	font-size: 0.8em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
                                                                             
  width: 130px;
                                                                             
  padding: 4px;
  vertical-align: top;
  font-size: .9em;
}
#sidebar-left {
  max-width: 124px;
  width: 124px;
  border-right: solid #c0c0c0 1px;
}
#sidebar-right {
  border-right-color: #bfbfbf;
  border-right-style: solid;
  border-left-style: solid;
  border-right-width: 1px;
  border-left-width: 1px;
  border-left-color: silver;
  width: 124px;
}
#ad-Sidebar {
  padding: 2px;
  top: 0px;
  float: right;
  left: 871px;
  position: absolute;
  width: 254px;
  vertical-align: top;
}#footer {
  padding: 10px;
  width: 850px;
  font-size: 0.8em;
  border-top: 3px solid #666;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font: 1.2em Arial, Helvetica, Tahoma, sans-serif;
  color: #0060A9;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.title a:hover {
  color: #c7660f;
  text-decoration: none;
}

.submitted {
  color: #6E7279;
  font-size: 0.8em;
  clear: both;
  margin-bottom: 0;
  margin-top: 7px;
}
.links {
  color: #6E7279;
}
.links a {
  /*font-weight: bold;*/
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  padding-bottom: 0.5em;
}
/*.block .title {
  margin-bottom: .25em;
}*/
.box .title {
  font-size: 1.1em;
}
.node {
	margin: .5em 0 1em;
	clear: both;
	border-style: none;
	border-bottom: 1px dotted #a0a0a0;
	padding-bottom: .5em;
}
.sticky {
  padding: .5em;
  border: 1px solid #0060A9;
	background-color: #e6e6e6;
}
.node .content, .comment .content {
  margin: .5em 0 0 0;
  padding-bottom: .5em;
  line-height: 1.4em;
  color: black;
}
.node .taxonomy {
  color: #6E7279;
  font-size: 0.8em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  /*font-weight: bold;*/
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #6E7279;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #6E7279;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #003895;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}

/* mod by Josepmaria Roca */
 #user-login-form .item-list {
  text-align: left;
}

.inline img.thumbnail {
  margin: 0px;
}
.inline .caption {
  padding: 0px;
  margin: 0px;
  line-height: 9pt;
  font-size: 8pt;
}
.inline .caption strong {
  font-weight: normal;
  font-style: italic;
}
/* Box styles */
.block .title {
  /*font-variant: small-caps;*/
  color: black;
  /*font-weight: bold;*/
  text-transform: uppercase;
	font-size: 1em;
}
br.clear {display: none;}
/* per al formulari de subscripció al grup de skimo de google goups */
#block-block-9 div.content table tbody tr td input {
	width: 115px;
}
#block-i18n-0.block.block-i18n .i18n-link a{
	list-style-type: none;
	float: right;
	visibility: hidden;
	height: 15px;
	font-size: 0;
}
#block-i18n-0.block.block-i18n .i18n-link img.i18n-icon{
	visibility: visible;
	border: 1px solid #999;
}
#block-i18n-0.block.block-i18n li{
	top: -5px;
	float: right;
	margin-left: 2px;
	list-style-type: none;
	display: block;
}