/*
Theme Name:     GWR	
Theme URI:      http://gwr.org.au/
Description:    GWR Theme - child theme for the Twenty Twelve theme
Author:         Steve Berrick
Author URI:     http://steve.berrick.net/
Template:       twentytwelve                             
Version:        5.0
*/

/* import parent theme styles */
@import url("../twentytwelve/style.css");


.site-title, .site-description {
	display: none;
}
#site-logo {
	max-width: 70%;
	margin-bottom: 20px;
}
#home-social-pics {
	width: 100%;	
	overflow: auto;
	margin-top: 24px;
}
#home-social-pics img {
	float: left;
	width: 20%;
}

#footer-left {
	float: left;
	
}
#footer-right {
	float: right;
}
#colophon a {
	text-decoration: none;
}
#linkcat-2 {
	list-style-type: none;
	margin: 0;
}
#linkcat-2 h2 {
	display: none;
}
#linkcat-2 ul li {
	float: right;
	margin-left: 10px;
}
#linkcat-2 ul li a img {
	width: 32px;
}


.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: none;
	box-shadow: none;
}

a {
	outline: none;
	color: #666666;
}
.site-content {
	margin: 0;

}

a:hover,
.site-header h1 a:hover,
.site-header h2 a:hover,
.main-navigation a:hover,
.widget-area .widget a:hover,
footer[role="contentinfo"] a:hover,
.comments-link a:hover,
.entry-meta a:hover,
article.format-aside h1 a:hover,
.format-status .entry-header header a:hover,
.comments-area article header a:hover,
a.comment-reply-link:hover,
a.comment-edit-link:hover,
.template-front-page .widget-area .widget li a:hover {
	color: #888888;
}

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

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.site {
		max-width: 820px;
	}
	.site-content {
		width: 100%;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #ffffff;
	}
	body .site {
 		box-shadow: none;
	}
}

.site-content article {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.wpcf7-textarea {
	width: 98%;
}