/*  
Theme Name: Demand
Theme URI: 
Description: Adaptation of Clean theme for Demand Site
Version: 0.9
Author: Matt Pusateri / Theme Trust
Author URI: http://themetrust.com
Tags: responsive, blog, clean, minimal, white, two-columns, custom-background, threaded-comments, translation-ready, custom-menus

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Buttons
08 - Sidebar
09 - Widgets
10 - Comments
11 - Pagination
12 - Footer
13 - Media Queries
14 - Demand Abolition Specific
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

html {height: 100%;}

body {
	line-height: 1;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}
ul {
	list-style: none;
}

blockquote {
	quotes: none;	
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}

sup {
	display: inline-block;
    position: relative;
    top: -.5em;
    font-size: .6em!important;
}

del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

img { display: block; }

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}

img,
video, object, embed {
	max-width: 100%;	
	height: auto;
}

/**** Isotope ****/
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/
#content .posts {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}



/**** Homepage Video Hero ****/
.hero .video-wrapper {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.hero .summary-container {
	box-sizing: border-box;
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	padding: 2em 1em;
}

/**** Responsive Video ****/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**** Homepage Blocks ****/

.blocks {
	background: #065B3C;
	padding-bottom: 1.25em;
	color: #fff;
}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;	
	width:auto; height:auto;	
	padding: 0 0 0 0;
	margin: 0;
}

p {
	line-height: 1.7em;
	font-size: .9em;
	margin: 0 0 20px 0;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;	
}

img {
	margin: 0;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #065B3C;	
}

a:hover {
	color: #065B3C ;	
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{		
	margin: 0 0 1em 0;
	font-weight: normal;
}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;
	font-family: Georgia, Times, "Times New Roman", serif;	
}

blockquote {
	background: transparent url(images/quote.png) no-repeat;	
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;	
	border: 1px solid #e4e4e4;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

.single-post .meta {
	margin-top: -1.5em!important;
}

input[type="text"], textarea {
	background-color: #fafafa;	
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;	
	border: 1px solid #ddd;
	background:	#fafafa url(images/field_bkg.png) repeat-x;	
}

input[type="text"]:focus {outline: none; background-color: #f7f7f7;}
textarea:focus {outline: none; background-color: #f7f7f7;}

textarea { width: 80%; font-size: 13px;}



/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

a.action {	
	font-style: italic;		
}

.hidden { display: none;}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	width: 100%;
	margin: 0 auto;			
}

#main {
	margin: 0 auto;
	padding: 0 0 0 0;	
	max-width: 1000px;	
	position: relative;					
}

.home #main {	
	border: none;		
}

.home.page #content {
	padding-top: 30px !important;
}

#main.full {
	background: none;
}

#sidebar {
	width: 32%;
	float: right;
	margin: 0 2% 0 0;
	padding: 0 0 0 0;	
}

.home #sidebar {	
	padding: 30px 0 0 0;		
}

#footer {
	width: 100%;
	margin: 0 auto;	
}

.oneFourth {
	width: 220px;	
}

.oneThird {
	width: 280px;	
}

.threeFourths {
	width: 75%;	
}

.full {
	
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{	
	width: 100%;	
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
}

#header .inside{	
	margin: 0 auto;	
	position: relative;
	padding: 30px 0 30px 0;		
}

#logo {		
	display: inline-block;	
	margin: 0px 2%;	
	float: left;	
	padding: 0;	
}

#logo h1 {
	margin: 0 !important;
	line-height: 1em !important;
	padding: 0 !important;	
	font-size: 1.5em;
	font-weight: bold;		
	color: #7d7d7b;		
}

#logo img {
	max-height: 80px;
}

#header h1 {
	font-size: 1.5em;	
	color: #262626;	
	margin: 0;			
}

#header h1 a, #header h1 a:hover{	
	color: #262626 !important;	
}


/* Top level navigation */

#mainNav {	
	right: 2%;	
	position:absolute; top:50%; height:20px; margin-top:10px;	
	font-family: Helvetica, arial, sans-serif;	
}

#mainNav li{
	margin: 0 1% 0 1.5em;	
	display: inline-block;		
	padding: 0;	
}

#mainNav li:last-child {
	float: right;
	margin-right: 1.5%;
}

#mainNav a {
	text-decoration: none;
}

#mainNav a.button {
	background: #FFC112;
	text-transform: uppercase;
}


@media screen and (max-width: 975px) {
	#mainNav li {
		margin: 0 .5% 0 1em;
	}

	#mainNav li:last-child {
		float: left;
	}
}

@media screen and (max-width: 850px) {
	#mainNav li {
		margin: 0 1%;
	}
}

@media screen and (max-width: 600px) {
	#mainNav a.button {
		background: transparent;
	}
}

#mainNav ul a{
	line-height: 25px;	
	color: #8e8e8e;
	font-size: .9em;		
}

#mainNav ul ul a{
	line-height: 15px;
	font-weight: normal;
	border-top: none;	
}


#mainNav ul li.current a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
#mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a,
#mainNav ul li.current-projects-ancestor a {
	text-decoration: none;
	color: #212121;		
}

#mainNav ul li.sfHover a,
#mainNav ul li a:hover,
#mainNav ul li:hover {
	text-decoration: none;
	color: #fff;	
}

/* Second level+ dropdowns */

#mainNav ul ul {
	padding: 20px 0px 0 0px !important;
	margin-top: -1px;
	background: #fff;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#mainNav ul ul ul {	
	padding-top: 20px !important;
	margin-left: -1.25em;
	margin-top: -5px;	
}

