
/*

Theme Name: Webinar Theme
Description: WordPress theme for the Webinar series of websites
Version: 1.0
Author: Rob Barrett (Creative Eye)
Author URI: http://www.creativeeye.co.uk

*/

/* ===== HTML5 Support ===== */

header, section, nav, aside, footer, article { display: block; }

/* ===== Font Support ===== */

@font-face {
    font-family: 'ArvoRegular';
    src: url('inc/font-arvo/Arvo-Regular-webfont.eot');
    src: url('inc/font-arvo/Arvo-Regular-webfont.eot?iefix') format('eot'),
         url('inc/font-arvo/Arvo-Regular-webfont.woff') format('woff'),
         url('inc/font-arvo/Arvo-Regular-webfont.ttf') format('truetype'),
         url('inc/font-arvo/Arvo-Regular-webfont.svg#webfontau9vOdrl') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArvoItalic';
    src: url('inc/font-arvo/Arvo-Italic-webfont.eot');
    src: url('inc/font-arvo/Arvo-Italic-webfont.eot?iefix') format('eot'),
         url('inc/font-arvo/Arvo-Italic-webfont.woff') format('woff'),
         url('inc/font-arvo/Arvo-Italic-webfont.ttf') format('truetype'),
         url('inc/font-arvo/Arvo-Italic-webfont.svg#webfontvBl98OZ1') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ==== STRUCTURE ==== */

html, body { height: 100%; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
  line-height: 1.5;
}
#page {
	background-color: #FFFFFF;
	width: 960px;
  border-width: 0 1px;
  border-style: solid;
  border-color: #ACB2C3;
  margin-right: auto;
	margin-left: auto;} 
#header {
	background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  height: 140px;
  position: relative;
}
#container { padding: 40px 30px 60px; }
#content {
	width: 570px;
  float: left;
}
#sidebar {
	width: 300px;
  float: right;
}
#sidebar > .section { margin-top: 3.334em; }
#sidebar > .section *:first-child { margin-top: 0; }
#footer {
  color: #444;
  text-align: center;
  clear: both;
  padding: 1em 0 20px;
  margin: 0 20px 0;
  border-top: solid 1px #CCC;
}



/* ===== HEADER (LEFT SIDEBAR) ====== */

#header h1 {
	text-indent: -999em;  width: 0;
  height: 0;
  margin: 0;
}

#header .menu {
	text-align: right;
  padding: 0;
	margin: 0;
	position: absolute;
	top: 50px;
	right: 30px;
	list-style: none;
}
#header .menu li {
	font-size: 1.4em;
	display: inline;
  padding-left: 10px;
}
#header .menu li a {
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}
#header .menu li a:hover,
#header .menu li.current-menu-item a { text-decoration: underline; }
#header #member-links {
  font-size: 1.3em;
  color: #26A3DD;
  float: right;
  position: absolute;
  top: 60px;
  right: 30px; }
#header #member-links a {
	color: #FFF;
	text-decoration: none; }
#header #member-links a:hover {
	text-decoration: underline; }

/* ===== NAVIGATION ===== */

.nav ul {
	padding: 0 15px;
	margin: 0;
	list-style: none;
}
.nav ul li {
	font-family: ArvoRegular, Arial, Helvetica, sans-serif;
  font-weight: bold;
	float: left;
	padding: 0;
	margin: 0;
}
.nav ul li a, .nav ul li a:link, .nav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0; }
.nav > ul > li > a {
  text-shadow: 1px 1px 1px #000000; }

.nav#primary {
	background: #003366;
	width: 960px;
  clear: both;
  margin-right: auto;
	margin-left: auto;}
.nav#primary ul li { font-size: 1.5em; }
.nav#primary ul li a,
.nav#primary ul li a:link,
.nav#primary ul li a:visited {
	padding: 0.333em 15px;
}
.nav#primary ul.menu > li > a,
.nav#primary ul.menu > li > a:link,
.nav#primary ul.menu > li > a:visited {
  -moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;}

.nav#primary ul li:hover a,
.nav#primary ul li a:active,
.nav#primary ul .current_page_item a {
	color: #E05A27;
}

.nav#primary ul li.parent > a,
.nav#primary ul:hover li.parent:hover > a {
  background:url(images/arrow-down.png) no-repeat right center;
  padding-right: 30px;
}

