/* Custom CSS style to correct missing ones from native theme. */

p {
	padding-bottom: 15px;
}

ul {
	margin-bottom: 20px;
    margin-top: 0px;
    margin-left: 40px;
}

hr{
	margin-bottom: 20px;
}

.top-navigation ul li a, #header-right-menu ul li a{
	text-transform: uppercase;
    font-weight: 600;
    text-shadow: 1px 1px #333;
}

h1.entry-title, .blog .page-title{
	text-transform: none;
}

.top-navigation {
    padding-top: 50px;
}

#masthead_TesseractTheme .site-branding {
    position: absolute;
    width: 100%;
}

#site-banner-left-inner {
    margin-top: 20px;
}

  #site-banner-left {
    text-align: -webkit-center;
}

@media screen and (max-width: 768px){
#site-banner-left {
    width: 100%!important;
  }}

@media screen and (max-width: 768px){
#site-banner-main .site-branding {
    display: inline-block;
    zoom: 1;
    width: auto;
    position: relative;
    z-index: 1;
  }}

@media screen and (max-width: 768px){
#site-banner-right > *, #site-navigation {
    display: none;
  }}

#horizontal-menu-wrap{
    width: 100%;
}

#site-banner.blogname .site-title a{
  font-size: 40px;
  text-shadow: 2px 2px #333;
}

@media screen and (max-width: 768px){
#site-banner.blogname .site-title a {
    font-size: 25px;
  }}

@media screen and (max-width: 768px){
#mobile-menu-trigger-wrap {
    margin-top: -11px;
    margin-left: -20px;
  }}

.top-navigation ul li a:hover{
  background-color: #f6f6f6;
  color: #333;
  border-radius: 4px;
}

.home .site-footer, .home .site-footer {
    background-color: #5794b5;
}

.site-footer {
    background-color: #5794b5;
}

#masthead_TesseractTheme {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #5794b5;
}

#bloglist_title h1.entry-title, #bloglist_title h2.entry-title, #bloglist_title h3.entry-title, #bloglist_title h4.entry-title, #bloglist_title h5.entry-title, #bloglist_title h6.entry-title, #bloglist_title h2.entry-title a, #blogpost_title h1.entry-title{
    color: #333;
    font-weight: 600;
}

.comment-reply-title{
    text-align: center;
    margin-bottom: -5px;
    font-size: 20px;
    padding-top: 20px;
}