#mainNav ul ul li {	
	float: none;
	background: none;	
	margin: 0 5px 10px 15px !important;		
}

#mainNav ul ul li a {
	padding: 0px 0 10px 0;
	font-weight: normal;
	border: none !important;
}

#mainNav ul li.sfHover ul a { color: #036! important; }

#mainNav ul li.sfHover ul a:hover { color: #333 !important; }

/** arrow **/

#mainNav .sf-menu a.sf-with-ul {
	position: relative;
	min-width:		1px;
}

.sf-sub-indicator {
	position: absolute;
	bottom: 0px;	
	display:		block;
	width: 100%;
	text-indent: 	-999em;
	overflow:		hidden;
	z-index: 200;
	height: 40px;
}

.sfHover .sf-sub-indicator {
	
	bottom: -10px;	
}

#mainNav .sf-menu li ul .sf-sub-indicator {
	display: none;
}

#mainNav .sf-menu li ul .sfHover .sf-sub-indicator {
	
	position: absolute;
	top: 0;
	right: -1px;
	left: none;
	display: block;	
}

.sfHover a.sf-with-ul .sf-sub-indicator {
	height: 30px;
}

.children .sf-sub-indicator {
	display: none;
}

/*Home Message------------------*/

#homeMessage {	
	margin: 60px 2% 10px 2%;
	padding: 0 !important;
	width: 96%;	
}

#homeMessage.withBorder {

}

#homeMessage p{	
	font-size: 1.7em;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.1em !important;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
}


/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 0 20px 0;
	padding: 0 0 0 0 !important;
	width: 72%;
	float: left;									
}

#content.full {
	margin: 0 0 20px 0;	
	width: 100%;							
}

#content .masonry {	
	padding: 0 0 30px 0;
}

#content.threeFourths {	
	margin: 0 2% 20px 0;	
	width: 64%;	
}

.home #content {
	padding-top: 30px !important;
}

#content h1 a,
#content h2 a,
#content h3 a,
.widgetBox h3 a,
#slideshow .slideText h3 a,
#content h4 a,
#content h5 a{	
	color: #065B3C ;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
.widgetBox h3 a:hover,
#slideshow .slideText h3 a:hover,
#content h4 a:hover,
#content h5 a:hover{	
	color: #a7a7a3 ;		
}

#content .postThumb {
	margin-top: 0!important;
}

#content .posts .post {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

#pageHead {		
	padding: 1em 0;	
	margin: 0 2em 1em;		
}

#pageHead h1 {	
	font-size: 1.75em;
	line-height: 1.25em;
	padding: 1em 0 0 0;
	margin-bottom: 0;	
	display: block;	
	color:#414042}

#pageHead p {	
	margin: 0!important;
	padding: 10px 0 0 0!important;	
	color: #b2b2b2;			
	line-height: 1em;
}

.blog #main {
	padding-top: 2em;
}

/*Posts------------------*/

#content .post, #content .page, #content #commentBox {
	margin: 0 0 30px 2%;	
	padding-bottom: 5px;		
	/* background: #fff; */
	width: 96%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

#content.threeFourths .post, #content.threeFourths .page, #content.threeFourths #commentBox {
	margin: 0 0 1em 2.7027027%;		
	width: 97.29%;	
}

#content .post .inside, #content .page .inside, #commentBox .inside{
	margin: 0 1em;
	padding:0 0 0 0;	
}

#content .post .inside h1, #content .page .inside h1{
	font-size: 1.3em;	
}

.search #content .post {
	min-height: 50px;		
}

.post .meta, .post .metaCat, .attachment .meta {
	margin: -5px 0 20px 0;		
	padding: 0 0 0px 0;	
	font-size: .75em;
	line-height: 1.5em;		
}

#content .post.small{	
	width: 225px;
	display: block;	
	margin: 0 0 20px 20px;	
	padding-bottom: 0px;
	float: left;
	position: relative;
	overflow: hidden;
	display: block;		
	height: auto;	
	zoom: 1;	
}

#content .post.small img {
	margin: 0 !important;
}

#content .post .featImgLink {
	display: block;
	padding: 0 !important;
	margin: 0 !important;	
}

#content .post .featImgLink img{	
	padding: 0 !important;
	margin: 0 !important;	
}

#content .post.small a {
	margin: 0;	
}

#content .post.small .inside {	
	margin: 0 25px 0 25px;
	padding: 25px 0 0 0;
}

#content .post.small h1{
	font-size: 1em;
	line-height: 1em;
}

#content .posts {
	padding: 0 !important;
}

.post.small a.thumb {
	display: block;
	position: relative;
}

.lbIndicator {
	background: transparent url(images/black_alpha_50.png); 
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	display: none;
}

.lbIndicator span{
	background: transparent url(images/lightbox_icon.png) center center no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}

/*Infinite Scrolling------------------*/

#infscr-loading {
	position: fixed;
	text-align: center;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	margin: 0 0 0 0;	
	padding: 15px 15px 15px 40px;	
	font-size: .7em;
	font-style: none;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	background: #fff url(images/loading.gif) 15px 13px no-repeat;
}

#infscr-loading img {
	display: none;
}

.infscrBtn span{
	line-height: 35px;
}

.infscrBtn {
	margin: 0 0 30px 3%;		
	background: #faf9f9;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	width: 97%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 35px;
	clear: both;
	text-align: center;	
	cursor: pointer;
	font-size: .7em;
	padding: 0;		
}

#content.threeFourths .infscrBtn {
	width: 96.62%;
}

#content.full .infscrBtn {
	width: 96%;
	margin-left: 2%;
}

