/*
	Theme Name: Collegeville Institute
	Theme URI: http://www.meta13.com/
	Description: Genesis is an advanced Framework for WordPress. Please <strong>do not modify</strong> this stylesheet, as it will be overridden in Genesis updates.
	Author: Meta 13
	Author URI: http://www.meta13.com
	Version: 1.0
	Template: genesis

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

 /**
 * WARNING: This file is part of the core Genesis Framework. DO NOT edit
 * this file under any circumstances. Please do all modifications
 * in the form of a child theme.
 * 
 * Move the contents of this file to the child theme. Do not use @import, as
 * the CSS included with Genesis will change in the future.
 */

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design
* Events

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Alegreya+SC:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #555;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

blockquote,
input,
select,
textarea,
.author-box, .callout-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	margin-bottom:20px;
}


input,
label,
select,
textarea {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong { font-weight:700; }


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background:url(images/body-bg.png) #fff;

}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

.home #wrap {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#wrap {
	margin: 0 auto;
	width: 1000px;
	padding: 0;
}

/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	min-height: 100px;
	width: 100%;
	background:url(images/header-bg.jpg) no-repeat top center #6a1313;
	height:120px; 
}

#header .wrap {
	width:1000px;
	text-align:center;
	margin:0 auto;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 400px;
	padding-top:30px;
}

#title {
	font-family: 'Alegreya SC', serif;
	line-height: 1.25;
	margin: 0;
}

#title a,
#title a:hover {
	text-decoration: none;
	font-size: 60px;
	color: #f3f3f3;
	text-shadow: 1px 1px #4a0707;
	line-height:1;
}

#description {
	font-size: 18px;
	color: #f3f3f3;
	font-family: 'Alegreya SC', serif;
	line-height:1;
}

#header .widget-area {
	float: right;
	padding: 25px 20px 0 0;
	width: 510px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.wrap {
	width:1000px;
	margin:0 auto;
	text-align:center;
}

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #ffe1ae;
	font-size: 18px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	border: 1px solid #ddd;
	box-sizing: border-box;
}

#menu-header a {
	padding-top:5px;
}

#nav, #subnav {
	font-family: 'Alegreya SC',serif;
	width:100%;
}

#nav {
	border-bottom:1px solid rgba(255,255,255,0.2);
	position:absolute;
	top:0px;
}
.logged-in #nav {
	margin-top:32px;
}

#subnav { 
	background:#352200 url(images/menu-secondary-bg.png) repeat-x top center;
	height:40px;
	line-height:40px;
}

.menu-secondary {
	list-style-type: none;
	text-align: center;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	display: inline-block;
    text-align: left;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	border-right: 1px solid rgba(255,255,255,0.2);
	color: #ffe1ae;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
    display: block;
}

.menu-primary li:last-of-type a,
.menu-secondary li:last-of-type a,
#header .menu li:last-of-type a {
	border-right:none;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	color:#fff;

}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background-color: #493107;
	border: 1px solid rgba(255,255,255,0.2);
	border-top: none;
	font-size: 14px;
	position: relative;
    width: 200px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 200px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: auto;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
    width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -41px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */


.home #inner {
    float: none;
    margin: 0 auto;
    width: 1000px;
}

#inner {
	margin: 0 auto;
	padding: 0;
}

.home-events, .home-news, .home-popular {
	float:left;
	width:330px;
	height:250px;
	margin-right:5px;
	background:#f0eae0;
	-webkit-box-shadow: inset 0 0 9px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 9px rgba(0,0,0,.3);
	box-shadow: inset 0 0 9px rgba(0,0,0,.3);
	-webkit-border-radius: 12px 12px 0px 0px;
    border-radius: 12px 12px 0px 0px;
	position:relative;
	font-size:14px;
}

.home-events .widgettitle, .home-news .widgettitle, .home-popular .widgettitle {
	font-size: 22px;
	font-weight: bold;
	color: #f5f5f5;
	text-shadow: 1px 1px #000;
	-webkit-border-radius: 12px 12px 0px 0px;
    border-radius: 12px 12px 0px 0px;
}

.home-events .widgettitle, .home-events .more-from-category {
	background:#200787;
}

