/*
Theme Name: Engaging Responsive Theme
Theme URI: http://www.squigloo.com.au
Author: Kat Rosendorff
Author URI: http://wordpress.org/
Description: Custom Responsive theme for Engaging Women
Version: 1.0.2
License: GNU General Public License
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
	padding:0px;
}
#page {
	margin: 0 15px;
	overflow:hidden;
}
#site-navigation div {
	margin: 0;
}
#primary {
	float: none;
	margin: 0;
	width: 100%;
}
#content {
	margin: 0;
	/*The width with a sidebar*/
	width: 100%;
}

#secondary {
	float: none;
	width:100%;
	background-color:#FFF;
	padding:10px 0px;
}
.page-template-no-sidebar-page-php #primary,
.page-template-mentors-page-php #primary,
#ie7 .page-template-no-sidebar-page-php #primary,
#ie8 .page-template-mentors-page-php #primary,
#ie7 .page-template-no-sidebar-page-php #primary,
#ie8 .page-template-mentors-page-php #primary  {
	margin: 0;
	width: 100%;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	#primary {
		float: left;
		margin: 0;
		width: 65%;
	}
	#secondary {
		float: right;
		margin-right: 0px;
		width:24%;
        padding-top: 0;
	}
}
@media screen and (min-width: 990px) {
	#page {
		margin:0px auto;
		width:100%;
		max-width:1100px;
		
	}
	#primary {
		float: left;
		margin: 0;
		width: 70%;
	}
}

/*Home*/
.home #primary,
#ie7 .home #primary,
#ie8 .home #primary,
.page-id-13742 #primary {
	margin: 0;
	width: 100%;
}
/* Singular (uses no-sidebar-template) */

.singular #content {
	margin: 0 0px;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 100%;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 650px;
}


/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
	width:100%;
}
.error404 #primary #content {
	margin: 0 70px;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 480px) {
	.alignleft,
	.alignright {
		float:none;
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 13px "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.5;
}
body {
	background-color: #FFF;
	
}
#page {
	background-color:#FFF;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #fff;
	border: 0;
	height: 10px;
	margin: 0 0 10px;
	clear:both;
	border-bottom:1px dotted #9BDEDE;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
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.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 11px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select {
	color: #373737;
	border-color: #69AFAD;
	border-style:solid;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 15px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #C9A967;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#site-navigation a.assistive-text:active,
#site-navigation a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 13px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 70px;
}

/* =Pre Header
----------------------------------------------- */
.preheader {
	width:100%;
	background-color:#F2F2F2;
	border-bottom:1px solid #E6E6E6;
	height:32px;
	overflow:hidden;
	padding:3px 0px;
}
.preheader .wrap {
	position:relative;
	width:100%;
	max-width:950px;
	margin:0 auto;
	padding-top:5px;
}
	
/* HEADER WIDGET AREA 
--------------------------------------------*/
#header-widgets {
	width:220px;
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
	padding-right:10px;
}
#header-widgets .widget {
	margin:0px;
}
#header-widgets .textwidget a {
	margin-left:2px;
	opacity:1;
}
#header-widgets .textwidget a:hover,
#header-widgets .textwidget a:active  {
	opacity:0.8;
}
/* Search Form */
.preheader #searchform {
	text-align: right;
	width:100px;
	position:absolute;
	left:0px;
	top:0px;
}

.preheader #searchform div {
	margin: 0;
}
.preheader input#s {
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 52px;
	box-shadow: none;
	height: 20px;
	background-color: #FBFBFB;
}
.preheader #s:focus {
	background-color: #FFF;
	width: 200px;
	padding: 4px 10px 4px 28px;
}
.preheader #searchsubmit {
	display: none;
}
.preheader .only-search #searchform {
	top: 5px;
	z-index: 1;
}

@media screen and (min-width: 600px) {
	.preheader #searchform {
		right:235px;
		width:200px;
		left:auto;
	}
	.preheader input#s {
		float:right;
		width:172px;
	}
}
#ie7 .preheader #searchform,
#ie8 .preheader #searchform  {
	width:200px;
}
/* =Header
----------------------------------------------- */

#branding {
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
	padding-top:15px;
}
.hTitles {
	width:100%;
	text-align:left;
	margin:0;
	height:130px;
	overflow:hidden;
    text-align: center;
}
#site-title {
	padding: 30px 0px 0px;
	margin:0px;
	font-family:'Droid Serif', Georgia, serif;
	font-size:32px;
	line-height:40px;
	clear:none;

}
#site-title a {
	color: #000;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active { color: #333; }

#site-description {
    font-size : 14px;
    line-height : 21px;
    letter-spacing : 0.75px;
    text-transform : uppercase;
    color : #999999;
	margin: 10px 0 0;
	clear:none;
}


@media screen and (min-width: 600px) {
	
	#site-title {
		font-size:42px;
		line-height:50px;
	}
	#site-description {
        line-height : 31px;
        margin: 0;
        font-size : 15px;
    }
}

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

#site-navigation {
	background: #FFF; /* Show a solid color for older browsers */
	clear: both;
	display: block;
	float: left;
	margin: 10px auto 6px;
	width: 100%;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}
#site-navigation .nav-wrap {
	margin:0px 0px;
	min-height:40px;
}
/* Mini nav style */

#site-navigation ul {
	margin: 0;
}
#site-navigation li {
	border-top:1px dashed #CCC;
	text-align:center;
}
#site-navigation ul {
	font-size: 14px;
	list-style: none;
	padding-left: 0;
	text-transform:uppercase;
	letter-spacing:2px;
}
#site-navigation ul ul {
	display: none;
}
		
#site-navigation a,
.menu-toggle {
	color: #000;
	display: block;
	line-height: 40px;
	padding: 0 16px;
	text-decoration: none;
	font-family:'Droid Serif', Georgia, serif;
}
#ie7  #site-navigation a {
	padding: 0 19px;
}
#site-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#site-navigation ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 20px;
	width: 148px;
}
#site-navigation li:hover > a,
#site-navigation ul ul :hover > a,
#site-navigation a:focus {
	background: #C3EAE9;
}
#site-navigation li:hover > a,
#site-navigation a:focus {
	background: #C3EAE9;
	color: #373737;
}

#site-navigation .current-menu-item > a,
#site-navigation .current-menu-ancestor > a,
#site-navigation .current_page_item > a,
#site-navigation .current_page_ancestor > a {
	color:#377C7A;
}