.nav#primary ul.menu > li:hover > a,
.nav#primary ul li.parent:hover,
.nav#primary ul li.parent.current-menu-item,
.nav#primary ul li.parent.current-menu-ancestor { 
	background-image: url(images/bg_li-hover.png);
  background-color: transparent;
  background-position: left top;
  background-repeat: repeat-x;
}

/* Sub-Pages */
.nav#primary ul.sub-menu {
	display: none;
  width: 220px;
	height: auto;
	margin: 0;
	position: absolute;
	left: -999em;
	z-index: 9999;
}
.nav#primary ul.sub-menu li {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 0.733em; }
.nav#primary ul.sub-menu ul li { font-size: 1em; }
.nav#primary ul.sub-menu li:last-child,
.nav#primary ul.sub-menu li:last-child a {
  -moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.nav#primary ul.sub-menu li a {
	background-color: #26A3DD;
	color: #FFFFFF;
	width: 200px;
	float: none;
	padding: 0.182em 15px;
	border-top: 1px solid #003366; }
.nav#primary ul.sub-menu li:first-child a {
	border-top: none; }
.nav#primary ul.sub-menu li a:hover,
.nav#primary ul.sub-menu li a:active {
	text-decoration: underline;
  background-color: #003366;
}
.nav#primary ul li:hover ul { display: block; }

/* Levels 3+ */
.nav#primary ul.sub-menu ul {
	margin: 0 0 220px 0;
}
.nav#primary ul.sub-menu ul li a {
	background-color: #f00;
}

.nav#primary ul li:hover > ul,
.nav#primary ul li.sfhover > ul { left: -999em; }
.nav#primary ul li:hover > ul,
.nav#primary ul li.sfhover > ul { left: auto; }
.nav#primary ul li:hover,
.nav#primary ul li.sfhover { position: static; }

/* Secondary Navigation */

.nav#secondary {
	width: auto;
  clear: both;
	float: right;
}
.nav#secondary ul li {
	background: #94B7D3;
}
.nav#secondary ul li:first-child {
  -moz-border-radius: 5px 0 0 0 ;
	-khtml-border-radius: 5px 0 0 0 ;
	-webkit-border-radius: 5px 0 0 0 ;
	border-radius: 5px 0 0 0 ;
}
.nav#secondary ul li a,
.nav#secondary ul li a:link,
.nav#secondary ul li a:visited {
	padding: 0.25em 10px;
}
.nav#secondary ul li:hover a,
.nav#secondary ul li a:active,
.nav#secondary ul .current_page_item a { text-decoration: underline }


/* ===== ELEMENTS ===== */

p {
  font-size: 1.2em;
  line-height: 2.08333333333em;
  margin-top: 1.667em;}
h1,
h2,
h3,
h4,
h5,
h6 { font-family: ArvoRegular, Arial, Helvetica, sans-serif; }
h1 {
  font-size: 3em;
  line-height: 1.667em;
  margin-top: 0.667em;}
h2 {
  font-size: 2.7em;
  line-height: 1.852em;
  margin-top: 0.741em;}
h3 {
  font-size: 2.4em;
  line-height: 1.667em;
  margin-top: 0.833em;}
h4 {
  font-size: 2.1em;
  line-height: 1.905em;
  margin-top: 0.952em;}
h5 {
  font-size: 1.8em;
  line-height: 1.889em;
  margin-top: 1.111em;}
h6 {
  font-size: 1.4em;
  line-height: 1.786em;
  margin-top: 1.429em;}