.home-news .widgettitle, .home-news .more-from-category {
	background:#693e13;
}

.home-popular .widgettitle, .home-popular .more-from-category {
	background:#b84e12;
}

.home-news {
	margin-right:0;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
	margin:30px 0;
}

.home #content-sidebar-wrap {
	margin:0;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 0;
	width: 410px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 660px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 1000px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
	font-size:16px;
	color:#444;
	line-height:1.8;
}
.entry-content ul {
	font-size:16px;
}

.entry-content td {
	padding-bottom: 20px;
}

p.attribution, p .attribution {
	font-size:15px;
	font-family:"Alegreya SC", serif;
	text-transform:lowercase;
}
.entry-content p.blog-entry {
	font-size:14px;
	font-style:italic;
}
pre.poem {
	font-family:'Open Sans', sans-serif; 
	font-size:16px; 
	line-height:1.8;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 5px 30px 5px 70px;
}

blockquote p {
	color: #999;
}
.entry-content blockquote.pullquote p, div.pullquote p {
	font-size:1.2em;
	line-height:1.3em;
	font-family:"Alegreya", serif;
	border: 3px double #ccc;
	border-width: 3px 0;
	padding:10px 0;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}
.soliloquy-container .soliloquy-viewport {
	overflow:visible !important;
}

.soliloquy-container .soliloquy-caption .caption-arrow a {
	background:url(images/slider-arrow-down.png) no-repeat center center rgba(0,0,0,0.5);
	color:#fff;
	position:absolute;
	right:20px;
	float:right;
	width:38px;
	height:24px;
	top:-24px;
	text-align:center;
	-webkit-border-radius: 16px 16px 0px 0px;
    border-radius: 16px 16px 0px 0px;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	text-align:left !important;
	padding:20px !important;
}

.soliloquy-container .soliloquy-control-nav {
	bottom:20px !important;
	right:20px !important;
}

.soliloquy-container .soliloquy-caption-inside p {
	color:#fff;
	margin-bottom:16px;
	font-size:14px;
}

.soliloquy-container .soliloquy-caption-inside p:last-of-type {
	margin:0;
}
/* soliloquy video style for Seminars Lives Explored */
#soliloquy-container-2512.soliloquy-container.soliloquy-theme-metro .soliloquy-pager {
	bottom: -30px !important;
}
#soliloquy-container-2512.soliloquy-container.soliloquy-theme-metro .soliloquy-active-slide{
        margin-bottom:40px; 
}
#soliloquy-container-2512.soliloquy-container.soliloquy-theme-metro .soliloquy-video-slide .soliloquy-caption {
	bottom:20px; right:0;
	top:auto;
}

.entry-content ul.eo-events-shortcode {
	list-style-type:none;	
	overflow:auto;
}
.entry-content ul.eo-events-shortcode li {
	margin-left:0;
	list-style-type:none;
}

/* events widget on home */
ul.eo-events {
	padding:0px 15px 10px 15px;
}
ul.eo-events li {
	list-style-type:none;
	margin-bottom:10px;
}
ul.eo-events li img, {
	float:left;
	padding:0 5px 5px 0;
	max-width:100px;
}
#home-top .soliloquy-container .soliloquy-direction-nav {
	display:block !important;
}

#home-top .soliloquy-container.soliloquy-slide-horizontal .soliloquy-controls-direction .soliloquy-prev, #home-top .soliloquy-container .soliloquy-controls-direction .soliloquy-prev {
    background: url(images/slider-arrows-horizontal2.png) no-repeat 0 0;
    height: 119px;
    left: 10px;
    position: absolute;
    text-indent: -9999px;
    top: 35%;
    width: 24px;
}

#home-top .soliloquy-container.soliloquy-slide-horizontal .soliloquy-controls-direction .soliloquy-next, #home-top .soliloquy-container .soliloquy-controls-direction .soliloquy-next {
    background: url(images/slider-arrows-horizontal2.png) no-repeat 0 -119px;
    height: 119px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 35%;
    width: 24px;
}

#slider-left {
    background:#ffd58d;
    height: 400px;
    margin: 0 0 0 -1000px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 1000px;
    z-index: 1;
	
}

