/*

Theme Name: Smart But Scattered Kids

Description: Theme for blog on Smart But Scattered Kids site.

Version: 1.0
*/
/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block;
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 15px;
}

body {
    margin: 0;
}

body,button,input,select,textarea {
    font-family: sans-serif;
}

a:focus {
    outline: thin dotted;
}

a:hover,a:active {
    outline: 0;
}

h1 {
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

pre,code,kbd,samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    *margin-left: -7px;
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,input {
    line-height: normal;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 	Normalize.css ends here
	Your wonderful and creative styles begin here */


/*******&
* Colors
*		Dark Grey: #7D7E80;
*  	Light grey: #E7E7E8;
*		Red: #CA1F30;
* 	Shadows: #333333;
*		Blue Nav: #1B6B85;
********/
html {
overflow-y:scroll;
}
* {
	  -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box; /* 2 */
		box-sizing: border-box;

}

body {
/* 	background-color: #7D7E80; */
	background-color: #d9d9d9;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height:1.5;
	color: #555555;
}
p {
/* 	line-height: 22px; */
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.highlight {
	background-color: #E7E7E8;
	width: 100%;
	padding: 2px 15px;
	margin: 0 auto;
	display: block;
}
div.highlight a {
	font-weight: bold;
}
div.highlight::after {
	clear:both;
}
img {
	border: none;
	outline: none;
}
a {
	text-decoration: none;
	color: #333333;
	line-height: normal;
}
a:hover {
	color: #CA1F30;
}
.home a,
a.review,
.specialAnnouncement a:not(.grey-button)
#splash a {
	color: #CA1F30;
}
button:hover,
a.review:hover,
.home a:hover {
	color: #1B6B85;
}


a.grey-button {
	display: inline-block;
	background: #E7E7E8;
	color: #CA1F30;
	padding: 8px 12px;
	margin: 0px 2px;
}
a.grey-button:hover {
	text-decoration: underline;
}
.centerWrap {
	width:1024px;
	margin: 0 auto;
}
h1, h2, h3, h4 {
	color: #CA1F30;
	letter-spacing: 1px;
}
h2 {
	font-size: 1.5em;
	padding:0;
	margin:0;
}
.primary blockquote {
	font-style: italic;
	padding: 0px 10px;
}
.primary blockquote p {
	position: relative;
	padding-left:15px;
	padding-bottom: 0px;
	margin-bottom: 0;
}
.primary .wrap-quote p:first-child::before {

	content:"\201C";
	font-size: 20px;
	color: #CECECE;
	position: absolute;
	top:0px;
	left: 0px;

}
.wrap-quote  p:last-child::after {
	content:"\201D";
	font-size: 20px;
	position: absolute;
	bottom: 0px;
	padding-left:10px;
	color: #CECECE;

}
.wrap-quote::after {
	content: " ";
	display: block;
	width: 300px;
	margin: 0 auto;
	border-bottom: 1px solid #CECECE;
	padding-top: 10px;
}

/**
	* List Styles
**/
.primary ul {
	list-style-type: disc;
	margin-left: 30px;
}
.primary ul li:before {
	margin: 5px 0px;
}


.primary h2 {
	font-size: 1.3em;
}
h2.book-title {
	color: #555555;
	font-style: italic;
	width: 90%;
	font-size: 1em !important;
}
h2.book-title span {
	font-style: normal;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	padding: 5px 0px;
	color: #1B6B85;

}
.primary h3 {
	clear:both;
	font-size: 1em;
	border-bottom: 1px solid #DDDDDD;
}
h2.bordered {
	border-bottom: 1px solid #DDDDDD;
}
.clear:after {
    clear: both;
}
.clear:before, .clear:after {
    content: "";
    display: table;
}
img.left {
	float: left;
	margin-right: 20px;
}
.shadow {
	box-shadow:5px 7px 8px #8F8F8F;
	-moz-box-shadow: 5px 7px 8px #8F8F8F;
	-webkit-box-shadow: 5px 7px 8px #8F8F8F;
	margin-bottom: 20px;
}
.smallShadow {
	box-shadow:1px 0px 1px #CDCDCD;
	-moz-box-shadow: 1px 0px 1px #CDCDCD;
	-webkit-box-shadow: 1px 0px 1px #CDCDCD;
}
.underline {
	text-decoration: underline;
}
.col-left {
	background: transparent url(images/bar-border.jpg) repeat-y scroll right top;
}
.no-border {
	background: none !important;
}
.grey {
	color: #333333 !important;
}
.fixed {
	position: fixed !important;
}

a.print-link,
.hCenter {
	margin-left: auto !important;
	margin-right: auto !important;
	display:block;
}
a.print-link {
	clear: both;
	margin-top: 10px;
	text-align: center;
}
a.print-link:before,
button:before {
	content: "<";
	color: #CA1F30;
	padding-right: 5px;
	font-weight: bold;
	font-size: 1.2em;
	}
a.print-link:after,
button:after {
	content: ">";
	color: #CA1F30;
	padding-left: 5px;
	font-weight: bold;
	font-size: 1.2em;
	}
a.print-link,
button {
	line-height: 2em;
	color: #CA1F30;
	font-weight: bold;
	border-radius: 5px;
	background-color: #EFEFEF;
	border: 1px solid #cccccc;
	cursor: pointer;
	display:block;
	margin-top: 20px;
}

/****
*  Properties across all pages
****/

#contentWrap {
	background-color: #FFFFFF;
	float: left;
	position: relative;
/*
	box-shadow: 4px 4px 8px rgba(0,0,0,0.82);
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-top: 60px;
*/
}
header#banner {
	float: left;
	width: 100%;
	position:relative;
	float:left;
}
header#banner h1 a {
	text-indent: -9999px;
	background: #FFFFFF url(images/smart-but-scattered-kids-logo.jpg) no-repeat scroll 0 0;
	width: 433px;
	height: 40px;
	display:block;
	margin-left: 40px;
	margin-top: 40px;
}
header#banner nav {
	display:block;
	float:left;
	position: relative;
	width:100%;
	margin-top: 30px;
	border-bottom: 8px solid #CA1F30;
}
header#banner nav ul {
	margin-left: 20px;
	margin-bottom:0;
	padding-bottom:0;
}
header#banner nav li {
	float:left;
	margin: 0;
}
header#banner nav li a {
	text-transform: capitalize;
	padding: 9px 30px;
	color: #1B6B85;
	font-weight: 400;
	font-size:1.1em;
	float:left;
}
header#banner nav li a:hover {
	background-color: #CCCCCC;
}
header#banner nav li.current-menu-item a,
header#banner nav li.current-page-ancestor a
 {
	background-color: #9E9FA2;
	color: #FFFFFF;
}