.infscrBtn:hover {
	background-color: #fff;
}

/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px !important;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;		
}

.gallery-item {
	margin-top: 0px!important;	
	margin-bottom: 25px!important;	
}

.gallery img {
	border: none!important;
}

/*Lists------------------*/

#content ul{	
	margin:  0 0 25px 20px;
	list-style-type: disc;	
}

#content ul li{	
	margin: 0 0 10px 0;		
	line-height: 1.4em;	
	font-size: .75em;	
}

#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}

#content ol{	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	padding-top: 10px;		
}

#content ul ul li, #content ol ul li, #content ul ol li, #content ol ol li{		
	font-size: 1em;	
}

/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

.slideshow {	
	margin:  1em auto;
	position: relative;			
}

.home .slideshow {
	width: 96%;
}

#content .slideshow {	
	margin: 0;
}

#content .flex-control-nav {
	padding: 0;	
	margin: 0 !important;
	padding: 0 !important;
	bottom: -20px !important;	
}

.slideshow li, #content .flexslider li, #content .flexslider ol {
	list-style: none !important;
	list-style-type: none !important;	
}

#content .flexslider .slides {
	margin: 0;	
}

/*//////////////////////////////////////////////////////////////////// 
//  07 - Buttons
////////////////////////////////////////////////////////////////////*/

a.button, #footer a.button, #searchsubmit, input[type="submit"]  {	
	font-size: 12px;		
	display: inline-block;	
	color: #fff !important;
	text-decoration: none;		
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 7px 15px 7px;
	border: none;
	margin: 0 3px 0 0;	
	line-height: normal !important;
}

a.button, #footer a.button {
	padding: 6px 15px 5px;
}

#searchsubmit {
	padding: 5px 15px 6px;
}

.button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	background-color: #595959;
	color: #fff;
}


/*//////////////////////////////////////////////////////////////////// 
//  08 - Sidebar
////////////////////////////////////////////////////////////////////*/

.sidebarBox {	
	position: relative;
	margin: 0 0 30px 0;		
}

.sidebarBox.oneFourth {	
	width: 100%;
}

.sidebarBox h3{	
	font-size: .8em;	
	font-weight: bold;	
	line-height:1.2em;
}

#sidebar p {	
	margin-bottom: 12px;
	color: #909090;
}

#sidebar a {	
	color: #747373;
}

#sidebar a:hover {	
	color: #8a8989;
}

#sidebar li {
	font-size: .75em;
	color: #909090;
}

#sidebar .avatar {
	float: left;
	margin: 0 20px 15px 0 !important;	
	padding: 3px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

/*///////////////////////////////////////////////////////////////////// 
//  09 - Widgets
////////////////////////////////////////////////////////////////////*/

#sidebar .widgetBox .meta,
#footer .widgetBox .meta {	
	font-style: italic;	
}

#sidebar ul, #footer ul, .homeWidgets ul{
	margin: 0 0 0 0;
	padding: 0px 0 0 0;		
	line-height: 1em;
	background: none;
	position: relative;	
}

#sidebar ul li, #footer ul li, .homeWidgets ul li{
	padding: 0px 0 0px 0;
	margin: 0 0 15px 0;	
	line-height: 1em;
	background: none;	
}

#sidebar ul li p, #footer ul li p{
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2{
	font-size: 13px;
	margin: 0 0 0px 0 ;	
	padding: 0 !important;	
	line-height: 1em;
	font-weight: normal;	
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;		
	border: none;	
}



/*Search------------------*/

.widget_search {	
	display: inline-block;
	padding: 0 !important;	
}

.widget_search h3 {
	display: none;
}

.widget_search:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .widget_search {
    display: block;
}

* html .widget_search {
    height: 1%;
}

#s {
	margin: 0 0px 0 0;	
	padding: 7px 10px 7px 10px !important;
	line-height: normal!important;	
	width: 39%;
	color: #9a9a9a;
	
}

#searchsubmit{	
	font-size: 11px !important;
	margin: 0 !important;
	border-left: none;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	float: right;
	border: none;
	height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-position: 0 -1px;	
}


/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 0 0 !important;
	display: block;
	padding: 3px 0 0 0;	
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {	
	font-size: 13px !important;
	margin-bottom: 2px;		
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {	
	line-height: 1.1em;
	padding-top: 3px;
}

.ttrust_recent_posts .firstPost p{	
	margin-bottom: 10px;
}

.secondaryPost {	
	padding: 10px 0 0px 0;	
}

.ttrust_recent_posts .thumb{
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.ttrust_recent_posts li {
	margin-bottom: 30px;
	border: none;
	display: block;		
}


/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 216px;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}

table#wp-calendar td a{
	font-weight: bold;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;	
	font-weight: bold;	
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{	
	font-size: 11px !important;
	padding: 5px 7px 5px 7px;	
	display: block;
	float: left;
	margin: 0 5px 5px 0;	
}

#footer .widget_tag_cloud a,
#sidebar .widget_tag_cloud a{
	background: #7a7a7a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

#sidebar .widget_tag_cloud a{
	background: #e3e3e3;
}

#footer .widget_tag_cloud a{
	background: #e5e5e5;
}

.widget_tag_cloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.widget_tag_cloud {
    display: inline-block;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/

#twitterBox{
	margin: 0 0 10px 0;
}

ul#twitter_update_list li{
	line-height: 1.4em !important;	
}

.twitterLink a{		
	font-style: italic;
}


/*Flickr Widget--------------------*/
#flickrBox .flickrImage {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

