/*
Theme Name: CSA
Theme URI: http://coachingsupervisionadademy.com
Description: A theme for the Coaching Supervision Academy. Built on Thematic.
Author: BMM Associates
Author URI: http://twist-internet.co.uk
Template: thematic
Version: 1.0
*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
	 
	 CSA NOTE: This CSS copied from 'themes/thematic/library/styles/reset.css'
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }


/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
	 
	 CSA NOTE: This CSS copied from 'themes/thematic/library/styles/typography.css'
     
-------------------------------------------------------------- */   

body, input, textarea {
    color:#000;    
    font-size: 13px;
    font-family: 'Helvetica', arial, serif; 
}

body {
   line-height:18px;
}

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

a.blue {
  color: #029aa5;
}

.entry-content a {
  font-weight: bolder;
}

a:hover {
  text-decoration: underline;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}
/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
}

h1 { 
	font-family: 'Helvetica', arial, serif; 
}

/* Text elements
-------------------------------------------------------------- */

/*
p {
    margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
*/
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
	margin-left: 20px;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--px;
}
p, ul, ol, dd, pre {
    margin-bottom:--px;
}
pre, code {
	font:--px Monaco, monospace;
	line-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/


/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content

CSA NOTE: This CSS copied from 'themes/thematic/library/layouts/2c-r-fixed.css'
OTHER LAYOUTS ARE AVAILABLE IN THIS FOLDER
*/

body {
    min-width:866px;
    background-color: #E2E2E2;
}
#wrapper {
  width: 866px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}
#header {
    position:relative;
}
#branding {
    width: 718px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width: 718px;
    height: 31px;
    margin:0 auto;
    border-top: 1px dotted #119695;
    border-bottom: 1px dotted #119695;
}
#main {
    width: 718px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width: 718px;
    /*
    float:left;
    */
}
#content {
    width: 718px;
}

.main-aside {
    /*
    width:300px;
    float:right;
    position:relative;
    right:10px;
    */
}


#secondary {
    clear:right;
}
#footer {    
    clear:both;
}




/* =Global Elements
	CSA NOTE: This CSS copied from 'themes/thematic/library/styles/default.css'
-------------------------------------------------------------- */
/*
p, ul, ol, dd, pre {
    margin-bottom:22px;
}

pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#aa0877;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
*/

/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
}
#branding {
    padding:20px 0 10px 0;
}
#blog-title,
#blog-title a {
    width: 94px;
    height: 94px;
    display: block;
}

#blog-title a {
  text-indent: -1000em;
  background: url(images/logo.png) no-repeat left top;
}

#blog-description {
    color:#666;
    font-size:30px;
    font-style:italic;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:999;
}
/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/

.sf-menu {
	float:left;
	background:	#fff;
}
.sf-menu a {
	padding:9px 0px 9px 10px;
}
.sf-menu a,
.sf-menu .current_page_item ul a,
.sf-menu .current_page_parent ul a,
.sf-menu .current_page_ancestor ul a {
    color:  #45423d;
}
.sf-menu a:hover,
.sf-menu .current_page_item ul .current_page_item {
  color: #000;
  text-decoration: none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_parent a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_item ul a:hover,
.sf-menu .current_page_parent ul a:hover,
.sf-menu .current_page_ancestor ul a:hover,
.sf-menu ul a:hover {
  color: #a62f8b;
}

.sf-menu ul {
    border: 1px dotted #119695;
    border-top: 1px solid #fff;
    padding-bottom: 5px;
    padding-right: 9px;
    background:		#fff;
    -moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-bottom-left-radius: 10px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:30px; /* overriding essential styles */
}
.sf-menu ul ul {
    display: none;
}

/* HIDE SUPPORTING CONTENT LINK IN MAIN NAV */

   .sf-menu .page-item-86 {
    display: none;
   }


/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:10px 0 20px 0;
}

/* page-title only used by search results ?? */
.page-title {
    font-size:18px;
    line-height:18px;
    padding:10px 0 20px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
    font-weight: bolder;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title,
body.slug-home .entry-content h1 {
    font-family:Arial,sans-serif;
    font-weight: normal;
    font-size:26px;
    line-height:26px;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-bottom: #0397a5 dotted 1px;
}
.entry-title {
    margin-top: 10px;
    /* margin-bottom: 0; */
}
body.slug-home .entry-title {
  display: none;
}


.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #B10A7C;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
    margin: 10px 0;
}
.entry-meta .meta-prep-author,
.entry-meta .author,
.entry-meta .meta-sep-entry-date {
  display: none;
}

.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #B10A7C;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}

