html {
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
    font: 75% "Trebuchet MS", sans-serif;
    overflow: hidden;
}

h4 {
    font-style: italic;
    font-size: 1.3em;
    margin: 10px 5px;
}

h5 {
    font-style: italic;
    font-weight: bold;
    font-size: 1em;
    margin: 10px 5px;
}

p {
    text-align: justify;
}

a {
    color: #666AA6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.homePage #content {
    position: absolute;
    width: 500px;
    height: 400px;
    overflow: hidden;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -250px;
}

.otherPage #content {
    position: absolute;
    width: 500px;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    margin: 0;
}

#content img {
    float: left;
}

#closePage {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/close.png) no-repeat center center;
}

#content a {
    color: #AAAAAA;
    text-decoration: none;
    outline: none;
}

#content a:hover {
    color: #000000;
    text-decoration: none;
}

#content h3 {
    margin: 5px;
    font-size: 1.5em;
    font-weight: bold;
    vertical-align: middle;
}

.homePage #linksContainer {
    position: absolute;
    top: 0;
    left: 0;
    margin: 55px 0 0 180px;
}

.otherPage #linksContainer {
    position: absolute;
    top: 0;
    left: 0;
    margin: 210px 0 0 5px;
}

#linksContainer p {
    margin: 0 0 0 20px;
}

#dock {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 100%;
    margin-top: -48px;
    width: 100%;
}

.homePage #imgContainer {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 62px;
}

#ajaxWrap {
    position: absolute;
    left: 170px;
    top: 10px;
    background-color: #DDDDDD;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 5px;
    overflow: hidden;
}

#ajaxContent {
    background-color: #EEEEEE;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 5px;
    height: 100%;
    overflow: auto;
}

#ajaxWrap .contentHeader {
    color: #0080c0;
    padding: 2px;
    font-size: 1.3em;
    margin: 2px;
}

#ajaxContent .label {
    font-weight: bold;
}

#ajaxContent table {
    margin-left: auto;
    margin-right: auto;
}

#contactFrm input {
    border: 1px solid #BBBBBB;
    background-color: white;
    width: 250px;
}

#contactFrm input:focus {
    border: 1px solid #999999;
    background-color: white;
    width: 250px;
}

#contactFrm select {
    border: 1px solid #BBBBBB;
    background-color: white;
    width: 250px;
}

#contactFrm select:focus {
    border: 1px solid #999999;
    background-color: white;
    width: 250px;
}

#contactFrm textarea {
    border: 1px solid #BBBBBB;
    background-color: white;
    width: 250px;
}

#contactFrm textarea:focus {
    border: 1px solid #999999;
    background-color: white;
    width: 250px;
}

#contactFrm table {
    border-collapse: collapse;
}

#contactFrm .button {
    padding: 4px;
    color: #EEEEEE;
    font-weight: bold;
    background: #333333;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.social {
    margin: 10px auto 10px auto;
    width: 400px;
    text-align: center;
    padding: 10px;
}

.social a img {
    border: none;
}

.published {
    text-align: right;
    font-weight: bold;
}

.published i {
    font-weight: normal;
}

.post {
    font-size: 1.1em;
}

#resumeWrap {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.resumeHeader {
    display: block;
    background: #666666;
    color: #EEEEEE;
    padding: 4px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

ul.resumeSubTitle {
    padding: 0;
    height: 20px;
    margin: 0;
}

ul.resumeSubTitle li {
    float: left;
    padding-right: 20px;
}

ul.resumeSubTitle li a {
    color: white;
}

.resumeDes {
    padding: 0 20px;
    text-align: justify;
}

.skillsHeader{
	vertical-align: top;
	width: 25%;
	text-align: left;
	font-style: italic;
}