a { color: #2379BF; }
a:hover { text-decoration: none }
a img:hover { border-color: #AAA; }
hr {
  background-color: #CCC;
  height: 0px;
  margin-top: 2em;
  border-color: #CCC;
  border-style: solid;
  border-width: 1px 0 0;
}

/* Lists */
ul,
ol,
dl {
  margin-top: 1em;}
li,
dt,
dd {
  font-size: 1.2em;
  line-height: 2.083em;
}
li,
dt {
  font-size: 1.2em;
  line-height: 2.083em;
  margin-top: 0.8335em;
}
dt { font-weight: bold; }
ul {
  padding-left: 15px;
  list-style: disc;
}
ul li { padding-left: 10px; }
ol li {
  text-indent: -25px;
  padding-left: 25px;
  list-style-position: inside;
}
li li,
li p {
  font-size: 1em;
}

/* Forms */
fieldset {
  padding: 20px;
  margin-top: 1em;  border: solid 1px #26A3DD;
  -moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;}
legend {
  font-size: 1.2em;
  line-height: 2.083em;
  padding: 0 10px;
  border: solid 1px #26A3DD;
  -moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;}
legend + * { margin-top: 0; }
form {
  padding: 20px;
  margin-top: 1.667em;  border: solid 1px #CCC;
  -moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;}
form *:first-child { margin-top: 0; }
form label {
  display: block;
}
form label.required { font-weight: bold; }
form input {
  font-size: 1em;
  color: #333;
  margin-top: 2.083em;
}
form input[type=file] { font-size: 1.6em; }
form input[type=text],
form input[type=email],
form input[type=password] {
  background-color: #FFF;
  border: solid 1px #999;
}
form input[type=text],
form input[type=email],
form input[type=password] {
  width: 298px;
  padding: 5px;
}
form input[type=text],
form input[type=email],
form textarea { background: #FFF url(images/bg_input.gif) repeat-x left top; }
form input[type=submit],
a.button {
  font-family: ArvoRegular, Arial, Helvetica, sans-serif;
  font-size: 1.154em;
  font-weight: bold;
  color: #FFF;
  background-color: #000055;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
form input[type=submit]:hover,
a.button:hover { background-color: ; }
a.button {
  text-decoration: none;
	display: inline-block;
  margin-top: 1.667em;  }
a.button.signup {
	color: #000;
	background-color: #71a92a;
  border: solid 1px #508f00; }
a.button.signup:hover {
	color: #FFF;
	background-color: #508f00; }
form input[type=reset] {
  font-weight: bold;
  color: #FFF;
  background: #333;
  padding: 5px;
  border: none;
  cursor: pointer;
}
form input[type=radio],
form input[type=checkbox] { margin-top: 1.667em;; }
form select {
  color: #333;
  background-color: #FFF;
  width: 298px;
  padding: 5px;
  margin-top: 1.667em;;
  border: solid 1px #999;
}
form textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #333;
  background-color: #FFF;
  width: 448px;
  min-height: 9.375em;
  padding: 5px;
  margin-top: margin-top: 1.667em;;
  border: solid 1px #999;
}
form span.required { display: none; }
form p.comment-form-author label,
form p.comment-form-email label,
form p.comment-form-comment label { font-weight: bold; }

/* Tables */
table {
  margin-top: 1em;  border-style: solid;
  border-color: #CCC;
  border-width: 1px 0 0 1px; }
table th,
table td {
  padding: 10px;
  border-style: solid;
  border-color: #CCC;
  border-width: 0 1px 1px 0; }
table td { font-size: 1.2em; }
table th > ul,
table td > ul { font-size: 1em; }
table th > p,
table td > p { font-size: 1em; }
table th *:first-child,
table td *:first-child { margin-top: 0; }
table th,
table thead td {
  font-size: 1.6em;
  font-weight: bold;
  background-color: #26A3DD;
  border-bottom-width: 2px; }

/* Blockquotes */
blockquote,
.testimonial {
  background-color: #EEE;
  padding: 2em 20px;
  margin-top: 1.667em;}
blockquote.alt,
.testimonial.alt { background-color: #CCC; }
blockquote *:first-child,
.testimonial *:first-child { margin-top: 0; }
.testimonial.video *:first-child * { margin-top: 0; }
blockquote cite,
.testimonial cite {
	font-size: 1.2em;
  font-weight: bold;
  display: block;
  margin-top: 1.667em;;
}
.testimonial.video cite {
  margin-top: 0.8335em;
}

/* Code */
code,
pre {
  font-size: em;
  line-height: 2.083em;
  margin-top: 1em;}
p code,
p pre { font-size: 1.5em; }
pre { white-space: pre-wrap /* css-3 */;
  white-space: -moz-pre-wrap !important /* Mozilla, since 1999 */;
  white-space: -pre-wrap /* Opera 4-6 */;
  white-space: -o-pre-wrap /* Opera 7 */;
  word-wrap: break-word /* Internet Explorer 5.5+ */;; }

/* Various */
abbr,
acronym {
  border-bottom: dotted 1px #999999;
  cursor: help;
}
sup {
  font-size: 0.75em;
  vertical-align: super; }
sub {
  font-size: 0.75em;
  vertical-align: sub; }


/* ===== CONTENT COLUMN ===== */

#content h1:first-child { margin-top: 0; }

#breadcrumb {
	font-size: 1em;
  color: #999;
	margin-top: 0;
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: solid 1px #CCC;
}
#breadcrumb a {
	color: #666;
}

	/* ~~~~~ Homepage ~~~~~ */
  #homepage-banner {
  	color: #FFF;
  	background: #3364AF url(images/bg_homepage-banner.gif) repeat-y left;
    width: 578px;
    padding: 20px;
    margin-left: -20px;
    border: solid 1px #009;
    border-left-width: 0;
    -moz-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
  #homepage-banner *:first-child { margin-top: 0; }
  #homepage-banner > ul { margin-top: 1em; }
  #homepage-banner li {
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 0;
    list-style: square;
  }
  #homepage-banner ul#links {
  	padding: 0;
    margin-top: 2em;
    margin-left: 0;
    list-style: none;
  }
  #homepage-banner ul#links li,
  #homepage-banner ul#links li a {
  	width: 120px /*117px*/;
    height: 110px;
  }
  #homepage-banner ul#links li {
  	font-size: 1em;
    float: left;
    padding: 0;
    margin-top: 0;
    margin-left: 32px;
    list-style: none;
  }
  #homepage-banner ul#links li:first-child { margin-left: 0; }
  #homepage-banner ul#links li a {
  	background-position: top left;
    background-repeat: no-repeat;
    background-color: #FFF;
  	display: block;
    text-indent: -999em;
    -moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;  }
  #homepage-banner ul#links li.item-1 a { background-image: url(images/homepage-banner_online.jpg); }
  #homepage-banner ul#links li.item-2 a { background-image: url(images/homepage-banner_printed-manuals.jpg); }
  #homepage-banner ul#links li.item-3 a { background-image: url(images/homepage-banner_pdf-downloads.jpg); }
  #homepage-banner ul#links li.item-4 a { background-image: url(images/homepage-banner_content-licences.jpg); }
  

	/* ~~~~~ Webinars ~~~~~ */
  .session { margin-top: 2em; }
  .session .col1 {
    width: 390px;
    float: right; }
  .session .col2 {
    width: 160px; }
  .session .category {
    color: #666; }
  .session .description .category {
    background-color: #EDEDED;
    padding: 3px 10px; }
  .session.index .category {
    margin-top: 0; }
  .session .category span {
    font-weight: bold; }
  .session .category a {
    color: #333; }
  .session h3 { margin-top: -0.208em; }
  .session .post-meta {
      font-weight: bold;
      color: #666;
      margin-top: 0;
  }
  .session .strapline {
    font-size: 1.5em;
    color: #999;
    margin-top: 0;
  }
  .session .post-meta span { display: block; }
  .session .post-meta br { display: none; }
  .session .post-meta .date { font-size: 1.25em; }
  .session .post-meta .time { font-size: 1.083em; }
  .session .add-to-cart,
  .session .become-a-member { margin-top: 0.833em; }
  .session .action-link a {
  	background-repeat: no-repeat;
    background-position: left top;
    display: block;
    width: 100%;
    text-indent: -999em;  }
  .session .action-link a:hover {
    background-position: left bottom; }
  .session .action-link + .action-link {
  	margin-top: 0.833em; }
  
  .session .add-to-cart a {
      background-image: url(images/button_add-to-cart.gif);
      height: 34px; }
  .webinar .become-a-member a {
      background-image: url(images/button_become-a-member-to-watch.jpg);
      height: 54px; }
  .audio .become-a-member a {
      background-image: url(images/button_become-a-member-to-listen.jpg);
      height: 54px; }
  .webinar .watch-this-webinar a {
      background-image: url(images/button_watch-this-webinar.jpg);
      height: 54px; }
  .webinar .watch-this-webinar-free a {
      background-image: url(images/button_watch-this-webinar-free.jpg);
      height: 54px; }
  .audio .listen-to-this-audio a {
      background-image: url(images/button_listen-to-this-audio.jpg);
      height: 54px; }
  .audio .listen-to-this-audio-free a {
      background-image: url(images/button_listen-to-this-audio-free.jpg);
      height: 54px; }
  .webinar .purchase a {
      background-image: url(images/button_purchase-access-to-this-webinar.jpg);
      height: 95px; }
  #webinar-archive .webinar .purchase a {
      background-image: url(images/button_purchase-download-of-this-webinar.jpg);
      height: 95px; }
  .audio .purchase a {
      background-image: url(images/button_purchase-access-to-this-audio.jpg);
      height: 95px; }
  #audio-archive .audio .purchase a {
      background-image: url(images/button_purchase-download-of-this-audio.jpg);
      height: 95px; }
  .webinar .member-login a {
      background-image: url(images/button_already-a-member-webinar.jpg);
      height: 54px; }
  .audio .member-login a {
      background-image: url(images/button_already-a-member-audio.jpg);
      height: 54px; }
  .webinar .upgrade-membership a {
      background-image: url(images/button_upgrade-membership-webinar.jpg);
      height: 95px; }
  .audio .upgrade-membership a {
      background-image: url(images/button_upgrade-membership-audio.jpg);
      height: 95px; }
  .session .notice {
    font-size: 1.1em;
    color: #105400;
    background-color: #E0FFBC;
    width: 140px;
    padding: 10px;
    margin-top: 1.818em;
    border: solid 1px #27C400; }
  .webinar .register a {
      background-image: url(images/button_register-for-this-webinar.jpg);
      height: 54px;
  }
  .session.index ul.action-list {
    padding-left: 0;
    list-style: none;
  }
  .session.index ul.action-list li {
    width: 160px;
    float: left;
    padding-left: 0;
    margin-left: 45px;
  }
  .session.index ul.action-list li:first-child,
  .session.index ul.action-list li:nth-child(3n+1) {
    margin-left: 0;
  }
  .session.index ul.action-list li:nth-child(3n) + li,
  .session.index ul.action-list li:nth-child(3n) + li + li,
  .session.index ul.action-list li:nth-child(3n) + li + li + li {
    margin-top: 1.667em;
  }
  .ezs3-video,
  .ezs3-audio {
    padding: 0;
    margin-top: 20px;
    position: relative; }
  .ezs3-video > img,
  .ezs3-audio > img {
    position: absolute; }
  .certificate a {
    background: url(images/certificate.jpg) no-repeat left top;
    display: inline-block;
    min-height: 60px;
    padding-left: 95px;
    padding-top: 15px; }
  form#certificate {
    line-height: 60px;
    background: url(images/certificate.jpg) no-repeat left top;
    min-height: 60px;
    padding: 0 0 0 95px;
    border: none;
  }
	form#certificate * {
  	margin: 0;
	}
  form#certificate input.submit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #2379BF;
    text-decoration: underline;
    background-color: transparent;
    padding: 0;
  }
  form#certificate input.submit:hover { text-decoration: none; }
  
  /* ~~~~~ Blog ~~~~~ */
  .blog .post-meta,
  .single .post-meta {
    font-size: 1.4em;
    font-weight: bold;
    color: #999999;
    margin-top: 0; }
  .post-meta a {
    color: #666666; }
  #content .post-navigation {
  	font-size: 1.2em;
    clear: both;
  }
  #content .post-navigation span { width: 40%; }
  #content .post-navigation span.prev a { float: left; }
  #content .post-navigation span.next a {
  	text-align: right;
  	float: right;
  }
  #content .post-navigation span a {
  	color: #FFFFFF;
    text-decoration: none;
  	background-color: #000055;
    display: block;
    padding: 0.25em 5px;
    margin-top: 2.5em;
  }
  #content .post-navigation span a:hover { background-color: #003366; }
  #content .wp-pagenavi {
    text-align: center;
    padding-top: 3em;
    margin-top: 3em;
    border-top: solid 1px #D5D5D5;
  }
  #content .wp-pagenavi span,
  #content .wp-pagenavi a {
    font-size: 1.4em;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #999999;
    padding: 5px 10px;
    margin: 0 5px;
    border: none;
  }
  #content .wp-pagenavi span.pages {
    font-weight: bold;
    color: #000000;
    background: none;
  }
  #content .wp-pagenavi span.current {
  	color: #000000;
  	background-color: #CCCCCC;
  }
  
  /* ~~~~~ Comments ~~~~~ */
  #content ol.commentlist { list-style: none; }
  #content ol.commentlist li {
    text-indent: 0;
    width: 100%;
    padding-left: 0;
    margin-top: 1.25em;
    margin-left: 0;
  }
  #content ol.commentlist ul.children li:first-child { margin-top: 0;}
  #content ol.commentlist .avatar {
    float: left;
    margin-right: 20px;
  }
  #content ol.commentlist .comment-body {
    background-color: #EEEEEE;
    float: left;
    width: 470px;
    padding: 0.833em 10px;
    -moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;  }
    #content ol.commentlist .comment-body *:first-child { margin-top: 0; }
  #content ol.commentlist p.comment-meta {
    font-size: 1em;
    color: #666666;
    padding-top: 0.833em;
    margin-top: 1.25em;
    border-top: solid 1px #CCCCCC;
  }
    ol.commentlist a.comment-reply-link {
    font-size: 1.083em;
    line-height: 1em;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    background-color: #003366;
    display: inline-block;
    padding: 6px;
    margin-left: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;  }
  ol.commentlist a.comment-reply-link:hover { background-color: ; }
  /* -- Nested Comments -- */
  #content ol.commentlist ul.children {
  	float: left;
    clear: left;
  	margin-left: 80px;
    padding-left: 0;
    list-style: none;
  }
  #content ol.commentlist li.depth-2 ul.children { margin-left: 60px; }
  #content ol.commentlist ul.children li {
  	margin-left: 0;
    padding-left: 0;
  }
  #content ol.commentlist ul.children li.depth-2 .comment-body { width: 410px; /*440*/ }
  #content ol.commentlist ul.children li.depth-3 .comment-body { width: 350px; /*380*/ }

	/* ~~~~~ Contact Us ~~~~~ */
  #contact-details h5 {
    font-size: 1.6em;
    background-color: #26A3DD;
    padding: 0.188em 5px;
    -moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 	
  }
  #contact-details div {
    width: 176.667px;
		float: left;
  }
  #contact-details div + div { margin-left: 20px; }
  .wpcf7-form > div + p { margin-top: 0; }
  
  /* ~~~~~ Search ~~~~~ */
  h1 .search-terms {
    display: block;
    font-size: 0.8em;
    font-style: italic;
    line-height: 1em;
  }
  .search-results p.parent-title {
  	font-style: italic;
  	color: #666;
    margin-top: 0;
  }
  #sidebar #search-box form {
  	padding: 0;
    border: none;
  }
  
  /* ~~~~~ Bookmarks ~~~~~~ */
  p#bookmarks {
    font-size: 1.1em;
    text-transform: uppercase;
    color: #666;
    padding-top: 10px;
    margin-top: 3em;
    border-top: solid 1px #CCC;
	}
  
  /* ~~~~~ Multi-Column Lists ~~~~~ */
  ul.two-col-list,
  ul.three-col-list {
    width: 100%;
  }
  ul.two-col-list:after,
  ul.three-col-list:after {
    font-size: 0;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    content: ".";
  }
  * html ul.two-col-list,
  * html ul.three-col-list {
    zoom: 1 /* IE6 */;
  }
  *:first-child+html ul.two-col-list,
  *:first-child+html ul.three-col-list {
    zoom: 1 /* IE7 */;
  }
  /* Two Column List */
  ul.two-col-list li {
    width: 259px;
    float: left;
  }
  ul.two-col-list li:nth-child(1),
  ul.two-col-list li:nth-child(2) {
    margin-top: 0;
  }
  ul.two-col-list li:nth-child(2n+1) {
    clear: left;
    margin-right: 20px;
  }
  /* Three Column List */
  ul.three-col-list li {
    width: 161px;
    float: left;
    margin-right: 20px;
  }
  ul.three-col-list li:nth-child(1),
  ul.three-col-list li:nth-child(2),
  ul.three-col-list li:nth-child(3) {
    margin-top: 0;
  }
  ul.three-col-list li:nth-child(3n) {
    margin-right: 0px;
  }
  ul.three-col-list li:nth-child(3n+1) { clear: left; }
  
  /* ~~~~~ Split Column Lists ~~~~~ */
  .js ul.split-two {
  	width: 260px;
    float: left;
    margin-right: 20px;
  }
  .js ul.split-two.last { margin-right: 0; }
  
  /* ~~~~~ Membership Page ~~~~~ */
  body#membership #content > h3:first-child {
  	margin-top: 0; }
	body#membership #content > h3:first-child + * {
  	color: #2379BF; }
  .price-box {
    background-color: #E0FFBC;
    padding: 2em 20px;
    margin-top: 2em;
    border: solid 1px #27C400; }
  .price-box > *:first-child {
  	margin-top: 0; } 
    

/* ===== SIDEBAR COLUMN ===== */

#page #sidebar > *:first-child { margin-top: 0; }
#sidebar h5 {
	color: #000000;
	font-size: 1.6em;
}
  
	/* ~~~ Widgets and Sections ~~~ */
  #sidebar .section {
  	background-color: #EEEEEE;
    padding: 2em 20px;
  	margin-top: 2em;
  }
  #sidebar .section:first-child { margin-top: 0; }
  #container #sidebar * + .section { margin-top: 2em; }
  #sidebar .section > div { margin-top: 2em; }
  #sidebar .section > div:first-child { margin-top: 0; }
  #sidebar .section > div > *:first-child { margin-top: 0; }
  
  /* ~~~ Already a Member ~~~ */
  #sidebar #already-a-member a {
    background-image: url(images/button_already-a-member-sidebar.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -999em;    display: block;
    width: 300px;
    height: 35px; }
  #sidebar #already-a-member a:hover {
  	background-position: left bottom; }
  
  /* ~~~ Sidebar Widgets ~~~ */
  #sidebar .widget-area {
  	margin-top: 2em; }
  #sidebar > *:first-child {
  	margin-top: 0; }
  #sidebar .widget-area .section > h5:first-child {
  	margin-top: 0; }
  
  /* ~~~ Testimonials ~~~ */
  #sidebar #testimonial blockquote {
  	background: none;
    padding: 0;
  }
  #sidebar #testimonial blockquote p {
    font-size: 1.1em;
    margin-top: 0.909em;
  }
  #sidebar #testimonial blockquote cite {
    display: block;
    margin-top: 0.833em;
  }
  
  /* ~~~ Social Media ~~~ */
  #sidebar #social-links a {
  	background-repeat: no-repeat;
    background-position: left top;
  	text-indent: -999em;    display: block;
  	width: 40px;
    height: 40px;
    float: left;
    margin-right: 20px; }
  #sidebar #social-links #twitter {
  	background-image: url(images/logo_twitter.gif); }
  #sidebar #social-links #facebook {
  	background-image: url(images/logo_facebook.gif); }
  #sidebar #social-links #youtube {
  	background-image: url(images/logo_youtube.gif);
    width: 34px;
    margin-right: 0; }  