#flickrBox .flickrImage img {
	width: 50px;
	height: 50px;
}


/*///////////////////////////////////////////////////////////////////// 
//  10 - Comments
////////////////////////////////////////////////////////////////////*/
	
#comments {
	position: relative;
	margin: 0 0 30px 0px;
	width: 74.468805%;		
	padding: 0 0 0 0;
}

#content.project #comments {
	padding-top: 30px;
}

#comments ul{
	list-style: none;
	margin: 0 0 30px 0;	
}

#comments h3{	
	margin: 0 0 30px 0;	
}

#content #comments ul li{
	font-size: 1em !important;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;	
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;	
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;		
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;	
}

#commentForm label {
	padding-left: 20px;
}

.comment h5 {	
	margin: 0 0 0 80px;
	padding: 0;		
}

.comment .date {	
	margin: -5px 0 10px 80px;	
	display: block;
	color: #a5a5a2;	
	font-style: italic;
	font-size: .75em;		
}

.comment p {	
	margin: 0 0 10px 80px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 80px;
	font-size: .75em;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;	
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;	
}



/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 0 0 30px 0px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}

#respond form {
	margin: none;
	padding: none;
	position: relative;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

#comments textarea {
	width: 90% !important;
}

#comments input[type="text"] {
	width: 50%;
	margin-right: 20px;
}




/*//////////////////////////////////////////////////////////////////// 
//  11 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {
	width: 97%;
	padding: 0 0 20px;	
	clear: both;	
	margin: 0 0 0 3%;	
}

.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;	
	text-align: center;
	text-decoration: none;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
		
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

.wp-pagenavi .pages {
	float: right;
	margin: 0px;
}


/*//////////////////////////////////////////////////////////////////// 
//  12 - Footer
////////////////////////////////////////////////////////////////////*/

#footer {	
	color: #a2a2a2;		
}

#footer a {
	color: #797979;	
	text-decoration: none;
}

#footer a:hover {
	color: #5b5b5b;	
}

#footer .inside {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 30px;			
}

#footer .secondary {	
	margin: 0 2% 0 2%;
	padding-top: 30px;
	border-top: 1px solid #dddddd;			
}

#footer .secondary .left {
	float: left;		
}

#footer .secondary .right {
	float: right;			
}

/* Back to my own stuff */

body {background-color: #fff; color: #333;	}

.home #main {width:100%; max-width:100%}
.slideshow {max-width:960px;  min-height:350px;display:block;}


input[type="text"], textarea {border: 1px solid #ccc;}

#mainNav{	
	position:relative; top:0;right: 0;	
	height:auto;	
	font-family: Helvetica, arial, sans-serif;
	clear:both;
	width:100%;	
	margin-top:0;
	padding:.5em 0;
	background:#065B3C;
	text-align:center;
	}

#mainNav ul {	
	max-width:1000px;
	margin:0 auto;
}

#mainNav li{
	font-weight:bold;
	width:auto;
	display:inline-block;
}

#mainNav ul a{
	color: #fff !important;
}

#mainNav ul ul {
	padding: 1em 1em 0 0 !important;
	margin-top: -1em;
	background:rgba(255,255,255,.9);
	-webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.30);
	-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.30);
	box-shadow:0 3px 3px rgba(0, 0, 0, 0.30);	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:left;
	max-width:none;
	overflow:hidden;
}

#mainNav ul ul li a {
	padding: 0px 0 10px 0;
	margin-top:0;
	font-weight: normal;
	border: none !important;
	color:#333 !important;
	}

#mainNav ul li.sfHover ul a { color: #000 !important; }
#mainNav ul li.sfHover ul a:hover { color: #000 !important; }

#mainNav ul li.current a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
#mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a,
#mainNav ul li.current-projects-ancestor a {
	text-decoration: none;
	color: #fff;		
}

#mainNav ul li.sfHover a,
#mainNav ul li a:hover,
#mainNav ul li:hover {
	text-decoration: none;
	color: #eee;	
}

#mainNav ul ul li a {
	padding: 0px 0 10px 0;
	font-weight: normal;
	border: none !important;
	color:#333 !important;
}


#footer .inside {
	padding: 0;			
}

#footer .secondary {	
	padding-top: 0;
	border-top: 0	
}

#header .inside{	
	margin: 0 auto;	
	position: relative;
	padding:0;		
}



/* Misc. Matt P Tweaks */


#content ul li, #content ol li {font-size:.9em;line-height:1.5em; color:#333;}

.branding-box {
	max-width:1000px;
	margin:1.5em auto;
	display:block;
	overflow:hidden;
}

.branding-box input {
	width:40%;
	display:block; 
	float:none
}

.branding-box input #s {}

.inside h3 {/* color:#065B3C; */ margin:1em 0 .5em;  font-size:1em;}

.pitch-container {
		max-width:100%; 
		margin:0 auto 0;
		display:block; 
		overflow:hidden; 
		background:#065B3C;
	}
.pitch {
	max-width:960px;
	padding:2em 0 2.25em; 
	overflow:hidden; 
	margin:0 auto; 
	color:#fff; 
	text-align: center;
	font-size: 1.5em;
}

.pitch p {
	font-size:1.1em;
	line-height:1.4em;
	padding: 0 1em;
}

@media screen and (max-width: 400px) {
	.pitch p {
		font-size: .75em;
		line-height: 1.2em;
	}
}

.pitch a {
	color:#fff; 
	background: #FFC112; 
	padding: .5em 1.5em; 
	text-transform: uppercase;
	font-size: .75em;
}