.entry-content h1,
.entry-content h2,
.hentry .hentry .entry-title {
    /* font-family:Arial,sans-serif; */
    font-size:19px;
    padding:5px 0 14px 0;
}
.entry-content h2,
.hentry .hentry .entry-title,
.hentry .hentry .entry-title a {
  color: #029AA5;
  line-height: 22px;
}
.entry-content h2 a {
  color: #029AA5;
  font-weight: normal;
}
.entry-content h3 {
    font-size:17px;
    padding:5px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    /* font-family:Arial,sans-serif; */
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content ul {
  margin: 0 0 20px 20px;
}
.entry-content li {
  margin: 0 0 5px 0;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}

/* pagelist / dynamic-list */

.entry-content .pagelist {
  border-top: 1px dotted #0397A5;
  padding-bottom: 30px;
}

.entry-content .pagelist h3 {
  padding-top: 10px;
  line-height: 20px;
}

.entry-content .pagelist ul,
.entry-content .dynamic-list,
.entry-content .supervisor-list {
  list-style: none;
  margin-left: 0;
}

.entry-content .dynamic-list h2 {
  cursor: pointer;
}
.entry-content .dynamic-list h2:hover {
  text-decoration: underline;
}

.entry-content .pagelist li {
  background: url(images/bullet1.png) no-repeat left 4px;
  padding: 4px 0 0 25px;
  margin-bottom: 5px;
}

.entry-content .pagelist a {
  color: #390E46;
}

.entry-content .supervisor-list li {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 200px;
  width: 218px;
  padding: 10px;
  font-size: 0.9em;
  overflow: hidden;
  min-height: 140px;
  /*
  background: #9A9582 url("images/nav4-generic.png") no-repeat right bottom;
  */
}

.entry-content .supervisor-list h2,
.entry-content .supervisor-list h3 {
  padding: 0 0 5px 0;
}

.entry-content .supervisor-list h3 {
  font-size: 15px;
}

.entry-content .supervisor-list p {
  margin-bottom: 0;
}


.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
}

.category-events .entry-utility,
.category-courses .entry-utility,
.category-events .entry-meta,
.category-courses .entry-meta {
  display: none;
}


.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #3E0B43;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #3E0B43;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-below {
	width: 500px;
	float: right;
	border-top: 1px dotted #0699AD;
	font-size: 16px;
	padding-top: 20px;
}
#nav-below a:hover {
  color: #B10A7C;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list p {
    margin:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

/*
.aside,
.aside input {
    font-size:13px;
    line-height:18px;
}

.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
*/



.aside ul {
    list-style:none;
    margin-left:0;
}

/*
    Main Asides
*/

/* SEARCH BOX */

#primary {
  width: auto;
  float: right;
}

  #primary li {
    float: left;
  }
  
  #primary a {
    font-weight: normal;
    font-size: 11px;
    padding: 0;
    line-height: 17px;
  }
  
    #primary li ul {
      list-style: none;
      margin-right: 5px;
      margin-top: 0;
    }
    
    #primary ul ul li {
      margin-right: 9px;
      font-size: 11px;
      background: url(images/bullet-searchnav.png) no-repeat left 6px;
      padding: 3px 0 0 11px;
    }
    #primary ul ul li:first-child {
      padding-left: 0;
      background: none;
    }
      #primary ul ul li a {
        color: #3d1142;
        text-decoration: none;
        display: block;
      }
      #primary ul ul li a:hover {
        text-decoration: underline;
      }
    
    #primary li#search input {
      float: left;
    }
    
    #primary li#search input#s {
      width: 150px;
      font-size: 11px;
      line-height: 11px;
      padding-top: 3px;
      color: #aeaa9b;
    }
    
    #primary li#search input#searchsubmit {
      width: 20px;
      height: 20px;
      display: block;
      text-indent: -1000em;
      background: url(images/signup.png) no-repeat left top;
      margin-left: 10px;
      border: 0;
    }
    #primary li#search input#searchsubmit:hover {
      cursor: pointer;
      background-position: left bottom;
    }

/* #header .social-media-links */   

  #primary #text-6 h3 {
    display: none;
  }

  #primary .social-media-links {
    list-style: none;
    margin-left: 30px;
  }

    #primary .social-media-links li {
      float: left;
      margin: 0 0 0 5px;
      padding: 0;
      background: none;
    }

    #primary .social-media-links a {
      display: block;
      width: 20px;
      height: 20px;
      text-indent: -1000em;
      background: url(images/social-media.png);
    }

    #primary .social-media-links .twitter a {
      background-position: 0 0;
    }

    #primary .social-media-links .linkedin a {
      background-position: -20px 0;
    }
    
    #primary .social-media-links .rss a {
      background-position: -40px 0;
    }

    
/*
    Content Asides
*/

.leftcol
/*
#page-top,
#single-top,
#single-insert,
#single-bottom,
#secondary */  {
    width:198px;
    margin: 10px 20px 0 0;
    float:left;
}
/*
#secondary  {
    clear: left;
    margin-top: 0;
}
*/

#page-bottom,
#comments {
  width:500px;
  float:right;
}

.hentry,
.noresults,
.error404 {
  width:500px;
  float:right;
}

.noresults,
.error404 {
  margin-bottom: 50px;
}

body.slug-home .hentry {
  width:auto;
  float:none;
}
body.slug-home .leftcol {
  width:auto;
  float:none;
  margin:0;
}

.noresults .entry-content {
  margin-top: 10px;
}

#content .aside h3 {
    font-weight:normal;
    font-size:17px;
    padding:7px 14px;
}


/* SIDEBAR */