#slider-right {
    background:#ffd58d;
    height: 400px;
    margin: 0 0 0 1000px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 1000px;
    z-index: 1;
	
}

#home-bottom {
	float:left;
}

.home-search {
	float:left;
	background:url(images/search-shadow.png) no-repeat top center;
	height:28px;
	width:976px;
	padding:12px 12px 24px 12px;
	margin:0 0 5px;
}

.home-search .widget {
	float:left;
}

.home-search #text-3, .home-search #text-4 {
	border-right:1px solid #d6dce2;
}

.home-search #text-2 {
	margin:0 200px 0 0;
}

.home-search #text-2 .textwidget {
	padding:0 15px 0 5px;
}

.home-search #text-4 a {
	color:#691313;
	font-family:'Alegreya SC', serif;
	text-transform:uppercase;
}

.home-search #search-3 {
	margin-left:15px;
}
.home-search input.s.search-input {
	width:250px;
}

.ways-to-give, .facebook, .twitter, .account-access {
	line-height:28px;
}

.facebook, .twitter {
	text-indent:-9999px;
	float:left;
	display:block;
	background:url(images/social.png) no-repeat 0 0;
	width:24px;
	height:24px;
	margin:2px;
}

.twitter {
	background-position:-24px 0;
}

.facebook:hover {
	background-position:0 -24px;
}

.twitter:hover {
	background-position:-24px -24px;
}

.home .hentry {
	float:left;
}

.home .page .entry-content {
	padding:40px;
/*	background:url(images/mary.png) no-repeat top left;*/
	margin:40px 0 20px 0;
	text-align:center;
	width:920px
}

.home .page .entry-content h2 { font-size:26px; }

.collapseomatic {
    background-position: 0 7px;
    padding: 0 0 10px 18px;
    text-decoration: none;
	font-size:22px;
}

.home ul.page-list {
	margin-left: 20px;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Alegreya SC', serif;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 28px;
	color:#6a1313;
	font-weight:700;
	font-family: 'Alegreya SC', serif;
	position:relative;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}
h2.highlight {
	font-family: 'Alegreya', serif; 
	font-style: italic; 
	font-weight: normal;
}
p.attribution {
	position:relative;
}
h2 span, h3 span, p.attribution span {
	position:absolute;
	top:-40px;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:#6a1313;
}

h1 + h2 {
	font-family:'Alegreya', serif;
	font-style:italic;
	font-weight:normal;
	margin-bottom: 18px;
}

h3 {
	font-size: 24px;
}
h2 + h3 {
	font-family:'Alegreya', serif;
	font-style:italic;
	margin-bottom: 18px;
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

.widget-area h4 {
	font-family: 'Alegreya', serif;
}
.taxonomy-description h1,
.widget-area h4 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-size: 17px;
	padding: 9px 16px 8px;
}

.widget-area h4 a {
	color: #333;
	border:none !important;
	text-decoration: none;
	margin:0 !important;
	padding:0 !important;
}

.home .widget-area h4 a { 
    color: #fff;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 14px;
	margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
    margin: 0 0 40px;
}
.page-template-page_blog-php .post-meta {
	display:none;
}



/* Author Box, Callout box
------------------------------------------------------------ */

.author-box, .callout-box {
	background-color: #f5f5f5;
	margin: 0 0 30px 0;
	overflow: hidden;
	padding: 10px;
}

.author-box p, .callout-box p {
	font-size: 14px;
	margin-bottom:10px;
}
.author-box p.social {
	margin-bottom:0;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}