.split {width:47%}
.clear {display:block;overflow:hidden;clear:both;}
.half {width:50%;}

.sub-pitch {width100%;overflow:hidden;}
.third {width:32%;margin-right:2%; }
.two-thirds {width:64%}
.last {margin-right:0;}

.sub-pitch h3 {text-align:center;color:#065B3C; font-size:1.7em;font-weight:normal; padding-bottom:.5em;}
.sub-pitch p {text-align:left;font-size:1em; line-height:1.4em; color:#333}
.sub-pitch li {font-size:1em; line-height:1.3em; color:#333}
.sub-pitch p span {font-size:2em;font-weight:bold;color:#666; display:inline-block; vertical-align: middle;}

.right {float:right}
.left {float:left}


#content .button {
	background-color:#67B4E8!important;
	border:0;
	color:#fff;
	font-weight:normal;
	padding:.5em  1em;
	text-decoration:none;
	text-align:center;
	font-size:.9em;
	font-weight:bold
	}

#content .button:hover {
	background-color:#065B3C;
	}


.signup {
	padding: 1em;
	color:#333;
	background: #EFEDE6;
}


#email-signup {width:100%; overflow:hidden;}
#email-signup .EMAIL {width:60%; float:left; color:#666;}
#email-signup .button {
	float:right;
	width:30%;
	background-color:#67B4E8;
	display:inline-block;
	color:#333;
	font-weight:normal;
	padding:.5em  0;
	text-decoration:none;
	text-align:center;
	font-size:1em;
	font-weight:bold
	}
	
#sidebar #email-signup .EMAIL {width:90%; float:none; margin:0 auto 1em;  padding:4%; }
#sidebar #email-signup .button {width:98%;float:none; margin:0 auto; font-size:.9em;}
	
.signup h4 {text-transform:uppercase;font-size:1em;padding:0 0 .5em 0; margin:0; font-weight:bold;}

.tw-envelope, .fb-envelope, .pdf-envelope {display:inline-block;}
.fb-envelope {position:inherit;top:0; left:0;}
.pdf-envelope img {position:relative; top:-1em;}
.pdf-envelope a {position:relative; top:-.3em;}

#header ul.social-top {display:block; list-style:none;text-align:right; margin-right:2%;float:right; overflow:hidden;}


.social-top li {display:inline-block; margin-left:1em;padding-top:2px;}
.social-top li:hover {
	position:relative; 
	top:-2px;
	opacity: 0.5;
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 50);
/*-ms-filter must come before filter*/
	filter: alpha(opacity = 50);
	}


.widget_search {	
	display: block;
	width:20%;
	float:right;
	clear:right;
	margin-top:1em;
}
#searchform {width:90%; }
#s  {clear:both;overflow:hidden; width:90%; }

	