#page-top .widgetcontainer,
#single-top #query-posts-9,
#single-insert #query-posts-10,
#single-bottom #query-posts-11,
#single-bottom #query-posts-13,
#single-bottom #query-posts-2,
#secondary #query-posts-12,
#third .widgetcontainer,
.entry-content .quote-container,
#single-bottom #wp-category-archive-3,
#wp-category-archive-6 {
  background: #430c43 url(images/nav1.png) no-repeat right bottom;
  border-bottom-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
	-webkit-border-bottom-right-radius: 50px;
	padding: 12px;
	margin-bottom: 20px;
}
.entry-content .quote-container {
  float: right;
  clear: right;
  width: 178px;
  margin: 0 0 20px 20px;
  background: #1C92D7 url(images/nav4-generic.png) no-repeat 50px bottom;
  padding-bottom: 32px;
  
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	
	border-bottom-left-radius: 50px;
	-moz-border-radius-bottomleft: 50px;
  -webkit-border-bottom-left-radius: 50px;  
}
body.slug-external-perspectives .entry-content .quote-container {
  background-color: transparent;
  float: none;
  width: auto;
}

#page-top .widget_related_posts,
#secondary #query-posts-12,
#single-bottom #wp-category-archive-3,
#wp-category-archive-6,
#single-bottom #query-posts-13 {
  background: #9a9582 url(images/nav2.png) no-repeat left top;
}

#page-top .widget_df_subpages a,
#single-top #query-posts-9 h3,
#single-insert #query-posts-10 h3,
#single-bottom #query-posts-11 h3,
#single-bottom #query-posts-13 h3,
#single-bottom #query-posts-2 h3,
#secondary #query-posts-12 h3,
#page-top .widgetcontainer h2,
#page-top .widgetcontainer h3,
#third .widgetcontainer h3,
#single-bottom #wp-category-archive-3 h3,
#wp-category-archive-6 h2,
.aside a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  display: block;
  padding: 3px 0 10px;
  font-weight: normal;
  border-bottom: 1px dotted #fff;
  line-height: 23px;
  margin-bottom: 10px;
}
#content .aside .widget_df_subpages a:hover {
  cursor: default;
}

#page-top ul {
  margin-top: 0;
}

#page-top .widget_df_subpages #df_subpages_1,
#page-top .widget_related_posts ul,
#page-top .widget_text ul,
.aside ul ul {
  /* margin-top: 10px; */
  padding: 0;
}
#page-top .widget_df_subpages #df_subpages_1 a,
.aside a {
  color: #fff;
  font-size: 13px;
  border: 0;
  padding: 0 0 8px 0;
  margin-bottom: 0;
  line-height: 17px;
}

#page-top .widget_related_posts a,
#single-bottom #query-posts-14 a {
  color: #390f41;
}
#page-top .widget_related_posts a:hover,
#single-bottom #query-posts-14 a:hover {
  color: #fff;
}

.aside a.readmore,
.aside .submitfield input {
  color: #3c1041;
  background: url(images/readmore.png) no-repeat left top;
  height: 20px;
  margin-top: 10px;
}
.aside a.readmore:hover,
.aside .submitfield input:hover {
  background-position: left bottom;
}

#index-insert a.readmore,
.aside a.readmore,
.aside .submitfield input {
  padding: 0 0 0 25px;
  font-weight: normal;
  line-height: 20px;
}

#page-top .widget_df_subpages #df_subpages_1 a:hover {
  cursor: pointer;
}
#page-top .widget_df_subpages #df_subpages_1 a:hover,
#page-top .widget_df_subpages #df_subpages_1 .current_page_item a,
#page-top .widget_df_subpages #df_subpages_1 .current_page_item ul a:hover,
#page-top .widget_df_subpages #df_subpages_1 .current_page_item ul .current_page_item a, 
.aside ul a:hover,
.aside ul .current_page_item a {
  /* color: #760b5e; */
  color: #a62f8b;
}
#page-top .widget_df_subpages #df_subpages_1 .current_page_item a,
#page-top .widget_df_subpages #df_subpages_1 .current_page_item ul .current_page_item a,
.aside ul .current_page_item a {
 font-weight: bolder;
 cursor: default;
}

/* 2nd level */

#page-top .widget_df_subpages #df_subpages_1 ul {
  margin-left: 17px;
  list-style: square;
  color: #fff;
}
#page-top .widget_df_subpages #df_subpages_1 ul li ul {
  margin-left: 14px;
  list-style: disc;
}

#page-top .widget_df_subpages #df_subpages_1 .current_page_item ul a {
  font-weight: normal;
  cursor: pointer;
  color: #fff;
}

/* BREADCRUMB */

#breadcrumb {
  border-bottom: 1px dotted #0397A5;
  margin-top: -15px;
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 11px;
  padding: 4px 0 2px;
}
#breadcrumb h3 {
  float: left;
  margin-left: 2px;
  width: 76px;
}
#breadcrumb h3,
#breadcrumb a {
  padding-bottom: 1px;
  display: block;
}
#breadcrumb h3,
#breadcrumb li.current_page_item a {
  color: #4c453c;
}
#breadcrumb ul {
  list-style: none;
  margin: 0;
  float: left;
  width: 422px;
}
#breadcrumb li {
  float: left;
  background: url(images/bullet-breadcrumb.png) no-repeat left 5px;
  padding-left: 14px;
  margin: 0 7px 0 3px;
}
#breadcrumb li.first {
  background: none;
  padding-left: 0;
}
#breadcrumb a {
  color: #029aa5;
  text-decoration: none;
}
#breadcrumb a:hover {
 text-decoration: underline; 
}

#breadcrumb li.current_page_item a:hover {
  text-decoration: none;
  cursor: default;
}


