/* 
    Name: vina.css
    Description: Main CSS rules for Vina's Site
    Note: CSS properties that start with * is an IE only hack
  
=============================

     GLOBAL RESET
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  font: normal 80%/130% Tahoma, Arial, Helvetica, sans-serif;
  color: #fefafc;
  background: #e8dbcc;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
  font-weight: normal;
}
legend {
  *margin-left: -.49em; 
}
/*
     END GLOBAL RESET
=============================
     BASIC TYPOGRAPHY 
*/
h1, h2, h3, h4 {
  font-weight: 700;
  font-size: 1.39em;
  line-height: 1em;
  margin: 0 0 .5em;
  padding: 0;
}
h2, h3 {
  font-size: 1.47em;
  line-height: 1.3em;
  margin: 0 0 .5em;
  padding: 0;
}
h3 {
  font-size: 1em;
  margin: 1em 0 .3em;
}
h4 {
  margin: .5em 0 .3em;
  font-size:1em;
  font-weight: normal;
  padding:0;
}
p, li, dt, dd {
  font-size: 1em;
  margin: 0 0 1em;
  padding: 0;
}
p {
  line-height: 130%;
}
strong {
  font-weight:700;
}
a {
  color: #fefafc;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
/*
     END BASIC TYPOGRAPHY
=============================
     LAYOUT 
*/
#masthead {
  margin: 50px 0 0;
  background: #ad125e url(../images/bg_header.gif) repeat-x;
  height: 73px;
  padding: 36px 0 0;
}
#masthead #wrapper {
  width: 722px;
  margin: 0 auto;
}
#nav, #content {
 background: #ad125e;
  margin: 7px auto;
}
#nav ul {
  display: block;
  width: 722px;
  overflow: auto;
  margin: 0 auto;
  padding: .5em 0; 
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
  border-right: 1px solid #fffefc;
  line-height: 100%
}
#nav li:last-child, #nav li.last {
  border-right: none;
}
#nav a {
  display: block;
  padding: .2em 1em;
}
#nav li.first a, #nav li:first-child a {
  padding-left: 0;
}
#content {
  padding: 35px 30px;
  margin: 24px auto;
  width: 662px;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
}
/*
     END LAYOUT
=============================
    CLASSES
*/
.downloadLink {
  background: url(../images/download_disk.png) no-repeat left center;
  padding: 10px 0 10px 35px;
  margin: 20px 0 10px;
}
/*
     END CLASSES
=============================
*/
#resume h1 {
  margin-bottom: 20px;
}
#resume dl {
  overflow: hidden;
  margin: 7px 0;
}
#resume dt {
  float: left;
  background: url(../images/dot.png) no-repeat right center;
  width: 90px;
}
#resume dd {
  padding: 0 20px;
  margin-left: 91px;
}