/*  FOOTER STUFF */

		#footer {
		padding:0.5em 0 .5em 0; 
		border-top:1px dotted #065B3C; 
		}

		.mega-footer {
			display:block;
			overflow:hidden;
			width:100%;
			padding:0;
			background:none; 
			font-size:.9em; 
			color:#666;
			}
			
		.mega-footer .quarter {display:block;width:23%; padding-right:0.5%;float:left; text-align:left; margin-right:0.5%}
		.mega-footer .third {display:block;width:31%; float:left; text-align:left;}
		
		.mega-footer p {padding:0 0 1em; margin:0; line-height:1.5em}
		
		.mega-footer h4 {
				font-weight:normal; padding:0 0 1em; font-size:1.1em; font-weight:bold; text-align:left;margin:0;color:#414042;
				}
		
		.mega-footer h5 {padding:0 ;font-weight:bold; color:#666;}
		
		.mega-footer ul {padding:1em 0 0 0;} 
		.mega-footer ul li  {padding:0;margin:0;line-height:1.5em}
		.mega-footer ul li a, .mega-footer p a {color:#065B3C !important}
		
		.mega-footer ul li a {
			margin:0;
			font-size:.8em; 
			font-weight:normal; 
			line-height:100%; 
			display:inline-block; 
			padding:0; 
			margin:0;
			clear:none; 
			}
		
		.mega-footer #email-signup .button {font-size:1em;	padding:.5em  0;}
		
		#footer .mega-footer ul.connect-list  {display:block; width:100%; padding-top:0;margin:0;}
        .mega-footer .connect-list li  {display:block;border:0;  padding:0;float:left;}
        .mega-footer .connect-list li  a{display:block;padding-right:1em;}
		.core-footer {display:block;margin:0 auto 1em; padding:2em 2em 0; overflow:hidden;}
		
		.half-fit {width:50%;margin-left:.5em;height:auto;}	
		
		.footer-stretch {
			display:block;
			color:#fff;
			width:100%;
			margin:0 auto;
        	background:#065B3C;
        	padding:.5em 0;
		}
			
		.footer-stretch p {
				margin:0 auto;
				max-width:1000px;
			    display:block;
				}	
			
/* Region Page Stuff */
.region-splash img {margin:.0 0 1em 0;}
 
 .region h3 {font-weight:normal; font-size:1.5em;padding:0 0 .5em 0; margin:0; }
 .region p, .region ul li {line-height:1.5em; font-size:.9em;}
 
#sidebar p, #sidebar ul li {font-size:.9em;line-height:1.5em; color:#333;}
.at-a-glance {
	margin-bottom:2em;

/*	background:#eee;
	-webkit-border-radius: 0px 12px 12px 0px;
	border-radius: 0px 12px 12px 0px;
	
background: -moz-linear-gradient(top,  rgba(194,216,234,1) 0%, rgba(194,216,234,1) 50%, rgba(194,216,234,0.1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(194,216,234,1)), color-stop(50%,rgba(194,216,234,1)), color-stop(100%,rgba(194,216,234,0.1))); 
background: -webkit-linear-gradient(top,  rgba(194,216,234,1) 0%,rgba(194,216,234,1) 50%,rgba(194,216,234,0.1) 100%);
background: -o-linear-gradient(top,  rgba(194,216,234,1) 0%,rgba(194,216,234,1) 50%,rgba(194,216,234,0.1) 100%); 
background: -ms-linear-gradient(top,  rgba(194,216,234,1) 0%,rgba(194,216,234,1) 50%,rgba(194,216,234,0.1) 100%); background: linear-gradient(to bottom,  rgba(194,216,234,1) 0%,rgba(194,216,234,1) 50%,rgba(194,216,234,0.1) 100%); \
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2d8ea', endColorstr='#1ac2d8ea',GradientType=0 );	
*/
}

#sidebar .at-a-glance p {margin-bottom:1.5em; display:block;}	
/* .at-a-glance p span {background:#2F9500;color:#fff;font-size:1.15em;line-height:1.4em;display:block; padding:.5em;margin-bottom:.25em;} */
.at-a-glance p span {text-transform:uppercase; font-weight:bold; color:#688c50}	
	
	
	
#content .post .inside, #content .page .inside, #commentBox, #sidebar .widgetBox h3 {line-height:1.33em;}

.sidebox {margin-bottom:2em;}
#sidebar a {color: #065B3C;}
#sidebar a:hover {color: #065B3C ;}
 #sidebar .widgetBox h3 {font-size:1em; font-weight:normal;}
 #sidebar .widgetBox h3 a {color:#333;}
 #sidebar .widgetBox ul li {font-size:.8em;}
 
#sidebar .rsswidget img {display:none;}


.picright, .vidright {float:right;margin-top:.25em;padding:0 0 .5em 1em;}
.picleft, .vidleft {float:left;margin-top:.25em;padding:0 1em .5em 0;}



.breadcrumb {font-size:.9em;margin:1em 0 }


/* More Home Page Stuff */
hr {height:0px; 		border-top:1px dotted #065B3C;  margin:1em 0; clear:both;overflow:hidden;}
h3.wideheader {
	text-align:left;
	font-size:1.7em;
	font-weight:normal; 
	padding:0.5em 0 .5em 0; 
	margin-top:1.5em;
	border-top:1px dotted #065B3C; 
	color:#065B3C;
	}

.top-three {display:block;overflow:hidden;max-width:960px;margin:0 auto;}
.top-three h3 {display:block;overflow:hidden;font-size:1.6em;line-height:1.2em;}
.top-three p {font-weight:normal;text-align:left}
.top-three a {font-weight:bold;}
.top-three img {margin-bottom:1em; width:100%;}
.top-three .third {
                Line-height:  125%;
}


.big-fact {}
.big-fact .fact {
	width:40%; 
	float:left;
	line-height:100%;
	padding-right:1em;
	font-size:4em;
	font-weight:bold;
	color:#999;    
	}
	
.big-fact .explainer {
	margin-left:45%;
	font-size:1em;
		}


.quick-ideas p {font-size:1em;}
.quick-ideas img {margin-bottom:1em; }

.quick-facts p {font-size:1em;text-align:center; font-weight:bold; padding-top:.5em;}
.quick-facts span {
	font-size:4em;
	font-weight:bold;
	color:#999;    
	display:block;
	width:100%;
	padding-bottom:.5em;
	}


.mini-facts .oneFourth {
	width:172px; 
	margin-right:20px; 
	padding:1.5em 20px; 
	background:#eee; 
	min-height:18em;
	-webkit-border-radius: 6px;
    border-radius: 6px;
    }
.mini-facts p {font-size:.9em;text-align:left; font-weight:normal; padding:.5em 0 0 0;}
.mini-facts .last {margin-right:0}

.mini-facts span {
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	color:#999;
	display:block;
	width:100%;
	padding-bottom:0;
	}
	
.blogbox {
	margin-top:2em;
	padding:1.5em 1em; 
	background:#fff; 
	-webkit-border-radius: 6px;
    border-radius: 6px;
}	

.blogbox h3 {padding-bottom:1em;}

.blogbox a {font-weight:bold;}
	
.alert {padding:1em 2em; font-size:.9em;background-color:#f1e693;}
.alert h3 {font-size:1.1em;font-weight:normal; padding:0; margin:0; text-align:center}
.alert h3 a {color:#000; font-weight:bold;}

.inside a, #sidebar a{	
	color: #065B3C;
	text-decoration: underline;
}

.inside a:hover, #sidebar a:hover {
	color: #065B3C  !important; text-decoration:underline;	
}

.inside h1 {line-height:1.25em; color:#065B3C}

.inside h1 a {
	text-decoration: none;
}

.inside p.meta {font-style:italic; color:#666}

.press-item {margin-top:1em;}
.press-item h4 {margin:0 0 .5em 0; font-style:italic; line-height:1.25em}
.press-item p {margin:0;}

p.more {margin:1em 0 2em; font-weight:bold;font-style:italic;}

.press-featured {display:block;background:#eee; padding:0 1em 1em;margin-bottom;1em;overflow:hidden;}
.press-featured .videoContainer iframe {float:right;width:50%;height:auto;margin:0 0 0 1em;}


aside {
  display:block;
  width:40%;
  float:right;
  font-size:1.6em;
  margin:0 0 .5em .5em;
  line-height:1.8;
  color:#2F9500;
  text-align:right;
  }
  
aside.longer {
  display:block;
  width:94%;
  float:none;
  font-size:1.25em;
  margin:1em 0;
  line-height:1.5em;
  color:#2F9500;
  text-align:center;
  padding:1em 3% 1em;
  border-top:1px dotted #2F9500;
  border-bottom:1px dotted #2F9500;	
  }

.sharebar {
	display:block;
    margin-bottom:1em;
	width:96%;
    }

.sharebar a {margin-right:1em}

#content ul.short-list {margin:0 0 1em 0;	list-style-type:none;}

ul.short-list li {
	display:inline-block; 
	padding-right:.75em;
	font-size:.75em;
	font-weight:bold;
	color:#666;
  }

ul.short-list li a{
	display:inline-block;
	padding:.25em 1em;
	background:rgba(58,122,157,.2);
	    -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
  }

#content ul.short-list li a:hover {background:rgba(58,122,157,.33); text-decoration:none;}

.publication-item {
	display:block;
	margin-bottom:0;
	overflow:hidden;
	}
	
.publication-item .thumbnail{float:right;margin:.0 0 .5em 1em;border:1px solid #ccc; width:20%;height:auto}	
.publication-item .solo-thumbnail{float:right;margin:.5em 0 .5em 1em;border:1px solid #ccc;}	

.publication-item h1 {display:block;margin-bottom:.5em;}

.publication-item h3 {display:inline;font-weight:bold;}

.publication-item p {margin:0}
.publication-item .authors {font-style:italic; padding:.5em 0 0; font-size:.8em; font-weight:bold; color:#333}
.publication-item .missing {font-style:italic; padding:.5em 0 0; font-size:.8em; font-weight:bold; color:#600; text-transform: uppercase }
.publication-item .date {padding:0 0 1em; font-size:.8em; font-weight:bold;color:#333}
.publication-item .region {padding:.25em 0;}
.publication-item .topic a {padding:0 0 .25em;}
a.publication-link {padding:.5em 0 1em; display:block;}

#content ul.bio-summary {margin:0;}
#content ul.bio-summary li {list-style:none;}

.or {width:100%;margin:2em 0 0 0; padding:0; border-top:1px dotted #2F9500; text-align:center;}
.or span {inline-block:center;background:#fff;padding:0 1em; margin:0 auto; font-style:italic; font-weight:bold;position:relative;top:-1em;}
.tight {margin:0.5em auto 0;  width:80%;}
.geography h4 span {font-style:italic;float:right;display:inline-block;width:50%;font-size:.8em; text-align:center;color:#b34238} 



p.small-form {font-size:.75em;margin:0;}

.geography {padding-bottom:1em; display:block; overflow:hidden}

#content .results ul {margin:0;}
#content .results ul li {list-style:none;margin:0 0 .25em 0}
#content .results .post {margin-bottom:0;}


/* Story/Interior Headers */
#content h1 {font-size:1.6em;}
#content h2 {font-size:1.4em; margin:0 0 .5em 0;}
#content h3 {font-size:1.25em; font-weight:normal;line-height:1.4em;}
	#content h3.divider {font-size:1.25em; border-bottom:1px dotted #999;padding-bottom:.25em;margin-bottom:.5em}
#content h4 {font-size:1em;font-weight:bold; line-height:1.5em;}
#content h5 {font-weight:bold;}

#content h1.clear,
#content h2.clear,
#content h3.clear,
#content h4.clear,
#content h5.clear,
#content h6.clear {clear:right;display:block}


/* Sidebar headers */
#sidebar h3 {font-size:1.25em; border-bottom:1px dotted #999;padding-bottom:.25em}
#sidebar h3, #sidebar h4 {color:#333; margin-bottom:.5em}

/* Wordpress Inline Image Styling Help */
.alignright img{float:right; margin-bottom:.25em}
.alignnone img, .alignleft img {float:left;margin-bottom:.25em}

p.wp-caption-text {font-size:.8em; font-style:italic}
.alignright p.wp-caption-text {text-align:right; }
.alignnone p.wp-caption-text, alignleft p.wp-caption-text {text-align:left; padding-right:10px}
#content .alignright, #content img.alignright {float:right;padding:0 0 .5em .5em; }


.callout {
	background:#E0EBF4;
	padding:1em 2em .5em;
	margin-bottom:2em;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	 -webkit-box-shadow:  0px 3px 6px 0px rgba(0, 0, 0, .2);
    box-shadow:  0px 3px 6px 0px rgba(0, 0, 0, .2); 
		}
		
#sidebar h4 {font-size:1.2em;}			

.about-top {background:#065B3C; padding:0; color:#fff;}
.about-top .flexslider {margin:0;}
.about-top .flex-control-nav, .about-top .flex-direction-nav {display:none;}
.about-top  #email-signup .button {
			float:right;
			width:28%;
			background-color:#999;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			display:inline-block;
			color:#333;
			font-weight:normal;
			padding:.5em  0;
			text-decoration:none;
			text-align:center;
			font-size:.7em;
			font-weight:bold;
			margin:.5em 0 1em;
			}
.about-top ul.slides {margin:0;padding:0}
.about-top .right {margin:1em 1em 0 0;}
#content .about-top ul li {margin:0}


.about-blurbs {display:block;margin-top:2em;overflow:hidden;}
.about-blurbs .third {width:30%;margin-right:5%; display:block}
.about-blurbs .last {margin-right:0}

.about-blurbs p, #content .about-blurbs li {font-size:.8em;}
#content .about-blurbs ul  {margin-left:2em}

div.third-box {
	/* width:31.25%;    /* 200 / 640 = 0.3125 */
	width:11em;
	height:14em;
}

div.half-box {
	width: 46%;
	min-width: 275px;
	height: 360px;
}

div.third-box,
div.half-box {
	display:block;
	margin:0  1em 1em 0; 
	padding:0; 
	background:#f0f0f0; 
    float:left;
}

div.third-box a,
div.half-box a {
	font-weight:bold; 
	display:inline-block;
}
div.third-box a:hover,
div.half-box a:hover {
	color:#045C7F;
}
div.third-box p,
div.half-box p {
	padding:0 1em 1em; 
	line-height:1.5em;
}
div.third-box h4,
div.half-box h4 {
	margin-bottom:0; 
	padding:1em 1em .5em; 
}

div.third-box br,
div.half-box br {
	display: none;
}

div.third-box img,
div.half-box img {
		width: 100%;
}

h1.big-centered {text-align:center;font-size:3em;font-weight:bold; margin:1em auto  .25em;color:#2F9500;}
#content h2.why-women {font-size:1.75em; font-style:italic;margin:0 auto 2em;}
#content .unpadded h3 {margin-top:-.25em}
div.ww-box {margin:1em 0;}
.wpcf7-submit {background:#2F9500}

.mc-field-group span {color:#c60; font-size:150%;}
.mc-field-group br {padding:0;margin:0;height:0;display:none;}

.mc_embed_signup .button {
	background-color:#67B4E8!important;
}

/*Demand Abolition Specific Styling*/


/* ///////////////////////////////////////////////////////////////////// 
//  14 - Demand Abolition Specific
/////////////////////////////////////////////////////////////////////*/

table#ndja td, table#ndja th{
color: #333;
	font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
	border-collapse:collapse;
  	border-spacing:0;
	text-align: center;
	padding: 4px;
}


table#ndja thead th {

	font-style: bold;
	background: #CCC;
}
table#ndja tfoot td {

	font-style: italic;
	background: #CCC;
	padding: 10px 4px;
}
table#ndja th:first-child, table#ndja td:first-child {
	text-align: left;
}
table#ndja tr:nth-child(odd) {
	background: #EEE;
}

table#ndja img {display:inline}


.sbar-num {
	color: #CCC;

    font-size: 3.5em;
	font-weight: bold;
}

.inline-slideshow .flex-control-nav, .inline-slideshow .flex-direction-nav {display:none;}

/*********************************/
/*     Styles for post grid      */
/*      Fit for production       */
/*********************************/

#grid-container {
	background: #EFEDE6;
}

#post-grid {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 3px solid #fff;
}

#post-grid::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#post-grid a {
	margin: 0;
	width:30%;
	height: 220px;
	overflow: hidden;
	display: inline-block;
	background-size: cover;
	background-position: center;
	float: left;
	text-decoration: none;
	color: #fff;
	position: relative;
	box-sizing: border-box;
    border: 3px solid #fff;
}

#post-grid a:first-child {
	height:440px;
	width: 40%;
}

#post-grid a:first-child p {
	display: block;
}

#post-grid .excerpt {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
	margin:0;
	padding: 4%;
	position: absolute;
	bottom: 0;
	width: 93%;
}

#post-grid a h1 {
	font-size: 1.13em;
	font-weight: 700;
	margin: 0;
	bottom:0;
	line-height:125%;
}

#post-grid a p {
	margin: 0;
	line-height: 125%;
	display: none;
	padding:.75em 0 .25em 0;
}

.clear {
	clear:both;
}

/* Post grid media queries */

@media (max-width: 787px) {
	#post-grid a {
		width:50%;
	}
	#post-grid a:first-child {
		width:100%;
		clear: both;
	}
}

@media (max-width: 475px) {
	#post-grid a {
		width:100%;
		clear: both;
	}
}

/* Limit image caption widths and make them responsive. */
.wp-caption {
                max-width: 100%!important;
}

/* Reduce blog thumbnail width and float right. */
.blog.thumb img {
max-width: 25%;
float: right;
margin-left: 1em!important;
}

.pitch .fb-envelope, .pitch .tw-envelope {
    float:left;
}

/* Custom Social Share CSS */

.ssba.ssba-wrap {
	position: fixed;
    margin-left: -75px;
    margin-top: 5px;
}

.ssba.ssba-wrap img {
	max-width: 45px;
	margin-bottom: 5px;
}

@media screen and (max-width: 1100px) {
	.ssba.ssba-wrap {
		bottom: 0;
		margin-left: 0;
		margin-top: 0;
	}
	.ssba.ssba-wrap a {
        display: inline-block;
        margin-right: 5px;
	}
}

/* Custom Highlight Share CSS */

.highlight-and-share-wrapper div {
	background: transparent!important;
	padding: 0!important;
	height: 48px;
	width: 48px;
}

.highlight-and-share-wrapper .has_twitter a {
	background: url(/wp-content/plugins/simple-share-buttons-adder/buttons/simple/twitter.png) no-repeat;
	background-size: 48px 48px;
}

.highlight-and-share-wrapper .has_facebook a {
	background: url(/wp-content/plugins/simple-share-buttons-adder/buttons/simple/facebook.png) no-repeat;
	background-size: 48px 48px;
}

.highlight-and-share-wrapper a, 
.highlight-and-share-wrapper a:hover, 
.highlight-and-share-wrapper a:visited {
	padding: 0!important;
}

table {
	background-color: #f1f1f1;
}

th {
	background-color: #fff;
}

th, td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}