/* global */
html{height: 100%;}

body
{ font-family: Tahoma, Verdana;
  padding: 0px;
  margin: 0px;
  font-size: 13px;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
}

h1, h2, h3, h4
{ font-weight: bold;
  font-family: "Trebuchet MS", Tahoma; 
  font-size: 120%;
}
h1
{ font-size: 150%;
  font-weight: normal;
  border-bottom: 1px solid; 
}
h2 
{ margin-top: 7px; }
h3
{ text-transform: uppercase }
h4
{ font-size: 140%;
  font-family: "Trebuchet MS", Tahoma;
  text-decoration: underline;
  letter-spacing: -1;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a{outline: none;}

form{padding: 0; margin: 0;}



/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 18px solid;
}

.right
{ float: right; 
  border-left: 18px solid;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 30px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 920px;}

/* logo */
#logo
{ width: 920px;
  height: 180px;
}

#logo h1
{ font-size: 200%;
  padding: 14px 0px 0px 0px;
  float: left;
  text-transform: lowercase;
}



/* registracion y logueo */
#headerlink
{ height: 0px;
  text-align: right;
  font-size: 80%;
  padding: 20px 0px 0px 0px;
}

#headerlink a
{ font-size: 10px;
  font-weight: normal;
  font-family: Tahoma;
  text-decoration: underline;
}
#headerlink a:hover
{ text-decoration: none; }

/* navigation menu */
#menubar
{ width: 920px;
  height: 40px;
} 

ul#menu
{ margin: 0px; 
  padding-top: 10px;
  font-size: 130%;
  font-weight: normal;
  font-family: "Trebuchet MS", Tahoma;
  text-align:center; 
  list-style: none;
}

ul#menu li
{ margin: 0px 0px 0px 0px; 
  padding: 0px;
  display: inline;
} 

ul#menu li a 
{ text-decoration: none; 
  padding: 0px 12px 0px 12px;
  border-right: 2px solid;
} 

#search
{ float: right; 
  padding: 16px 0px 0px 0px;
}

input.searchfield
{ border: 1px solid; 
  padding:2px;
}

input.button
{ border: 1px solid; 
  padding: 0px 0px 1px 0px;
  width: 64px;
  cursor: pointer;
}
select.fixed
{ width: 40%;
  border: 1px solid;
  padding: 0px 3px 0px 2px;
}

/* main content */
#site_content
{ width: 920px;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
} 

/* sidebar */
.sidebar
{ float: left;
  width: 220px;
  height: 100%;
  padding: 15px 7px 15px 8px;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 220px;
  float: left;
  margin: 0px 0px 15px 0px;
  border-bottom: 1px solid;
}

.sidebaritem h1{ padding: 8px 10px 0px 12px;}
.sidebaritem h3, .sidebaritem h4, .sidebaritem p{margin: 8px 10px 10px 12px;}

.sidebaritem ul
{ width: 190px; 
  padding-top: 0px; 
  margin: 4px 0px 15px 14px;
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 0px 0px; 
}

.sidebaritem a
{ font-size: 14px;
  font-weight: bold; 
  text-decoration: underline;
  font-family: "Trebuchet MS", Tahoma;
}

.sidebaritem li a, .sidebaritem li a:hover
{ text-decoration: none; 
  padding: 0px 0px 0px 14px;
  display: block;
  font-size: 13px;
  font-weight: normal;
} 

/* page content */
#content
{ text-align: left;
  width: 637px;
  float: left;
  padding: 22px 20px 15px 20px;
}


#content a, #footer a
{ font-size: 14px;
  font-weight: bold; 
  text-decoration: underline;
  font-family: "Trebuchet MS", Tahoma;
}

#content a:hover, #footer a:hover, .sidebaritem a:hover{text-decoration: none}

#content a.colour, #content a.colour:hover{border-bottom: 0px;}

/* footer */
#footer
{ width: 880px;
  height: 20px;
  padding: 10px 20px 5px 20px;
  text-align: center; 
}


/* sNews */
fieldset, .comment, .commentsbox{margin-bottom: 10px;}

fieldset
{ border: 1px solid; 
  padding: 10px 8px;   
}

input
{ border: 1px solid;
  padding: 2px;
}

textarea
{ width: 55%; 
  height: 200px;
  border: 1px solid;
  padding: 3px;
  font-size: 12px;
  font-family: Tahoma;
}

.date
{ border-top: 1px solid; 
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}

.h4inline, .h4inlineblack 
{ font-family: "Trebuchet MS", Tahoma; 
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}