.page-template-page_blog-php .post-comments {
	display:none;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

table img {
    max-width: none;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
    background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
    background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
    background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
    background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

#content p.wp-caption-text, .entry-content p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}

img.resource-thumb {
	float:left;
	padding:0 10px 10px 0;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
    margin: 0 0 0 5px !important;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 280px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

.sidebar.widget-area .simple-section-nav li { 
	border-bottom:none;
	marign:0;
	padding:0;
}
.sidebar.widget-area .textwidget ul {
	padding:0;
}

.sidebar.widget-area .simple-section-nav li .page-item-1113 { 
    display: none;
}
.sidebar.widget-area h4 {
	font-family:'Alegreya SC', serif;
	text-transform:lowercase;
}
.sidebar.widget-area .simple-section-nav a {
	border-bottom: 1px solid #ddd;
	display:block;
	margin: 0 0 7px;
    padding: 0 0 5px;
	font-weight:normal;
}

.sidebar.widget-area .simple-section-nav li.current_page_item .children a {
	font-weight:normal;
}

.sidebar.widget-area .simple-section-nav li.current_page_item a, .single .sidebar.widget-area .simple-section-nav li.current_page_parent a {
	font-weight:700;
}

.widget fieldset {
    border: none;
}

#sidebar .bbp-login-form label {
    width: 140px !important;
}

/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}
.widget select {
	margin:5px 15px 0;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	/* border-bottom: 1px solid #ddd; */
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding:0 15px 0;
	position:absolute;
	bottom:-25px;
	right:0;
	-webkit-border-radius: 0px 0px 12px 12px;
    border-radius: 0px 0px 12px 12px;
	font-family: 'Alegreya SC',serif;
	color:#fff;
}

.more-from-category a {
	color:#fff;
	font-size:16px;
}

.more-from-category a:hover {
	text-decoration:none;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */
input[type="button"],
input[type="submit"], a.button {
	
	/* float:left; 
	line-height:28px; 
	width:150px;
	height:28px;*/
	border:none;
	margin:0;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius:13px;
	background-color:#6a1313;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);
	-moz-box-shadow:0 0 3px rgba(0,0,0,.2);
	box-shadow:0 0 3px rgba(0,0,0,.2);
	background-image:-webkit-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: linear-gradient(to top, rgba(0,0,0,.1), rgba(255,255,255,.1));
	/* display:block; */
	text-align:center;
	color:#fff;
	font-weight:normal;
	font-family: 'Alegreya SC', serif;
	font-size:18px;
	float:none;
	display:inline;
	width:auto;
	padding:3px 12px;
	cursor: pointer;
	
/* old button styles	
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 28px;
	height:30px;
	float:left;
	padding:0;
	text-decoration: none;
	width:260px;
	height:30px;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius:13px;
	background-color:#fff;
	border:solid 1px #d7d7d7;
	position: relative;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1)), url(images/search.png) no-repeat 236px 7px;
	background: -moz-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1)), url(images/search.png) no-repeat 236px 7px;
	background: -o-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1)), url(images/search.png) no-repeat 236px 7px;
	background: -ms-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1)), url(images/search.png) no-repeat 236px 7px;
	background: linear-gradient(to top, rgba(0,0,0,.1), rgba(255,255,255,.1)), url(images/search.png) no-repeat 236px 7px; */
	
}

input:hover[type="button"],
input:hover[type="submit"], a.button:hover {
	
	text-decoration:none;
	background-image:-webkit-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1));
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1));
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1));
	background-image: -ms-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1));
	background-image: linear-gradient(to top, rgba(255,255,255,.1), rgba(0,0,0,.1));
	
	/* old button styles
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1)), url(images/search.png) no-repeat 236px 7px;
	background: -moz-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1)), url(images/search.png) no-repeat 236px 7px;
	background: -o-linear-gradient(bottom, rgba(255,255,255,.1)), rgba(0,0,0,.1)), url(images/search.png) no-repeat 236px 7px;
	background: -ms-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1)), url(images/search.png) no-repeat 236px 7px;
	background: linear-gradient(to top, rgba(255,255,255,.1), rgba(0,0,0,.1)), url(images/search.png) no-repeat 236px 7px;
	text-decoration: none; */
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 15px 0 15px;
}
.home-search .searchsubmit {
	margin-left:10px;
}
.s {
	margin:0;
	padding:6px 10px;
	height:16px;
	border:1px solid #d7d7d7;
	float:left;
	width:210px;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius:13px;
	background-color:#fff;
	-webkit-box-shadow:inset 2px 3px 5px rgba(0,0,0,.12);
	-moz-box-shadow:inset 2px 3px 5px rgba(0,0,0,.12);
	box-shadow:inset 2px 3px 5px rgba(0,0,0,.12);
	/* position:absolute;*/
	z-index:10; 
	/*text-transform:uppercase;*/
	color:#868686;
}
.s.search-input {
	border:1px solid #999;
	background:#f5f5f5;
	margin-bottom:20px;
	width:100%;
	border-radius:0px;
	box-shadow:none;
	padding:8px 0;
	text-indent:2%;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}