.menu-toggle {
	cursor: pointer;
	font-weight:normal;
	line-height:40px;
	text-transform:uppercase;
	font-family:'Droid Serif', Georgia, serif;
	letter-spacing:2px;
	text-align:center;
}
.menu-toggle:active,
.menu-toggle.toggled-on {
	color:#7FB5B4;
}
.menu-toggle {
	
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: block;
}
@media screen and (min-width: 600px) {
	.menu-toggle {
		display: none;
	}
	.mobile-only {
		display: none;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	
	#site-navigation ul#menu-main-menu {
		margin-bottom:-5px;
	}

	#site-navigation ul {
		margin: 0;
        text-align: center;
	}
	#site-navigation li {
		display: inline-block;
		position: relative;
		border:none;
		text-align:left;
	}
	#site-navigation ul ul {
		-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
		box-shadow: 0 3px 3px rgba(0,0,0,0.2);
		display: none;
		float: left;
		margin: 0;
		position: absolute;
		top: 40px;
		left: 0;
		width: 188px;
		z-index: 99999;
        text-align: left;
	}
	
	#site-navigation ul li:hover > ul {
	display: block;
}
}
@media screen and (min-width: 840px) {
	
	#site-navigation a {
		padding: 0 16px;
	}
}
/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 45px 0 0;
	min-height:400px;
}
.home #main {
    padding-top: 20px;
}
.page-title {
	color: #666;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
	clear:both;
}
.single .hentry {
	margin-bottom:0px;	
}
/*.hentry:last-child,
.no-results {
	border-bottom: none;
}*/
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family:'Droid Serif',Georgia;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 13px;
	line-height: 18px;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 1.625em 0 0;
	font-size:15px;
}

.entry-content h1 {
	color: #000;
	font-family: 'Droid Serif',Georgia;
    font-size: 28px;
    font-weight: normal;
}
.entry-content h2 {
	color: #69AFAD;
	font-family: 'Droid Serif',Georgia;
    font-size: 21px;
    font-weight: normal;
	margin-bottom:8px;
}
.page .entry-content h2 {
    color: #000;
    font-size: 25px;
    font-weight: normal;
    border-bottom: 1px solid #000;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
}
.entry-content h3 {
	font-family: 'Droid Serif',Georgia;
    font-size: 17px;
    font-weight: normal;
	margin-bottom:5px;
	color: #69AFAD;
}
.comment-content h1,
.comment-content h2,
.comment-content h3 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
    font-size: 16px;
    font-weight: normal;
}
@media screen and (max-width:640px) {
	.entry-content,
	.entry-summary {
		font-size:16px;
	}
	.entry-content h3 {
		font-size:18px;
	}
}


.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background-color: #ADE;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.8em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 12px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background-color: #0CC;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;/*97.5%;  Fluid images for posts, comments, and widgets */
}
.entry-content img {
	height:auto;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;  /*Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
@media screen and (max-width: 440px) {
	img.alignleft.size-full,
	img.alignright.size-full {
		float:none;
		display:block;
		margin:0px auto 15px;
	}
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #FFF;
	margin: 0px auto 1.625em;
	max-width: 96%;
	padding: 9px;
	border: 1px solid #EBEBEB;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
	text-align:center;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}
/* Author Info (New)*/
.author-photo {
	float:left;
	margin-bottom:0;
}
.author-bio {
	background-color:#f6f6f6;
	padding:20px;
	clear:both;
}
.author-bio p {
	margin-bottom:8px;
	color:#333;
	 font-size: 13px;
}
.author-title {
	color: #000;
    font-family: "Droid Serif",Georgia;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
	clear:none;
	line-height:normal;
}

/* Comments link */
.entry-header .comments-link {
	float:right;
	width: 45px;
}
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0 0px;
	position: absolute;
	top:-6px;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
	margin-bottom:-1px;
	display:block;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #9BDEDE;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding:  0.5em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 0.5em 0 0;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	right: 20px;
	position: absolute;
	left: auto;
	top: 10px;
}

/* = Home page
----------------------------------------------- */
.home-content-banner .button {
    display: none;
}
.home-hero-banner {
    background-color: #333;
    position: relative;
    padding-bottom: 100%;
    background-size: cover;
    background-position: left center;
    overflow: hidden;
}
.home-hero-banner .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}
.home-hero-banner .t {
    position: absolute;
    top: 50%;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    transform: translateY(-50%);
    padding: 10px;
}
.home-hero-banner h2,
.home-hero-banner h3 {
    font-size: 30px;
    line-height: 1.3;
    font-family: 'Droid Serif',Georgia;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    color: #FFF;
    font-weight: bold;
    max-width: 800px;
    margin: 0 auto 20px;
}
.home-hero-banner p {
    line-height: normal;
}
.home-hero-banner .button {
    padding: 10px 20px;
    color: #000;
    font-family: 'Droid Serif';
    font-size: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    display: inline-block;
    background-color: #FFF;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    padding: 5px 15px;
    border-radius: 3px;
}
.home-hero-banner .button:hover {
    text-decoration: none;
    color: #83D6D6;
}
@media screen and (min-width:600px){
    .home-hero-banner h2,
    .home-hero-banner h3 {
         font-size: 40px;
    }
    .home-hero-banner {
        padding-bottom: 60%;
    }
}
@media screen and (min-width:760px){
    .home-hero-banner {
        padding-bottom: 42%;
    }
    .home-hero-banner .t {
        padding: 10px 20px;
    }
    .home-hero-banner h2,
    .home-hero-banner h3 {
         font-size: 60px;
    }
    
}
@media screen and (min-width:900px){
    .home-hero-banner .t {
        padding: 10px 60px;
    }
}
#featured-post {
	max-width:960px;
	width:100%;
	height:300px;
	float:left;
	margin-bottom:15px;
	position:relative;
}
#featured-post .slide {
	max-width:960px;
	width:100%;
	height:300px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
#featured-post .slide {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
#featured-post .slide {
	opacity: 0;
	visibility: hidden;
}
#featured-post #slide-1 {
	opacity: 1;
	visibility: visible;
}
#featured-post .latest-box {
	height:290px;
	background-repeat:no-repeat;
	background-position:top right;
}
#featured-post .photo {
	float:right;
	width:50%;
	height:290px;
	overflow:hidden;
	padding:5px;
	text-align:center;	
	margin:0 0 -5px 0;
}
#featured-post .photo img {
	padding:5px;
	box-shadow:1px 1px 2px 1px rgba(0,0,0,0.3);
	max-width:100%;
}
#featured-post .photo img:hover {
	background-color:#C9A967;
}
#ie7 #featured-post .photo img,
#ie8 #featured-post .photo img {
	border:1px solid #ccc;
}
#featured-post .txt {
	position:absolute;
	top:0px;
	left:0px;
	padding-top:45px;
	float:left;
	width:42%;
	margin-left:5%;
	height:270px;
}
#featured-post h4 {
	color:#7FB5B4;
	font-size:20px;
	font-family: 'Droid Serif',Georgia;
	margin-bottom:0px;
}
#featured-post .entry-title {
	font-style:italic;
	font-weight:normal;
	line-height:normal;
	margin:0px 0px 8px;
	font-size:26px;
}
#featured-post p.sub-title {
	font-size:14px;
	color:#808080;
	margin-bottom:5px;
}
#featured-post p.sub-title span {
	font-weight:600;
	text-transform:uppercase;
}
#featured-post a.continue-link {
	font-family: 'Droid Serif',Georgia;
	font-style:italic;
	font-weight:normal;
	line-height:normal;
	color:#C9A967;
	font-size:16px;
}
/*The Nav*/
.slider-nav {
	overflow: visible;
	position: absolute;
	top:20px;
	left:5%;
	padding:0px;
	display:inline;
}
.slider-nav ul {
	list-style-type: none;
	margin: 0;
}
.slider-nav li {
	float: left;
	margin: 0 6px 0 0px;
	width:15px;
}
.slider-nav a {
	background: #CCC;
	display: block;
	width: 10px;
	height: 10px;
	line-height:10px;
	text-align:center;
	border-radius:5px;
}
.slider-nav a.active {
	background: #9BDEDE;
	cursor: default;
	opacity: 1;
}
.slider-nav .slide-prev,
.slider-nav .slide-next {
	cursor:pointer;
}
.slider-nav img {
	vertical-align:top;
	margin-top:-2px;
}

