/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

.leftColumn{
	margin-bottom:211px;
}
.content a:link, .content a:visited{
	color:#fff9e9;
}
.content a:hover{
	color:#5f5e5b;
}
.content{
	min-height:50px;
}
h2{
	font-size:25px;
	margin-bottom:5px;
}
.content iframe{
	width:98%;
	height:371px;
	border:6px solid #fff9e9;
	margin:5px 10px 5px 0;
}
h3{
	font-size:18px;
}


/* ---------------------------------Start Contact Form CSS----------------------------------- */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background-color:#fff9e9;
	color: #404040;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	padding: 8px 10px;
	border:3px solid #404040;
	float:right;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background-color:#5f5e5b;
}
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	background-color:#fff9e9;
	color: #404040;
	border:none;
}
.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 96%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
	border:3px solid #404040;
	font-weight: bold;
}



	/* Fix for odd Mozilla border & padding issues */

	button::-moz-focus-inner, input::-moz-focus-inner {
 	padding: 0;
	border:none;
}
form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
	border:none;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	background-color:#fff9e9;
	color: #404040;
	padding: 6px 10px;
	border:3px solid #404040;
	font-weight: bold;
	outline: none;
	font-size: 18px;
	margin: 0;
	width: 96%;
	display: block;
	margin-bottom: 20px;
}
select {
	padding: 0;
	border:none;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	/* color: #404040;
	border:none; */
}
textarea {
	font-family: Arial,Helvetica,sans-serif;
	height: 150px;
	border: none;
	resize: none;
}
label, legend {
	display: block;
	font-weight: bold;
	font-size: 18px;
	border:none;
}
select {
	width: 220px;
	border:none;
}
input[type="checkbox"] {
	display: inline;
	border:none;
}
label span, legend span {
	font-weight: normal;
	font-size: 18px;
	color: #404040;
	border:none;
}
/* ----------------------------------End Contact Form CSS------------------------------------ */