.entry-content {
  clear: left;
}
.entry-content p {
  margin-bottom: 20px;
}

body.slug-home .entry-content {
  margin-top: 20px;
}
body.search-results .entry-content p {
  margin-bottom: 10px;
}

body.search-results .entry-content a {
  color: black;
  text-decoration: underline;
}
body.search-results .entry-content a:hover {
  text-decoration: none;
}


/* Sign up form */
/* On homepage */

body.slug-home .aside .entry-content {
  margin-top: 0;
}
.aside .entry-content p {
  margin-bottom: 10px;
}

.aside #subForm {
  margin-top: 10px;
  padding-bottom: 20px;
}

.aside #subForm .formfield {
  margin-bottom: 10px;
}

.aside #subForm .formfield label {
  display: block;
  margin-bottom: 3px;
  font-weight: bolder;
}

.aside #subForm .submitfield input {
  border: 0;
  cursor: pointer;
  margin-top: 0;
}

/* In sidebar */

#third .widgetcontainer,
#single-bottom #query-posts-2 {
  background: #029aa5 url(images/nav3.png) no-repeat right bottom
}

#third .hentry {
  width: auto;
  padding-bottom: 10px;
}

#third .entry-title,
#third .byline {
  display: none;
}

#third ul ul {
  overflow: hidden;
}

#third #subForm .formfield input {
  width: 150px;
}


/* #third .widget_text a */
#third .submitfield input,
input.wpcf7-submit {
  background: url(images/signup.png) no-repeat left 2px;
  height: 22px;
  padding: 0 0 0 25px;
  margin-top: 10px;
  line-height: 23px;
  color: #fff;
  font-weight: bolder;
  border: 0;
}
/* #third .widget_text a:hover */ 
#third .submitfield input:hover,
input.wpcf7-submit:hover {
  background-position: left -38px;
}

input.wpcf7-submit {
  margin-top: 0;
  color: #000;
  cursor: pointer;
}

.aside p a {
  display: inline;
  color: #000;
  font-weight: bolder;
}

/*--------------------
 Footer Asides    
--------------------*/

/* Testimonial widget */

#subsidiary #first,
#page-bottom {
  border-top: 1px dotted #0699AD;
  padding-top: 10px;
  color: #3d0e44;
}

#subsidiary #first a,
#subsidiary #first h3,
#page-bottom h3,
#page-bottom a {
  display: none;
}

#subsidiary #first ul, 
#page-bottom ul {
  margin-bottom: 0;
}
#subsidiary #first ul ul li,
#page-bottom ul li,
.entry-content .quote {
  float: left;
  width: 344px;
  padding: 30px 0 0 0;
  margin-left: 30px;
  background: url(images/quote1_open.png) no-repeat left top;
}

.entry-content .quote {
  float: none;
  width: auto;
  font-weight: bolder;
  color: #fff;
  background-image: url(images/quote4_open.png);
}

body.slug-external-perspectives .entry-content .quote,
body.slug-inspiring-quotes .entry-content .quote {
  background-image: url(images/quote1_open.png);
  font-weight: normal;
  color: #000;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
}

.entry-content #testpage .quote-container,
body.slug-external-perspectives .entry-content .quote-container,
body.slug-inspiring-quotes .entry-content .quote-container {
  width: auto;
  float: none;
  margin: 0;
  padding: 0;

	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  background-color: transparent;
}

body.slug-external-perspectives .entry-content .quote-container,
body.slug-inspiring-quotes .entry-content .quote-container li {
  overflow: hidden;
}

body.slug-external-perspectives .entry-content .quote-container {
 padding-top: 20px;
 border-top: 1px dotted #0397A5;
}

body.slug-inspiring-quotes .entry-content .quote-container ul {
  margin: 0;
  list-style: none;
}

body.slug-inspiring-quotes .entry-content .quote-container li {
  margin: 0 0 20px 0;
  border-bottom: 1px dotted #0397A5;
}

.entry-content #testpage .quote {
  font-style: normal;
}

.entry-content #testpage .source {
  margin: 0;
  max-width: 415px;
}

.entry-content .test-next {
  display: none;
}

#page-bottom ul li {
  background-image: url(images/quote3_open.png); 
}
#page-bottom ul li {
 width: auto; 
}
#subsidiary #first ul ul li:first-child,
#page-bottom ul li:first-child {
  margin-left: 0;
}

.entry-content .quote {
  margin-left: 0;
}

#subsidiary #first .quote,
#page-bottom .quote {
  font-size: 21px;
  line-height: 25px;
}
#subsidiary #first .quote p,
#page-bottom .quote p,
.entry-content .quote p {
  margin-bottom: 10px;
  padding-bottom: 25px;
  padding-left: 6px;
  background: url(images/quote1_close.png) no-repeat left bottom;
  display: block;
}

.entry-content .quote p {
  background-image: url(images/quote4_close.png);
}
body.slug-external-perspectives .entry-content .quote p,
body.slug-inspiring-quotes .entry-content .quote p {
  background-image: url(images/quote1_close.png);
}

#subsidiary #first .source,
#page-bottom .source,
#subsidiary #first .author,
#page-bottom .author {
  font-size: 13px;
  color: #000;
  margin-left: 6px;
}
.entry-content .source,
.entry-content .author {
  font-size: 11px;
  line-height: 14px;
  margin-left: 6px;
  display: block;
  color: #fff;
  float: left;
}

