/* @override http://www.somaticexperience.se/css/style.css */

@font-face {
	font-family: Droid;
	src: url('../fonts/DroidSans.eot');
}

@font-face {
	font-family: "Droid";
	src: url('../fonts/DroidSans.ttf')
}

body {
	color: #66635d;
	font-size: 13px;
	line-height: 20px;
}

html, body {
	background: #f1e9d6 url(../images/bgBodyX.png) repeat-x 0 top;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

.bgWrapper {
	background: url(../images/artwork.jpg) no-repeat center top;
	padding-top: 260px;
}

.page {
	width: 860px;
	margin: 0 auto 0;
	padding: 460px 0 0;
	background: #fdfdee url(../images/bgPageTop.jpg) no-repeat;
	position: relative;
	overflow: visible;
}

h1#somatic_experiencing a {
	position: absolute;
	top: -125px;
	left: -20px;
	height: 110px;
	width: 280px;
	outline: none;
}

h1#somatic_experiencing a span {
	display: none;
}

p {
	margin-bottom: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}

.main_article {
	padding: 0 50px 0;
	overflow: auto;
}

.main_article p {
	margin-bottom: 1em;
}

.main_article .column {
	width: 380px;
	margin-right: 20px;
	float: left;
}

.main_article .column.last {
	margin-right: 0;
	float: right;
	width: 350px;
}

.main_article .column.last p {
	text-align: left;
}

.sub_article {
	padding: 0 46px 20px;
	margin: 4px;
	overflow: auto;
}

h2 {
	margin-bottom: 20px;
	color: #e0a729;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5d7;
	font: 22px/40px Droid, Arial, serif;
	letter-spacing: 0;
	text-align: left;
}

.sub_article h2 {
	text-align: left;
}

.sub_article .column {
	width: 240px;
	margin-right: 20px;
	float: left;
}

.sub_article .column.last {
	margin-right: 0;
	float: right;
}

 h3 {
	margin-bottom: 10px;
	color: #3a3a36;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	bottom: -5px;
}

.grass {
	height: 80px;
	position: fixed;
	bottom: -10px;
	left: 0;
	right: 0;
	background: url(../images/grass_light.png) repeat-x 0 bottom;
	z-index: 10000;
}

.contact {
	padding: 0 46px 80px;
	margin: 4px;
	overflow: visible;
}

.contact .bio {
	float: left;
	width: 470px;
}

img.portrait {
	float: right;
	background-color: white;
	padding: 10px;
	border: 1px solid #e5e5d7;
	position: relative;
	margin-top: -100px;
	z-index: 100;
}

.clear {
	clear: both;
}

.contact label input, .contact textarea {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	background-color: #f8fdf8;
	border: 2px solid #e7e8da;
	-webkit-border-radius: 2px;
	padding: 2px;
	color: #6d6440;
}

.contact label.input {
	width: 300px;
	display: block;
	clear: both;
	margin: 10px 0;
}

.contact label.input input {
	width: 200px;
	float: left;
	margin-right: 10px;
}

textarea {
	display: block;
	width: 380px;
	height: 80px;
	margin-bottom: 10px;
}

.contact label.textarea {
	margin-top: 25px;
	display: block;
}

.tiger {
	height: 199px;
	width: 202px;
	position: absolute;
	bottom: 5px;
	right: -34px;
	background: url(../images/tiger.jpg) repeat-x 0 bottom;
}

a {
	color: #c9964a;
	text-decoration: none;
}








