/*
Theme Name: Corey Robin
Theme URI:
Description: WordPress theme for author Corey Robin
Author: Remeike Forbes
Author URI: www.positionstudios.com
Version: 0.1
Tags: position

This theme is property of Corey Robin and is not available for public use.

*/

/*** GLOBAL : GENERAL STYLE DEFAULTS ***/
html
{
	margin: 0;
	padding: 0;
	height: 100%;
}
body
{

	/* background: #F8F8FF; */
	background-color: rgb(255,255,255);
	margin: 0;
	padding: 0;
	top: 0;
	height: 100%;
}

body, input, textarea
{
	color: #222;
	font-family: Helvetica, sans-serif;
	line-height: 1.6;
}

#wrapper {
	height: 100%;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	clear: both;
}



hr
{
	border: none;
	width: 24%;
	border-top: 2px solid black;
	margin-top: 3em;
	margin-bottom: 2em;
}
pre
{
	font: 11px Monaco, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
code
{
	font: 11px Monaco, monospace;
}

iframe {
	width: 99.5%;
	margin-bottom: 20px;
	max-width: 720px;
}

blockquote {
	background-color: #FFEEE2;
	margin-left: 0;
	margin-right: 0;
	padding: 20px 30px 10px 30px;
}


blockquote p {
	font-family: Georgia;
	font-weight: normal;
	line-height: 1.6em;
	font-size: 17px;
	color: #000000;
}


blockquote blockquote p{
	padding-left: 25px;
	border-left: 1px dotted #000000;
}



p {
	margin: 4px 0 1.3em 0;
	font-family: Georgia, serif;
	font-size: 17px;
	line-height: 1.7em;
	}
a

{
	color: #000000;
}

p a
{
	color: #000000;
}

p a:hover {
	background-color: yellow;
/*	text-decoration: none;*/
}


a:hover
{
	color: #000000;
	background-color: #FFEEE2;
}


a:visited
{
	color: #000000;
}


/* Media Alignment */
	.alignright {
		/* Style for right-aligned images in posts */
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
		max-width: 49%;
		height: auto;
		margin-right: 0;
		}

	.alignleft {
		/* Style for left-aligned images in posts */
		float: left;
		margin-right: 30px;
		margin-bottom: 20px;
		max-width: 49%;
		height: auto;
		}

	.aligncenter {
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 98%;
		height: auto;
		display: block;
		}


.wp-caption
{
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 25px;
	margin-right: 0;
	height: auto;
}



.alignnone {
	max-width: 100%;
	height: auto;
}

.alignnone img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.wp-caption.alignnone {
	max-width: 96%;
}

.wp-caption.aligncenter {
	max-width: 96%;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignright {
	margin-right: 8px;
}

.wp-caption.alignleft {
	margin-right: 30px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	margin-right: 0;
	padding-right: 0;
}



img {
	border: 4px solid #000000;
	margin-top: 10px;
}


p.wp-caption-text {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0;
	padding: 3px 0 2px 0;
	margin-bottom: 3px;
	line-height: 1.4em;
	letter-spacing: .02em;
	width: 100%;
	background-color: #000000;
	border: 4px solid #000000;
}
.wp-caption-text a {
	color: #FFEEE2;
}

.wp-caption-text a:hover {
	color: #000000;
}


/*** PAGE LAYOUT ***/

/* Styles that affect the entire layout of the page */
div#main {
	height: 100%;
}

div#container
{
	min-width: 425px;
	width: 48%;
	margin-right: 5%;
	height: 100%;
	vertical-align: top;
	position: absolute;
	display: inline-block;
	right:0;
}

div#container.single-container {
	margin-right: 20%;
}

div#container.easy-read, .article-header.easy-read {
	margin-right: 5%;
}

.standard-timeline {
	display: none;
}

del {
	color: #000000;
	}

del a {
	color: #000000;
}


/*** HEADER : MENU ***/

#header {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 175px;
	width: 15%;
	background-color: #FFEEE2;
	height: 20000%;
}

#banner {
	background-image: url(img/banner_01.png);
	background-repeat: no-repeat;
}

#banner:hover {
	background-image: url(img/banner_01_hov.png);
	background-repeat: no-repeat;
}

#masthead {
	padding: 0 13% 0 12%;
}


