/*
Theme Name:     The Sheffield Piscatorial Society
Description:    Child theme for the Twenty Ten theme 
Author:         Jonathan Needle
Template:       twentyten
Version:        0.2.0
*/

@import url("../twentyten/style.css");

body {
    background: #2f3e1a url(images/bramley-pond-bkgnd.jpg) top center no-repeat;
    background-size: contain;
}

#wrapper {
    margin-top: 0;
}

#header {
    padding: 0;
}

#access {
    margin: 0 -20px;
    width: 980px;
}

#sps-masthead {
    background: url(images/sps-logo.png) top center no-repeat;
    height:140px;
}

/** Remove reCAPTCHA badge */
.grecaptcha-badge { visibility: hidden; }

.recaptcha-policy {
	color: #aaa;
	font-size: x-small;
    margin-top: -24px;
}

/** Contact Form 7 */
.wpcf7-not-valid-tip {
    margin-top: -24px;
}

/** selects aren't styled by the parent theme */
.wpcf7-form select {
	background: #fafafa;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	color: #888;
	padding: 7px;	
}
