/*
Theme Name: Mel Robbins
Theme URI: http://strikeinteractive.com/
Description: Mel Robbins Website Theme.
Version: 1
Author: Strike Interactive
Author URI: http://strikeinteractive.com/

	Based on Kubrick v1.5
	http://binarybonsai.com/kubrick/
*/

h1, h2, h3, h4 {
	font-family: "Lucida Sans", "Lucida", Verdana, Helvetica, Arial, sans-serif;
}

h1 a, h2 a, h3 a, h4 a {
	color: #706570 !important;
	text-decoration: none !important;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #979797 !important;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

/* style size override */

h1 {
	margin: 0;
	font-size: 1.6666666666666667em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
}

h2 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em;
}

h3 {
	margin: 0;
	font-size: 1.3333333333333333em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}

h4 {
	margin: 0;
	font-size: 1.1666666666666667em;
	line-height: 1.2857142857142858em;
	margin-bottom: 1.2857142857142858em;
	font-weight: normal;
}

p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

p.small {
	margin: 0;
	font-size: 0.8333333333333334em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}
/* end style size override */

.for_print {
	display: none;
}

.clear {
	clear: both;
}

.narrowcolumn .entry {
	line-height: 1.6em;
}

p {
	margin: 1em 0;
}

a {
	color: #727272;
	text-decoration: none;
}

a:hover {
	color: #727272;
	text-decoration: underline;
}

a img {
	border: none;
}

#content .post a,
#content .page a {
	text-decoration: underline;
	color: #777;
}

#content .post a:hover,
#content .page a:hover {
	text-decoration: underline;
	color: #AAA;
}


cite {
	text-decoration: none;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* End Typography & Colors */

.post hr {
	display: block;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.postmetadata {
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: square;
	padding-left: 10px;
/* 	text-indent: -10px; */
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

/* End Entry Lists */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid white;
	font-size: 1.2em;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* content */

.single .entry {
	padding-bottom: 20px;
}

#content .heading {
	padding-bottom: 10px;
	height: auto;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}

#content .post.maincontent,
#content .page.maincontent {
	text-align: left;
}

#content .secondary-posts {
	margin-top: 36px;
	background-image: url(images/vertical_dots.gif);
	background-repeat: repeat-y;
	background-position: 264px 0;
	height: auto;
	overflow: hidden;
	width: inherit;
}

#content .post.secondary {
	width: 250px;
	position: relative;
	float: left;
	padding-right: 38px;
}

#content .post.secondary.last {
	padding-right: 0px;
}

#content .post.maincontent.secondary h1 {
	margin-top: 0;
	padding-top: 10px;
	font-size: 1.8em;
}

#content .post.secondary a:hover h1 {
	text-decoration: underline !important;
}


#content .post .post-image,
#content .page .post-image  {
	position: relative;
	float: left;
	padding: 0 15px 10px 0;
}

#content .post .post-date {
	margin: 0 0 0.5em 0;
}

#content .post .post-thumbnail,
#content .page .post-thumbnail {
	position: relative;
	float: left;
	width: 88px;
	margin: 1em 15px 1em 0;
}

#content .post .post-thumbnail a,
#content .page .post-thumbnail a {
	display: block;
}

#content .post .post-thumbnail img,
#content .page .post-thumbnail a {
	padding: 4px;
	border: 1px solid #ccc;
	max-height: 80px;
	max-width: 80px;
}

#content .post h1,
#content .page h1 {
	color: #706570;
	font-size: 2.6em;
	line-height: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
}

#content .post.maincontent h1,
#content .page.maincontent h1 {
	padding-top: 0;
	margin-bottom: 0;
}

#content h1.podcast {
	padding-left: 20px;
	background-image: url(images/icon_headphones.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	min-height: 16px;
}

#content a.audio {
	padding-left: 20px;
	background-image: url(images/icon_headphones.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	min-height: 16px;
	display: block;
}

/*
#content .post.maincontent h1.has-image,
#content .page.maincontent h1.has-image {
	padding-top: 45px;
}
*/

#content .post .post-meta {
	font-size: 0.9em;
	color: #666;
	margin-bottom: 8px;
}

#content .post .post-meta a {
	text-decoration: underline;
	color: #666;
}

#content .post .post-meta a:hover {
	color: #003768;
}

