/*
Theme Name: Open Mind Coaching UK
Theme URI: http://www.openmindcoaching.com/
Description: The official theme for Open Mind Coaching UK
Version: 1.0
Author: Pete Lucas
Author URI: pete.l@onerandommoment.co.uk

Onerandommoment
http://www.onerandommoment.co.uk/

This theme was designed and built by Pete Lucas,
whose website you will find at http://www.onerandommoment.co.uk/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/




/* Begin Structure */

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* 62.5 Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	color: #333;
	text-align: center;
	background: #e4e2c6;}

.container {
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: left;}

.wrap {
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: left;}

#main {
	float: left;
	border: 1px solid #bcba99;
	margin: -100px auto 0;
	padding: 17px 17px;
	width: 864px;
	background: #f3f3db;}

.clear {
	clear: both;}

/* End Structure */




/* Begin Typography & Colors */

a, a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #f24274;}

	a:hover, a:active {
		margin: 0;
		padding: 0;
		text-decoration: underline;
		color: #f24274;}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	line-height: 1em;}

h1 {
	font-size: 2.5em;
	text-align: left;
	display: inline;
	color: #ee0f53;
	text-transform: uppercase;}

h2 {
	font-size: 1.8em;
	text-align: left;}
	
	h2.title {
		font-size: 2.6em;
		margin: 0.2em 0 0.75em;}

		h2, h2.title a, h2.title a:visited {
			text-decoration: none;
			color: #ee0f53;}

			h2.title a:hover, h2.title a:active {
				text-decoration: none;
				color: #f24274;}
		
	h2.posttitle {
		font-size: 1.5em;
		margin: 0.75em 0 -0.4em;
		line-height: 1em;}

		h2.posttitle a, h2.posttitle a:visited {
			text-decoration: none;
			color: #f02052;}

			h2.posttitle a:hover, h2.posttitle a:active {
				text-decoration: underline;
				color: #f24274;}
				
	#sidebar h2 {
		font-size: 2em;	
		line-height: 1em;
		margin: 0 0 -0.2em;}

h3 {
	font-size: 1.5em;
	text-align: left;
	line-height: 1.0em;
	color: #f24274;}

	h3 a, h3 a:visited {
		text-decoration: underline;
		color: #f24274;}

		h3 a:hover, h3 a:active {
			text-decoration: underline;
			color: #f687B8;}

	h3.comments {
		padding: 0;
		margin: 40px auto 20px ;}

	h3.subtitlefirst{
		margin: 1em 0 0.2em;}

	h3.subtitle{
		margin: 0.3em 0 0.2em;}



h4 {
	margin: 1.4em 0 0 -12px;
	font-size: 1.2em;
	line-height: 1em;}

	h4, h4 a, h4 a:visited {
		text-decoration: none;
		color: #ee0f53;}

		h4 a:hover, h4 a:active {
			text-decoration: underline;
			color: #f24274;}
			
.breadcrumb {
	margin: 1.5em 0 1em;
	padding: 0;
	font-size: 0.8em;
	text-align: left;
	line-height: 1em;}

	.breadcrumb a, .breadcrumb a:visited {
		text-decoration: underline;
		color: #ee0f53;}

		.breadcrumb a:hover, a:active {
			text-decoration: underline;
			color: #f24274;}
	
/* End Typography & Colors */




/* Begin Top Search Bar */
	
.topcontainer {
	padding: 4px 0;
	border-bottom: 1px solid #920236;
	background: #ffffff;}

#searchform {
	display: inline;
	float: right;
	margin: 0 auto;
	padding: 0;
	text-align: right;}	
	
fieldset {
	border: none;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;}
	
.search input, .search button {
	float: left;
	padding: 0;
	border: none;}
	
.search input.box {
	margin: 0 3px 0 0;
	padding: 3px 2px 2px 8px;
	width: 215px;
	height: 25px;
	font-size: 1.8em;
	color: #333333;
	background: #f3f3f3 url(images/search_bg.gif) no-repeat;}
	
.search input.box:focus {
	outline: none;
	background: #aaffee url(images/search_bg.gif) no-repeat left -30px;}
	
.search button.btn {
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: #f3f3f3 url(images/search_bg.gif) no-repeat top right;
	cursor: pointer;}
	
.search button.btn:hover {
	background: #ffffff url(images/search_bg.gif) no-repeat bottom right;}


/* End Top Search Bar */




/* Begin Navigation */

.navcontainer {
	border-top: 1px solid #eb0055;
	border-bottom: 1px solid #eb0055;
	background: #ec0054 url('images/navcontainer_bg.png') repeat-y center top;}

#logo {
	float: left;
	border: 0;
	margin: 10px 0 110px;
	width: 100px;
	height: 119px;
	background: url('images/open-mind-coaching-uk.png') no-repeat center center;}

#menu {
	float: right;
	margin: 20px 0 0;
	padding: 0 20px 0 0;
	font-size: 2.9em;
	text-align: left;
	text-transform:lowercase;
	letter-spacing: -2px;}
	
	#menu ul {
		float: left;}
	
	#menu li {
		list-style: none;
		display: inline;
		padding: 0 0 0 15px;}

		#menu ul li.page_item a, #menu ul li.page_item a:visited {
			color: #f896b4;
			text-decoration: none;}

			#menu ul li.page_item a:hover, #menu ul li.page_item a:active {
				color: #ffffff;
				text-decoration: none;}

		#menu ul li.current_page_item a, #menu ul li.current_page_item a:visited {
			color: #ffffff;
			text-decoration: none;}

			#menu ul li.current_page_item a:hover, #menu ul li.current_page_item a:active {
				color: #ffffff;
				text-decoration: none;}

/* End Navigation */




/* Begin Main */

.maincontainer {
	background: #e4e2c6 url('images/maincontainer_bg.gif') top left repeat-x;
	border-top: 1px solid #920236;}

#banner {
	border: 0;
	margin: 0 0 17px 0;
	padding: 0;
	width: 864px;
	height: 135px;
	background: #729bf2 url('images/openmindcoachingbanner.jpg') center center no-repeat;}

#content {
	border: 0;
	margin: 0;
	padding: 0;
	width: 864px;
	font-size: 1.1em;}
	
.entries {
	float: left;
	border: 1px solid #bcba99;
	width: 596px;
	margin: 0;
	padding: 5px 17px;
	background: #ffffff;}

.post {
	margin: 0;
	padding: 1em 0.5em 2.0em;
	text-align: left;
	overflow: auto;}
	
	.post .indexmore {
		margin: -0.5em 0 0;
		font-size: 1.6em;}
	
	.mainpost {
		border-bottom: 1px solid #c6c3c6;
		margin: 0 0 0.4em;}

	.post hr {
		display: block;}
		

.entry {
	padding: 0 12px;
	font-size: 1.3em;
	line-height: 1.35em;
	margin: 0 0 2.5em;}
	
	.mainentry {
		font-size: 1.3em;
		margin: 0;}
		
	.imagewrap {
		float: left;
		width: 244px;
		margin: 0 20px 0 0;
		font-family: Arial, Verdana, Sans-Serif;
		font-size: 0.7em;
		line-height: 1.2em;
		color: #333;}
		
	.entry .eventdetail {
		font-style: italic;
		margin: 0.7em 0 1em;
		line-height: 1.2em;
		font-size: 0.9em;
		color: #f24274;}
		
	.entry .eventmore {
		text-align: right;
		margin: -0.6em 0 1em;
		line-height: 1.2em;
		font-size: 0.9em;}
		
	.downloadfile {
		margin: 2em 0 0 0;
		font-size: 1.2em;
		background: #ffffff url('images/down_16.png') center left no-repeat;
		padding: 0 0 0 20px;}
		
	.consultants {
		width: 100%;
		float: left;
		margin: 1em 0 2em 0;}
		
		.consultants img {
			float: left;
			border: solid 1px #bcba99;
			margin: 0 15px 0 0;
			padding: 2px;
			background: #ffffff;
			width: 125px;
			height: 140px;}
		
		.consultants h3 {
			margin-bottom: -0.6em;}

small {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333;}

.postmetadata {
	padding-top: 5px;
	clear: left;
	color: #777;}

.smallattachment {
	float: left;
	margin: 5px 5px 5px 0px;
	width: 128px;
	text-align: center;}

.attachment {
	margin: 5px 0px;
	text-align: center;}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;}

/* End Content */




/* Begin Mailing List Style */

#ml-form {
	display: inline;
	float: left;
	margin: 0 auto;
	padding: 0;
	text-align: left;}	
	
ml-fieldset {
	border: none;
	margin: 0 auto;
	padding: 0;}
	
.ml-fieldset input, .ml-fieldset button {
	float: left;
	padding: 0;
	border: none;}
		
#ml_errors{color:#f00; display:none;}
#ml_thanks{color:#333; display:none;}
	


	.ml-fieldset input.ml-name {
		margin: 0 0 3px;
		padding: 3px 2px 2px 8px;
		width: 150px;
		height: 25px;
		font-size: 1.5em;
		color: #333333;
		background: #f3f3f3 url(images/ml-name_bg.gif) no-repeat;}

		.ml-fieldset input.ml-name:focus {
			outline: none;
			background: #aaffee url(images/ml-name_bg.gif) no-repeat left -30px;}



	.ml-fieldset input.ml-email {
		margin: 0;
		padding: 3px 2px 2px 8px;
		width: 150px;
		height: 25px;
		font-size: 1.5em;
		color: #333333;
		background: #f3f3f3 url(images/ml-email_bg.gif) no-repeat;}

		.ml-fieldset input.ml-email:focus {
			outline: none;
			background: #aaffee url(images/ml-email_bg.gif) no-repeat left -30px;}



	.ml-fieldset button.ml-btn {
		float: right;
		width: 100px;
		height: 30px;
		text-indent: -9999px;
		background: #f3f3f3 url(images/ml-btn_bg.gif) no-repeat top right;
		cursor: pointer;}

		.ml-fieldset button.ml-btn:hover {
			background: #ffffff url(images/ml-btn_bg.gif) no-repeat bottom right;}

/*End Mailing List Style */




/* Begin Sidebar */

#sidebar {
	float: left;
	border: 1px solid #bcba99;
	margin: 0 30px 0 0;
	padding: 20px 15px 10px;
	width: 170px;
	background: #ffffff;
	font-size: 1.1em;}

#sidebar form {
	margin: 0;}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 3em;}

#sidebar ul li.mailinglist {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 11em;}

#sidebar ul p, #sidebar ul select {
	padding: 0 5px;}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;}

ol li, #sidebar ul ol li {
	list-style: decimal outside;}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	color: #777;}
	
#sidebar p.quote {
	margin-bottom: 0.25em;
	font-style: italic;}
	
#sidebar p.quotename {
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 0.8em;}
	
p.moretestimonials {
	text-align: right;
	margin-top: 0.5em;}

/* End Sidebar */




/* Begin Footer */

#footer {
	float: left;
	border: 1px solid #bcba99;
	margin: 1em auto 1em;
	padding: 0 40px 0 0;
	width: 858px;
	background: #ffffff;
	font-size: 1.4em;
	letter-spacing: 0;}
	
	#footer ul {
		float: left;
		width: 100%;
		text-align: center;}
	
	#footer li {
		list-style: none;
		display: inline;
		padding: 0 20px 0 20px;}

		#footer ul li.page_item a, #footer ul li.page_item a:visited {
			color: #ee0f53;
			text-decoration: none;}

			#footer ul li.page_item a:hover, #footer ul li.page_item a:active {
				color: #f24274;
				text-decoration: none;}

		#footer ul li.current_page_item a, #footer ul li.current_page_item a:visited {
			color: #f24274;
			text-decoration: underline;}

			#footer ul li.current_page_item a:hover, #footer ul li.current_page_item a:active {
				color: #f24274;
				text-decoration: underline;}