#masthead h1 {
	font-weight: bold;
	font-size: 48px;
	letter-spacing: -1px;
	line-height: 1em;
	color: #000000;
	margin-top: 0;
	padding-top: 90px;
}

#masthead #banner a:hover {
	text-decoration: none;
}

/* To see a menu in your header, you'll need to first add one in WordPress Admin */
#masthead ul
{

	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 25px;
}

#masthead li
{
	list-style: none;
	margin-bottom: 0px;
}



#masthead a {
	font-size: 15px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;

}

#masthead a:hover {
	text-decoration: underline;
}

#masthead .current-menu-item a {
	border-left: 3px solid black;
	padding-left: 4px;
}

#menu-link {
	display:none;
	margin-left: auto;
	margin-right: auto;
}

.menu {
	margin: 0;
	margin-left: 2px;
	padding: 0;
}

.menu ul
{
}

.menu ul ul
{
    display: none;
}
.menu li
{

}
.menu-item
{

}
.menu-item a
{

}
.menu-item a:hover
{
}



#menu-filter form
{
	margin-left: -6px;
}

#searchform {
	position: relative;
	margin-top: 4px;
}

#searchform ::-webkit-input-placeholder {
   color: #000000;
}

#searchform :-moz-placeholder { /* Firefox 18- */
   color: #000000;
}

#searchform ::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;
}

#searchform :-ms-input-placeholder {
   color: #000000;
}

#s
{
	height: 22px;
	border: none;
	width: 100%;
	font-size: 14px;
	margin-left: 3px;
	color: #3FAC49;
	padding-left: 4px;

}

.entry-content .searchtext {
	width: 430px;
}

.searchtext:focus + button {
	background-image: url(img/search_active.png);
}



#searchsubmit {
	height: 17px;
	width: 20px;
	border: 0;
	position: absolute;
	top: 3px;
	right: -2%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(img/search.png);
}


a#categorylink:hover{
	cursor: pointer;
}


.categorylist {
	display: none;
	}

#menu-filter .categorylist-active {
	display: inline;
	margin-bottom: 0;
	margin-left: 2px;
	}

#menu-filter .categorylist-active li
{
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 1.4em;
}

#menu-filter .categorylist-active a
{
	font-weight: normal;
}

#menu-filter .categorylist-active a:hover
{
}


#masthead .active a, #masthead a.active
{
	padding-left: 0;
	padding-right: 4px;
	color: #000000;
	font-weight: bold;
}

