div.post table td, div.post table th { padding : 2px 5px ; }
div.player { text-align : center ; margin : 0 auto 1em ; }

/* RED */

/*Dark red*/
.red a:visited, .red a:link,
.red .unit .title, 
.red .block-three .title,
.red .block-one .title, 
.red .block-two .title,
.red .block-two, 
.red .related h4, 
.red .related a, 
.red .meta a, .red .meta a:link, .red .meta a:hover, .red .meta a:visited, .red .meta a:focus, .red .meta a:active,
.red .post h1, .red .post h2, .red .archives h1, .red .archives p strong, .red #search-results h2,
.red .post a, .red .post a:link, .red .post a:hover, .red .post a:visited, .red .post a:focus, .red .post a:active,
.red .search_entry_left h2 a, .red .search_entry_left h2 a:link, .red .search_entry_left h2 a:hover, .red .search_entry_left h2 a:visited, .red .search_entry_left h2 a:focus, .red .search_entry_left h2 a:active, .red .search_entry_left h2,
.red .jump a, .red .jump a:link, .red .jump a:hover, .red .jump a:visited, .red .jump a:focus, .red .jump a:active,
.red .comments h3,
.red .comments a, .red .comments a:link, .red .comments a:hover, .red .comments a:visited, .red .comments a:focus, .red .comments a:active,
.red ul.tags li a, 
.red .all_posts h3, .red .topical li a.comments_link, .red .all a, .red h2.author_name, .red h1.author_title,
.red .block .inner a, .red .block .inner a:link, .red .block .inner a:hover, .red .block .inner a:visited
{color:#a00000;}

.red form input.textarea {border: 1px solid #a00000;}

/*Light red*/
.red .search_entry_left .search_category {background-color:#e50000;}

/* NAVIGATION INCLUDE */
#image{height:150px;}
#tc-nav {
    background-color: #24538C;
	height: 32px;
    margin-bottom: 16px;
    overflow: hidden;
font-family: arial, sans-serif;
}
#tc-nav ul {
    margin: 0;
    padding: 0;
}
#tc-nav li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 6px 13px;
}
#tc-nav li.selected {
    background-color: #1B3C67;
}
#tc-nav a {
    color: #FBF6C4;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}
#tc-nav a:hover {
    text-decoration: underline;
}
