/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
     line-height: 1;
}
ol, ul {
    list-style: none;
}
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;
}

/* KyleConroy.com */
body {
     font-family: "Helvetica", arial, serif;
}

h1 {
   background: #000000;
   color: #FFFFFF;
   font-size: 12px;
   padding: 10px;
   clear: both;
}

h2 {
   font-size: 24px;
   color: #5c8b3f;
   font-weight: bold;
}

h3 {
   color: #666666;
   font-size: 20px;
}

p > a {
  color: #2e6810;
}

p {
  line-height: 1.5em;
  font-size: .9em;	
}

#wrapper {
	 margin-left: auto;
	 margin-right: auto;
	 width: 860px;
}

/* Header */
#header {
	height: 90px;
	position: relative;
	background: #DEDEDE;
	border-right: 1px #5F5F5F solid;
	border-left: 1px #5F5F5F solid;
}

#home {
      display: block;
      position: absolute;
      top: 12px;
      left: 12px;
      display: block;
      height: 100px;
      width: 100px;
      background-color: #5c8b3f;
      border: 1px #2e6810 solid;
      text-decoration: none;
      overflow: hidden;
}

#welcome {
    font-family:Times,Times New Roman,sans-serif;
    left:125px;
    line-height:1.2em;
    position:absolute;
    top:10px;
    font-size: 16px;
}

.green {
    color:#5c8b3f;
}

#home:hover {
	    border: 1px #000000 solid;
}

#home > span {
      position: absolute;
      top: 54px;
      left: -4px;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 60px;
      
}

#menu{
	text-align: right;
	background-color: #666666;
	border-top: 1px #5F5F5F solid;
	border-bottom: 1px #5F5F5F solid;
	border-right: 1px #5F5F5F solid;
}

#menu > li, #allprojects > li {
      display: inline-block;
      /* Dear IE7, learn how to render inline block */
      zoom: 1;
    *display: inline;
}

#menu > li > a, #menu > li > a:visited  {
      display: block;
      padding: 10px;
      text-decoration: none;
      color: #FFFFFF;
      font-size: 14px;
}

#menu > li > a:hover {
      background-color: #999999;
}

.selected {
	  border-bottom: solid 4px #DEDEDE;
	  height: 10px;
}

#aboutme {
	 float: right;
	 width: 300px;
	 padding: 10px;
	 font-size: 12px;
	 background: #DEDEDE;
	 margin: 10px 10px 0 0;
	 border: 1px solid #999;
}

#aboutme > img {
	 border: 1px solid #000;
	 float: left;
	 width: 75px;
	 height: 95px;
	 margin: 0 5px 5px 0;
	 }

#aboutme > table {
	 clear: both;
	 font-szie: 
}

#aboutme > table tr {
	 display: block;
	 padding: 4px 0;
}

#aboutme > table tr td:first-child {
	 width: 80px;
	 font-weight: bold;
}

#aboutme > table a {
	 color: #333;
}

#content {
	 padding: 15px;
	 min-height: 180px;
}	

#current {
	 padding: 15px 30px;
}

#current > li {
	 margin-bottom: 10px;
}

#current p, #allprojects p {
	 color: #666;
}

#current > li a, #allprojects > li a {
	 color: #333;
}	 	 

#allprojects {
	clear: both;
	margin-top: 15px;
}

#allprojects > li {
    width: 48%;
    vertical-align: top;
    margin-bottom: 10px;
}

#footer{
	text-align: right;
	background-color: #666666;
	background-color: #5c8b3f;
	border: 1px #2e6810 solid;
	height: 20px;
	padding: 10px 10px 0px 10px;
	font-size: 10px;
	clear: both;
}

#footer > span {
	float: left;
	width: 200px;
	text-align: left;
}

#footer > ul > li {
	display: inline;
}

#footer > ul > li > a  {
	text-decoration: none;
	color: #000000;	 
}

#footer > ul >  li > a:hover  {
	text-decoration: underline;
}