header#banner nav li:last-child {
	display:block;
	float:right;
	margin-right:0;
}
header#banner nav li:last-child a {
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 9px 40px 9px 60px;
	background: #9E9FA2 url(images/blog-left.jpg) no-repeat scroll left bottom;
}

ul#social {
	float:left;
	position:absolute;
	right: 20px;
	top: 12px;
}
ul#social li {
	float: left;
	margin-right:10px
}
#content {
	float: left;
	padding: 30px 0px;
	width: 100%;
	position: relative;
}


.home #content {
	min-height: inherit;
	padding: 20px;
}
div#mainContent {
	float: left;
	width: 770px;
	padding-left: 30px;
/* 	background: transparent url(images/bar-border.jpg) repeat-y scroll left top; */
  border-left: 1px solid #e6e6e6;
}
.home div#mainContent {
	background: none;
	width: 100% !important;
	padding-left: 0;
	border-left: none !important;
}

div.primary {
	width:500px;
	float:left;
	margin-right: 20px;
	min-height: 400px;
}
div.secondary,
div.secondary p {
	width: 200px;
	float: left;
}

div.primary {
	width: 700px;
	float:left;
	margin-right: 20px;
	min-height: 400px;
}
div.primary.three-col,
div.book-listing div.primary {
	width: 500px !important;
	margin-right: 20px;
}
/*****
* 	/Menu area
*****/
#sideBar {
	width: 250px;
	float: left;
	position: relative;
	padding: 10px 20px 15px 20px;
}

#sideBar ul {
	clear:both;
	width: 100%;
	float: left;
	display:block;
}
#sideBar ul li {
	width: 100%;
	float: left;
	display: block;