/*New slider*/
#notables-loop {
	position:relative;
	min-height:550px;
	overflow:hidden;
}
#notables-loop .slide {
	clear:both;
	position:absolute;
	top:0;
	left:0;
	background-color:#FFF;
	height:100%;
	width:100%;
	z-index:1;
}
@media screen and (max-width: 960px) {
	#notables-loop {
		min-height:520px;
	}
}
@media screen and (max-width: 760px) {
	#notables-loop {
		min-height:480px;
	}
}
@media screen and (max-width: 760px) {
	#notables-loop.mobile .slide {
		position:relative;
		height:auto;
	}
}

@media screen and (max-width: 600px) {
	#featured-post {
		height:270px;
	}

	#featured-post .slide {
   	 	height: 270px;
	}
	
	#featured-post h4 {
		font-size: 16px;
	}
	
	#featured-post .txt {
		width: 62%;
		margin-left:0;
	}	
	#featured-post .photo {
		width:30%;	
		padding-right:15px;
	}
	
	#featured-post .txt {
    	padding-top: 10px;
		height:270px;
	}
	#featured-post .entry-title {
		font-size: 19px;
		margin-bottom:6px;
	}
	#featured-post p.sub-title {
		font-size: 13px;
		line-height:16px;
		margin-bottom:6px;
	}
	
	.slider-nav {
		display:none;
	}
}
@media screen and (max-width: 440px) {
	
	
	#featured-post {
		height:360px;
	}

	#featured-post .slide {
   	 	height: 360px;
	
	}
	#featured-post .txt {
		width: 100%;
		margin-left:0;
		position:relative;
	}
	#featured-post .photo {
		width:90%;	
		padding-right:15px;
		float:none;
		height: 180px;
	}
	#featured-post .photo img {
		height:170px;
		width:auto;
	}
	.author-bio p {
		clear:both;
	}
	.author-photo {
		margin-right:10px;
	}
}
/* ----------------------------------------*/
#home-sidebar {
	width:225px;
	float:right;
	text-align:center;
}

.widget_categories .cat-item-1 {
	display: none;
}

ul.mentor-categories-menu,
.widget.widget_sub_categories ul,
.widget.widget_categories ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.mentor-categories-menu li,
.widget_sub_categories li,
.widget_categories li {
	margin-bottom:6px;
}
ul.mentor-categories-menu a,
.widget.widget_sub_categories a,
.widget_categories a {
	display:block;
	background-color:#9BDEDE;
	color:#000 !important;
	font-family: 'Droid Serif',Georgia;
	font-weight:normal;
	text-align:center;
	padding:8px 5px;
	letter-spacing:1px;
	font-size:12px;
	text-transform:uppercase;
}


ul.mentor-categories-menu a:hover,
.widget.widget_sub_categories a:hover,
.widget_categories a:hover {
	background-color: #C9A967;/*#71D0D0;*/
	text-decoration: none;
}

.greylink {
	border-top:2px solid #E6E6E6;
	display:block;
	text-align:center;
	color:#000;
	letter-spacing:0.1em;
	text-transform:uppercase;
	line-height:30px;
	font-family: 'Droid Serif',Georgia;
}
.greylink:hover,
.greylink:active {
	text-decoration:none;
	background-color: #9BDEDE;
}
.taglist {
	line-height:2em;
	height:75px;
	overflow:hidden;
}
.taglist a {
	margin:5px;
	color: #7FB5B4;
	text-transform:capitalize;
	white-space:nowrap;
	padding:1px 3px;
	line-height:1.5em;
}
.taglist a:hover {
	background-color:#E8F7F6;
	text-decoration:none;
}

.advertising {
	clear: both;
	background-color: #E9EEF8;
	padding: 50px;
	text-align: center;
	margin: 10px 0px;
	color:#999;
}
.category #content .advertising {
	margin:0px 0px 30px;
}

.pink-link {
	color:#C9A967;
	font-style:italic;
	font-family: 'Droid Serif',Georgia;
}
#latest-mentors {
	height:290px;
	margin-bottom:15px;
	margin-top:-8px;
}
.snippy {
	height:90px;
	clear:both;
	overflow:hidden;
	text-align:left;
}
.snippy .thumb {
	width:75px;
	height:75px;
	float:left;
	margin:0px 15px 10px 0px;
}
.snippy .thumb a {
	display:block;
	width:75px;
	height:75px;
	border:2px solid #333;
	background-color:#69AFAD;
}
.snippy .thumb a:hover {
	border:2px solid #69AFAD;
}
.snippy .thumb img{
	width:75px;
	height:75px;
}
.snippy h4 {
	font-family: 'Droid Serif',Georgia;
	clear:none;
	color:#69AFAD;
	font-size:16px;
}
.snippy a {
	color:#333;
}
/* New Home Features */
.home-group {
	padding-top:15px;
	/*margin-right:-20px;*/
	clear:both;
}
h3.group-title {
	text-align:center;
	font-family: 'Droid Serif',Georgia;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: normal;
    text-transform: uppercase;
    margin:15px 0 25px;
	background: 
		url(images/widget-title-bg.png) -1px 5px repeat-x,  	 /* On top,    like z-index: 1; */
		url(images/widget-title-bg-dot.png) left 5px  no-repeat,  /* On top,    like z-index: 3; */
		url(images/widget-title-bg-dot.png) right 5px  no-repeat  /* On top,    like z-index: 4; */;
	/*margin-right:20px;*/
	
}
#ie7 h3.group-title,
#ie8 h3.group-title {
	background-image:url(images/footer-line.png);
	background-repeat:no-repeat;
	background-position:center center;
}
h3.group-title span {
	background-color:#FFF;
	padding:2px 15px;
}
/*Home category menu*/
ul.home-topic-menu {
	list-style:none;
	margin:20px 0;
	padding:0;
	font-size:12px;
}
ul.home-topic-menu:after {
	clear:both;
	display:table;
	content:'';
}
.home-topic-menu li{
	width:50%;
	float:left;
	box-sizing:border-box;
	text-align:center;
	padding:10px;
	text-decoration: none;
	font-family: 'Droid Serif',Georgia,serif;
	letter-spacing:1px;
	text-transform:uppercase;
}
.home-topic-menu li a {
	color:#020202;
	transition:color 300ms;
}
.home-topic-menu li a:hover {
	text-decoration:none;
	color:#5fc1b5;
}
.home-topic-menu li img {
	width:100%;
	height:auto;
	display:block;
	margin:0 auto 5px;
	max-width:180px;
}
.home-topic-menu li.no-mobile {
	display:none;
}
@media screen and (min-width:400px) {
	.home-topic-menu li{
		width:33.333%;
	}
	.home-topic-menu li.fourth {
		clear:both;
	}
	.home-topic-menu li.no-mobile {
		display:block;
	}
}
@media screen and (min-width:800px) {
	.home-topic-menu li{
		width:16.6667%;
	}
	.home-topic-menu li img {
		max-width:90px;
	}
	.home-topic-menu li.fourth {
		clear:none;
	}
}

