/* @override http://stampforfun.com/wp-content/themes/K2/styles/sff/sff.css */

/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Appearance' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: stampforfun.com
	Author Site	: stampforfun.com
	Style Name	: sff
	Style URI	:
	Version		: 1.0
	Comments	:
*/

#wpcf7-f1-p149-o1 form.wpcf7-form p span.wpcf7-form-control-wrap.your-message textarea {
	width: 80%;
	border: 1px solid #737373;
}

#wpcf7-f1-p149-o1 form.wpcf7-form p span.wpcf7-form-control-wrap.your-email input.wpcf7-validates-as-email.wpcf7-validates-as-required, #wpcf7-f1-p149-o1 form.wpcf7-form p span.wpcf7-form-control-wrap.your-name input.wpcf7-validates-as-required, #wpcf7-f1-p149-o1 form.wpcf7-form p span.wpcf7-form-control-wrap.your-subject input,#wpcf7-f1-p149-o1 form.wpcf7-form p span.wpcf7-form-control-wrap.captcha-623 input,#wpcf7-f1-p149-o1 form.wpcf7-form p span.wpcf7-form-control-wrap.phone input  {
	width: 50%;
	border: 1px solid #737373;
}

ul.menu li a {
	display: block;
	padding: 5px 15px;
	font-size: 1em;
	background-color: #836a4a;
	color: #e0e0e0;
}

ul.menu li a:hover {
	background-color: #ffc33f;
	color: #444;
}

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

a {
	color: #836a4a;
}

p.wp-caption-text {
	font-size: .8em;
	line-height: 1.3em;
	font-style: italic;
}

#wpcf7-f1-p149-o1 form.wpcf7-form p span.wpcf7-form-control-wrap.phone input {
	
}