.entry-content .source,
#subsidiary #first .source,
#page-bottom .source {
  font-style: italic;
}

body.slug-external-perspectives .entry-content .author,
body.slug-inspiring-quotes .entry-content .author,
body.slug-external-perspectives .entry-content .source,
body.slug-inspiring-quotes .entry-content .source {
  color: #000;
}

#page-bottom .quote p {
  background-image: url(images/quote3_close.png); 
}

.entry-content .smallquote {
  background: url(images/quote3_open.png) no-repeat left 1px; 
  font-size: 15px;
  font-style: italic;
  color: #3D0E44;
  padding-bottom: 7px;
}

.entry-content .smallquote q {
  background: url(images/quote3_close.png) no-repeat right top; 
  padding: 0 23px 0 30px;
}

/* Contact us text widget */

#subsidiary #second {
  border-top: 1px dotted #0699AD;
  padding-top: 15px;
  margin-top: 15px;
  clear: both;
}

#subsidiary #second h3 {
    font-size:20px;
    line-height:22px;
    margin-bottom: 10px;
    color: #b10a7c;
}

#subsidiary #second a {
  font-weight: bolder;
  color: #b10a7c;
  display: inline;
}

#subsidiary #second a:hover {
  text-decoration: underline;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    margin: 0 auto;
    width: 718px;
}


#siteinfo {
    color:#3e0b43;
    font-size:11px;
    line-height:12px;
    padding:10px 0 40px 0;
    border-top: 1px dotted #0699AD;
    margin-top: 40px;
}
#siteinfo a {
    color: #3e0b43;
    text-decoration: none;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #3e0b43;
    text-decoration: underline;
}

#siteinfo p {
  float: left;
}
#siteinfo ul {
  float: right;
  list-style: none;
}
#siteinfo li {
  float: left; 
  border-left: 1px solid #45b4bf;
  margin-right: 7px;
  padding-left: 7px;
}
#siteinfo li.first {
  border: 0;
  padding-left: 0;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}

/* -------------------------------------------------------------- 
   
   Default plugin styles for Thematic
	  CSA NOTE: This CSS copied from 'themes/thematic/library/styles/plugins.css'
  
-------------------------------------------------------------- */  

/* =Ajax Edit Comments
-------------------------------------------------------------- */

.edit-comment {
    margin-bottom:18px;
}

/* =PageNavi
-------------------------------------------------------------- */

/* I'm not overriding PageNavi anymore, it's too much of a mess.

/* =WordPress Stats
-------------------------------------------------------------- */

img#wpstats {   /* hide WordPress Stats smiley */
    width:0px;
    height:0px;
    overflow:hidden
}

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   CSA NOTE: This CSS copied from 'themes/thematic/library/styles/images.css'
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}


