/**
 * The foundational YUI Reset CSS file removes and neutralizes 
 * the inconsistent default styling of HTML elements, 
 * creating a level playing field across A-grade browsers 
 * and providing a sound foundation upon which 
 * you can explicitly declare your intentions.
 *
 * Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 *
 * @version         2.5.1
 * @see             http://developer.yahoo.com/yui/reset/
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border:0;
}


/* -------------------------------
              GLOBAL
------------------------------- */

body {
  background: #f7f7f7;
  font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
  font-size: 62.5%;
}

h1 {
  /*color: #EE8022;*/
  color: #dadada;
  margin: 0 0 -6px 0;
  font: 30pt Georgia, "Palatino", "Times New Roman", Serif;
  font-weight: 600;
  text-decoration: none;
  border-bottom: none;
  letter-spacing: -3px;
}

h2 {
  border-bottom: 1px solid #dadada;
  clear: both;
  color: #666;
  font: 24px Georgia, "Palatino", "Times New Roman", Serif;
  margin: 15px 0 10px 0;
  padding: 0;
  padding-bottom: 5px;
}

h3 { 
}

p, dl {
  margin: 5px 0px;
  line-height: 18px;
}

dt {
  font-weight: bold;
}


/* -------------------------------
          MISCELLANEOUS
------------------------------- */

/* -----       links      ----- */

a,
a:visited {
  /*color: #0066CC;*/
  color: #666;
  text-decoration: none;
  border-bottom: 1px dotted #dadada;
}

a:hover,
a:visited:hover {
  /*color: #FF4400;*/
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #333;
}

/* -----    abbr & help   ----- */

acronym:hover, abbrev:hover { cursor: help; }
abbrev[title], acronym[title], span[title] {
  border-bottom: thin dotted;
  cursor: help;
}


/* -------------------------------
               PAGE
------------------------------- */

#container {
  margin: 2em auto 0 auto;
  width: 700px;
}

#page {
  background: #fff;
  color: #333;
  padding: 1em 2em;
  -moz-border-radius: 11px;
  -khtml-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  border: 1px solid #dfdfdf;
  font-size: 115%;
}

#page strong {
  color: #B8860B;
  font: 115% "Consolas", "Courier New", Courier, mono, serif;
  font-weight: normal;
}

/* -----       tabs       ----- */

.tab {
  margin-top: 5px;
  padding: 5px 0px 5px 25px;
}

.tab.asg {
  background: url(../images/tabs/asg.png) no-repeat left;
}

.tab.asp {
  background: url(../images/tabs/asp.png) no-repeat left;
}

.tab.simonecarletti {
  background: url(../images/tabs/simonecarletti.png) no-repeat left;
}

.tab.more {
  background: url(../images/tabs/more.png) no-repeat left;
}