`
#menu-secondary a:hover {
	cursor: pointer;
}

#menu-secondary ul li {
	margin-bottom: 7px;
	line-height: 1em;
}

.active-widget {
	border-left: 3px solid black;
	padding-left: 4px;
}

.widget_rss_links ul {
	display: none;
}

#masthead .widget_rss_links ul.rsslist-active {
	display: block;
	margin-left: 10px;
	margin-bottom: 14px;
}

.widget_rss_links ul.rsslist-active li {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1.2em;
	margin-left: 8px;

}

.widget_rss_links ul.rsslist-active li a{
	font-weight: normal;
}

.jetpack_subscription_widget p {
	display: none;
}

.jetpack_subscription_widget p.subscription-active {
	display: inline;
}

/*.subscription p {
	width: 120px;
	margin-left: 10px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}*/

h3.widget-title {
	font-size: 15px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 3px;
	cursor: pointer;
}

h3.widget-title:hover {
	text-decoration: underline;
}

#subscribe-text p {
	width: 93%;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	padding: 10px 0 8px 8px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	margin: 8px 0 8px 0;
}

p.subscribe-active {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}

#subscribe-field {
	height: 22px;
	border: 1px solid black;
	width: 100%;
	background-color: #FFEEE2;
	color: black;
}

#subscribe-email {
	margin-top: 0;
	margin-bottom: 0;
}

#subscribe-email input {
	width: 96.5% !important;
}

#subscribe-submit {
	margin: 0;
}

#subscribe-submit input {
	padding-left: 10px !important;
	width: 100%;
	background-image: none;
	background-color: black;
	padding: 2px 0;
	border: none;
	color: #FFEEE2;
	font-style: normal;
	font-size: 14px;
	letter-spacing: .03em;
}



#primary p.subscribe-active {
	display: block;
}

/**
 * Sharing Email Dialog
 */

#sharing_email {
	width: 342px;
	position: absolute;
	z-index: 1001;
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	text-align: left;
}

div.sharedaddy.sharedaddy-dark #sharing_email {
	border-color: #fff;
}

#sharing_email .errors {
	color: #fff;
	background-color: #771a09;
	font-size: 12px;
	padding: 5px 8px;
	line-height: 1;
	margin: 10px 0 0 0;
}

#sharing_email label {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 0 0 4px 0;
	text-align: left;
	text-shadow: none;
}

#sharing_email form {
	margin: 0;
}

#sharing_email input[type="text"], #sharing_email input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	background: #fff;
	font-size: 12px;
	color: #333;
	max-width: none;
	padding: 1px 3px;
}

#sharing_email .sharing_cancel {
	padding: 0 0 0 1em;
	font-size: 12px;
	text-shadow: none;
}

#sharing_email .recaptcha {
	width: 312px;
	height: 123px;
	margin: 0 0 1em 0;
}



/*** HEADER : OTHER ***/




#timeline-link{
	display: none;
}


#cloak-top
{
	position: absolute;
	width: 100%;
	height: 60px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),
  	to(rgba(255,255,255,.5)), color-stop(0,rgb(255,255,255)) );
  	background: -moz-linear-gradient(90deg,rgba(255,255,255,.5), rgba(255,255,255,1));
	z-index: 2;
    pointer-events: none;

}


#cloak-bottom
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 130px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,1)),
  	to(rgba(255,255,255,.5)), color-stop(0,rgb(255,255,255)) );
  	background: -moz-linear-gradient(90deg,rgba(255,255,255,1), rgba(255,255,255,0));
	z-index: 2;
        pointer-events: none;
}


.timeline-wrap{
	display: none;
}

.timeline {
	position: fixed;
	min-width: 250px;
	width: 24%;
	left: 18%;
	top: 20px;
	vertical-align: top;
/*	margin-top: 30px;*/
}

.togge-timeline-out: {
	display: none;
}

.timeline-main {
	margin-top: 40px;
}

.timeline .slimScrollRail {
  width: 3px !important;
  background-color: #FFFFFF !important;
  left: 124px !important;
  opacity: 1 !important;
}

.timeline .slimScrollBar {
  width: 9px !important;
  height: 109px !important;
  margin-right: -4px !important;
  opacity: 1 !important;
  left: 121px !important;
  background-position: center center !important; 
  z-index: 101 !important;
}

.timeline-table {
	margin-bottom: 125px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.timeline-table-bottom {
	height: 120px;
}

.timeline-table-top {
	height: 60px;
}

/*
.timeline-filter {
	position: fixed;
	width: 250px;
	margin-left: 180px;
	top: 0;
} */

.timeline-up, .timeline-down {
	-moz-user-select: none;
	  -khtml-user-select: none;
	  -webkit-user-select: none;
	  user-select: none;
	}

.timeline-up {
	position: absolute;
	top: 60px;
	left: 116px;
	width:19px;
	height: 19px;
	background-image: url(img/up_arrow.png);
	z-index: 105;
	cursor: pointer;
	background-color: rgb(255,255,255);
	}

.timeline-up:hover {
	background-color: rgb(255,255,255);
	background-image: url(img/up_arrow_hov.png);
	}

.timeline-down{
	position: absolute;
	bottom: 20px;
	left: 116px;
	width:19px;
	height: 19px;
	background-image: url(img/down_arrow.png);
	z-index: 100;
	cursor: pointer;
	background-color: rgb(255,255,255);
	}

.timeline-down:hover {
	background-color: rgb(255,255,255);
	background-image: url(img/down_arrow_hov.png);
	}


.timeline table, .timeline-filter table {
	font-size: 14px;
	z-index: 1;
	margin-left: 20px;
}

.timeline tr, .timeline-filter tr {
	vertical-align: top;
	padding-bottom: 40px;

}

.timeline td, .timeline-filter td {
	padding-left: 30px;
    padding-bottom: 1em;
    line-height: 1.4em;
    color: #000000;

}

.timeline td a, .timeline-filter td a {
	color: #000000;
}

.timeline-date-hov {
	background-color: #FFEEE2;
}



#timeline-search .timeline-down:hover {
	background-color: rgb(255,255,255);
	background-image: url(img/down_arrow_search_hov.png);
	}

#timeline-search .timeline-up:hover {
	background-color: rgb(255,255,255);
	background-image: url(img/up_arrow_search_hov.png);
	}

#timeline-category .timeline-down:hover {
	background-color: rgb(255,255,255);
	background-image: url(img/down_arrow_category_hov.png);
	}

#timeline-category .timeline-up:hover {
	background-color: rgb(255,255,255);
	background-image: url(img/up_arrow_category_hov.png);
	}

#timeline-tag .timeline-down:hover {
	background-color: rgb(255,255,255);
	background-image: url(img/down_arrow_tag_hov.png);
	}

#timeline-tag .timeline-up:hover {
	background-color: rgb(255,255,255);
	background-image: url(img/up_arrow_tag_hov.png);
	}


.timeline .active {
	background-color: #FFEEE2;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.inactive-timeline {
	bottom: 500px;
	}

.active-timeline {
	top: 130px;
	}


#timeline-icon {
	position: fixed;
	width: 60px;
	height: 60px;
	left: 18%;
	margin-left: 95px;
	background-image: url(img/toggle_timeline.png);
	z-index: 110;
	top: 0;
	margin-top: 0;
}


#toggle-timeline div {
	position: fixed;
	width: 60px;
	height: 60px;
	left: 18%;
	margin-left: 95px;
	background-image: url(img/toggle_timeline_out.png);
	z-index: 110;
	top: 0;
	margin-top: 0;
	cursor: pointer;
}

#toggle-timeline div:hover {
	background-image: url(img/toggle_timeline.png);
}

#toggle-timeline.toggle-timeline-out div {
	background-image: url(img/toggle_timeline.png);	
}

#toggle-timeline.toggle-timeline-out div:hover {
	background-image: url(img/toggle_timeline.png);
}

.filter-title-cat, .filter-title-search, .filter-title-tag {
	position: absolute;
	width: 60%;
	left: 140px;
	color: #000000;
	margin-bottom: 50px;
	z-index: 3;
	top: 0;
	margin-top: 0;
	border-bottom: 3px solid rgb(255,255,255);
	}


.filter-title-cat h1, .filter-title-search h1, .filter-title-tag h1 {
	font-size: 14px;
	width: 100%;
	line-height: 1.2em;
	font-weight: bold;
	padding-bottom: 2;
	padding-top: 7px;
	margin-top: 0;
	padding-left: 15px;
	}

.filter-title-cat {
	background-color: #00ADEE;
	}

.filter-title-search {
	background-color: #3FAC49;
	}

.filter-title-tag {
	background-color: #EC008C;
	}

#timeline-search a:hover {
	color: #3FAC49;
	background-color: rgb(255,255,255);
	text-decoration: none;
	}

td.timeline-search-hov {
	color: #3FAC49;
	background-color: transparent;
}

#timeline-category a:hover {
	color: #00ADEE;
	background-color: transparent;
	text-decoration: none;
	}

td.timeline-category-hov {
	color: #00ADEE;
	background-color: transparent;
}

#timeline-tag a:hover {
	color: #EC008C;
	background-color: rgb(255,255,255);
	text-decoration: none;
	}

td.timeline-tag-hov {
	color: #EC008C;
	background-color: transparent;
}

.filter-kind {
	color: rgb(255,255,255);
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 1.8em;
	}


#line {
	position: absolute;
	height: 415px;
	border-left: 3px solid #FFEEE2;
	z-index: 100;
	top: 95px;
	left: 124px;
	-moz-user-select: none;
  	-khtml-user-select: none;
  	-webkit-user-select: none;
  	user-select: none;
	}

#inner-line {
	position: relative;
	height: 370px;
}

#timeline-search #line {
	border-left: 3px dotted #3FAC49;
}

#timeline-category #line {
	border-left: 3px dotted #00ADEE;
}

#timeline-tag #line {
	border-left: 3px dotted #EC008C;
}

/*** THE PAGES ***/


	.books {
		position: relative;
		float: left;
		min-width: 280px;
		width: 25%;
		left: 21.5%;
		margin-top: 110px;
	}

	.books img {
		border: 4px solid #FFEEE2;
		margin-bottom: 6px;
		margin-top: 0;
	}

	.books p {
		font-family: Helvetica, sans-serif;
		font-weight: bold;
		line-height: 1.3em;
		margin-bottom: 40px;
		font-size: 14px;
		width: 150px;
	}

	.book1, .book2 {
		display: inline-block;
		width: 180px;
		vertical-align: top;
	}

	.book1 {
		margin-right: 40px;
	}

	h3 {
		font-family: Helvetica, sans-serif;
		font-size: 21px;
		font-weight: bold;
		color: #000000;
		margin-top: 50px;
		margin-bottom: 5px;
		line-height: 1.2em;
	}

	h4 {
		font-family: Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 0px;
		line-height: 1.5em;
		color: #000000;
	}

	.article-content h4 {
		margin-top: 30px;
	}
	h4 a {
		color: #000000;
	}

	h4 a:hover {
		background-color: #A0FFDB;
		color: #000000;
	}

	}

	.books-menu {
	}

	ul#menu-books {
	    list-style: none;
	    padding-left:0;
	    margin-bottom: 20px;
	}

	#menu-books li {
	    display: inline;
		font-size: 28px;
	}


	#menu-books li a {
		text-decoration: none;
		font-weight: bold;
		color: #000000;
	}

	#menu-books .current-menu-item a {
		background-color: #FFEEE2;
	}

	.error404 {
		background-color: #FFEEE2;
		z-index: 0;
		padding: 0 30px 0 20px;
		width: 100%;
		height: 100%;
	}

	.error404 .entry-title{
		z-index: 0;
		padding: 0 30px 0 0;
		margin: 0;
	}

	.error404 p {
		font-size: 21px;
		font-family: Helvetica, sans-serif;
		font-weight: bold;
		line-height: 1.4em;
	}

	.not-found {
		z-index: 0;
		padding: 0 30px 0 20px;
		width: 100%;
		height: 100%;
	}

	.not-found .entry-title{
		z-index: 0;
		padding: 0 30px 0 0;
		margin: 0;
	}

	.not-found p {
		font-size: 21px;
		font-family: Helvetica, sans-serif;
		font-weight: bold;
		line-height: 1.4em;
	}
/*** CONTENT : POSTS AND PAGES ***/

/* Entry and Page Titles */



.content-filter {
	margin-bottom: 0;
}

.article-header
{
	position:fixed;
	min-width: 425px;
	width: 48%;
	background: rgba(255,255,255,.96);
	top: 0;
	z-index: 2;
	margin-right: 5%;
}


.entry-title-browse
{
	top:0;
	padding-top: 16px;
}

h1.entry-title
{
	font-size: 48px;
	font-weight: bold;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000000;
	border-bottom: 2px solid #000000;
}


h2.entry-title, h2.entry-title-browse
{
	border-bottom: 2px solid #000000;
	padding-bottom: 7px;
	color: #000000;
}

h2.entry-title-browse
{
	font-weight: normal;
	letter-spacing: 0;
}

.entry-title-browse a
{
	text-decoration: none;
	color: #000000;
	padding-top: 5px;
}

.entry-title-browse a:hover
{
	background-color: yellow;
}


h2.entry-title a
{
	text-decoration: none;
}


.highlight {
	}

/* Entry Content */
.entry-content
{
	margin-bottom: 120px;
	padding-top: 16px;
	position: absolute;
	min-width: 425px;
	width: 100%;
	z-index: 1;
}

.entry-content a {
	word-wrap: break-word;
}



.article-content{
	padding-bottom: 20px;
	display: inline;
	width: auto;
}

.article-content ol {
	font-family: Georgia, serif;
	font-size: 17px;
	padding-left: 30px;
}

.article-content ol li {
	padding-bottom: 10px;
}

.article-content ul {
	font-family: Georgia, serif;
	font-size: 17px;
	padding-left: 20px;
}

.article-content ul li {
	padding-bottom: 15px;
}


.entry-content a
{

}
.entry-content a:hover
{

}
.entry-content h1, h2
{
	font-weight: bold;
	font-size: 30px;
	letter-spacing: -.01em;
	line-height: 1.2em;
	margin-top: 0;
	padding-top: 20px;
	margin-bottom: 5px;
}

}
.entry-content ol li
{

}

.entry-summary{
	margin-bottom: 75px;
	margin-top: 8px;
}

.panel
{
	border-bottom: solid 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0;
}

#panel-links {
	margin-top: -30px;
}
.edit-link {
	font-weight: bold;
	margin-bottom: 10px;
	height: 16px;
	background-image: url(img/edit.png);
	background-repeat: no-repeat;
	}

#panel-links .edit-link {
	font-size: 14px;
	margin-top: -12px;
	width: 9%;
	display: inline-block;
}

.post-edit-link {
	margin-left: 20px;
	text-decoration: none;
	}

.comment-edit-link {
	margin-left: 18px;
	text-decoration: none;
	font-size: 14px;
	}


#panel-border {
	height:20px;
	width: 100%;
	position: absolute;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.95)),
  	to(rgba(255,255,255,0)), color-stop(0,rgb(255,255,255)) );
  	background: -moz-linear-gradient(90deg,rgba(255,255,255,0), rgba(255,255,255,.95));
  	z-index: 1;
}

#toggle-panel div {
	cursor: pointer;
	position: absolute;
	right: -7px;
	bottom: -3px;
	width: 14px;
	height: 20px;
	background-image: url(img/toggle_panel.png);
	z-index: 2;
	}

#toggle-panel div:hover {
	background-image: url(img/toggle_panel_hover.png);
	}


#toggle-panel.toggle-panel-out div{
	bottom: 2px;
}

#toggle-panel.toggle-panel-out div:hover {
	background-image: url(img/toggle_panel_out_hover.png);
}


	.entry-social-media ul
	{
		list-style: none;
		padding-left: 0;
		margin-top: 15px;
		margin-bottom: 5px;
		line-height: 1.2em;
	}


	.entry-social-media li {
		display: inline-block;
		padding-top: 0;
		padding-bottom: 3px;
		width: 24%;
		vertical-align: top;
	}


	.entry-social-media a
	{
		font-size: 14px;
		text-decoration: none;
		padding-left: 25px;
		padding-bottom: 2px;
		padding-top: 1px;
		padding-right: 6px;
		color: #000000;
	}

	.entry-social-media a:hover
	{
		background-color: #FFEEE2;
	}

.entry-social-media {
	position: relative;
	width: 76%;
	display: inline-block;
}

#sharing_email .sharing_send, .sd-content ul li .option a.share-ustom, .sd-content ul li a.sd-button, .sd-content ul li.advanced a.share-more, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-social-icon .sd-content ul li a.sd-button, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content ul li .digg_button a, .sd-social-official .sd-content ul li a.sd-button, .sd-social-text .sd-content ul li a.sd-button {
		text-decoration: none!important;
		display: inline-block;
		margin: 0 5px 5px 0;
		font-size: 14px;
		font-family: Helvetica ,sans-serif;
		font-weight: 400;
		border-radius: 0;
		color: #000000!important;
		background: #FFFFFF;
		border: none;
		box-shadow: none;
		text-shadow: none;
		line-height: 23px;
		padding: 1px 8px 0 5px;

	}
.sd-content ul li a.sd-button span, .sd-social-text .sd-content ul li a.sd-button span {
		color: #000000!important;
}

.sd-sharing .sd-content ul {
	list-style: none !important;
	padding-left: 0 !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	line-height: 1.2em;	
}


.sd-content ul li {
	display: inline-block !important;
	padding-top: 0 !important;
	padding-bottom: 3px !important;
	width: 38% !important;
	vertical-align: top !important;
}

.sd-content ul li.share-email, .sd-content ul li.share-print  {
	width: 24% !important;
}

.sd-content ul li a.sd-button {
	text-decoration: none!important;
	display: inline-block;
	margin: 0 5px 5px 0;
	font-size: 14px !important;
	font-family: Helvetica ,sans-serif !important;
	font-weight: 400;
	border-radius: 3px;
	color: #000000 !important !important;
	background: none  !important;
	border: none  !important;
	box-shadow: none  !important;
	text-shadow: none  !important;
	line-height: 1.2em  !important;
	padding: 1px 8px 0 24px !important;
}

#content .sd-content ul li a:hover {
	text-decoration: underline !important;
}



.sd-social .sd-button .share-count {
	background: none !important;
	color: transparent !important;
	border-radius: none !important;
	display: inline-block !important;
	text-align: center;
	font-size: 14px !important;
	padding: 1px 0 0 6px !important;
	line-height: 1;
	font-weight: bold !important;
}
	li.share-twitter{
		background-image: url(img/twitter.png);
		background-repeat: no-repeat;;
	}

	li.share-facebook{
		background-image: url(img/facebook.png);
		background-repeat: no-repeat;;
	}

	li.share-tumblr{
		background-image: url(img/tumblr.png);
		background-repeat: no-repeat;;
	}

	li.share-google-plus-1{
		background-image: url(img/googleplus.png);
		background-repeat: no-repeat;;
	}

	li.share-print{
		background-image: url(img/print.png);
		background-repeat: no-repeat;;
	}

	li.share-email {
		background-image: url(img/email.png);
		background-repeat: no-repeat;;
	}

	li.share-twitter a {
		background-image: url(img/twitter.png);
		background-repeat: no-repeat;;
	}

	li.share-facebook a {
		background-image: url(img/facebook.png);
		background-repeat: no-repeat;;
	}

	li.share-tumblr a {
		background-image: url(img/tumblr.png);
		background-repeat: no-repeat;;
	}

	li.share-google-plus-1 a {
		background-image: url(img/googleplus.png);
		background-repeat: no-repeat;;
	}

	li.share-print a {
		background-image: url(img/print.png);
		background-repeat: no-repeat;;
	}

	li.share-email a {
		background-image: url(img/email.png);
		background-repeat: no-repeat;;
	}

	.share-count {
		padding-left: 6px;
		font-weight: bold;
		text-decoration: underline;
	}

	.sharing {

	}

.entry-content .sharedaddy, .entry-summary .sharedaddy {
	display: none;
}

.entry-utility
{
	line-height: 1.7em;
	background-color: #E6E6E6;
	padding: 12px 0 8px 0;
	margin-bottom: 20px;
	margin-top: 40px;
	clear: left;

	/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}

.entry-utility-prep{
	font-weight: bold;
}
.entry-meta
{
	/* Style for the entry metadata (author, etc.) */
}

.entry-date
{
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	float: left;
	width: 24%;
}

.entry-date-browse
{
	font-size: 30px;
	font-weight: normal;
	color: #000000;
	float: left;
	width: 24%;
	margin-top: -8px;
}

.entry-utility ul {
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;

}

.entry-utility ul li {
	margin-bottom: 10px;
	line-height: 1.5em;
	padding-top: 0;
	padding-bottom: 0;

}

.cat-links
{
	border-left: 3px solid #00ADEE;
	padding-left: 7px;
	width: 95%;
}

.cat-links a
{
	text-decoration: none;
}

.cat-links a:hover
{
	background-color: transparent;
	border-bottom: 2px solid #00ADEE;
}

.tag-links
{
	border-left: 3px solid #EC008C;
	padding-left: 7px;
	width: 95%;
}

.tag-links a
{
	text-decoration: none;
}

.tag-links a:hover
{
	background-color: transparent;
	border-bottom: 2px solid #EC008C;
}

.comments-link
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin-left: 2px;
	width: 88%;
	display: inline-block;
}

.comments-link a {
	text-decoration: none;
}

.comments-link a:hover {
	background-color: #A0FFDB;
}

.skip-link
{
	/* Style for the skip link */
	/*position: absolute;
	left: -9000px;*/
}
.navigation
{
	border-bottom: 3px solid #FFEEE2;
	background-color: #FFEEE2;
}

#nav-above {
	margin-bottom: 50px;
}

#nav-below {
	border-top: 3px solid #FFEEE2;
	border-bottom: none;
}

.nav-previous, .nav-next {
	display: inline-block;
	width: 49%;
	text-align: center;
	padding: 12px 0;
}


.nav-previous a, .nav-next a {
	text-decoration: none;
	font-size: 15px;
}

.nav-previous a:hover, .nav-next a:hover {
	background-color: #FFFFFF;
}

.entry-bottom #nav-below {
	margin-bottom: 50px;
	background-color: #E6E6E6;
	line-height: 1.7em;
	font-size: 14px;
	padding: 15px 0 15px 0;
	width: 100%;
	border-bottom: none;
	border-top: none;
}

.previous-post {
	width: 43%;
	margin: 0;
	padding: 0 2% 0 2%;
	display: inline-block;
	text-align: right;
	vertical-align: top;
	height: 100%;
}

.next-post {
	width: 43%;
	margin: 0;
	padding: 0 2% 0 2%;
	display: inline-block;
	border-left: 2px solid #000000;
	vertical-align: top;
	height: 100%;
}

.comment-status {
	font-weight: bold;
	margin-bottom: 40px;
	padding-left: 15px;
}

.entry-bottom #nav-below a:hover {
	background-color: transparent;
	text-decoration: none;
}


/*** CONTENT : COMMENTS ***/

	#reply-title {
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 0;
		display: inline-block;
		padding: 10px 15px 10px 15px;
		background-color: #A0FFDB;
		color: #000000;
	}


	#respond {
		margin: 10px 0 100px 0;
	}

	.comments-title {

		margin-top: 0;
		margin-bottom: 10px;
		width: 100%;
		background-color: #A0FFDB;
		}

	.comments-title h2 {
		padding: 10px 15px 10px 15px;
		font-size: 18px;
	}


/* First Level of Comment Posts */
	#comments {
		margin-bottom: 50px;
		width: 100%;
		}

	.unapproved {
		padding-bottom: 20px;
		font-weight: bold;
		}

	#cancel-comment-reply-link {
		font-size: 18px;
		font-weight: bold;
		padding-left: 5px;
		padding-right: 5px;
	}

	.comment-list {
		z-index:; 2;
		}


	#comments ol {
		list-style-type: none;
		padding: 0;
		}

	#comments ol li {
		padding-bottom: 20px;
		padding-left: 15px;
		border-top: 1px solid #000000;
		padding-top: 25px;
		}

	#comments ul li {
		border-top: 1px dotted #000000;
		padding-bottom: 0;
		}

	#comments ul li iframe {
		width: 100%;
		height: 309px;
	}

	#comments img {
		display: none;
		}

	#comments p {
		font-family: Helvetica, sans-serif;
		font-size: 16px;
		line-height: 1.5em;
	}

	#comments p.no-comments {
		font-weight: bold;
		margin-bottom: 40px;
		padding-left: 15px;
	}

	.comment-head {
		padding: 0 0 24px 0;
		margin: 0;
		}

	.fn {
		font-weight: bold;
		background-color: #A0FFDB;
		padding-top: 3px;
		}

	.fn a:hover {
		text-decoration: none;
		background-color: transparent;		
	}


	.comment-content {
		margin: 0;
		padding: 0;
		padding-bottom: 5px;
		}

	.comment-body p {

		font-size: 16px;
		line-height: 1.5em;
		}

	.comment-reply-link {
		margin: 0;
		padding: 0;
		}

	.comment-author cite.fn {
		font-style: normal;
	}

	#comments iframe {
		width: 95%;
		margin-bottom: 20px;
		max-width: 720px;
	}


/* Second Level of Comment Posts */
	#comments ol li ul {
		list-style: none;
		padding-left: 45px;
		margin-top: 40px;
		}

	#comments ol li ul li {
		padding-left: 0;
		}


	#comments ol li ul li ul {
		padding-left: 0;
		}

	ol li ul li  .comment-body {
		padding-left: 0;
/*		min-width: 420px;
*/		}

	ul li  .comment-reply-link {
		padding-left: 0;
		margin-left: 0;
		}


/* Print Style Sheet */

@media print {

    html
    {
        margin: 0;
        padding: 0;
        float: none;
        width: 100%;
    }

    body
    {
        margin: 0;
        float: none;
        -webkit-print-color-adjust: exact;
        width: 100%;
    }

    @page {
        margin-bottom: .5in;
        margin-top: 1in;
    }


    #header, .timeline, .entry-social-media, #panel-links, #toggle-panel, #panel-border, #comments, .entry-utility, .entry-bottom {
        display: none;
    }

    h2.entry-title, .panel {
    	border-bottom: none;
    }

    .entry-date {
    	font-weight: normal;
    }

    div#container {
    	width: 80%;
    	left: 0;
    	margin-left: 25%;
    	margin-right: 5%;
    }

    #toggle-timeline, #timeline-icon, .navigation, .books {
    	display:none;
    }



	.entry-content, #content {
    	width: 80%;
	}

	.entry-content p, .entry-content li  {
		font-size: 14px;
		line-height: 1.6em;
	}

}
