@import "/portfolio/stylesheets/reset.css";

/* Base */
/******************************************************************/
body, ul, ol, dl, h1, h2, h3, h4, h5, h6, td, th, caption, pre, p, blockquote, input, textarea {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #222;
}

a { 
  color: blue;
  text-decoration: none; 
  outline:none;
}

a:hover {
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
}

h1 { font-size: 36px; line-height: 36px; padding-top: 18px; padding-bottom: 18px; }
h2 { font-size: 28px; line-height: 36px; padding-top: 9px; padding-bottom: 9px; }
h3 { font-size: 18px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h4 { font-size: 14px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h5 { font-size: 12px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h6 { font-size: 10px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }

p {
  margin: 0 0 18px 0;
}

ul, ol {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 16px;
  list-style-position: outside;
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
dl {
  margin-top: 18px;
  margin-bottom: 18px;
}
dl dt {
  font-weight: bold;
}


blockquote {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 17px;
  border-left: 1px solid #666;
  font-style: italic;
}
blockquote * {
  color: #666;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.clear {
  clear: both;
  height: 0px;
}
.alt {
  display: none;
}


/* Layout */
/******************************************************************/
body {
  background: #faf7ee url(/portfolio/images/bg.jpg) repeat-x;
  background-position: 0 -38px;
}

#wrapper {
  width: 950px;
  margin: 0 auto 10px auto;
  padding: 0 20px;
}

#main {
  clear: both;
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: 7px solid #eae0cd;
}
#main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main ul {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #511404;
  padding: 0;
  margin-bottom: 30px;
  line-height: 22px;
}

#splash {
  border-right: 1px solid #eae0cd;
  width: 674px;
  padding-right: 27px;
  float: left;
}
#splash h2 {
  font-size: 40px;
  line-height: 32px;
  font-weight: normal;
  padding-bottom: 25px;
  padding-top: 0;
  margin: 0;
}
#main h3 {
  border-bottom: 1px solid #dbcfb8;
  padding-bottom: 2px;
  margin-bottom: 10px;
  clear: both;
}
#main p#description {
  border-bottom: 1px solid #dbcfb8;
  padding-bottom: 10px;
  margin-bottom: 10px;
  clear: both;
}
#splash p {
  line-height: 22px;

}
#highlight a {
  color: #b79c80;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
#highlight h4 {
  margin: 0;
  padding: 0;
}
#hl1, #hl2, #hl3 {
  float: left;
  display: block;
  width: 210px;
}
#hl1, #hl2 {
  margin-right: 20px;
}


#sidebar {
  float: left;
  padding: 0 0 0 28px;
  width: 220px;
}
#sidebar h1 {
  font-size: 23px;
  padding: 0;
  margin: 0;
}
#sidebar #splash_work {
  clear: both;
  margin-top: 35px;
}
#sidebar #splash_work  h3 {
  font-size: 14px;
  border-bottom: 1px solid #dbcfb8;
  padding-bottom: 0;
  margin-bottom: 6px;
}
#sidebar #splash_work ul {
  float: left;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
#sidebar #splash_work ul.left {
  width: 125px;
}
#sidebar #splash_work ul.right {
  width: 95px;
}
#sidebar #splash_work  li {
  margin: 0 0 8px 0;
}
#sidebar #splash_work  a {
  color: #b43f20;
  font-weight: bold;
  margin: 0;
}

#header {
  background: url(/portfolio/images/header.jpg) no-repeat;
  width: 208px;
  height: 118px;
  margin: 0;
  padding: 6px;
}
#header h1, #header p {
  padding: 0;
  margin: 0;
}
#header h1 a, #header p a {
  display: block;
  width: 205px;
  height: 37px;
}
*html #header h1 a, *html #header p a {
  height: 36px;
}
#header #navigation {
  margin-left: 1px;
}
#header #navigation ul {
  float: left;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header #navigation li {
  line-height: 20px;
  margin: 0;
  padding: 0;
}
#header #navigation a {
  color: #faf7ee;
  display: block;
  text-align: center;
  border: 1px solid #511404;
  background: #6d2d19;
  width: 101px;
  height: 19px;
  margin: 1px 1px 0 0;
  padding: 0;
}
#header #navigation a.location {
  color: #fff;
  background: #511404;
}
#header #navigation #resume a, #header #navigation #contact a {
  margin-right: 0;
}
#header #navigation a:hover {
  color: #fff;
  background: #511404;
  text-decoration: none;
}

.header_home #header #navigation #home a {
  color: #fff;
  background: #511404;
}

#nav_work {
  float: left;
  border-right: 1px solid #eae0cd;
  width: 701px;
  padding: 0;
  margin: 0;
}
#nav_work ul {
  float: left;
  padding: 0 37px 0 5px;
  margin: 0;
  margin-bottom: 22px;
  list-style-type: none;
  border-left: 1px solid #dbcfb8;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
#nav_work li {
  margin-bottom: 20px;
}
#nav_work a {
  color: #b43f20;
  font-weight: bold;
  margin: 0;
}
#nav_work a.location {
  color: #511404;
}

#sidebar #education, #sidebar #skills {
  clear: both;
  margin-top: 20px;
}
#sidebar #education h3, #sidebar #skills h3 {
  font-size: 14px;
  border-bottom: 1px solid #dbcfb8;
  padding-bottom: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
}
#sidebar #education h4, #sidebar #skills h4 {
  color: #b43f20;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 15px;
  padding: 0;
  margin: 0;
}

#experience {
  border-right: 1px solid #eae0cd;
  width: 674px;
  padding-right: 27px;
  float: left;
}
