* {
    margin: 0;
    padding: 0;
}

html{
    height: 100%;
}

body{
    height: 100%;
}

img{
    border: none;
}

p{
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 10px;
}

ul{
    list-style-type: none;
}

h1{
    font-weight: normal;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: .5px;
}

h2{
    font-size: 18px;
    padding: 5px 0;
}

.clear{
    clear: both;
}

#themeMenuWrapper{
    position: absolute;
    width: 100%;
}

#themeMenu{
    padding: 6px 0 0 0;
    height: 26px;
    border-bottom: 4px solid #AAA;
    opacity: .8;
    filter: alpha(opacity = 80);
    background: #111;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
}

#themeMenu ul{
    float: right;
}

#themeMenu li{
    display: inline;
    padding-right: 15px;
}

#themeMenu li a{
    color: white;
    text-decoration: none;
}

#themeMenu li.selected a{
    color: orange;
}

#themeMenu li a:hover{
    color: yellow;
    text-decoration: underline;
}

#themeMenu p{
    padding: 0 30px 0 9px;
    float: left;
    color: white;
    font-weight: bold;
}

#themeMenu p span{
    font-weight: normal;
    padding-left: 10px;
    font-size: 13px;
}

#themeMenu p span a{
    color: orange;
    text-decoration: none;
}

#themeMenu p span a:hover{
    text-decoration: underline;
}

#logo{
    display: block;
    width: 200px;
    height: 100px;
    background: url(../image/logo.gif);
    text-decoration: none;
}

#logo span{
    display: none;
}

#container{
    margin: 0;
    height: 100%;
}

#content{
    width: 980px;
    min-height: 100%;
    margin: 0 auto;
    background: white;
}

#sidebar{
    float: left;
    padding: 180px 0 100px 45px;
}

#sidebar #mainMenu{
    width: 225px;
    list-style-type: none;
    margin-top: 10px;
}

#sidebar #mainMenu li{
    display: block;
    padding: 8px 35px 5px 0;
}

#sidebar #mainMenu li a{
    width: 190px;
    padding-right: 10px;
    display: block;
}

#mainContent{
    margin-top: 60px;
    float: left;
    width: 664px;
    padding: 30px 0px 50px 0px;
}

#mainContent > div{
    padding-left: 50px;
}

#mainContent #topContent{
}

#mainContent #taglineContent{
    margin-top: 50px;
    text-transform: lowercase;
    line-height: 20px;
}

#mainContent #taglineContent p{
    margin: 10px auto 10px auto;
    text-align: center;
}

#mainContent #bodyContent{
    padding-top: 25px;
}

#mainContent #footerContent{
    padding-top: 15px;
}

#projectList{
    list-style-type: none;
    margin: 0;
    width: 600px;
    padding: 0;
}

#projectList li{
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}

#projectList li span{
    display: block;
    height: 40px;
    margin: 0;
    padding: 0;
}

#projectLink{
    margin: 0 0 8px 0;
    font-size: 12px;
    font-weight: bold;
}

#projectLink a{
    text-decoration: none;
    color: black;
}

#projectLink a:hover{
    color: #3377BB;
}

.projectNavigation{
    position: relative;
}

.projectNavigation span{
    font-family: Arial, sans-serif;
    font-size: 10px;
    line-height: 12px;
    display: block;
    font-weight: bold;
}

.projectNavigation span a{
    text-decoration: none;
    color: black;
}

.projectNavigation span a:hover{
    color: #3377BB;
}

#previousProject{
    position: absolute;
    top: -5px;
}

#nextProject{
    position: absolute;
    top: -5px;
    right: 12px;
    text-align: right;
}

#bodyContent .overview{
    width: 180px;
    float: left;
    font-size: 18px;
    line-height: 20px;
}

#bodyContent .overview ul li{
    padding-bottom: 10px;
}

#bodyContent .description{
    width: 400px;
    margin-left: 30px;
    float: left;
}

#themeGrid{
    width: 610px;
}

#themeGrid a{
    display: block;
    border: 1px solid #888;
    padding: 4px;
    margin: 0 20px 16px 0;
    float: left;
    text-decoration: none;
    color: black !important;
}

#themeGrid a img{
    border: 1px solid #AAA;
    width: 270px;
    height: 150px;
}

#themeGrid a span{
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin: 4px 0 4px 15px;
}

#themeGrid a:hover, #themeGrid a.currentTheme:hover{
    background: orange !important;
}

#themeGrid a.currentTheme{
    background: #CCC !important;
}

.bioKid{
    width: 90px;
    height: 110px;
}

#bioKidJeff{
    background-image: url(../image/bio_kid_jeff.jpg);
}

#bioKidLiz{
    background-image: url(../image/bio_kid_liz.jpg);
}