/* Signup forms */

form#feedburner input[type="submit"] {
	width:auto;
	padding:0 10px;
}
#mc_embed_signup {
	background:transparent !important;
	
}
#mc_embed_signup form {
	padding:0 !important;
}
#mc_embed_signup .button {
	-webkit-border-radius:13px !important; 
	-moz-border-radius:13px !important;
	border-radius:13px !important;
	background-color:#6a1313 !important;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,.2) !important;
	-moz-box-shadow:0 0 3px rgba(0,0,0,.2) !important;
	box-shadow:0 0 3px rgba(0,0,0,.2) !important;
	background-image:-webkit-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1)) !important;
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1)) !important;
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1)) !important;
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1)) !important;
	background-image: linear-gradient(to top, rgba(0,0,0,.1), rgba(255,255,255,.1)) !important;
}
#mc_embed_signup .button:hover {

	background-image:-webkit-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1)) !important;
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1)) !important;
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1)) !important;
	background-image: -ms-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1)) !important;
	background-image: linear-gradient(to top, rgba(255,255,255,.1), rgba(0,0,0,.1)) !important;
	
}
#mc_embed_signup .mc-field-group {
	padding-bottom:0 !important;
}
#mc_embed_signup ul {
	padding-bottom:10px;
}
#mc_embed_signup ul li {
	list-style-type:none;
	margin-left:0;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


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

#footer {
	background:url(images/footer-bg.png) repeat top center;
	clear: both;
	font-size: 15px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	color:#FFE1AE;
	font-family: 'Alegreya SC', serif;
}

#footer .wrap {
	overflow: hidden;
	padding: 20px;
	
}

#footer p {
	color:#FFE1AE;
	font-size: inherit;
	font-family: 'Alegreya SC', serif;
}

#footer a,
#footer a:visited {
	color:#FFE1AE;
	text-decoration:underline;
}

#footer a:hover {
	color: #FFE1AE;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	text-align: center;
	width: 100%;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

.comment-guidelines {
    font-size: 11px;
    margin-bottom: 10px;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Book Reviews Page
------------------------------------------------------------ */
.entry-content .book-reviews, .entry-content .insights {
    margin: 0;
    padding: 0;
}

.entry-content .book-review, .entry-content .insight-post {
    list-style: none;
    overflow: auto;
    padding: 0;
    margin: 0;
}

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 600px) {

	.menu-primary li,
	.menu-primary li ul,
	.menu-primary li ul a,
	.menu-secondary li,
	.menu-secondary li ul,
	.menu-secondary li ul a,
	#header .menu li,
	#header .menu li ul,
	#header .menu li ul a {
		width: 100%;
	}
	
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.menu-primary li a,
	.menu-secondary li a,
	#header .menu li a {
		margin: 0;
		padding: 7px 3%;
	}

	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
		background: url(images/icon-plus-white.png) right no-repeat;
	}

	.menu-primary li li a,
	.menu-primary li li a:link,
	.menu-primary li li a:visited,
	.menu-secondary li li a,
	.menu-secondary li li a:link,
	.menu-secondary li li a:visited,
	#header .menu li li a,
	#header .menu li li a:link,
	#header .menu li li a:visited {
		background: none;
		color: #fff;
		padding: 7px 3%;
		width: 94%;
	}

	.menu-primary li ul,
	.menu-secondary li ul,
	#header .menu li ul {
		background: #333;
		clear: both;
		margin: 0;
		padding: 0;
		position: inherit;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		background: #666;
	}

	.menu-primary li ul ul ul,
	.menu-secondary li ul ul ul,
	#header .menu li ul ul ul {
		background: #999;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		margin: 0;
	}

}

