@charset "UTF-8";
/* CSS Document */

.wimpy {
	float: right;
	padding-right:150px;
	width: 200px;
	}
.error {
	color: #FF0004;
}
h1, h2, h3, h4 {
	line-height: normal;
	color: #545454;
	margin: 0;
}
h1 {font-size: 1.6em;}

.img_float_left {
	padding-right:10px;
	padding-bottom:10px;
	float: left;
}
.img_float_right {
	padding-right:10px;
	padding-bottom:10px;
	float: right!important;
}
.audio_pad {
	padding-left: 90px;
}
.tippett_bg {
	background-image: url(../images/tippett_faded.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.fadedBG {
	background-image: url(../images/charact_2_faded.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_bar {
	background-image: url(images/bg_bar.jpg);
	background-repeat: no-repeat;
}
/* padding-left:10%;
	padding-right:10%;
	margin-left:auto!important;
	margin-right:auto!important;*/
.c  enter {
	padding-left:10%;
	padding-right:10%;

	
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

form  {
	margin:auto;
	position:relative;
	width:100%;
	height:580px;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	border: 1px solid #999;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input {
	width:60%;
	display:block;
	border: 1px solid #999;
	height: 25px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

textarea {
	width:90%;
	height:150px;
}

textarea.message {
display:block;
}

textarea:focus, input:focus {
border: 1px solid #09C;
}

.footer {
	background-color: #000000;
	padding: 20px;
	font-size: 0.75em;
	color: #ECE9D8;
}
#footer a {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #4F4F4F;
}
.padding-left {
	padding-left:35px;
}