/*Home banner*/
.home-content-banner {
	background-image:url(images/aqua-texture.jpg);
	background-repeat:repeat-y;
    background-size: cover;
	padding:40px 20px;
	text-align:center;
	color:#FFF;
	margin-bottom:25px;
	clear:both;
	box-sizing:border-box;
}
.home-content-banner h1,
.home-content-banner h2,
.home-content-banner h3,
.home-content-banner p {
	color:#FFF;
	font-size:24px;
	max-width:800px;
	margin:0 auto;
}
@media screen and (max-width: 600px) {
	.home-content-banner h1,
	.home-content-banner h2,
	.home-content-banner h3,
	.home-content-banner p {
		font-size:16px;
	}
}
/*Rockstar women*/
.womanbox {
	width:22%;
	float:left;
	margin-right:4%;
	padding-bottom:5px;
	position:relative;
	text-align:center;
	margin-bottom:10px;
	box-sizing:border-box;
}
.womanbox.col-4 {
	margin-right:0;
}
.womanbox.fourth {
		clear:both;
	}

.postbox {
	width:17%;
	float:left;
	margin-right:3%;
	min-height:245px;
	padding-bottom:5px;
}
#ie7 .postbox {
	margin:0px 8px;
}

.postbox img,
.womanbox img {
	width:100%;
	height:auto;
	display:block;
	max-height:216px;
	box-sizing:border-box;
}

.postbox a,
.womanbox a {
	/*font-family: 'Droid Serif',Georgia;*/
    font-size: 14px;
	color:#4D4D4D;
	/*font-style:italic;*/
	line-height:normal;
	box-sizing:border-box;
	
}
.womanbox a.photo {
	position:relative;
	display:block;
	font-style:normal;
    text-transform : uppercase;
	padding-bottom:5px;
	font-weight : bold;
    font-size : 13px;
    color : #000000;
	box-sizing:border-box;
	padding:4px;
	background-color:#F2F2F2;
	margin-bottom:7px;
}
.postbox .photo {
	padding:4px;
	background-color:#F2F2F2;
	display:block;
}
.womanbox a span.name {
	display:block;
	position:absolute;
	bottom:18px;
	width:100%;
	text-align:center;
	box-sizing:border-box;
	padding:0  10px;
	left:0;
}
.womanbox a span.name span {	
	margin:0 auto;
	background-color:rgba(255,255,255,0.85);
	border-radius:3px;
	padding:5px 8px;
	display:inline-block;
	box-sizing:border-box;
	font-family: 'Droid Serif',Georgia;
}
.womanbox a.photo.extra {
	opacity:0.3;
}

.postbox a:hover,
.womanbox a:hover {
	color:#C9A967;
	text-decoration:none;
}
.womanbox a.photo:hover,
.postbox a:hover .photo {
	background-color:#C9A967;
}
.postbox a:hover img,
.womanbox a:hover img {
	border-color:#C9A967;	
}
.womanbox a.title {
	padding:0 5px;
}
.more-link {
	text-align:center;
	padding:20px 0 30px;	
  clear:both;
	
}
.more-link a {
	background-color:#9bdede;
	padding:10px 20px;
	color:#000;
	font-family : 'Droid Serif';
  font-size : 14px;
  letter-spacing : 0.7px;
  text-transform:uppercase;
}
.more-link a {
	background-color: #83D6D6;
	text-decoration: none;
}
.home-post-group {
	margin-right:-3%;
}
@media screen and (max-width: 780px) {
	h3.group-title {
		margin-right:0;
	}
	.home-group {
		margin-right:0;
	}
	/*#notables-loop {
		margin-right: -20px;
	}*/
}
@media screen and (max-width: 780px) {
	.postbox a img,
	.womanbox a img {
		max-height:400px;
	}
}
@media screen and (max-width: 600px) {

	.postbox {	width:30%;	}
	.womanbox {	width:47%; margin-right:1.5%; }
	
	.womanbox a.photo {
		padding:2px;
	}
	
	.womanbox.even {
		clear:both;
	}
	.womanbox.col-2 {
		margin-right:0;
	}
	
}
@media screen and (max-width: 440px) {
		.home-post-group {
		margin-right:-20px;
	}
	.postbox {	width:99%;	margin-right:0; }
	/*.womanbox {	width:90%;	margin-right:0;	}*/
	
	.womanbox a span.name {
		width:100%;
		bottom:7px;
		left:0px;
		font-size:12px;
	}
	.womanbox a span.name span {
		width:100%;
		padding-left:0;
		padding-right:0;
		border-radius:0;
		max-width:100%;
		display:block;
		
	}
	
}

.home-group:after {
	clear:both;
	display:table;
	content:'';
}

/* Big home boxes */
.box-homebox {
	text-align:left;
	float:left;
	margin-right:0;
	min-height:265px;
}

.box-homebox .txt {
	height:180px;
}
.box-homebox a img {
	opacity:0.9;
}
.box-homebox a:hover img {
	opacity:1;
}
#box-fourth.box-homebox {
	margin-right:0px;
	border-bottom:none;
	float:right;
}
.box-homebox p {
	text-align:left;
	font-size:13px;
	margin-bottom:10px;
}
.box-homebox label {
	font-size:12px;
	text-align:left;
}
.home label.wpmlcustomfield  {
	display:none !important;
}
.home .newsletters_submit {
	padding-top:1px;
}

