/*
Theme Name: Soma
Version: 0.1
*/


@import "public/stylesheets/reset.css" screen, print;
@import "public/stylesheets/forms.css" screen, print;

/* Table of Contents 
=======================
	* - Global
	1 - Header
	2 - Structure
	3 - Nav
	4 - Search
	5 - Headings
	6 - Lists
	7 - Forms
	8 - Links
	9 - Misc
=======================
*/

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-x: hidden;	
}

body {
	margin:0;
	padding:0;
	font:14px/1.5 Arial,Sans-serif;
	color:#FFFFFF;
	background: url(public/images/bg2.jpg) no-repeat top center #000;
	text-align: left;
}

p { 
	margin-bottom: 1em;
	text-align: left;
}

strong {
	color: #6bbcc2;
}

div#content ul {
	margin: 1em;	
}

/* 1- Header
----------------------------------------------- */

/* 2- Structure
----------------------------------------------- */

div#wrapper {
	width: 800px;
	margin: 0px auto;
	background: url(public/images/content.gif) repeat-y top center;
}

div#wrapper div#header {
	float: left;
}

div#wrapper div#content {
	float: left;
	display: inline;
	height: auto;
	width: 750px;
	min-height: 840px;
	position: relative;
	padding: 25px;

}

div#wrapper div#footer {
	display: inline-block;
	background: url(public/images/footer.jpg) no-repeat top left;
	width: 800px;
	height: 46px;
}

div#fbg {
	background-color: #5d5d5d;
	height:46px;
	width:100%;
	margin-top: -46px;
	left:0;
	padding:0;
	position: relative;
	z-index: -1;
}

div#content table {
	border: none;
}

div#content table td {
	vertical-align: top;
}

div#content table td+td {
	padding-left: 20px;
}

table.home {
	border: none;	
}

table.home p {
	text-align: left;	
}

table.home tr td {
	vertical-align: top;
}

table.home td+td {
	padding-left: 20px;
}

div.info {
	background-color: #222222;
	padding: 30px 20px;
	margin: 10px 0px;
}

div.info h2 {
	font-weight: bolder;
	margin: 0;
	padding: 0;
}

div.info p {
	color: #6bbcc2;	
	font-weight: bold;
		margin: 0;
	padding: 0;
}

p.copy {
	float: left;
	padding: 10px 25px;
}
/* 3- Nav
----------------------------------------------- */

ul#nav {
	width: 800px;
	height: 37px;
	background: url(public/images/nav.bg.png) no-repeat top center;
	position: absolute;
	/*top: 341px;*/
	margin-top: -150px;
	list-style-type: none;
	text-align: center;
}	

ul#nav li {
	display: inline;
	width: auto;
	padding: 0px 15px;
	position: relative;
}

ul#nav li+li {
 	background: url(public/images/nav.dots.png) no-repeat 0px 8px;
}

ul#nav li a {
	font-weight: bold;
	padding-top: 5px;
	position: relative;
	top: 5px;
}

ul#nav li a:hover  , ul#nav li.current_page_ancestor a, ul#nav li.current_page_parent a, ul#nav li.current_page_item a  {
	color: #84d2d1;
	width: 800px;
	height: 37px;
}

div#subnav {
	width: 800px;
	height: 77px;
	text-align: center;
	margin-top: 3px;
}

div#subnav ul {
	list-style-type: none;	
	text-align: center;
	width: 700px;
	height: 37px;
	margin: 0px auto;
	display: block;
}

div#subnav li {
	float: left;
	margin: 15px 10px;
	display: block;
}

div#subnav li a{
	display: block;
	float: left;
}

div#subnav li a#conscious-media{
	width: 130px;
	height: 37px;
	background: url(public/images/buttons/conscious-media-off.png) no-repeat top left;
}

div#subnav li a#conscious-media.active , div#subnav li a#conscious-media:hover{
	background-image: url(public/images/buttons/conscious-media-on.png);
}

div#subnav li a#somatic-education{
	width: 130px;
	height: 37px;
	background: url(public/images/buttons/somatic-education-off.png) no-repeat top left;
}

div#subnav li a#somatic-education.active , div#subnav li a#somatic-education:hover{
	background-image: url(public/images/buttons/somatic-education-on.png);
}

div#subnav li a#somatic-coaching{
	width: 130px;
	height: 37px;
	background: url(public/images/buttons/somatic-coaching-off.png) no-repeat top left;
}

div#subnav li a#somatic-coaching.active , div#subnav li a#somatic-coaching:hover{
	background-image: url(public/images/buttons/somatic-coaching-on.png);
}

div#subnav li a#sexuality-intimacy-disability {
	width: 220px;
	height: 37px;
	background: url(public/images/buttons/sexuality-off.png) no-repeat top left;
}

div#subnav li a#sexuality-intimacy-disability.active , div#subnav li a#ssexuality-intimacy-disability:hover{
	background-image: url(public/images/buttons/sexuality-on.png);
}

ul#fnav {
	list-style-type: none;
	width: 600px;
	height: 46px;
	margin-left: 200px;
}

ul#fnav li {
	float: left;
	display: block;

}

ul#fnav li+li {
	 background: url(public/images/nav.dots.png) no-repeat 0px 20px;
}

ul#fnav li a {
	display: table-cell;
	vertical-align: middle;
	height: 46px;	
	padding: 0px 7px;
	font-size: 12px;
}

/* 4- Search
----------------------------------------------- */

/* 5- Headings
----------------------------------------------- */

h1 {
	font-size: 29px;
	font-family:Helvetica, sans-serif;
	font-weight: lighter;
}

h2 {
	font-weight: bold;
}



h3{
	font-size: 18px;	
}

/* 6- Lists
----------------------------------------------- */

ul.nobullets {
	list-style-type: none;
}

/* 7- Forms
----------------------------------------------- */

/* 8- Links
----------------------------------------------- */

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

a img {
	border: none;	
}

div#content a {
	text-decoration: underline;
	font-weight: bold;
}

/* 9- Misc
----------------------------------------------- */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* NEW */
.workshop {
	text-align: left;
	padding: 5px;
	margin: 10px 5px 10px;
}

.workshop strong.new {
	
}

.workshop strong.title {
	font-size: 18px;
}

.workshop em {
	font-style: italic;
}

h2.highlight {
	color: #6bbcc2;
}