/*-----------------------
 CUSTOM HOMEPAGE 
-----------------------*/
  
    #stray_widgets-2 {
      position: relative;
      height: 270px;
      overflow: hidden;
      z-index: 0;
    }
   
    
    #stray_widgets-2.jsactive,
    body.slug-testimonials #stray_widgets-2.jsactive {
      height: 282px;
    }
    
    /*
    body.slug-testimonials #stray_widgets-2 {
      height: auto;
    }
    */
  
    #stray_widgets-2 h3.widgettitle,
    #search h3.widgettitle,
    #meta h3.widgettitle {
      display: none;
    }
  
    #stray_widgets-2 ul {
      list-style: none;
    }

      #stray_widgets-2 ul li {
        color: #fff;
        background: #1c92d7 url(images/bg-test0.png) no-repeat 330px top;
        -moz-border-radius-bottomright: 50px;
  			-webkit-border-bottom-right-radius: 50px;
  			-moz-border-radius-topleft: 10px;
  			-webkit-border-top-left-radius: 10px;
      }
      
      #stray_widgets-2 ul li.item1 {
        background-image: url(images/bg-test1.png);
        background-position: 340px -10px;
      }
      body.slug-home #stray_widgets-2 ul li.item1 {
        background-color: #B10A7C;
      }
      
      #stray_widgets-2 ul li.item2 {
        background-image: url(images/bg-test2.png);
        background-position: 350px -20px;
      }
      body.slug-home #stray_widgets-2 ul li.item2 {
        background-color: #430C43
      }
      
      #stray_widgets-2 ul li.item3 {
        background-image: url(images/bg-test3.png);
        background-position: 360px -30px;
      }
      body.slug-home #stray_widgets-2 ul li.item3 {
        background-color: #005D6C;
      }
      
      #stray_widgets-2 ul li.item4 {
        background-image: url(images/bg-test4.png);
        background-position: 370px -40px;
      }
      body.slug-home #stray_widgets-2 ul li.item4 {
        background-color: #029AA5;
      }
      
      #stray_widgets-2 ul li.item5 {
        background-image: url(images/bg-test5.png);
        background-position: 380px -50px;
      }
      
      #stray_widgets-2 ul li.item6 {
        background-image: url(images/bg-test6.png);
        background-position: 390px -60px;
      }
      body.slug-home #stray_widgets-2 ul li.item6 {
        background-color: #B10A7C;
      }
      
      #stray_widgets-2 ul li.item7 {
        background-image: url(images/bg-test7.png);
        background-position: 400px -70px;
      }
      body.slug-home #stray_widgets-2 ul li.item7 {
        background-color: #430C43;
      }
      
        #stray_widgets-2 ul li .quote {
          padding: 60px 20px 10px 20px;
          /*
          background: url(images/quote2_open.png) no-repeat 18px 16px;
          */
          background: url(images/openquotes-sprite.png) no-repeat 18px 16px;
          position: relative;
          height: 200px;
          font-size: 32px;
          line-height: 39px;
          font-weight: bolder;
        }
        #testpage #stray_widgets-2 li#quote-cat3-content ul li .quote,
        body.slug-home #stray_widgets-2 ul li.item2 .quote,
        body.slug-home #stray_widgets-2 ul li.item6 .quote {
          background-position: -702px 16px;
        }
        

        #testpage ul {
          list-style: none;
          margin: 0;
          overflow: hidden;
        }
        
        #testpage #stray_widgets-2 ul li .quote {
          width: 460px;
          font-size: 20px;
          line-height: 25px;
        }
        
        
        /* Quote cat 1 */
        .quote-cat1 #testnav li.current {
          background-color: #1c92d7;
        }
        .quote-cat1 #testnav li {            
          background-color: #349ddb;
        }
        
        /* Quote cat 2 */
        #testpage #stray_widgets-2 li#quote-cat2-content ul li,
        .quote-cat2 #testnav li.current {
          background-color: #B10A7C;
        }        
        .quote-cat2 #testnav li {            
          background-color: #b9248a;
        }
        
        /* Quote cat 3 */
        #testpage #stray_widgets-2 li#quote-cat3-content ul li,
        .quote-cat3 #testnav li.current {
          background-color: #430c43;
        }
        .quote-cat3 #testnav li {            
          background-color: #562556;
        }
        
        /* Quote cat 4 */
        #testpage #stray_widgets-2 li#quote-cat4-content ul li,
        .quote-cat4 #testnav li.current {
          background-color: #005d6c;
        }
        .quote-cat4 #testnav li {            
          background-color: #1a6e7b;
        }
        
        /* Quote cat 5 */
        #testpage #stray_widgets-2 li#quote-cat5-content ul li,
        .quote-cat5 #testnav li.current {
          background-color: #029aa5;
        }
        .quote-cat5 #testnav li {            
          background-color: #1ca4ae;
        }
        
        
        
        #testpage #testnav {
          margin-left: 10px;
          display: none;
        }
        #testpage #testnav.jsactive {
          display: block;
        }
        
          #testnav li {
            float: left;
            -moz-border-radius-topright: 5px;
        		-webkit-border-top-right-radius: 5px;
        		-moz-border-radius-topleft: 5px;
        		-webkit-border-top-left-radius: 5px;
        		margin-right: 2px;
        		margin-bottom: 0;
          }

          #testpage #stray_widgets-2.jsactive > li {
            display: none;
          }

          #testpage #stray_widgets-2 li#quote-cat1-content {
            display: block;
          }
          
          
            #testnav li a {
              padding: 5px 10px;
              color: #fff;
              display: block;
              font-weight: normal;
              cursor: pointer;
            }
        
          #stray_widgets-2 ul li {
             position: relative;
          }
          
          #stray_widgets-2 ul li .quote p {
            /*
            background: url(images/quote2_close.png) no-repeat left bottom;
            */
            background: url(images/closequotes-sprite.png) no-repeat left bottom;
            margin-bottom: 0;
            padding-bottom: 35px;
          }
          #testpage #stray_widgets-2 li#quote-cat3-content ul li .quote p,
          body.slug-home #stray_widgets-2 ul li.item2 .quote p {
            background-position: -720px bottom;
          }
          #stray_widgets-2 ul li .quote p span {
            max-height: 150px;
            overflow: hidden;
            display: block;
          }
        
          #stray_widgets-2 ul li .source,
          #stray_widgets-2 ul li .author {
            position: relative;
            top: -20px;
            left: 20px;
            font-size: 14px;
            font-weight: normal;
            white-space: nowrap;
            max-width: 615px;
            overflow: hidden;
            line-height: 1.3em;
          }

  
  #stray_widgets-2 .test-next,
  #index-insert .xoxo h3.widgettitle {
    cursor: pointer;
  }
  
  #stray_widgets-2 a {
    display: none;
  }
  
  #stray_widgets-2 .test-next {
    width: 32px;
    height: 32px;
    background: url(images/test-next-sprite.png) no-repeat left top;
    text-indent: -1000em;
    position: absolute;
    right: 25px;
    bottom: 20px;
    z-index: 999;
    padding: 0;
    display: none;
  }
  #stray_widgets-2 .test-next:hover {
    background-position: left bottom;
  }
  
  #testpage #stray_widgets-2 li#quote-cat3-content .test-next /*,
  body.slug-home #stray_widgets-2 ul li.item2 .test-next */ {
    background-position: -64px top;
  }
  
  #stray_widgets-2.jsactive .test-next {
    display: block;
  }


