/*
Theme Name: Christine's Custom Child
Theme URI: http://christinemcglade.com
Description: A child theme of Twenty Twelve
Author: (Christine McGlade)
Template: twentytwelve
Version: 1.3
*/

@import url("../twentytwelve/style.css");

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: 3px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

/* Font and Links styles */
.entry-content a:visited, .comment-content a:visited {
    color: #067f83;
}

.header-image {
    margin-bottom: 24px;
}

.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 2px;
	margin-bottom: 1.714285714rem;
	padding-bottom: 2px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.nav-previous,
.previous-image {
	float: left;
	width: 50%;
        padding: 24px 0;
	padding: 1.714285714rem 0;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
        padding: 24px 0;
	padding: 1.714285714rem 0;
}

	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin: 0px 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}

/* Social Icons */

@media (min-width: 600px) {
.main-navigation .nav-social-facebook { 
	float: right;  
	margin-right: 5px;
        padding-left: 8px;
        padding-right: 4px;
        padding-bottom: 10px;
        padding-top 10px;
	background: url(images/FacebookIcon.png) no-repeat right;
}

.main-navigation .nav-social-twitter { 
	float: right;  
	margin-right: -12px;
        padding-left: 8px;
        padding-right: 4px;
        padding-bottom: 10px;
        padding-top 10px;
	background: url(images/TwitterIcon.png) no-repeat right;
}

.nav-social-facebook a {
	opacity: 0;
}

.nav-social-twitter a {
	opacity: 0;
}
}
