/*
 Theme Name:   Twenty Twelve Child
 Description:  Twenty Twelve Child Theme
 Author:       Shane Stacks
 Author URI:   http://shaneplays.com
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-child
*/

.googleleaderboard {
    margin: auto auto -49px;
    width: 728px;
}

.site-title
{
    display: none;
}

.main-navigation li a
{
   color: #D13E28 !important;
}

.main-navigation li a:hover
{
   font-weight: bold !important;
}

.entry-content p
{
    font-size: 1.4rem;
}

.entry-header .entry-title a {
    color: black;
}

.entry-header .entry-title {
    font-size: 3rem;
}

.home .entry-title {
	display: none;
}

.home .pt-cv-content a:visited {
    color: #ffffff;
}

.comment-content a:visited {
    color: #000;
}
 
.home .entry-content h4 a, .home .entry-content h4 a:visited {
    color: #000000;
} 

.btn a, .btn a:visited {
    color: #ffffff;
    text-decoration: none;
}

.btn-success {
    color: #ffffff;
    background-color: #F31E26;
    border-color: #9CA1A6;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #FE0000;
    border-color: #9CA1A6;
}

.entry-content h3, .comment-content h3 {
font-size: 16px;
font-size: 1.6rem;
}

.entry-content h4, .comment-content h4 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
}

.entry-content li, .comment-content li, .mu_register li
{
    padding-bottom: 10px;
    font-size: 1.25em;
}

.entry-header img.wp-post-image {
	display: none;
}

img {
    border-radius: 0px;
    box-shadow: none;
}

.listenbox {
    background-color: #D4D4D4;
    padding: 10px;
    border-radius: 3%;
    text-align: center;
    margin-bottom: 30px;
    height: 425px;
}

.innerbottomad {
    margin-bottom: -30px;
    margin-top: 20px;
    text-align: center;
}

.postid-6190 h1 {
	font-size: 2rem !important;
}

.postid-6190 .foundfootagejumplinks {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 1.3rem;
}

.postid-6190 .foundfootagejumpanchor {
    padding-bottom: 10px;
}

@media screen and (max-width:760px) {

	.googleleaderboard {
    		display: none;
	}

	.bottomgog {
		display: none;
	}

}

@media screen and (max-width:480px) {

     .entry-header .entry-title {
        font-size: 2rem;
     }

	.entry-content p {
  	font-size: 1.2rem;
     }

}