.home .wpml form {
    display: block;
}
.wpmlwidget fieldset, .wpmlwidget .wpmlfieldholder, .widget_newsletters .newsletters-fieldholder, .widget_newsletters fieldset, .widget_newsletters .wpmlfieldholder {
    margin: 2px 0 !important;
}

.wpmlcaptcha img {
	float:left;
}
input#wpmlcaptcha_code {
	width:50px !important;
}
/*.home .wpml .newsletters_submit input.ui-button {
    background-color: #9BDEDE !important;
    border: 1px solid #9BDEDE;
    color: #000000;
    cursor: pointer;
    font-family: 'Droid Serif',Georgia;
    padding: 5px;
    text-transform: uppercase;
    width: 222px;
}*/
.box-homebox {
	width:32%;
}
.lovey {
	min-height:372px;
	/*background-color:#EBF8F8;*/
	margin-bottom:0px;
	text-align:center;
	padding:5px 15px 15px;
}
.lovey h3 {
	margin-top:0px;
	margin-bottom:20px;
	text-align:center;
	font-family: 'Droid Serif',Georgia;
	font-style:italic;
	font-size:24px;
	line-height:normal;
	padding:0px 10px 0px;
}
.lovey #homewidget img {
	border:5px solid #fff !important;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3)!important;
}
.lovephoto img:hover {
	border-color:#C9A967 !important;
}
/*.lovey p {
	text-align:center;
	padding:0px 40px 5px;
	 color: #333333;
    font-family: 'La Belle Aurore';
    font-size: 19px;
	line-height:22px;
	margin-top:10px;
}*/
.lovey a {
	color:#333;
}
.lovey .widget {
	margin:0px 0px 5px;
}
.home-group:after {
    clear: both;
    display: block;
    content: '';
}
.home-group .box-homebox {
	height:375px;
    overflow: hidden;
    padding-bottom: 3px;
}
#box-first .lovey {
    max-width: 330px;5
    margin: 0 auto;
}
.box-homebox h4 {
	font-family: 'Droid Serif',Georgia;
	font-style:normal;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:5px;
}
.box-homebox h4.sb {
	border-top:2px solid #ccc;
	padding-top:5px;
	margin-top:2px;
	
}
#box-second {
	margin-left:2%;
}
#box-second iframe {
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	background-color:#eee;
}
/*.chalkboard {
	background-image:url(images/chalkboard.jpg);
	background-color:#383C3F;
	padding:20px;
	color:#FFF;
	height: 290px;
	text-align:center;
	overflow:hidden;
}
.chalkboard h4 {
	text-transform:none;
	letter-spacing:normal;
	font-style:italic;
	margin-bottom:2px;
	font-size:15px;
	line-height:20px;
	color:#FFF;
	color:rgba(255,255,255,0.8);
}
.chalkboard p {
	margin-bottom: 22px;
	font-size: 13px;
	line-height: 17px;
	color: #DADADA;
	color:rgba(255,255,255,0.6);
}
.boutique {
	background-color:#5EC1C1;
	height:370px;
	color:#FFF;
}
.boutique p {
	margin:10px;
	text-align:center;
	font-size:16px;
}
.boutique a {
	font-weight:bold;
	color:#FFF;
	font-family: 'Droid Serif',Georgia;
	font-style:italic;
}*/
@media screen and (max-width: 840px) {
	.box-homebox {
		width:48%;
	}
	#box-fourth {
		clear:both;
		width:100%;
		float:none;
		padding-bottom:5px;
		padding-top:10px;
	}
}
@media screen and (max-width: 600px) {
	
	.lovey {
		padding-bottom:10px;
	}
	.home-group .box-homebox {
		width:100%;
		margin-right:0px;
		height:auto;
		margin-bottom:10px;
		float:none;
		clear:both;
		padding-top:1px;
		min-height:150px;
	}
	.home-group .lovey {
		height:auto;
		padding:5px 0;
	}
	.chalkboard {
		height:auto;
	}
	#box-second,
	.boutique {
		height:auto;
	}
	/*#box-second img {
    	float: right;
		height: auto;
		width: 50%;
		margin-left:10px;
	}*/
	.box-homebox .widget_newsletters input.wpmltext {
   		 max-width: 400px;
	}
}

.home-content {
	padding-bottom:20px;
}


/* = Mentor Menu
----------------------------------------------- */
.mentor-menu {
	margin-right:0;
	margin-top:-10px;
	margin-left:1.5%;
}
.mentor-menu .entry-content a,
.mentor-menu .entry-content .nolink {
	margin:0px;
	display:block;
	width:31.5%;
	height:auto;
	overflow:hidden;
	float:left;
	line-height:none;
	position:relative;
	max-width:100%;
	margin-right:1.5%;
	margin-bottom:1.5%;
}
.mentor-menu img {
	line-height:none;
	margin:0px;
	display:block;
}
.mentor-menu .entry-content a strong {
	display:block;	
	position:absolute;
	background-color:rgba(255,255,255,0.7);
	padding:3px 8px;
	bottom:0px;
	left:0px;
	line-height:20px;
	font-family: 'Droid Serif',Georgia;
	color:#333;
	font-weight:normal;
	letter-spacing:0.1em;
	font-size:12px;
	text-transform:uppercase;
}
.mentor-menu .entry-content a:hover strong {
	background-color:#FFF;
}
@media screen and (max-width: 599px) {
	.mentor-menu .entry-content a,
	.mentor-menu .entry-content .nolink {
		height: auto;
    	margin: 5px 4px;
    	width: 46%;
	}
}
@media screen and (max-width: 400px) {
	.mentor-menu .entry-content a,
	.mentor-menu .entry-content .nolink {
		float: none;
    	height: 175px;
    	margin: 5px auto;
   	 	width: 265px;
	}
}

/*New Topics Menu*/
.mentor-menu .topic-menu {
	margin:0;
	padding:10px 5px;
	
	
}
.mentor-menu .topic-menu li {
	display:inline-block;
	width:31%;
	margin:5px 1%;
	list-style:none;	
}
.mentor-menu .topic-menu li a {
	display: block;
	width: 100%;
	height: 200px;
	background-image: url(images/sparkle2.jpg);
	background-size: cover;
	color: #232323;
	text-align: center;
	box-sizing: border-box;
	padding: 50px 10px 10px;
	font-size: 42px;
	line-height:50px;
	font-family: 'wc_mano_negra_btaregular',serif;
}
.mentor-menu .topic-menu li a:hover,
.mentor-menu .topic-menu li a:active {
	color:#000;
	text-decoration:none;
}
@media screen and (max-width: 800px) {
	.mentor-menu .topic-menu li {
		display:inline-block;
		width:47%;
		margin:5px 1%;
		list-style:none;	
	}
}
@media screen and (max-width: 500px) {
	.mentor-menu .topic-menu li {
		display:inline-block;
		width:100%;
		margin:5px 0;
		list-style:none;	
	}
	.mentor-menu .topic-menu li a {
		height: auto;
		padding: 25px 10px 10px;
	}
}