.page #content .share-options {
	/* sharing for content at the top of archives */
	padding-bottom: 10px;
	position: relative;
	float: left;
	padding-left: 15px;
}

#content .share-options .share-this {
	position: relative;
	float: left;
}

#content .share-options span.divider {
	position: relative;
	float: left;
	display: block;
}

#content .share-options .share-fb,
#content .share-options .fb_share_link {
	display: block;
	position: relative;
	float: left;
}

#content em {
	font-family: Georgia, "Times New Roman", Times, sans-serif;
}

#content .post .post_image {
	margin-left: -20px;
}

#content .post h2,
#content .page h2 {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.4em;
}

#content .post h3, 
#content .page h3 {
	font-size: 1.1em;
	text-align: left;
	margin-top: 1em;
	font-weight: bold;
	color: #002648;
	text-transform: uppercase;
}


ul.no_bullets {
	list-style-type: none !important;
}

.event_date {
	font-size: 0.9em;
	color: #006ab6;
}

.event_date_detail {
	color: #006ab6;
}

a.view_all {
	display: block;
	clear: both;
	padding-top: 5px;
}

/* ARCHIVES, SEARCH RESULTS */

#content .list_wrap {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 10px;
	text-align: left;
}

#content .list_wrap .post,
#content .list_wrap .page {
	margin-bottom: 27px;
	clear: both;
	height: auto;
	overflow: hidden;
}

#content .list_wrap h1 {
	font-size: 1.8em;
	color: #706570;
	text-transform: uppercase;
	margin-bottom: 0;
}

#content a.read-more {
	color: #3e3e3e;
	/*
padding-right: 14px;
	background-image: url(images/more_arrow.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
*/
	text-decoration: none;
}

#content a.read-more:hover {
	text-decoration: underline;
}


#content .list_wrap .entry p {
	margin-bottom: 3px;
}

#content p.related {
	margin: 0;
	clear: both;
	padding: 3px 0;
}

#content p.related span {
	background-color: #f0f0f0;
	font-weight: bold;
	color: #666;
	padding: 3px;
	margin-right: 10px;
	font-size: 9px;
	text-transform: uppercase;
}

#content .page ul,
#content .post ul {
	list-style: disc;
	padding: 0 0 1em 30px;
}

.page li,
.post li  {
	padding: 0.5em 0;
}

/* END ARCHIVES */

/* END SEARCH RESULTS */

/* NAVIGATION & PAGING */
.pagenavi, 
.wp-pagenavi {
	height: auto !important;
	min-height: 30px;
	height: 30px;
	position: relative;
	float: left;
	clear: both;
	width: 100% !important;
	width: inherit;
	padding: 3px 0;
	*margin-top: 5px;
}

#content .pagenavi *,
#content .wp-pagenavi * {
	border-color: white;
}

#content .wp-pagenavi span.current,
#content .wp-pagenavi a {
	border-color: white transparent;
	background-color: white transparent !important;
}

#content .wp-pagenavi a {
	color: #777 !important;
}

#content .wp-pagenavi a:hover {
	color: #AAA !important;
}

#content .wp-pagenavi span.current {
	color: #706570 !important;
}

#content .wp-pagenavi span.extend {
	border-color: white;
}

#content .wp-pagenavi a:hover {
/* 	border-color: #00aeef !important; */
	background-color: white !important;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
/* 	border-top: 1px solid #dadada; */
	padding-top: 10px;
}

#content.archive .navigation {
	border: none;
}

/* END NAVIGATION & PAGING */

#content .wpa_container span.wpa_text {
	font-size: 12px;
}
#content .wpa_container img.wpa_play {
	float: left;
	vertical-align: text-bottom;
	position: relative;
}

#content .wpa_container div.wpa_bar {
	margin-top: 4px;
	margin-bottom: 4px;
}

#content .wpa_container a {
	color: #003C7E;
	text-decoration:none;
}

#content .wpa_container a:hover {
	color: #0056b4;
	text-decoration:none;
}

#content .list_wrap .show-comments {
	margin: 3px 0 5px 0;
}

#content .list_wrap .show-comments a {
	padding-left: 20px;
	background-image: url(images/comments.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	text-decoration: none;
}

#content .list_wrap .show-comments a:hover {
	text-decoration: underline;
}