body {
    background: #27221A;
    color: #FFFFFF;
}

#outer_layout {
    background: transparent;
    color: #FFFFFF;
    border: none;
    min-width: 500px;
    min-height: 400px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50px;
    right: 50px;
    overflow: auto;
}


#header {
    width: 100%;
}
#name_occupation {
    display: inline;
    float: left;
    text-align: center;
    width: 250px;
    margin: 25px 0px;
}
#name {
    font-weight: bold;
    font-size: 1.5em;
    margin: 0px 0px;
}
#occupation {
    font-size: 1.0em;
    margin: 0px 0px;
}

#headerAnimation {
    margin: 10px;
    margin-left:250px;
    width: auto;
    height: 100px;
}
#headerCanvas {
    border: 4px solid #444444;
    margin: 0;
    width: 100%;
    height: 100px;
}

#tab_list {
    float: left;
    background: transparent;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#tab_list .ui-state-default {
    background: transparent;
    border: none;
}
#tab_list .ui-state-active {
    background: transparent url(../media/uiTabsArrow.png) no-repeat bottom center;
    border: none;
}
#tab_list .ui-state-default a {
    color: #CCCCCC;
}
#tab_list .ui-state-active a {
    color: #FFFFFF;
}

.ui-tabs {
    padding: 0;
}

.tabs_container {
    overflow: auto;
    background: #FFFFFF;
    border: 5px solid #444444;
}

#tabs_container .tab {
    overflow: auto;
    background: transparent;
}

#job_search {
    color: #FF3333;
}

#objective {

}

#image_of_me {
    float: left;
}
#image_of_me img {
    width: 200px;
    margin: 10px;
    border: 3px solid #444444;
}

#contact_info {
    display: inline;
    float: left;
    margin: 15px;
}

.entry {
    height: auto;
    margin: 20px;
}
.entry_logo {
    float: left;
    height: auto;
    width: auto;
    margin: 5px;
    padding: 0;
}
.entry_logo img {
    height: auto;
    width: 100px;
    border: 2px solid #333333;
}
.entry_text {
    border: 0;
    margin: 25px;
    margin-left: 130px;
    padding: 0;
}
#Experiences div.entry_logo img {
    border: 0;
}
#Projects div.entry_logo img {
    width: 150px;
}
#Projects div.entry_text {
    margin-left: 170px;
}
#Publications div.entry_logo img {
    height: 100px;
    width: auto;
    max-width: 150px;
    border: 2px solid #333333;
}
#Publications div.entry_text {
    margin-left: 170px;
}

.hobby_entry {
    float: left;
}
.hobby_entry img {
    height: 150px;
    border: 2px solid #333333;
}

.footer_entry {
    line-height: 15px;
    margin: 10px;
}
#email {
    float: left;
}
#date {
    float: right;
}