/* = Speaker Boutique
---------------------------*/
.post-11399 .entry-title {
	font-size:15px;
}
.post-11399 .entry-content {
	padding-top:1px;
	
}
.post-11399 #comments-title {
	display:none;
}
.entry-content .headliner {
	font-size:28px;
	text-align:center;
	color:#000;
	padding-top:10px;
}
.box-speaker-promo {
	background-color:#5EC1C1;
	text-align:center;
	color:#FFF;	
	padding:20px 20px 5px;
    box-sizing: border-box;
    max-width: 689px;
    margin: -25px auto 20px;
}

.box-speaker-promo p {
	font-family : 'Droid Serif', serif;
  font-size : 18px;
  color:#FFF;	
}
.box-speaker-promo a {
	color:#FFF;
	background-color:rgba(255,255,255,0.10);
	border:2px solid #FFF;
	padding:5px 15px;
}
.boutique-speaker {
	clear:both;
	border-top:1px dotted #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
}
.boutique-speaker h2 strong {
    font-size: 1.3em;
}
.boutique-speaker:after {
	clear:both;
	display:table;
	content:'';
}
@media screen and (min-width: 600px) {
	.boutique-speaker img  {
		float:right;
		margin: 0 0 20px 20px;
        width: 200px;
        height: auto;
	}
    .boutique-speaker h3 {
        clear: none;
    }

	
}
/* = Recent interviews
---------------------------*/

.widget ul.recent-interviews {
	list-style:none;
	margin-bottom:10px;
	margin-left:0;
	padding-left:0;
}
ul.recent-interviews li {
	color:#666666;	
	border-bottom:1px dashed #CCCCCC;
	margin:0;
	padding:5px 0px;
}
ul.recent-interviews a {
	color:#666666;	
}
ul.recent-interviews a:hover {
	color:#000;
	text-decoration:none;
}
/* = Images
----------------------------------------------- */
.entry-content .photo {
	padding:5px;
	box-shadow:1px 1px 2px 1px rgba(0,0,0,0.3);
	background-color:#FFF;
}
.inline-content.photo {
	margin-bottom:15px;
}

/* = Category Header
----------------------------------------------- */
.cat-header {
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}

.mentor-cat {
	border-bottom:1px solid #ccc;
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
	margin-bottom:15px;
	padding:50px 260px 5px 35px;
	min-height:150px;
}
.category-desc {
	padding-bottom:10px;
}
.category-desc p{
	font-size:21px;
	color:#333;
	font-family:'La Belle Aurore';
	margin-bottom:5px;
	padding-right:80px;
	line-height:30px;
}

@media screen and (max-width: 800px) {
	.mentor-cat {
		padding:30px 200px 5px 30px;
		
	}
	.category-desc p{
		padding-right:0px;
	}
}
@media screen and (max-width: 600px) {
	.mentor-cat,
	.cat-header {
		padding:5px 10px;
		background-image:url(images/category-bg-blank.jpg) !important; 
		background-repeat:repeat-x;
		background-position:bottom;
		background-size:auto;
		min-height:30px;
		text-align:center;
		border-bottom:none;
	}
	.mentor-cat .entry-title,
	.cat-header {
		text-shadow:1px 1px 1px #FFF;
	}
	.category-desc p {
		padding-right:0;
	}
}

/* = Post Summaries
----------------------------------------------- */
.clearfix {
	clear:both;
}

.listy {
	margin-bottom:15px;
}
.listy .thumbnail {
	float:right;
	width:230px;
	padding-top:10px;
	text-align:right;
	
}


.listy .thumbnail img {
	line-height:none;
	padding:5px;
	background-color:#fff;
	box-shadow:1px 1px 3px 1px rgba(0,0,0,0.2);
	max-width:200px;
	height:auto;
	display: block;
	float: right;
	position: relative;
}
.listy .thumbnail a:hover img,
.listy .thumbnail a:active img {
	background-color:#C9A967;
}
.listy .entry-header {
	padding-left:0px;
	padding-right:60px;
	background-color:#FFF;
	background-image:url(images/underline-black.png);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#D4B268;
}

.listy .entry-header a {
	color:#000;
}
.listy .entry-title {
	font-weight:normal;
	font-size:21px;
	clear:none;
	line-height:normal;
	padding-bottom:8px;
}
.listy .entry-header a:hover,
.listy .entry-header a:active  {
	color:#C9A967;
}
.listy h2,
.listy h3,
.listy h4{
	clear:none;
}
.listy .entry-content {
	padding-top:5px;
	padding-left:0px;
	padding-right:60px;
}
.listy .sub {
    font-size:1.1em;
	color:#000;
	font-weight:normal;
	margin:2px 0;
}
.listy p {
	margin-top:5px;
}
.listy .entry-meta {
    clear: none;
	margin-bottom:15px;
}

@media screen and (max-width: 440px) {
	.listy .thumbnail {
		float:none;
		text-align:left;
	}
	.listy .entry-content {
		padding-right: 0px;
	}
}

/* Single Posts 
----------------------------------------------- */
.single-post .entry-header {
	text-align:center;
	padding-top:15px;
}
.single-post .entry-title {
	font-weight:normal;
	margin:0px 30px;
}
.single-post .entry-header .entry-meta {
   margin-bottom:15px;
   color:#69AFAD;
}
.single-post .entry-header .entry-meta a {
	 color:#69AFAD;
}
.single-post .entry-header img {
	vertical-align:middle;
	max-width:100%;
}
.entry-content iframe {
	margin:0px 10px;
	border:1px solid #ccc;
}
.hero {
	text-align:center;
	padding:15px 0px 20px;
}
.hero img {
	box-shadow:1px 1px 4px 2px rgba(0,0,0,0.3);
	margin-bottom:10px;
}
.hero .caption {
	clear:both;
	color:#999;
	font-size:12px;
}
.subheader {
	/*background-color:#9BDEDE;*/
	border-bottom:1px dotted #9BDEDE;
	color:#333;
	text-align:center;
	padding:5px;
	font-family: 'La Belle Aurore';
	font-size:21px;
}
.subheader span {
	/*font-weight:bold;
	text-transform:uppercase;*/
	color:#000;
	font-family: 'La Belle Aurore';
}
.subheader a {
	color:#333;
	text-decoration:underline;
	font-family: 'La Belle Aurore';
}
.subheader a:hover,
.subheader a:active {
	color:#000;
	text-decoration:none;
}
.question,
.response  {
	font-size:16px;
	font-family:'Droid Serif',Georgia;
}
.response {
	color:#C9A967;
}
.question{
	color:#9BDEDE;
}
.subscribe-link {
	clear:both;
	padding:5px 0px;
}
.subscribe-link img {
	float:left;
	margin-right:10px;
	margin-top:-20px;
}
.subscribe-link p {
	background-color:#F4EEE1;
	padding:8px 10px 5px;
	font-size:16px;
	color:#2F2F2F;
	line-height:30px;
	font-family: 'Droid Serif',Georgia;
	text-align:center;
}

