html
{
    box-sizing: border-box;
}

#wrap_home thead
{
    margin: 0;
    padding: 0;
}

#wrap_home > p, #wrap_home h2
{
    text-shadow: 1px 1px 2px #000, 0 0 25px #000, 0 0 5px #000;
}

#tbl_home
{
    border-spacing: 0px;
}

#tbl_home tr
{
    vertical-align: top; 
}

#home_profile table, ol.home_profile_child
{
    background: #181818;
    border: 3px inset #282828;
    margin: 16px 0;
    padding: 8px;
    text-align: left;
    word-wrap: break-word;
}

#home_profile table tr td
{
    vertical-align: top;
    width: 100%;
}

#home_profile table tr td:first-child
{
    width: 120px;
    padding-right: 16px;
}

ol.home_profile_child
{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

ol.home_profile_child li 
{
    list-style-type: none;
}

ol.home_profile_child li a
{
    text-transform: none;
    letter-spacing: normal;
    border: 0;
    padding: 0;
}

#latest_playlist table th, #latest_playlist table tr td:first-child, ol.latest_playlist_child li, .huc_child p:first-child
{
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}

#latest_playlist, #latest_scan
{
    width: 50%;
}

#latest_posts, #latest_playlist, #latest_scan, #wrap_home > h2
{
	padding-top: 16px;
}

#coffin 
{
	position: absolute;
	margin-left: 19%;
	z-index: -999;
}

#latest_posts
{
	width: 100%;
	min-height: 500px;
    margin-bottom: 32px;
    padding-bottom: 32px;
}

#latest_posts_left, #latest_posts_right
{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin-top: 32px;
}

.huc_left p:first-child, .huc_right p:first-child
{
	position: absolute;
}

#latest_posts_left
{
	margin-left: -11%;
}

#latest_posts_right
{
	margin-left: 22%;
	position: absolute;
}

.huc_child 
{
    padding: 0 4px;
    background: #181818;
    border: 3px inset #282828;
    display: block;
}

.huc_left 
{
    text-align: right;
}

.huc_left p:first-child
{
	text-align: left;
    float: left;
}

.huc_right
{
	text-align: left;
}

.huc_right p:first-child
{
	text-align: right;
    float: right;
    right: 4px;
}

.tv_wrap 
{
    text-align: center;
    position: relative;
    padding: 0;
    margin-bottom: 32px;
}

.tv_wrap a 
{
    display: inline-block;
    background: 
        linear-gradient(
        rgba(0, 0, 0, 0.3), 
        rgba(0, 0, 0, 0.3)
        ),
        url('/img/nav_bg.png');
    background-repeat: repeat;   

    text-transform: uppercase;
    letter-spacing: 0.1em;
    
    font-size: 16px;
    border: 3px double #000;
    
    padding: 6px 12px;
    margin: 4px 8px; 

    vertical-align: middle;
}

#music_index
{
    display: block;
    margin: auto;
}

#playlist_home 
{
    background: #181818;
    border: 3px inset #282828;
    height: 200px;
}

#playlist_home img 
{
    float: left;
    max-height: 100%;
}

#playlist_home #walk_pic 
{
    display: block;
    position: absolute;
    left: 366px;
    margin-top: 8px;
}

#playlist_home p 
{
    display: inline-block;
    padding-left: 8px;
}

#playlist_home .pl_summary 
{
    display: grid;
}

#playlist_home .pl_listen 
{
    text-transform: uppercase;
}

.first_section_title 
{
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
}

#footer 
{
    margin-top: 0;
    width: 100%;
}