@media only screen and (max-width: 1060px), screen and (max-height: 600px) {

	body {
		width: 100%;
		margin: 0 auto;
	}
	
	.home #content-sidebar-wrap {
		width: 100%;
	}

	.home #wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	
	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

#title-area {
		padding:32px 0 0 0;
	}

	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}

	#header .widget-area {
		padding: 0 0 10px;
	}

	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	#header .s {
		margin: 0 -7px 0 0;
	}

	.menu li.right {
		display: none;
	}

	#inner {
		padding: 0;
	}

	.breadcrumb,
	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}
	
	#content {
		padding: 0;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 0 20px;
	}

	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	#footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}
    
    .home #inner, .full-width-content #content #home-top, .soliloquy-container, .soliloquy-container .soliloquy, .soliloquy-container .soliloquy .soliloquy-slides {
        max-height: 320px !important;
    }
    
    #home-top {
        margin: 0 auto !important;
        width: 800px !important;
    }
    
    #slider-left, #slider-right {
        height: 320px !important;
    }
    
    #slider-right {
        margin: 0 0 0 800px !important;
    }

}

/*@media only screen and (max-height: 500px) {
    .home #inner, .full-width-content #content #home-top, .soliloquy-container, .soliloquy-container .soliloquy, .soliloquy-container .soliloquy .soliloquy-slides {
        max-height: 320px !important;
    }
    
    #home-top {
        margin: 0 auto;
        width: 800px;
    }
    
    #slider-left, #slider-right {
        height: 320px;
    }
    
    #slider-right {
        margin: 0 0 0 800px;
    }
}*/

/*@media only screen and (min-height: 550px) {
    .home #inner, .full-width-content #content #home-top {
        max-height: 400px;
    }
    #slider-left, #slider-right {
        height: 400px;
    }
    #home-top {
        width: 1000px;
    }
    #slider-right {
        margin: 0 0 0 1000px;
    }
}*/

@media only screen and (min-width: 1061px) {
    .home #inner, .full-width-content #content #home-top {
        max-height: 400px;
    }
    #slider-left, #slider-right {
        height: 400px;
    }
    #home-top {
        width: 1000px;
    }
    #slider-right {
        margin: 0 0 0 1000px;
    }
}

/* Events styles
------------------------------------------------------------ */

.entry-content ul.eo-event-meta li, .entry-content ul.eo-event-meta, .eo-event-meta  {
	list-style-type:none;
	margin-left:0;
	padding-bottom:0;
}
.divider {
	display:block;
	padding-top:20px;
}
.event .post-meta {
	display:none;
}
.eo-event-meta li span {
	font-style:italic;
}
.entry-meta {
	padding:20px 0;
}
.eo-venue-map {
	margin-bottom:30px;
}
article.event {
	margin-bottom:20px;
}
.entry-content ul.eo-events-shortcode {
	margin-top: 0;
}
.entry-content ul.eo-events-shortcode li {
	padding-bottom:30px;
	overflow:auto;
}
.event .event-entry-meta .excerpt {
	padding-top:10px;
}
.event .event-entry-meta time {
	font-style:italic;
}
.event .eo-event-meta li h5 {
	font-weight:bold;
	font-family:Alegreya, serif;
}
.event .post-info {
	display:none;
}

@media (min-width: 600px) {
	ul.eo-event-meta {
		width:100%;
		float:none;
	}
	body.single.single-event .eo-event-meta {
		width:100%;
		float:none;
	}
}