.single-post .sharestory-block {
	padding:10px 0px;
}
.single-post .sharestory-block h4 {
	font-weight:bold;
	font-size:14px;
	font-family: 'Droid Serif',Georgia;
}

.single-post .tag-block {
	width:55%;
	float:left;
	margin-top:10px;
	clear:both;
}
.single-post .share-block {
	width:250px;
	float:right;
	margin-top:10px;
}
.single-post .tag-block h3,
.single-post .share-block h3 {
	background-color:#9BDEDE;
	color:#000;
	padding:4px 10px;
	font-size:14px;
	font-family:'Droid Serif',Georgia;
	font-weight:normal;
	margin-bottom:5px;
}
.single-post .tag-block p,
.single-post .share-block p {
	margin:0 10px 3px;
	font-size:13px;
}
.entry-meta a {
	color: #428EA8;
}

@media screen and (max-width: 920px) {
	.single-post .tag-block {
    float: none;
    width: 100%;
}
.single-post .share-block {
	width:100%;
	float:none;
	}
}

/* = About Page
----------------------------------------------- */
.page-id-12 .entry-header {
	display:none;
}
.page-id-12 .entry-content {
	padding-top:1px;
}
ul.statements {
	list-style:none;
	margin:10px -10px 20px 0px;
	padding:0px;
    text-align:center;
}
ul.statements:after {
    clear: both;
    display: block;
    content: '';
}
ul.statements li{
	/*display:block;
	text-align:center;

	padding:30px 1%;
	width:46%;
	height:110px;
*/
    display: inline-block;
    padding: 5px 10px;
    box-sizing: border-box;
	background-color:#9BDEDE;
	float:left;
	margin:0px 2% 10px 0px;
	font-family:'Droid Serif',Georgia;
	font-weight:normal;
	font-size:16px;
	overflow:hidden;
	color:#4D4D4D;
}
@media screen and (max-width: 440px) {
	ul.statements li{
		width:90%;
		margin:0px 0px 10px 0px;
	}
}
/* = Contact form 7
----------------------------------------------- */
#box-contact-info {
	width:400px;
	float:left;
}
div.wpcf7 {
	padding:0px !important;
}
.wpcf7-form {
	margin: 0px 0px 20px;
	border:none;
	padding:0 0 55px;
	width:100%;
	border-bottom:1px solid  #000;
}
.wpcf7-form p {
	margin:2px 0px 5px;
	clear:both;
	font-size:12px;
}
.wpcf7-form p label {
	width:110px;
	display:block;
	float:left;
	font-size:12px;
}

.wpcf7-form p.info {
	float:right;
	width:200px;
	font-style:italic;
	font-size:12px;
	line-height:1.4em;
	color:#B0B0B0;
}
.wpcf7-form p.pt {
	clear:left;
	width:220px;
}
.wpcf7-form p.mand {
	clear:left;
	width:120px;
	font-size:11px;
	float:left;
	font-style:italic;
	padding-top:5px;
}
.wpcf7-form p.sub {
	float:right;
	clear:none;
	height:35px;
}
.wpcf7-form h3 {
	padding:2px 5px;
	font-family: 'Droid Serif';
	background-image:url(images/underline-black.png);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#000;
	margin-bottom:10px;
	font-size:21px;
	background-color:#FFF;
}
.wpcf7-form select {
   border: 1px solid #DDDDDD;
   padding:4px;
}
.wpcf7-form select.subject {
   width:325px;
}
.wpcf7-form p input {
	max-width:400px;
}
.wpcf7-form h4 {
	margin-left:10px;
	margin-top:15px;
	font-weight:bold;
}
input.quizzy {
	width:30px;
	margin-left:3px;
}
input.wpcf7-submit {
	margin-top:6px;
	float:right;
	background-color:#69AFAD;
	text-align:right;
	border:none;
	color:#fff;
	text-transform:uppercase;
	margin-right:0px;
	padding:5px 15px;
	font-size:16px;
	cursor:pointer;
	font-family: 'Droid Serif';
}
input.wpcf7-submit:hover {
	background-color:#33cebb;
}
span.wpcf7-not-valid-tip {
	border: none;
	border-color: #FFECEC  !important;
	background-color: #FFECEC  !important;
	font-size: 10pt;
	left: 10%  !important;
	padding: 2px;
	position: absolute;
	top: 10%;
	width: 180px !important;
	z-index: 100;
}
div.wpcf7-validation-errors {
	border-color: #FFFFB0 !important;
	background-color: #FFFFB0;
	clear:both;
	width:65%;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #2BC2D6 !important;
background-color:#2BC2D6  !important;
clear:both;
color:#FFF;
width:65%;
}

/* =Video icon over posts
-------------------------------------------------------------- */
.has-video{
	position:relative;
}
.has-video img {
	display: block;
}
/*.vidphoto {
	position:relative;
	display: block;
}*/
.has-video a:before,
a.has-video:before{
    content: " "; /*\25B6*/
	position: absolute;
	color: rgba(255,255,255,0.5);
	font-size: 70px;
	top: 50%;
	left: 50%;
	margin: -45px 0 0 -45px;
	height: 90px;
	width: 90px;
	background-image:url(images/play-icon.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	text-align:center;
	opacity:0.8;
	z-index: 100;
	
}
.listy .has-video img:before {
	margin-left:-35px;
}
/* Platform promo
-------------------------------------------------------------- */
.platform-promo {
	background-color:#161616;
	padding:15px;
	color:#FFF;
	margin:1px 0 20px;
	text-align:center;
}
#platform-contact-btn {
	border:1px solid #FFF;
	padding:3px 8px;
	display:inline-block;
	cursor:pointer;
	font-family: 'Droid Serif';
	margin:0 auto;
}
#platform-contact-btn:hover {
	background-color:#3A3A3A;
}
.platform-promo h5 {
	margin:0 0 15px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.platform-promo  h4 { 
	font-family: 'Droid Serif'; 
	font-size:1.6em; 
	margin-bottom:5px;
}
.platform-promo p{
	margin:0 0 10px;
	
}
#platform-form {
	display:none;
	border-top: 1px dashed #CCC;
	padding-top:10px;
	margin-top:15px;
	
}
#platform-form .wpcf7-form {
	border:none;
	padding:0 0 5px;
	margin-bottom:0;
}
#platform-form .wpcf7-form p {
	font-style:italic;
	font-size:14px;
}
#platform-form label {
	display:inline;
	width:auto;
	margin-right:5px;
	float:none;
}
#platform-form input.wpcf7-submit {
	margin-top:1px;
	float:none;
	padding:1px 15px 2px;
}
#platform-form div.wpcf7-mail-sent-ok {
    border: none !important;
    background-color: transparent !important;
    clear: both;
    color: #FFF;
    width: auto;
}
/* =Aside (Removed)
----------------------------------------------- */


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery  (Removed)
----------------------------------------------- */
/* =Status  (Removed)
----------------------------------------------- */
/* =Quote  (Removed)
----------------------------------------------- */
/* =Image  (Removed)
----------------------------------------------- */