/* 	background: transparent url(images/separator.png) no-repeat 30px bottom; */
/* 	padding: 3px 0px; */
}
#sideBar ul li a {
	line-height: 1.4;
}
#sideBar ul.children {
	display: none;
}
#sideBar ul.children li a {
	padding-left: 10px;
	margin-left: 0;
}
#sideBar li.current_page_parent ul.children,
#sideBar li.current_page_item ul.children {
	display: block;
}
li.title,
#sideBar h3,
#sideBar a {
	clear:both;
	display:block;
	float: left;
	font-size: .95em;
	color: #333333;
	padding: 10px 10px 10px 5px;
	letter-spacing: .4px;
	line-height: 1.2;
	border-bottom: 1px solid #eee;
	width: 100%;
	-webkit-transition: all .7s ease;
  transition: all .7s ease;}
li.title,
#sideBar h3.current,
#sideBar a.current,
#sideBar li.current_page_item a,
#sideBar a:hover {
	color: #CA1F30;
}
#sideBar li.current_page_item a {
  color: #1B6B85;
}
#sideBar li a:hover {
	background-color: #eee;
}
#sideBar li.current_page_item > a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 5px;
}
li.title {
	font-weight: bold;
}
#sideBar ul ul li a {
	font-weight: normal;
	margin-left: 5px;
}
#sideBar li.active a {
	text-decoration: underline;
}
#sideBar ul.tabs {
	width: 100%;
}
#sideBar h3#aps {
	clear: both;
}

#signUp {
	float: left;
	padding: 10px 0px;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	margin: 65px 20px;
	padding-left:0;
	width: 170px;
/* 	background: #ffffff url(images/email.png) no-repeat scroll  0 0; */
}
#contact #signUp {
	margin-top: 20px;
}
#signUp a {
	padding: 0;
	line-height: 1.5;
	font-size: .9em;
	 width: 100%;
	 font-weight: bold
}

/******
* 	Home page properties
******/
#splash {
/*
	box-shadow: 0px 4px 10px -2px #A0A0A0;
	-moz-box-shadow: 0 4px 10px -2px #A0A0A0;
	-webkit-box-shadow: 0 4px 10px -2px #A0A0A0;
*/
	height: 224px;
	background-color: #E7E7E8;
	width: 100%;
	float:left;
}
#splash img {
	float: left;
	margin-right:20px;
}
#splash p {
	line-height: 1.9;
	width: 344px;
	float:left;
	margin: 20px 20px;
	font-size: 15px;
}
#splash .learn-more {
	margin-right:4 0px;
}

/*
* section below banner for special announcmebnts and things
* to highlight.
*/

.specialAnnouncement {
	clear: both;
	float: left;
	width: 100%;
	background-color: #efefef;
	padding: 20px;
	margin-bottom: 20px;
	border-left: 3px solid 	#1B6B85;

}
.leftBorderBox {
	display: block;
	padding: 5px 10px;
	background-color: none !important;
	margin: 5px 0px;
	border-left: 5px solid 	#1B6B85;
}
.leftBorderBox p {
	margin: 0!important;
}
.specialAnnouncement .grey-button {
	background-color: #CECECE;
}
.specialAnnouncement li {
	margin-top: 10px;
}
.specialAnnouncement a {
	color: inherit;
}


.specialAnnouncement a:not(.grey-button) {
	color: #CA1F30;
}

.specialAnnouncement a:hover:not(.grey-button) {
	color: #1B6B85;
	text-decoration: underline;
}

.home-tiles {
	float: left;
	font-size: 14px;
	box-sizing: border-box;
}

.entry-content {
	clear: both;
	float: left;
	margin-top: 40px;
}
.home-tiles h3 {
	font-size: 1.2rem;
	height: 3rem;
	line-height: 1.2;
}

/* make tiles 3 across */

.home-tiles li {
	width: 29%;
	float:left;
	padding: 10px 5px;
	position: relative;
	display: block;
	box-sizing: border-box;
	border-bottom: 1px solid #CECECE;
	height: 330px;
	margin: 0px 20px;
}
.home-tiles.col-two li {
	width: 45%;
}
.home-tiles.col-two li:nth-child(3) {
	/* 	background: transparent url(images/bar-border.jpg) repeat-y scroll right top;	 */
	clear: both;
}
.home-tiles.col-two li:nth-child(n+3) {
	border-bottom: none;
}
.home-tiles.col-three li:nth-child(4) {
/* 	background: transparent url(images/bar-border.jpg) repeat-y scroll right top;	 */
clear: both;
}
.home-tiles.col-three li:nth-child(n+4) {
	border-bottom: none;
}
.home-tiles li img {
	display: block;
	float: left;
	margin-right:15px;
	box-shadow:5px 7px 8px #8F8F8F;
	-moz-box-shadow: 5px 7px 8px #8F8F8F;
	-webkit-box-shadow: 5px 7px 8px #8F8F8F;
	margin-bottom: 20px;

}
.col-left {
	clear: both;
	width: 50%;
	float: left;
}
.col-right {
	float: left;
	width: 50%;
}

