.page-header, .page-content, .hentry {
    background: rgba(255, 255, 255, 0) none repeat scroll 0% 0%;
}

.page-title, .entry-title {
text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;  
}

.site-info {
    display: none;
    visibility: hidden;
}

.site-branding {
    color: #FFFFFF;
    border: 0px;
}

.site-title {
    margin: 0;
    text-shadow: 0px 0px 1px #FFFFFF;
}

.site-description {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
}

.social-links a:hover {
    background-color: #FFF;
    color: #000;
}

.site-branding {
    padding: 2px !important;
    margin: 0px;
}

#header-wrapper {
    margin-bottom: 0px;
}

.entry-thumbnail {
    display: none;
    visibility: hidden;
}

.menu-toggle:hover, .main-navigation.toggled .menu-toggle {
    background: #FFFFFF;
    color: #000;
}

.main-navigation a:hover {
    background: #FFFFFF;
    color: #000;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 7px 12px;
    background: #000000;
    border: 1px solid #000000
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    background: #FFF;
    border-color: #000;
    outline: none;
    color: black;
}

.widgets-trigger:hover, .widgets-trigger:focus, .widgets-trigger:active {
    background-color: #FFFFFF;
    color: #000;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    border-bottom-width: 0px;
}

.widgets-trigger {
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    border-bottom-width: 0px;
}

img.borderphotopage {
    border-width: 2px;
    border-style: solid;
    border-color: #000000;
    padding: 2px;
    margin-bottom: 10px;
}

img.borderphotopage:hover {
    border-width: 2px;
    border-style: solid;
    border-color: #FFFFFF;
    padding: 2px;
    margin-bottom: 10px;
    background: #000000;
}

.downloadbottom {
    clear: both;
    text-align: center;
    color: rgb(255, 255, 255);
}

a.downloadbottom {
    color: rgb(255, 255, 255);
}