/*
Theme Name:     2012CHILD
Theme URL:      http://mudgeetriclub.hwy.com.au/
Author: 		Highway Internet
Template:       twentytwelve
*/

@import url("../twentytwelve/style.css");

/*remove image borders*/

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
img.wp-post-image {
    border-radius:0;
    box-shadow:0 0 0 rgba(0,0,0,0);
}

/*remove white space above header*/
.main-navigation {
    margin-top: 0;
    text-align: center;
}

/*move body content up closer to menu*/
.site-header {padding-bottom: 0rem;}

/*remove page titles*/
.page .entry-title { display: none; }

/*remove proudly supported by*/
.site-info {   display: none;}

/*move body content up closer to menu*/
.site-content {
margin-top: 5px !important;
}


/*reduce margin at top of page*/
body .site {	margin-top: 0px;
		margin-bottom: 1rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}


/*FONTS*/
/* nav */

#masthead .main-navigation ul.nav-menu,
#masthead .main-navigation div.nav-menu > ul {
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
}

.main-navigation ul.nav-menu {
    padding: 0 0 0 10px;
}

#masthead .nav-menu {
	background: #333;
	
}

#masthead .nav-menu a {
	color: #fff;
        font-weight: bold;
	
}

#masthead .main-navigation li ul li a {
	background: ccc;
}
#masthead .main-navigation a {
	color: cd0a0a;
        font-weight: bold;
}

#masthead .main-navigation li ul li a {
	color: #000;
}

#masthead .main-navigation li ul li a:hover {
	background: #b5b0b0;
}

#masthead .main-navigation a:hover {
	color: #cd0a0a;
}
#masthead .main-navigation ul.nav-menu,
#masthead .main-navigation div.nav-menu > ul,
#masthead .main-navigation li ul li a {
	border-color: rgba( #cd0a0a, 0.1 );
}

/* change active page link colour*/
.main-navigation .current-menu-item > a {
    color:#c34d17;
}

/* blog entry */

.entry-header .entry-title {

    font-family: 'Droid Serif', serif;

    font-size: 1.57rem;

    line-height: 1.85rem;

}



.entry-header .entry-title a {

    color: #9f0e0e;

}



.entry-header .entry-title a:hover {

    color: #9f0e0e;

}



.site-content article{

    margin-bottom: 1.14286rem;

    border-bottom: .12rem solid #25282B;

}


/*FOOTER WIDGETS - Add 3 column footer widgets. Must include footer.php file for this to work*/
/* ===[ Footer Widget Areas ]=== */
.site-info { clear: both; }
#footer-widgets {
    width: 100%;
    border-top: none;
}
    #footer-widgets .widget li { list-style-type: none; }
.template-front-page #footer-widgets { padding-top: 0; }
@media screen and (min-width: 600px) {
    #footer-widgets.three .widget {
        float: left;
        margin-right: 3.7%;
        width: 30.85%;
        clear: none;
    }
        #footer-widgets.three .widget + .widget + .widget { margin-right: 0; }
}
/* for IE8 and IE7 */
.ie #footer-widgets.three .widget {
    float: left;
    margin-right: 3.7%;
    width: 29.85%;
    clear: none;
}
.ie #footer-widgets.three .widget + .widget + .widget { margin-right: 0; }


footer.entry-meta{

    font-family:'Helvetica Neue', Helvetica, Arial;
}

/* Reduce space between menu links */
.main-navigation li {
margin: 0 38px 0 0 !important;
position: relative;
}

/* Tweaking Display Posts plugin */

.display-posts-listing .listing-item {
	clear: both;
}

.display-posts-listing img {
	float: left;
	margin: 0 10px 10px 0;
}