/* End Footer */




/* Begin Comments */

.commentlist {
	padding: 0;
	text-align: justify;}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;}

#commentform p {
	margin: 5px 0;
	font-family: Arial, Verdana, Sans-Serif;}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;}

.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #777;}

/* End Comments */




/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;}
	
img.sml {
	float: left;
	border: solid 1px #bcba99;
	margin: 0 15px 0 0;
	padding: 2px;
	background: #ffffff;
	width: 125px;
	height: 140px;}
	
img.lrg {
	border: solid 1px #bcba99;
	margin: 0 0 3px 0;
	padding: 2px;
	background: #ffffff;}

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 */




/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;}

html>body .entry li {
	margin: 1px 0 2px 10px;}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;}

.entry ol li {
	margin: 0;
	padding: 0;}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;}
	
/* End Entry Lists */




/* Begin Form Elements */

select {
	width: 130px;}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;}

#commentform textarea {
	width: 100%;
	padding: 2px;}

#commentform #submit {
	margin: 0;
	float: right;}
	
form#contactform input {
	width: 160px;}
	
/* End Form Elements */




/* Begin Calendar */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;}

#wp-calendar a {
	text-decoration: none;}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	text-decoration: none;}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;}
	
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;}

#wp-calendar a {
	display: block;}

#wp-calendar caption {
	text-align: center;
	width: 100%;}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
/* End Calendar */




/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;}

acronym, abbr {
	border-bottom: 1px dashed #999;}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	color: #777;
	text-decoration: none;}
	
cite {
	color: #777;
	text-decoration: none;}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;}

hr {
	display: none;}
	
strike {
	color: #777;}

a img {
	border: none;}

.center {
	text-align: center;}
	
/* End Various Tags & Classes*/
	
	
	
	
/* Begin Clearfix */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* End Clearfix */

