*{
    outline: none;
}

html {
    overflow-y: scroll;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #2f2f2f;
    font-family: arial, sans-serif;
    text-align: center; /* centers the website in stupid IE! */
}

a {
    color: inherit;
}

a:hover {
    color: #d88919;
}

#topnavigation a:hover {
    color: #d88919;
}

#topnavigation li{
    color: white;
    font-weight: bold;
}

#curpagething {
    width: 4px;
    height: 18px;
    background-color: white;
    float:left;
    position: relative;
    left: -1550px;
    top: 119px;
}

img {
    border: none;
}

h1{
    font-size: 14pt;
}

h2{
    font-size: 12pt;
}

div {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

p {
    font-size: 11pt;
    line-height: 15pt;
}

#container {
    width: 845px;
    margin: 0px auto;
    text-align: left;
}

#header {
    height: 150px;
    margin: 40px 0px 0px 0px;
}

#logo {
    float: left;
}

#topnavigation {
    float: right;
    margin: 77px -18px 0px 0px;
}

#topnavigation a{
    text-decoration: none;
    font-weight: bold;
    color: white;
}

#topnavigation li {
    list-style-type: none;
    display: inline;
    padding-right: 20px;
}

#adminpanel {
    position: fixed;
    width: 100%;
    height: 70px;
    background-image: url('../images/trans50.png');
    overflow: hidden;
    color: white;
    font-weight: bold;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    float: left;
    top:0;
    z-index:40;
}

#adminpanel a {
    text-decoration: none;
}

.adminmenu {
    float: left;
    margin: 10px 0px 0px 25px;
}

#logoffoption{
    float: right;
    margin: 10px 25px 0px 0px;
}

#headerline {
    clear: both;
    width: 845px;
    height: 10px;
    background-color: white;
}


#slideshow {
    float: left;
    margin: 25px 0px 0px 0px;
    width: 520px;
    height: 267px;
    padding: 0px;
    position: relative;
    clear: both;
}

#slideshow img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

#frontpageright {
    overflow: hidden;
    margin: 25px 0px 33px 0px;
    float: right;
    background-color: #deeab0;
    width: 260px;
    height: 290px;
    color: black;
}

#frontpageright p {
    margin-top: -5px;
    font-size: 9pt;
}


#frontpageright a {
    text-decoration: none;
    font-weight: bold;
}

#frontpageright h2 {
    font-size: 10pt;
}

.minipost {
    margin-bottom: 20px;
}

#page {
    margin: 20px 0px 30px 0px;
    background-color: #deeab0;
    width: 845px;
    min-height: 300px;
    color: black;
    overflow: auto;
}

.pagecontent {
    margin: 0px 30px 0px 30px;
}

#portfolioicons {
    margin: 25px 0px 30px 0px;
    padding-left: 30px;
}

#portfolioicons img {
    margin: 0px 30px 30px 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#portfoliopageleft {
    width: 30px;
    float: left;
    margin: 25px 0px 20px 0px;
}

#portfoliopageleft img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 22px;
}

#portfoliopageright {
    width: 520px;
    float: right;
    background-color: #deeab0;
    margin: 25px 0px 30px 0px;
    min-height: 300px;
    padding-bottom: 15px;
}

#portfoliopageright object {
    margin-bottom: 20px;
}

#portfoliodescription{
    width: 200px;
    min-height: 80px;
    background-image: url('../images/trans75.png');
    padding: 5px 10px 5px 10px;
    color: white;
    z-index: 20;
    float: left;
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: 0px;
}

#portfoliodescription h1{
    font-size: 11pt;
}

#portfoliodescription p{
    font-size: 10pt;
}

#blogpage{
    width: 563px;
    float: left;
    margin: 25px 0px 40px 0px;
    overflow: auto;
    color: black;
    background-color: #eeeeee;
}

#blogpost{
    margin: 15px 0px 15px 0px;
}

.blogpostdate {
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    font-size: 9pt;
}

#blogsidebar{
    width: 260px;
    margin: 25px 0px 40px 0px;
    min-height: 500px;
    float: right;
    background-color: #deeab0;
}

#blogsidebar ul {
    list-style: none;
    padding-left: 0px;
    line-height: 25pt;
}

#contactpageleft {
    float: left;
    width: 300px;
    min-height: 200px;
    overflow: auto;
    background-color: #deeab0;
    margin: 25px 0px 40px 0px;
}

#contactpageright {
    float: right;
    width: 450px;
    min-height: 300px;
    overflow: auto;
    background-color: #deeab0;
    margin: 25px 0px 40px 0px;
}

#contactpageright span {
    margin-right: 200px;
    padding-top: 20px;
}

#contactpageright input {
    margin-bottom: 6px;
}

#notice {
    background-color: #ea9d42;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    font-weight: bold;
}

#footer {
    clear: both;
    width: 845px;
    background-color: #171819;
    overflow: auto;
    color: #5f5f5f;
}

#footer h2 {
    font-size: 13pt;
    line-height: 0px;
    color: #777777;
}

#footer p {
    font-size: 10pt;
}

#footer div {
    margin: 10px 40px 10px 20px;
    float: left;
}

#footer ul {
    list-style: none;
    padding-left: 0px;
    line-height: 15pt;
    font-size: 9pt;
}

#bio {
    width: 380px;
}

#bio img {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}

#skills {
    width: 125px;
    margin-left: 50px;
    padding-left: 20px;
}

#copyright {
    color: grey;
    clear: both;
    float: right;
}

#copyright p {
    font-size: 9pt;
}