/*

This is the stylesheet for the Oxfordshire Green Pages temporary splash page
http://oxfordgreenpages.co.uk

Date: Dec 2008

*/

body {
	text-align: center;
	font-family: Georgia, serif;
	font-size: small;
}

#wrap {
	margin: 60px auto;
	width: 600px;
}

h1 {
	padding: 36px 0 0 0;
	overflow: hidden;
	background: transparent url(im/splash/oxfordshire-green-pages-is-changing.jpg) no-repeat;
	height: 0px !important; /* for most browsers */
    height /**/:36px; /* for IE5.5 */
}

#contact {
	padding: 90px 300px 0 20px;
	background: #fff url(im/splash/emily.jpg) right 90px no-repeat;
	text-align: left;
}

input, textarea {
	font-size: 0.8em;
	font-family: Arial, sans-serif;
}

input {
	width: 280px;
}

#submit {
	width: 100px;
}

textarea {
	width: 280px;
	height: 100px;
}

.wpcf7-response-output, .wpcf7-not-valid-tip {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
}

#old {
	text-align: right;
	padding-right: 10px;
}

a {
	padding: 3px;
}

a:link {
	color: #999;
	text-decoration: none;
}

a:visited {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #000;
	background-color: #dbdbdb;
	text-decoration: none;
}

a:active {
	color: #999;
	text-decoration: none;
}