/* ===== FOOTER ===== */

#footer p {
	font-size: 1em;
	margin-top: 0;
}
#footer a { color: #777; }
#footer a:hover { text-decoration: none }


/* ===== GENERAL ===== */

.edit-link a {
  font-weight: bold;
  color: #CF007D;
  background-color: #FFAFDF;
  padding: 5px 10px; }
.normal { font-weight: normal; }
.hidden { display: none; }
.clear { clear: both; }
div.clear { height: 0px; }
.float-right, .alignright {
  float: right;
  clear: right;
  margin: 0 0 10px 20px; }
div.float-right, div.alignright { margin-right: 20px; }
.float-left, .alignleft {
  float: left;
  clear: left;
  margin: 0 15px 10px 0; }
.aligncenter, .center {
  display: block;
  margin-right: auto;
  margin-left: auto; }
.larger { font-size: 1.25em; }
p.larger {
  font-size: 1.5em;
  margin-top: 2em;
}
.smaller { font-size: 1em; }
p.smaller {
  font-size: 1.2em;
  margin-top: 2.5em;
}
.subtle, .disclaimer { color: #666; }
.subtle a, .disclaimer a { color: #666; }
#sidebar p.subtle, #sidebar p.disclaimer {
  font-size: 1.2em;
  margin-top: 1.667em;}
.nowrap { white-space: nowrap; }
input[type=hidden] { display: none; }
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* ===== ADDITIONAL TEMPLATES ===== */

#no-title > *:first-child {
	margin-top: 0; }

.page-template-page_no-sidebar-php #content,
.page-template-template_standalone-php #content {
  width: 760px;
  float: none;
  margin-right: auto;
  margin-left: auto; }

.page-template-template_standalone-php #header {
  background: none;
  text-align: center;
  width: auto;
  height: auto;
  margin: auto; }
.page-template-template_standalone-php #header > * {
  margin-top: 3em; }