/*styling writing workshop events to look like posterboard events */
.entry-content ul.eo-events li.eo-event-cat-writing-workshop {
	padding: 2%;
	background: #ececec;
	margin: 0 2% 10px 0;
	/* float:left;
	width:44%;
	min-height:400px;*/
}
ul.eo-events li.eo-event-cat-writing-workshop h2 a.title {
	font-family: 'Alegreya', serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	font-size: 23px;
	line-height: 30px;
}
ul.eo-events li.eo-event-cat-writing-workshop span.date {
	display:block;
	font-size:18px;
	font-family:'Alegreya SC', serif;
	font-weight:bold;
	padding:10px 10px 5px 0px;
	background-color:#6a1313;
	color:#ffffff;
	margin-top:10px;
}
ul.eo-events li.eo-event-cat-writing-workshop span.venue {
	font-style:italic;
	font-size: 13px;
	display:block;
	background-color:#6a1313;
	color:#ffffff;
	padding:0px 10px 10px 0px;
	margin-bottom:10px;
}
ul.eo-events li.eo-event-cat-writing-workshop span.venue a {
	color:#ffffff;
}
ul.eo-events li.eo-event-cat-writing-workshop div.thumb {
	overflow:auto;
	float:left;
}
ul.eo-events li.eo-event-cat-writing-workshop img.ww-event-thumbnail {
	margin: 0px 20px 5px 10px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
	max-width:150px;
}
ul.eo-events li.eo-event-cat-writing-workshop p {
	margin-bottom:10px;
	font-size:15px;
}
ul.eo-events li.eo-event-cat-writing-workshop p.excerpt {
	padding-left:190px;
}

/* List category plugin styles */
.entry-content ul.lcp_catlist li {
	list-style-type:none;
	margin-left:0;
	overflow:auto;
	margin-bottom:15px;
}
.lcp_thumbnail {
	max-width:200px;
	height:auto;
	float:left;
	padding:10px 15px 10px 0;
}
.lcp_catlist li img.attachment-thumbnail {
	float:left;
	padding:10px 15px 10px 0;
}
.lcp_date, .lcp_author {
	font-size:14px;
	display:inline-block;
	margin-bottom:15px;
}
.lcp_author {
	border-left:1px solid #959595;
	line-height:14px;
	padding-left:5px;
	margin-left:5px;
}
.lcp_catlist li h3.lcp_title {
	clear:both;
}
li.book-review h2.lcp_title {
	margin-top:20px; 
}
h2.lcp_title {
	margin-top:10px; 
}
.entry-content .lcp_paginator li {
	border:none;
}
/* sidebar style in blog post */
.entry-content .sidebar {
	background:#fff;
	padding:10px;
	margin-left:20px;
	margin-bottom:20px;
}

/* Author Page */
.entry_author_image {
    float: left;
    display: inline;
    margin: 0 15px 10px 0;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 4px;
}

.author .hfeed h2 {
    margin: 20px 0;
    clear:both;
}

.author .hfeed ul {
    margin: 0 0 0 30px;
    clear:both;
}

.author-box .left {
    float: left;
    margin: 0 30px 0 0;
    width:175px;
}

/* Participant Section */

.participant-featured-posts {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 20px;
}

.participant-featured {
	float: left;
	background: #fff;
	padding: 10px;
	margin: 0 10px 20px 0;
	width: 193px;
}
.participant-featured p {
	font-size:14px;
	margin: 0 0 6px;
}
.participant-featured img {
	margin: 0 0 10px;
}

.participant-featured:nth-of-type(3n) {
	margin-right: 0;
}

.participant-featured a {
	text-decoration: none;
	color: #555;
}
.participant-post h5 + h5, .participant-post .right h5 + h5 {
	margin-top:5px;
}
.participant-posts,
.participant-post,
.publication-search {
	float: left;
	width: 100%;
}
.participant-post {
	margin-bottom:20px;
}
.participant-post .left {
	overlow:auto;
}
.participant-post .right h5 {
	margin-top:20px;
}
.participant-post h3 + h4 {
	font-family:'Alegreya', serif;
	font-style:italic;
	font-weight:normal;
}
.participant-post h5 + h5 {
	margin-top:0;
}
.participant-post p {
	margin: 0 0 16px;
}

.participant-pub-intro p {
	margin: 0 0 25px;
	font-size:16px;
	color:#444;
	line-height:1.8;
}

.participant-posts h3 a {
	color: #555;
	text-decoration: none;
}

.widget .participant_publicat {
	padding: 0 15px;
}

.custom_search {
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
	border: none;
}

.custom_search .searchform-input-wrapper input { 
	background: #ebe9da;
}

.searchform-label {
	float: none;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
}

.searchform-input-wrapper {
	width: 95%;
}

.TextField {
	float: left;
	width: 50%;
}