/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

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

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 0 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


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

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: none;
	min-height:20px;
}
#nav-single .nav-previous {
	padding-left: .5em;
	float:left;
	width:45%;
	text-align:left;
	
}
#nav-single .nav-next {
	padding-left: .5em;
	float:right;
	width:45%;
	text-align: right;
}
#content #nav-single a {
	color:#000;
	font-family: 'Droid Serif',Georgia;
    font-size: 14px;
	text-align:left;
	line-height:normal;
	font-style:italic;
	font-weight:normal;
}
#content #nav-single a span {
	color:#333;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 13px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: normal;
	text-transform: uppercase;
	background: 
		url(images/widget-title-bg.png) -1px center repeat-x,  	 /* On top,    like z-index: 1; */
		url(images/widget-title-bg-dot.png) top left no-repeat,  /* On top,    like z-index: 3; */
		url(images/widget-title-bg-dot.png) top right no-repeat  /* On top,    like z-index: 4; */;
	text-align:center;
	font-family:'Droid Serif',Georgia;
	margin-bottom:14px;
}

.widget-title span {
	background-color:#FFF;
	padding:0px 5px;
}
.widget ul {
	font-size: 15px;
	margin: 0 0 0 20px;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
/* Circle art Widget */
.widget .circle-art {
	background-image: url(images/gold-circle-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 155px;
	padding: 10px;
	line-height: normal;
	color:#000;
	font-size:18px;
	font-style:italic;
	font-family:'Droid Serif', serif;
	display:table;
	margin:0 auto;
	min-width:180px;
	
}
#secondary .widget .circle-art a {
	color:#000;
	display:table-cell;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
#secondary .widget .circle-art a:hover {
	color:#333;
	text-decoration:none;
}
.widget .circle-art h4 a:hover {
	text-decoration:none;
}
.widget .circle-art h4 {
	color:#fff;
	font-family:'Droid Serif', serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}
.widget .circle-art h4 span {
	font-size:14px;
}
a.pink-link {
	font-style:italic;
	text-decoration: none;
	color: #C9A967;
	font-family:'Droid Serif', serif;
	font-size:13px;	
}
a.pink-link:hover {
	/*color: #C13E58;*/
	color: #A9863D;
}
#text-3 {
	text-align:center;
}
/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget  (Removed) */
/* Twitter  (Removed)*/

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Archive*/
.widget_archive select {
	width:99%;
	border:1px solid #CCC;
}
/* Archive*/
.widget_archive select {
	width:99%;
}
/* Mailing List*/
#secondary .widget_newsletters {
	margin-bottom:10px;
}
.widget_newsletters input.wpmltext {
	width:99%;
	max-width:210px;
}
.box-homebox .widget_newsletters input.wpmltext {
	width:99%;
	max-width:260px;
}
.box-homebox .wpml .newsletters_submit input.ui-button {
	max-width:300px;
}
@media screen and (max-width: 480px) {
	.box-homebox .widget_newsletters input.wpmltext {
   		 max-width: 200px;
	}
}
/* FB widget */
#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/* Insta Widget */
.easy-instagram-thumbnail-wrapper a {
	display:block;
	margin:0 auto;
	padding:1px;
}
.easy-instagram-thumbnail-wrapper a img{
	background-color: #fff;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    padding: 5px;
	display:block;	
	margin:0 auto 3px;
}

.easy-instagram-thumbnail-wrapper a:hover img {
	background-color: #c9a967;
}
.easy-instagram-thumbnail-caption {
font-size: 13px;
font-weight: normal;
}
/* =Realted Posts
----------------------------------------------- */
.yarpp-related {
	clear:both;
}
.yarpp-related h3 {
    font-family: 'Droid Serif',Georgia;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: normal;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
	
		background: 
		url(images/widget-title-bg.png) 0px 4px repeat-x,  	 /* On top,    like z-index: 1; */
		url(images/widget-title-bg-dot.png) center left no-repeat,  /* On top,    like z-index: 3; */
		url(images/widget-title-bg-dot.png) center right no-repeat  /* On top,    like z-index: 4; */;
}

.yarpp-related h3 span {
    background-color: #FFFFFF;
    padding: 2px 15px;
}
a.yarpp-thumbnail {
    border: none !important;
    height: 240px !important;
    margin: 5px 5px 5px 0;
    vertical-align: top;
    width: 160px !important;
    color: #333333;
    font-family: 'Droid Serif',Georgia;
    font-size: 14px;
    font-style: italic;
    line-height: normal;
}
.yarpp-thumbnail img {
    border: 4px solid #F2F2F2;
	width:150px !important;
	height:150px !important;
}
/* =Comments
----------------------------------------------- */
#comments-title {
    /*color: #222222;
    font-family: 'Droid Serif',Georgia;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.5em;*/
	  margin-right: 0;
}
#disqus_thread {
	margin-bottom:20px;
}




/* Comment Form (Now Disqus)*/

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

#colophon {
	clear: both;
	max-width:100%;
}
#supplementary {
    margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 1em;
	overflow: hidden;
	font-size:12px;
	text-align:center;
	font-family:'Droid Serif',Georgia;
	margin-bottom:14px;
	background: 
		url(images/widget-title-bg.png) -1px top repeat-x,  	 /* On top,    like z-index: 1; */
		url(images/widget-title-bg-dot.png) top left no-repeat,  /* On top,    like z-index: 3; */
		url(images/widget-title-bg-dot.png) top right no-repeat  /* On top,    like z-index: 4; */;
	
}

/* Two Footer Widget Areas */
#supplementary .widget-area {
	text-align:center;
}
#supplementary .widget ul.menu {
	color:#666666;
	list-style:circle !important;
	margin-left:0 !important;
}
#supplementary .widget ul.menu li {
	display:inline;
	padding:2px 5px;
}
#supplementary .widget ul.menu li a {
	color:#666666;
	font-weight:normal;
	text-transform:uppercase;
	font-size:11px;
	white-space:nowrap;
}
#supplementary .widget {
	margin-bottom:1.5em;
}
/* Mini Footer Widget Areas */
#credits-and-copyright {
	padding-top: 5px;
	padding-bottom: 3em;
	text-align:center;
	font-size:11px;
	color:#555;
}
#credits-and-copyright a {
	color:#666;
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#site-navigation {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	

	/* Post author highlighting */

}