.homeCol a.order,
.homeCol a.learn-more {
	position: absolute;
	bottom:30px;
	right: 50px;
}

.home-post {
	clear: both;
	float: left;
	width: 100%;
	padding: 20px;
	background-color: #E7E7E8;
	background-color: #EFEFEF;
	box-sizing: border-box;
	border-bottom: 1px solid #ffffff;
}
.home-post h2 {
	float: left;
	margin-top: 10px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.home-post.blog ul,
.home-post > ul {
	list-style-type: square;
	float: left;
	width: 100%;
	padding-left: 50px;
	padding-right: 70px;
}

.home-post ul ul li {
	margin: 10px 0px;
}
.home-post.blog li,
.home-post > ul > li {
	padding: 10px 50px 10px 10px;
	border-bottom: 1px solid #CECECE;
	float: left;
	clear: both;
	position: relative;
	margin-left: 20px;
}
.home-post ul li:last-child {
	border-bottom: none;
}
.home-post.blog {
		background-color: #E7E7E8;
}

.home-post.blog ul li:hover {
	background-color: #FFFFFF;
}
.home-post.blog ul li a {
	color: inherit;
}
.announcements p {
		padding: 0;
		margin-bottom: 0;
}
.announcements li {
	width: 100%;
}
.announcements li p:first-child {
	margin-top: 0;
}
/*****
*  Main Footer Properties
*****/
#mainFooter {
	clear:both;
	float:left;
	width: 100%;
}
#mainFooter p {
	font-size: .8em;
	margin-left: 20px;
	margin-top: 7px;
	color: #000000;
}
/*****
* Book Listing Properties
*****/
div.book-listing {
	float: left;
	padding: 10px;
	border-top: 2px solid #CA1F30;
	margin-bottom: 0px;
	padding-top: 20px;
	width: 100%;
}

div.book-listing div.secondary {
	width: 180px !important;
}
div.book-listing div.secondary p {
	margin: 0;
}
.book-listing .secondary img {
	box-shadow:5px 7px 8px #8F8F8F;
	-moz-box-shadow: 5px 7px 8px #8F8F8F;
	-webkit-box-shadow: 5px 7px 8px #8F8F8F;
	margin-bottom: 20px;
}

.book-listing ul {
	list-style-type: disc;
	margin-left: 30px;
}
.book-listing ul li {
	margin-top: 10px;
}

.book-listing h2 span {
	display: block;
}
div.new-book {
	background: transparent url(images/new-book.jpg) no-repeat scroll right 0px;
}
p.author {
	font-size: .95em;
	line-height:1.4;
}
p.author span {
	font-size: .8em;
	display:block;
}
a.review {
	float: left;
	line-height: 27px;
	padding-right: 35px;
	margin-bottom: 7px;
	width: 150px;
	outline: none;
}
a.review.trigger.active {
	background: #FFFFFF url(images/up-arrow.jpg) no-repeat scroll right center;
}
a.review.trigger {
	background: #FFFFFF url(images/down-arrow.jpg) no-repeat scroll right center;
}
.toggle_container {
	display: none;
	float: left;
	clear: both;
	padding: 10px;
	margin-top: 10px;
	background-color:  #ECECEC;
}
.books span.orderIt {
	display:block;
	line-height: 38px;
	padding-right: 0;
}
.books a.order,
.books a.review {
	display: block;
	width: 155px;
	background: #CECECE;
	background-image: none;
	border-radius: 5px;
	margin-bottom: 5px;
	line-height: normal;
	padding: 10px 28px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}
.books a.order:hover,
.books a.review:hover {
	text-decoration: underline;
}
.books a.order:hover::after,
.books a.review:hover::after {
	color: #1B6B85;
}
.books a.review::after,
.books a.order::after {
	content: "\f138";
	content: "\f054";
	font-family: fontawesome;
	display: inline-block;
	padding: 0px 6px 0px 0px;
	color: #CA1F30;
	position: absolute;
	right: 8px;
	font-size: 15px;
}


