/* 
  ###################Colors###################################
  these are the only colors that we should see
  ##############################################################
  seond ~= white color:#E6EA9C;
  white text-color:#F2F8CB;
  background-color:#191002;
  border-color:#39352B;
  content background-color:#231E13;
  green color:#A3ED44;
  bright blue color:#3A94DC;
  dark blue color:#616CA2; 
  orange color:#F3771D;
  yellow color: #F9DD31;
  warning color:#F32119;
  warning bg color:#EA3A34;
 ##############################################################
*/ 
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body{
  height: 100%;
  margin: 0 0 1px;
}

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: 16px;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1.45em;
  background-color: #231E13;
  color: #F2F8CB;
  letter-spacing: 0.08em;
  font-family: Tahoma, sans-serif;
}
ol, ul {
  list-style: none;
}
a{
  color:#3A94DC;
  text-decoration: none;
  }
a.color1:hover, a.color2:hover, a.color3:hover, a:hover{
  color:#F9DD31;
  }
  
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}  
/*

##############################################################
                      MyStyles
##############################################################
*/
.current{text-decoration: underline;}
.color1, a.color1{color:#616CA2;}
.color2, a.color2{color:#A3ED44;}
.color3, a.color3{color:#F3771D;}
.color4, span.color4{color:#39352B;}

.reduced{font-size: 0.9em}

#container{
  width:960px;
  margin: 50px auto 0 ;
  border: 10px solid #39352B;
  background-color: #191002;
  overflow: hidden;

}

#left-column, #right-column{
  width: 440px;
  float:left;
  padding: 20px;
  position: relative;
  /* border-bottom: 5px solid #39352B; */
}

#left-column  li{
  display: inline;
}
#left-column  li a {
  font-size: 1em;
  margin-right: 20px;
  letter-spacing: 0.1em;
}

#left-column #logo{
  position: absolute;
  top:180px;
  left:100px;
}
#left-column #nav{
  position: absolute;
  top:250px;
  left:100px;
}
#right-column #introPara{
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.13em;
}
#portfolio #right-column{overflow: hidden;}
#portfolio #right-column  ul{
  line-height: 0;
  margin-left:20px
}

#portfolio #right-column  ul li{
  margin-bottom: 20px;
  border: 5px solid #39352B;
  line-height: 0;
  width:410px;
}

#portfolio #right-column  ul li p.description{
  padding:10px;
  font-size: 16px;
  line-height: 2;
  background-color:#231E13;
  border-top: 5px solid #39352B;
}

#contact #right-column, #contact #left-column{
  height:470px;
}
#contact #right-column .vcard{
  margin-top:190px;
  text-align: center;
}
#resume h1{
  color:#616CA2;
  font-size:1.5em;
  margin-bottom: 0.5em;
}
#resume h2{
  color:#F9DD31;
  font-weight: normal;
  font-size:1em;
  letter-spacing: 0.2em;
  margin-bottom: 0.5em;
  padding-left:1em;
}

#resume h2 span.color4{
  font-weight:bold;
  display:block;
}

#resume #right-column ul{margin-bottom: 1.5em; padding-left:2em;}
#resume #right-column li{margin-bottom: 0.8em;line-height: 1.2em;font-size: 0.95em}