/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

input.wpcf7-validates-as-required {
	width: 60%;
	height: 20px;
	padding: 5px;
	}
	
span.wpcf7-form-control-wrap input {
width: 60%;
height: 20px;
padding: 5px;
background-color: #f1f1f1;
border: solid 1px #ccc;
}

span.wpcf7-form-control-wrap textarea {
width: 60%;
height: 150px;
padding: 5px;
background-color: #f1f1f1;
border: solid 1px #ccc;
}