div.order p {
	clear: both;
}
div.order span.orderIt {
	font-weight: bold;
	font-size: 12px;
}
div#randominder {
	clear: both;
}
/****
* Contact page
****/
#contact .primary a {
	display: block;
	margin: 10px 0px;
}
#contact img {
	float: left;
}
ul.emailUs {
	clear:both;
	list-style-type: disc;
}
ul.emailUs li {
	margin-left: 20px;

}
ul.emailUs li a{
	display:block;
}
/****
* Coaches page
****/

.coach-listing {
	border-bottom: 1px solid #CECECE;
	float: left;
	width: 75%;
	display: block;
	padding: 15px 0px;
}
.coach-info {
	padding-left: 15px;
}
.coach-listing p {
	margin: 3px 0px;
	padding: 0px;
	display: block;
}
.coach-name {
	font-size: 1.2rem;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.coach-listing p span {
	width: 100px;
	display: inline-block;
	padding-left: 5px;
	margin-right: 5px;
	font-weight: bold;
}
/****
* Media page
****/
#media div.primary {
	width: 550px;
}
div.endorse {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	border-top: 1px solid #CECECE;
	padding: 10px 0px;
}
div.endorse h3 {
	margin: 0;
	color: #555555;
	width: 450px;
	float: left;
	display:inline;
	line-height: 18px;
	padding:0;
	border-bottom: none;
}

div.endorse blockquote {
	width: 500px;
	border-top: 1px solid #EFEFEF;
	float:left;
}
div.endorse p.author {
	font-size: .85em;
	margin-left:30px;
}
div.endorse a.review {
	float:left;
	margin-bottom:0px;
}
div.endorse h4 {
	float:left;
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}
div.endorse .learn-more {
	float:left;
	margin-left:40px;
}
body.audio .primary ul,
ul.mediaList {
	list-style-type: disc;
	margin-left:20px;
}
body.audio .primary ul li,
ul.mediaList li {
	padding:5px 0px;
}
body.audio .primary ul li a,
ul.mediaList li a {
	display:block;
	text-decoration: underline;
}
div.video {
	float:left;
	clear:both;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 5px;
}
div.video img {
	float:left;
	overflow: hidden;
	margin-right: 30px;
	margin-bottom: 15px;
}
div.video h3 {
	padding-top: 0;
	margin-top: 0;
}
/****
* Events page
****/
.primary.event-listing {
	width: 700px !important;
}
.eventSubtitle {
	color: #CA1F30;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8em;
}
.event-listing h3 {
	clear:both;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 20px;
	background-color: #efefef;
	margin-top: 15px;
	display: block;
	width: 100%;
	float: left;
}
.event-listing ul{
	float:left;
	margin-left: 20px;
}
.speaking-workshops .event-listing ul li {
	margin: 5px;
	float:left;
	border-bottom: 1px dotted #CECECE;
	padding-bottom: 10px;
	line-height: 1.7;
	width:100%;
}
.speaking-workshops .event-listing ul li:last-child {
	border-bottom: none;
}
div.workshops {
	padding-left: 40px;
}

span.title {
	text-decoration: underline;
	display: block;
	font-weight: bold;
	width: 500px;
	letter-spacing: 1px;
}
span.date {
	background-color: #EAEAEA;
	border-left: 2px solid #CA1F30;
	padding: 0px 10px;
	padding: 5px;
	letter-spacing: 1px;
	display: block;
	margin: 8px 0px;
	clear: both;
}
span.date .label {
	font-weight: bold;
}

span.other {
	float: left;
	clear: both;
}
span.speaker {
	display: block;
	float: left;
	clear: both;
	text-transform: capitalize;
}
.speaking-workshops a.order {
	float:right;
	margin-right: 10px;
	font-size: 11px;
}

.stickem-container {
	position: relative;
	float: left;
}
ul.terms li {
	padding: 5px 10px 5px 15px;
}
ul.terms li span {
	margin-left: -15px !important;
	display: block;
	font-weight: bold;
}
@media print {
}

h2.widgettitle {
}
div.pagination {
	clear:both;
	float: left;
}
div.pagination span a{
	display:block;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #CA1F30;
	margin-top: 10px;
	margin-right: 50px;
}
span.next a {
	float: right;
}
span.prev a {
	float: left;
}
div.blogEntry {
	float: left;
	padding: 10px 30px;
	border-bottom: 3px solid #CA1F30;
	width: 100%;
	margin-bottom: 20px;
}
div.blogEntry ul,
div.blogEntry ol {
	list-style-type: inherit;
}
div.blogEntry ul li,
div.blogEntry ol li {
	margin-left: 20px;
	padding: 5px 0px;
}