/* NEWS/EVENTS/BLOG/SIGN UP PANEL */

  #index-insert,
  #index-bottom {
    float: right;
    width: 354px;
    padding-top: 0;
  }
  
  #index-insert {
    /*
    background: url(images/index-insert-background.png) no-repeat right bottom;
    */
    min-height: 408px;
    -moz-border-radius-bottomright: 50px;
		-webkit-border-bottom-right-radius: 50px;
		background-color: #C3D2A7;
  }
  
  #index-insert a,
  #index-bottom a {
    padding: 0;
    font-weight: bolder;
  }
  
  #index-bottom {
    /* border-right: 10px solid #fff; */
    margin-right: 10px;
  }
  
  #content #index-insert ul ul {
    padding: 10px 17px 0 17px;
    margin-top: 0;
    margin-bottom: 0;
  }

  #content #index-bottom ul ul {
    padding: 10px 17px;
    margin-top: 0;
  }

  #index-insert .xoxo .current {
    background-color: #c3d2a7;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  
  #index-insert .xoxo li:last-child .current {
    border-bottom: 0;
  }
  
  #index-insert .xoxo h3.widgettitle {
    color: #fff;
    border-bottom: 1px solid #fff;
		background-image: url(images/corner-topleft-white.png);
		background-repeat: no-repeat;
		background-position: top left;
		padding: 0;
  }
    #index-insert .xoxo h3.widgettitle span {
      display: block;
      background: url(images/corner-bottomright-white.png) no-repeat bottom right;
      padding: 7px 14px;
    }
    #index-insert .xoxo li.current h3.widgettitle {
      border: none;
    }
    #index-insert .xoxo li.current h3.widgettitle span {
      background-image: url(images/corner-bottomright-green.png);
    }
  
  #query-posts-4 h3.widgettitle {
    background-color: #029aa5;
  }
  #query-posts-3 h3.widgettitle {
    background-color: #b10a7c;
  }
  #query-posts-7 h3.widgettitle {
    background-color: #430c43;
  }
  #query-posts-14 h3.widgettitle {
    background-color: #1D92D7;
  }
  
  
  #text-4 h3.widgettitle {
    display: none;
  }
  
  #text-4 .textwidget h3.widgettitle,
  #communications-subscribe h3.widgettitle {
    background-color: #1d92d7;
  }
  
  #text-4 .textwidget h3.widgettitle {
    display: block;
  }
  
  #index-insert .xoxo ul {
    background-color: #dfe9d0;
    margin-bottom: 10px;
    -moz-border-radius-bottomright: 50px;
		-webkit-border-bottom-right-radius: 50px;
  }
  
    #index-insert .xoxo .hentry h2.entry-title {
      border: 0;
      padding-bottom: 0;
      margin-top: 0px;
      margin-bottom: 10px;
      font-size: 14px;
      width: auto;
    }
      #index-insert .xoxo .hentry h2.entry-title a,
      #index-bottom .xoxo ul li a {
         color: #390e46;
      }
      #index-insert .xoxo .hentry h2.entry-title a:hover,
      #index-bottom .xoxo ul li a:hover {
        text-decoration: underline;
      } 
      
      #index-insert .xoxo .hentry .byline,
      #index-insert .xoxo .hentry .entry-meta {
        display: none;
      }
    
	  body.slug-home #index-insert .xoxo .hentry h2.entry-title {
	    display: block;
	  }
	  
	  body.slug-home #index-insert .xoxo .post-84 h2.entry-title {
	    display: none;
	  }
	  
/* PRACTICAL SUPPORT/COURSES AND WORKSHOPS */

    #index-bottom {
      background-color: #dfe9d0;
      -moz-border-radius-bottomright: 50px;
  		-webkit-border-bottom-right-radius: 50px;
  		-moz-border-radius-topleft: 10px;
  		-webkit-border-top-left-radius: 10px;
  		min-height: 408px;
    }
    
      #index-bottom .xoxo h3.widgettitle {
        color: #075d6a;
        margin: 0 14px;
        padding: 14px 0 7px 0;
        border-bottom: 1px dotted #0699ad;
      }
      
      #index-bottom .xoxo p {
        margin: 10px 14px 0 14px;
      }
      
        #index-bottom .xoxo ul li {
          background: url(images/bullet1.png) no-repeat left 4px;
          padding: 0 0 0 25px;
          margin-bottom: 5px;
        }
        
          #index-bottom .xoxo ul li a {
            text-decoration: none;
            line-height: 23px;
          }
          
/* SITEMAP */

  .entry-content .ddsg-wrapper h2 {
    margin-bottom: 12px;
    border-bottom: 1px dotted #0397A5;
  }

  .entry-content .ddsg-wrapper ul {
    list-style: none;
    margin: 0;
  }
  
  .entry-content .ddsg-wrapper ul li {
    font-size: 17px;
  }
  
    .entry-content .ddsg-wrapper ul li a {
      color: #000;
      font-weight: normal;
    }
    
    .entry-content .ddsg-wrapper ul li ul {
      border-bottom: 1px dotted #0397A5;
      padding: 5px 0 10px 17px;
      margin-bottom: 10px;
    }
    
      .entry-content .ddsg-wrapper ul li ul li {
        margin-bottom: 3px;
        font-size: 15px;
      }
        
        .entry-content .ddsg-wrapper ul li ul li ul {
          list-style: disc;
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: 5px;
        }
        
          .entry-content .ddsg-wrapper ul li ul li ul li {
            font-size: 13px;           
          }
          
  .entry-content .ddsg-wrapper .ddsg-xml-link {
    margin: 1px 0 0 20px;
    float: right;
    font-size: 11px;
  }
    