#searchform {
	position: relative;
	float:left;
}
#searchform label {
	padding-left: 30px;
}
#searchform input#s {
	float: left;
	border-radius: 3px 3px 3px 3px;
	font-size: 13px;
	padding: 7px 0px 7px 7px;
	background-color: #F2F2F2;
	width: 180px;
	margin-left:10px;
	border:none;
}
#searchform input#searchsubmit {
  background-color: #9E9FA2;
  background: transparent url(images/searchButton.png) no-repeat scroll 0 0;
  position: absolute;
  right: 12px;
  bottom: 0px;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  text-transform: capitalize; /* to make text-indent work in ie7 */
  border: 0;
  cursor: pointer;
}
div.post-title {
	border-bottom: 1px dotted #CCCCCC;
}
div.post-title h2 {
	font-size: 1.3em;
	font-style: italic;
	width: 400px;
	text-align: left;
	color: #666666;
}
a.moreBlog {
	display: block;
	max-width: 300px;
	margin: 7px 0px;
}
a.moreBlog em{
	color: #666666;
}
#sidebar {
	float:left;
	width: 180px;
	padding-left: 20px;
}
#sidebar ul {
	width:100%;
}
#sidebar ul li {
	width: auto;
	display:block;
}
#sidebar ul li a {
	padding:0;
	width: 170px;
}
#sideBar hr {
	clear:both;
	margin: 10px;
}
.left-content {
	display: block;
	float: left;
	margin: 10px 0px;
	padding: 5px;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}
.left-content p {
	margin: 5px 0px;
	float: left;
}
/*****
* these can appear anywhere! and are duplicated in editor-style
******/
a.review,
a.learn-more,
a.order {
	clear:both;
	font-size: 13px;
	position: relative;
	font-weight: bold;
	letter-spacing: 1px;
	color: #CA1F30;
}
a.learn-more:hover,
a.order:hover {
	color: #1B6B85;
}
a.learn-more {
	float: right;
	padding-right:3px;
	padding-left:3px;
}
a.learn-more:before,
.tag:before {
	content: url(images/left-more.png);
	padding-right:4px;
	position: absolute;
	left: -1em;
	top: 0em;
}
a.learn-more:after,
.tag:after {
	content: url(images/right-more.png);
	padding-left: 5px;
	position: absolute;
	top: 0em;
	right: -1em;
}
a.order {
	width: 112px;
	height: 38px;
	display:block;
	text-align: center;
	background: #FFFFFF url(images/order-button.jpg) no-repeat scroll center center;
	line-height: 38px;
}

.home a.order {
	float:right;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}


ul.square,
ul.arrow {
	margin-left: 20px;
	list-style-type: none !important;
}

ul.square li,
ul.arrow li {
	position: relative;
	padding-left: 15px;
	margin: 10px 0px;
	clear: both;
	float: left;
}
ul.arrow li::before {
	font-family: FontAwesome;
	content: "\f105";
	font-size: .8em;
	margin-top: 3px;
	color: #1B6B85;
	position: absolute;
	left: -4px;
}
ul.square li:before {
	font-family: FontAwesome;
	content: "\f45c";
	color: #1B6B85;
	font-size: .5em;
	margin-top: 6px;
	position: absolute;
	left: -4px;
}
a.view-more {
	color: inherit;
	display: inline-block;
	position: relative;
	padding: 10px 0px 10px 30px;
}
a.view-more::before {
    content: "\f138";
    font-family: fontawesome;
		display: inline-block;
		padding: 0px 6px 0px 0px;
		color: #CA1F30;
		position: absolute;
		left: 10px;
	}
a.view-more:hover::before {
		opacity: .7;
}
/************************************************************************************
*			toggle/slider styles
************************************************************************************/
h3.trigger {
	cursor: pointer;
	padding: 10px 45px 10px 20px !important;
	background: #CECECE url(images/down-arrow.jpg) no-repeat scroll 99% center;
	box-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.25);
	margin-bottom: 0;
	margin-top: 2px;
}
h3.trigger:hover {
	color: #CA1F30;
	background-color: #E7E7E7;
}
h3.trigger:first-child {
	margin-top: 10px;
}
h3.trigger.active {
	background-image: url(images/up-arrow.jpg);
	color: #CA1F30;
}
.toggle_container {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 20px;
	border-bottom: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}

.videos .wp-video {
	max-width: 500px;
}