/* EDIT LINK */

  .edit-link {
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #B10A7C;
    background-color: #fbd4ef;
    /* display: none; */
    width: 2em;
    
  }
  
/* FULL SPECTRUM DIAGRAM */

  #full-spectrum-model {
    width: 487px;
    margin-top: 20px;
  }

  #full-spectrum-model .spectrum-diagram {
    width: 487px;
    height: 519px;
    display: block;
    background: url(images/full-spectrum.png) no-repeat left top;
    position: relative;
    font-size: 15px;
    margin-bottom: 20px;
  }

  #full-spectrum-model .spectrum-diagram * {
    position: absolute;
    text-align: center;
  }

  #full-spectrum-model .spectrum-diagram h1 {
    top: 234px;
    left: 207px;
    width: 78px;
    font-size: 15px;
  }
  
  #full-spectrum-model .spectrum-diagram p {
    margin-bottom: 0;
  }

  #full-spectrum-model .spectrum-diagram .orgfield {
    top: 8px;
    left: 10px;
  }

  #full-spectrum-model .spectrum-diagram .climate {
      bottom: 8px;
      right: 10px;
      width: 130px;
      text-align: right;
    }

  #full-spectrum-model .spectrum-diagram ul {
    color: #fff;
    list-style: none;
  }

  #full-spectrum-model .spectrum-diagram li {
    width: 85px;
  }

  #full-spectrum-model .spectrum-diagram li.item1 {
    top: 131px;
    left: 67px;
  }
  #full-spectrum-model .spectrum-diagram li.item2 {
    top: 61px;
    left: 181px;
  }
  #full-spectrum-model .spectrum-diagram li.item3 {
    top: 117px;
    left: 298px;
  }
  #full-spectrum-model .spectrum-diagram li.item4 {
    top: 247px;
    left: 336px;
  }
  #full-spectrum-model .spectrum-diagram li.item5 {
    top: 360px;
    left: 295px;
  }
  #full-spectrum-model .spectrum-diagram li.item6 {
    top: 412px;
    left: 180px;
  }
  #full-spectrum-model .spectrum-diagram li.item7 {
    top: 364px;
    left: 61px;
  }
  #full-spectrum-model .spectrum-diagram li.item8 {
    top: 233px;
    left: 12px;
  }

  #full-spectrum-model .spectrum-list {
    width: 230px;
    float: left;
    margin: 0 0 40px 0;
    margin-right: 26px;
  }

  #full-spectrum-model .green, 
  #full-spectrum-model .pink {
    margin-right: 0;
  }

  #full-spectrum-model .spectrum-list h2 {
    background: url(images/full-spectrum-sprite.png) no-repeat;
    border-bottom: 1px solid;
    padding: 0 0 10px 25px;
    margin: 0 0 10px 0;
    font-size: 14px;
  }
  #full-spectrum-model .spectrum-list h3 {
    font-weight: bolder;
    color: #000;
    margin: 0 20px 5px 0;
    font-size: 13px;
    padding: 0;
  }
  #full-spectrum-model .blue h2 {
    color: #4fb4ea;
    background-position: 0 0;
  }
  #full-spectrum-model .green h2 {
    color: #50aa4a;
    background-position: 0 -150px;
  }
  #full-spectrum-model .purple h2 {
    color: #633186;
    background-position: 0 -100px;
  }
  #full-spectrum-model .pink h2 {
    color: #de3b8c;
    background-position: 0 -50px;
  }

  #full-spectrum-model .spectrum-list ul {
    color: #4c453c;
    list-style: none;
    margin: 0 20px 0 0; 
  }

  #full-spectrum-model .spectrum-list li {
    margin-bottom: 5px;
  }

  #full-spectrum-model .spectrum-list ul li ul {
    list-style: disc;  
    margin-right: 0;   
  }

  #full-spectrum-model .spectrum-list ul li ul li {
    margin: 0 0 0 18px;
}


/* Contact form */

.wpcf7-form .formfield {
  margin-bottom: 10px;
  width: 262px;
}

.wpcf7-form .formfield label {
  margin-bottom: 3px;
}

.wpcf7-form .formfield label span {
  font-size: 16px;
}

.wpcf7-form .formfield input,
.wpcf7-form .formfield textarea {
  width: 250px;
  padding: 5px;
  border: 1px solid #ccc;
}

.wpcf7-form .submitfield, 
.wpcf7-validation-errors {
  float: left;
}

.wpcf7-validation-errors,
.wpcf7-form .formfield span span {
  color: #af3991;
}

.wpcf7-form .formfield textarea {
  height: 150px;
}

.wpcf7-form .formfield span {
  position: relative;
}

.wpcf7-form .formfield span span {
  position: absolute;
  top: -24px;
  right: 0;
}

.wpcf7-form .textarea span span {
  top: -168px;
}

/* Contact form error styles */

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	font-weight: bolder;
	margin-top: 20px;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #af3991;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	font-size: 10pt;
	width: 280px;
	padding: 5px;
	font-weight: bolder;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin: 0 0 0 5px;
}

div.wpcf7 .watermark {
	color: #888;
}
