/*
Theme Name: Child's Play for Thematic
Theme URI: http://scottnix.com/childs-play-responsive-child-theme-for-thematic/
Description: A child theme based on the Responsive Base child theme for the Thematic Theme Framework, powered by SASS/Compass, lean and clean.
Author: Scott Nix
Author URI: http://scottnix.com/
Template: thematic
Version: 0.2.0
Tags: thematic, child-theme, responsive, mobile-first, SASS
*/

/* iPhone detection */
.phone-link, .phone-link:visited, .phone-link:link, .phone-link:active {
color:#fff; text-decoration:underline;
}
.phone-link.no-underline {
text-decoration:none ;
}
/* End iPhone detection */

/* GLOBAL CSS */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

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

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

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

body {
  margin: 0;
}

a:focus {
  outline: none;
}

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

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

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

p, pre {
  margin: 1em 0;
}

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

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

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 1em 0 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ul {
  padding: 0 0 0 40px;
}

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

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

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

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

button, input {
  line-height: normal;
}

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

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

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

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

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.books td {
  width:33%;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body,
input,
textarea {
  color: #3d3331;
  font: .9em/1.625 Georgia, Times, "Times New Roman", serif;
}

body {
  background: #fefefe;
}

h1, #blog-title,
h2 {
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.5), 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: #3d3331;
}

h1, #blog-title {
  margin: 0 0 0.5417em;
  font-size: 3em;
  line-height: 1.0833em;
}

.entry-title {
  margin: 0 0 0.7222em;
  font-size: 1.8em;
  line-height: 1.4444em;
}

h2, h3 {
  margin: 0 0 0.2em 0;
  font-size: 1.2em;
  line-height: 1.7333em;
  font-weight:normal;
}
#content h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.4em;
	font-family: Georgia, Times, "Times New Roman", serif;
}

h4, .widgettitle {
  margin: 0 0 1.0833em;
  font-size: 1.5em;
  line-height: 1.0833em;
}

h5 {
  margin: 0 0 1.1818em;
  font-size: 1.375em;
  line-height: 1.1818em;
}

h6, .page-title {
  margin: 0 0 1.4444em;
  font-size: 1.125em;
  line-height: 1.4444em;
}

a {
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  color: #004b91;
  text-decoration: none;
}
a:visited {
  color: #004b91;
}
a:hover {
  color: #292d36;
}
a:focus {
  color: #292d36;
}

.button-wrapper a {
	-moz-transition-duration: 0.0s;
	  -webkit-transition-duration: 0.0s;
	  -o-transition-duration: 0.0s;
	  transition-duration: 0.0s;
	  -moz-transition-timing-function: ease-in-out;
	  -webkit-transition-timing-function: ease-in-out;
	  -o-transition-timing-function: ease-in-out;
	  transition-timing-function: ease-in-out;
	text-decoration:none;
	color:#444A46;
}
.button-wrapper a:hover {
	text-decoration:none;
	color:#000;
}

p,
ul,
dd,
pre,
hr,
table,
form,
address,
embed,
select {
  margin: 0 0 1.2em;
}

ul {
  list-style: disc;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}

dl {
  margin: 0 1em;
}

dt {
  font-weight: bold;
}

abbr, acronym {
  cursor: help;
}

ins {
  border-bottom: 1px solid #E8D269;
  text-decoration: none;
}

textarea {
  resize: vertical;
}

caption {
  text-align: center;
}

table {
  border: 0;
  border-width: 0;
  text-align: left;
}

/* tr {
  border-bottom: 1px solid #E8D269;
} */

th,
td {
  padding: 0em 2.0em 0em 0em;
  vertical-align: top;
}

hr {
  height: 1px;
  border: 0;
  background: #E8D269;
  color: #E8D269;
}

::-moz-selection {
  background: #fe57a1;
  color: #f1f1f1;
  text-shadow: none;
}

::selection {
  background: #fe57a1;
  color: #f1f1f1;
  text-shadow: none;
}

blockquote {
  margin: 0 1em;
  font-style: italic;
}
blockquote p {
  padding-left: 1em;
  border-left: 5px solid #E8D269;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

/* PAGE HEADER CSS */

#wrapper {
    background: #31568A;
	border-top:5px solid #2D3744;
  }
#header {
  position: relative;
  z-index: 2;
}

#branding {
  position: relative;
  height: 7em; /* Change this to your images height */
  width: 95%;
  margin: 0 auto;
  padding: 1.5em 0;
}

#blog-title {
  margin: 0;
  padding: 0;
}
#blog-title a {
    display:block;
    position:absolute;
    text-indent:-9999px;/*get the actual text out of sight*/
    top:0; /*only if you need to push the logo down otherwise set to 0*/
    left:0;
}

#blog-description {
    left:-9999px;
    position:absolute;
}
#header-image {
 background:url("images/Solstice-NYC-web.png") no-repeat transparent; /* Change This to Your Image */
 background-size: 300px 90px;
width:300px;
 height:90px;
 position:absolute;
 cursor: pointer;
 top:0;
}

.location {
	padding-right:1em;
	text-align:right;
}
.location h2 {
	font-family:"Tienne", "Rockwell", "Times New Roman";
	font-size:120%;
	color:#fff;
	text-shadow: .1em .1em .5em #000;
	font-weight:normal;
	letter-spacing:.1em;
}

#header-widget {
  margin: 0 .4em 0;
	float: right;
  width: 40%;
  clear: right;
}
#header-widget .widgettitle {
  display: none;
}
#header-widget ul,
#header-widget address,
#header-widget form {
  margin: 0;
}

#access {
  width: 95%;
  margin: 0 auto;
}

/* Stephen's Additions */
#access .menu { padding-top:.3em;float:right }

#special {
	margin:20px 0 20px 0;
	padding:10px 10px 5px 15px;
	background:#fff3b9;
	border:1px solid #E8D269;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;	
}
#special img {
	float:right;
	border:2px solid #E8D269;
}
#special a:link, #special a:active, #special a:visited {
	color:#3D3331;
}
#special a {
	text-decoration:underline;
}
/* end */

.access-nav {
  width: 100%;
  margin: 0 auto;
}
.js .access-nav {
  display: none;
}
.access-nav ul {
  margin: 0;
  padding: 0;
}
.access-nav li {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px solid #445162;
  list-style: none;
  background: #2D3744;
}
.access-nav li a {
  display: block;
  padding: .5em .35em .5em 1em;
  color: #3d3331;
}
.access-nav li a:hover {
  padding-left: 1.5em;
  color: #E8D269;
}
.access-nav li:last-child {
  border: none;
}
/* .access-nav li ul {
  display: none;
}
*/
.nav-open {
  color: #E8D269;
}
.nav-open .menu-title:after {
  content: "-";
  padding-left: .4em;
}
.nav-open:hover .menu-title:after {
  content: "-";
  padding-left: .4em;
}
.nav-open .icon-bar {
  background: #E8D269;
}


/* BUTTONS BUTTONS BUTTONS */
.cta-buttons {
	width:100%;
}

button.yellow {
  background-color: #F4DF87;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4DF87), color-stop(100%, #E8D269));
  background-image: -webkit-linear-gradient(top, #F4DF87, #E8D269);
  background-image: -moz-linear-gradient(top, #F4DF87, #E8D269);
  background-image: -ms-linear-gradient(top, #F4DF87, #E8D269);
  background-image: -o-linear-gradient(top, #F4DF87, #E8D269);
  background-image: linear-gradient(top, #F4DF87, #E8D269);
  border: 1px solid #E8D269;
  border-bottom: 1px solid #C9B667;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #fff5c1;
  box-shadow: inset 0 1px 0 0 #fff5c1;
  color: #444a46;
  font: normal 100%/1 Verdana, Arial, sans-serif;
  letter-spacing:.05em;
  margin:.5em 0 0 0;
  padding: 1em 0 .8em 0;
  text-align: center;
  text-shadow: 0 1px 1px #fff5c1;
	width:100%;
 }
  button.yellow:hover {
    background-color: #E8D269;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E8D269), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #E8D269, #C9B667);
    background-image: -moz-linear-gradient(top, #E8D269, #C9B667);
    background-image: -ms-linear-gradient(top, #E8D269, #C9B667);
    background-image: -o-linear-gradient(top, #E8D269, #C9B667);
    background-image: linear-gradient(top, #E8D269, #C9B667);
    -webkit-box-shadow: inset 0 1px 0 0 #F4DF87;
    box-shadow: inset 0 1px 0 0 #F4DF87;
	text-shadow: 0 1px 1px #F4DF87;
	color:#292d36;
	border-bottom: 1px solid #ae9f62;
    cursor: pointer; }

  button.yellow:active {
    border: 1px solid #E8D269;
    border-bottom: 1px solid #ae9f62; 
	-webkit-box-shadow: inset 0 1px 0 0 #F4DF87;
	box-shadow: inset 0 1px 0 0 #F4DF87;}
	
/* button.yellow a:link {
	display:block;
	} */
	
.button-wrapper {
	margin:0 auto 10px auto;
	text-align:center;
	vertical-align:top;
	width:100%;
}
	
	button.yellow2 {
	  background-color: #F4DF87;
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4DF87), color-stop(100%, #E8D269));
	  background-image: -webkit-linear-gradient(top, #F4DF87, #E8D269);
	  background-image: -moz-linear-gradient(top, #F4DF87, #E8D269);
	  background-image: -ms-linear-gradient(top, #F4DF87, #E8D269);
	  background-image: -o-linear-gradient(top, #F4DF87, #E8D269);
	  background-image: linear-gradient(top, #F4DF87, #E8D269);
	  border: 1px solid #E8D269;
	  border-bottom: 1px solid #C9B667;
	  border-radius: 3px;
	  -webkit-box-shadow: inset 0 1px 0 0 #fff5c1;
	  box-shadow: inset 0 1px 0 0 #fff5c1;
	  color: #444a46;
	  font: normal 100%/1 Verdana, Arial, sans-serif;
	  letter-spacing:.05em;
	  margin:.5em 0 0 0;
	  padding: 1em .5em .8em .5em;
	  text-align: center;
	  text-shadow: 0 1px 1px #fff5c1;
		width:40%;
		line-height:150%;
	 }
	  button.yellow2:hover {
	    background-color: #E8D269;
	    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E8D269), color-stop(100%, #5e9e2e));
	    background-image: -webkit-linear-gradient(top, #E8D269, #C9B667);
	    background-image: -moz-linear-gradient(top, #E8D269, #C9B667);
	    background-image: -ms-linear-gradient(top, #E8D269, #C9B667);
	    background-image: -o-linear-gradient(top, #E8D269, #C9B667);
	    background-image: linear-gradient(top, #E8D269, #C9B667);
	    -webkit-box-shadow: inset 0 1px 0 0 #F4DF87;
	    box-shadow: inset 0 1px 0 0 #F4DF87;
		text-shadow: 0 1px 1px #F4DF87;
		color:#292d36;
		border-bottom: 1px solid #ae9f62;
	    cursor: pointer; }

	  button.yellow2:active {
	    border: 1px solid #E8D269;
	    border-bottom: 1px solid #ae9f62; 
		-webkit-box-shadow: inset 0 1px 0 0 #F4DF87;
		box-shadow: inset 0 1px 0 0 #F4DF87;}

.menu-button {
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  padding: .65em;
background: #2D3744; /* Shows up as the background for the smartphone menu */
  color: #fefefe;
}
.menu-button:hover {
  cursor: pointer;
  color: #E8D269;
}
.menu-button:hover .menu-title:after {
  content: "+";
  padding-left: .4em;
}
.menu-button:hover .icon-bar {
  background: #E8D269;
}
.menu-button .icon-bar {
  display: block;
  height: 2px;
  width: 18px;
  margin-top: 2px;
  background: #fefefe;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.button,
input[type="submit"] {
  position: relative;
  display: inline-block;
  float: right;
  margin: 0 5px;
  padding: 7px 10px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #cccccc;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: #2c2c2c;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(#333333, #222222);
  background-image: -moz-linear-gradient(#333333, #222222);
  background-image: -o-linear-gradient(#333333, #222222);
  background-image: -ms-linear-gradient(#333333, #222222);
  background-image: linear-gradient(#333333, #222222);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 2px 2px 3px rgba(0, 0, 0, 0.3);
  line-height: 18px;
  color: #fefefe;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

.button:hover,
input[type="submit"]:hover {
  top: 2px;
  left: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

button.blue {
  background-color: #bdd8f7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bdd8f7), color-stop(100%, #9cc0eb));
  background-image: -webkit-linear-gradient(top, #bdd8f7, #9cc0eb);
  background-image: -moz-linear-gradient(top, #bdd8f7, #9cc0eb);
  background-image: -ms-linear-gradient(top, #bdd8f7, #9cc0eb);
  background-image: -o-linear-gradient(top, #bdd8f7, #9cc0eb);
  background-image: linear-gradient(top, #bdd8f7, #9cc0eb);
  border: 1px solid #9cc0eb;
  border-bottom: 1px solid #7da7d9;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #dfeeff;
  box-shadow: inset 0 1px 0 0 #dfeeff;
  color: #444a46;
  font: normal 100%/1 Verdana, Arial, sans-serif;
  letter-spacing:.05em;
  margin:.5em 0 0 0;
  padding: 1em 0 .8em 0;
  text-align: center;
  text-shadow: 0 1px 1px #dfeeff;
	width:100%;
 }
  button.blue:hover {
    background-color: #aac8ec;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aac8ec), color-stop(100%, #8db3e0));
    background-image: -webkit-linear-gradient(top, #aac8ec, #8db3e0);
    background-image: -moz-linear-gradient(top, #aac8ec, #8db3e0);
    background-image: -ms-linear-gradient(top, #aac8ec, #8db3e0);
    background-image: -o-linear-gradient(top, #aac8ec, #8db3e0);
    background-image: linear-gradient(top, #aac8ec, #8db3e0);
    -webkit-box-shadow: inset 0 1px 0 0 #c9ddf4;
    box-shadow: inset 0 1px 0 0 #c9ddf4;
	text-shadow: 0 1px 1px #c9ddf4;
	color:#292d36;
	border-bottom: 1px solid #7399c7;
    cursor: pointer; }

  button.blue:active {
    border: 1px solid #8db3e0;
    border-bottom: 1px solid #8db3e0; 
	-webkit-box-shadow: inset 0 1px 0 0 #c9ddf4;
	box-shadow: inset 0 1px 0 0 #c9ddf4;}


/* MAIN CONTENT OF PAGE */

#main {
  *zoom: 1;
  position: relative;
  width: 95%;
  margin: 0 auto;
  clear: both;
  background: #fefefe;
}
#main h1 {
  margin:20px 0 0 0;
  font-family:"Tienne", "Rockwell", "Times New Roman";
  font-weight:normal;
}
#main:after {
  content: "";
  display: table;
  clear: both;
}

#container {
  width: 100%;
  margin: 0 0 1.625em;
}

#container .post_thumbnail .attachment-full {
	max-width: 100%; /* Featured Image */
}
.attachment-full {
	width:100%;
	height:100%;
}

#content {
  border-top:1px solid #7d7d7d;
  width: 100%;
}

.page-title span span {
  font-style: italic;
}
.page-title .meta-nav {
  font-style: normal;
}

.hentry {
  margin: 0 0 1.625em;
}

.sticky {
  padding: 1.625em;
  background: rgba(0, 0, 0, 0.1);
}

.entry-title a {
  color: #3d3331;
}
.entry-title a:hover {
  color: #E8D269;
}

.entry-meta {
  margin: 0 0 1.625em;
  font-size: 90%;
  color: #7f7f7f;
}
.entry-meta a {
  border-bottom: 1px dotted #7f7f7f;
  color: #7f7f7f;
}
.entry-meta a:hover {
  color: #E8D269;
}
.entry-meta abbr {
  border: none;
  cursor: text;
}

.entry-utility {
  clear: both;
  font-size: 90%;
  color: #7f7f7f;
}
.entry-utility a {
  border-bottom: 1px dotted #7f7f7f;
  color: #7f7f7f;
}
.entry-utility a:hover {
  color: #E8D269;
}
.entry-utility ul {
  margin: 0;
  padding: 0;
}
.entry-utility li {
  padding-left: 2em;
  list-style: none;
}

.edit-link {
  display: block;
  clear: both;
}

.content-column {
  width: 100%;
  float: left;
}

#links-page,
#archives-page {
  list-style: none;
  overflow: hidden;
}

#author-info {
  margin: 0 0 1.625em;
  overflow: hidden;
}
#author-info .avatar {
  margin: 0 1em 0;
  float: left;
}

.entry-content {
	padding:.8em 1em 0 0;
}
.entry-content p {
	padding-right:2em;
}
.post-2 .entry-content {
	padding:2em 2em 0 0;
}

.entry-content .wp-post-image {
  float: right;
  margin: 0 0 20px 1.625em;
  padding: 5px;
}
.entry-content img {
  height: auto;
  max-width: 100%;
  margin: 0 0 1.625em;
}
/* Effects home page Accordion Images */
.alignleft,
img.alignleft {
	margin:.3em 1em .5em 0;
	float:left;
}

.alignright,
img.alignright {
  float: right;
  margin-left: 20px;
}

.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

/* TABLE */
#contact-table {
	padding-top:30px;
	width:100%;
}
#contact-table table {
	width:100%;
}
#contact-table table th {
	font-weight:normal;
	background: #E8D269;
}
#contact-table table th, #contact-table table td {
	font-family: Verdana, Arial, sans-serif;
	padding:7px 3px;
	text-align:center;
}
#contact-table table tr {
	border-top:1px solid #fff;
	background:#ebebeb;
}
#contact-table table th, #contact-table table td {
	vertical-align:middle;
	border-right:1px solid #fff;
}

/* MODULAR STUFF */

/* THETHE ACCORDION HEADER */

.colomat-close, .collapseomatic {
	padding:2px 0 5px 40px;
    min-height:29px;
	font-family:"Tienne", "Rockwell", "Times New Roman";
	color:#2D3744;
	text-shadow:none;
	font-weight:normal;
	font-size:120%;
	line-height:200%;
	background: url(images/closed-arrow.gif) no-repeat !important;
	display:block;
}
.collapseomatic_content ol {
	padding-left:0px;
}
.collapseomatic_content ol li {
	padding-left:0px;
	padding-bottom:12px;
}
.colomat-visited {
	padding:2px 0 5px 40px;
	font-family:"Tienne", "Rockwell", "Times New Roman";
	color:#2D3744;
	text-shadow:none;
	font-weight:normal;
	font-size:120%;
	line-height:200%;
	background: url(images/open-arrow.gif) no-repeat !important;
	display:block;	
}
.ui-accordion-content {
	padding-left:42px;
}
.ui-widget h3.thethe-accordion-header input[type="text"]:focus {
  outline: none;
}

textarea, input { outline: none; }

/* MORE MODULAR STUFF */
.wp-caption {
  max-width: 96%;
  margin-bottom: 1.625em;
  padding: 9px 0 0;
  text-align: center;
}
.wp-caption img {
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 1.625em 5px;
}

.gallery {
  display: block;
  margin: 0 auto;
  padding: 0 0 1.625em;
  clear: both;
  overflow: hidden;
}
.gallery .gallery-row {
  display: block;
  margin: 0;
  clear: both;
  overflow: hidden;
}
.gallery .gallery-item {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.gallery .gallery-item img {
  height: auto;
  max-width: 90%;
  margin: 0 auto;
  padding: 1%;
  border: none !important;
}

.gallery-icon {
  margin: 0 5px;
  padding-top: 6px;
}

.gallery-caption {
  padding: 6px 6px 0;
}

.form-section input {
  width: 100%;
  margin: 0 0 1.625em;
}
.form-section textarea {
  width: 100%;
}

#form-allowed-tags {
  font-size: 90%;
  color: #7f7f7f;
}
#form-allowed-tags p {
  margin: 0;
}
#form-allowed-tags span {
  font-style: italic;
}

.form-submit {
  padding: 1.625em 0 0;
  text-align: right;
}

/* Remove the blue line and dotted line onclicks in Firefox and Chrome */

:focus {outline:none;}
::-moz-focus-inner {border:0;}

/* RIGHT COLUMN */

  #dotted-widget {
	margin-left:65%;
	padding:1em;
    background: url(images/dot-bg.gif);
	height:271px;
  }
#dotted-widget .textwidget p {
	color:#ededed;
	text-align:center;
	font-weight:normal;
	text-shadow:none;
	font-size:90%;
	line-height:140%;
	font-family:"Tienne", "Rockwell", "Times New Roman";
	text-shadow: 1px 1px 2px #000;
  }
.widget_sp_image img {
    padding:20px 0;
     width: auto;
  max-width: 346px;
  height: auto;
  max-height: 519px;
}

.aside {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.aside ul,
.aside section {
  list-style: none;
  padding: 0;
}
.aside ul ul,
.aside section ul {
  margin: 0 0 1.625em 20px;
}
.aside ul ul li,
.aside section ul li {
  padding: 1px 0;
}
.aside ul ul ul,
.aside section ul ul {
  margin-bottom: 0;
}
.aside img {
  max-width: 100%;
}
.aside table {
  border: none;
}
.aside thead,
.aside tbody {
  border: 1px solid #E8D269;
}
.aside th,
.aside td {
  border-right: 1px solid #E8D269;
  padding: .15em .5em;
}
.aside tfoot tr {
  border: none;
}
.aside tfoot td {
  border-color: transparent;
}
.aside #searchform input {
  width: 100%;
}

.widget_tag_cloud {
  margin: 0 0 1.625em;
}

#searchsubmit {
  display: none;
}

#primary {
  margin-top:.4em;
  margin-bottom: .5em;
  padding-top:1.2em;
  border-top:1px solid #7d7d7d;
}

.widgettitle {
  border-bottom: 1px solid #E8D269;
  padding: .5em 0;
  display:none
}
.widgettitle a {
  color: #3d3331;
}
.widgettitle a:hover {
  color: #E8D269;
}

#content .aside {
  margin: 0 0 1.625em;
}

/* FOOTER */

#abovemainclose-widget {
	padding:.8em 0 0 0;
	border-top:1px solid #E8D269;
	float:left;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	width:100%;
}
ul#menu-footer-menu li {
	display:inline;
	padding-right:1em;
	font-size:90%;
	white-space:nowrap;
}
ul#menu-footer-menu li a {
	color: #2D3744
}
ul#menu-footer-menu li a:hover {
	text-decoration:underline;
}

#footer {
  margin-top: .8em;
  clear: both;
}

#footer p {
	font-size:80%;
	color:#eeeeee;
	text-align:center;
	font-family:Verdana, Arial, sans-serif;
}

#subsidiary {
  width: 100%;
  margin: 0 auto;
  padding: 1.625em 0 0;
}
#subsidiary #footer-widget {
  width: 100%;
  margin: 0;
  clear: both;
}

#siteinfo {
  width: 95%;
  margin: 0 auto;
  padding: 1.625em 0;
  clear: both;
  font-family:Verdana, Arial, sans-serif;
  text-align:center;
  color:#eeeeee;
  font-size:70%;
}
#siteinfo a {
  color:#eeeeee;
}
#siteinfo a:hover {
  text-decoration:underline;
}

.page-template-template-page-fullwidth-php #container {
  width: 100%;
  margin-right: 0;
}
.page-template-template-page-fullwidth-php #content,
.page-template-template-page-fullwidth-php #comments {
  width: 100%;
}

.attachment-jpeg #content,
.attachment-jpeg #container,
.attachment-png #content,
.attachment-png #container {
  width: 100%;
  margin: 0;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
  display: none;
}

.lt-ie9 #branding,
.lt-ie9 #access,
.lt-ie9 #main,
.lt-ie9 #subsidiary,
.lt-ie9 #siteinfo {
  width: 640px;
  padding-left: 20px;
  padding-right: 20px;
}

.lt-ie8 .menu-title {
  float: left;
}
.lt-ie8 .menu-button {
  padding-bottom: 1em;
}

img#wpstats {
  width: 0;
  height: 0;
  overflow: hidden;
}

/* FLEX SLIDER */

.flexslider {
  margin-bottom: 1.625em;
  border: none;
  background: none;
}
.flexslider .entry-title {
  display: none;
}
.flexslider .slides {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.flexslider .slides img {
  height: 400px;
}

.flex-control-nav {
  display: none;
}

.flex-direction-nav li .prev {
  left: -15px;
}

.flex-direction-nav li .next {
  right: -15px;
}

.flex-caption {
  width: 100%;
/*  background: #010101; */
  font-size: 1em;
}
.flex-caption a {
  color: #fefefe;
}

/* My tweaks to keep the color in the navigation */
.sf-menu a:link, .sf-menu a:visited {
	  color:#fefefe;
}
.sf-menu .current_page_item a:visited, .sf-menu .current_page_item a:link{
	color: #E8D269;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  color: #E8D269 !important;
/*  background: #010101;   */
  outline: 0;
}

/* START MEDIA QUERIES 
/////////////////////////////////////////////////
*/

@media only screen and (max-width: 960px) {
	#dotted-widget .textwidget p  {
	  font-size:80%;
	}
}

@media only screen and (max-width: 900px) {
	#contact-table table th, #contact-table table td {
		font-size:80%;
	}
}

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

	/* Stephen's Additions */
#access .menu { padding-top:0; }
/* end */
	.entry-title {
		padding-left:14px;
	}
	#secondary {
		padding:0 2em;
	}
	button.yellow {
	  font: normal 90%/1 Verdana, Arial, sans-serif;
	 }
	#menu-footer-menu {
		font-size:90%;
	}
	.aside ul ul,
	.aside section ul {
	  margin: 0 0 1.625em 1em;
	}
	.sub-wrapper {
		padding:0 2em;
		font-size:80%;
	}
	.ui-accordion-content {
		font-size:90%;
	}
	.cta-buttons {
		margin:0 auto;
		width:90%;
	}
	.ui-widget h3.thethe-accordion-header a {
		padding-top:.4em;
		font-size:90%;
	}
	#dotted-widget {
	margin-left:0;
	padding:2em;
    background: url(images/dot-bg.gif);
	height:100%;
  }
	.post-2 .entry-content, .entry-content {
		padding:1em 2em 0 1.2em;
	}
	#header-widget {
	    position: absolute;
	    top: 0em;
	    right: 0;
	    margin: 0;
	    width:50%;
	  }
	  #header-widget ul,
	  #header-widget address {
	    text-align: right;
	  }
	#branding {
	  position: relative;
	  height: 6.5em; /* Change this to your images height */
	  width: 95%;
	  margin: 0 auto;
	  padding: 1.625em 0;
	}
	.location {
	  padding-right:0;	  
	}
	.location h2 {
	  margin: 0 0 1.0833em;
	  font-size: 100%;
	  line-height: 1.5em;
	}
  .access-nav li ul li {
    border-bottom: none;
  }
  .access-nav li ul li a {
    padding-left: 2em;
  }
  .access-nav li ul li a:hover {
    padding-left: 2.5em;
  }
  .access-nav li ul li ul li {
    border-bottom: none;
  }
  .access-nav li ul li ul li a {
    padding-left: 3em;
  }
  .access-nav li ul li ul li a:hover {
    padding-left: 3.5em;
  }

.entry-content {
	padding:.8em 1em 0 1em;
}
#contact-table table th, #contact-table table td {
	font-size:80%;
}
button.yellow2 {
	width: 80%;
}
}

@media only screen and (max-width: 640px) {
	
	.entry-content iframe {
		width:100%;
	}
	
	.entry-content p {
	    padding-right: 0;
	}
	
	#dotted-widget .textwidget p  {
	  font-size:70%;
	}
	
	.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	  color: #E8D269 !important;
	  outline: 0;
	}
	
	.page-item-2 { border-top: 1px solid #445162; }

  .flexslider .slides img {
    height: 300px;
  }

.cta-buttons {
	width:90%;
}

#header-widget {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width:80%;
  }
  #header-widget ul,
  #header-widget address {
    text-align: right;
  }

.location {
	margin:5.2em 0 .5em 0;
	padding:.7em 0em 0.1em 1em;
	text-align:right;
	background:none;
}
.location h2 {
  margin: 0 0 1.0833em;
  font-size: 80%;
  line-height: 1.5em;
}
#header-widget {
  margin: 0em 0 0 0;
}
#branding {
  position: relative;
  height: 6.5em; /* Change this to your images height */
  width: 95%;
  margin: 0.2em auto 3em auto;
  padding: 1.625em 0;
}
#main {
	margin-top:4em;
  padding: 1.4em 1.5em 0 1.5em;
  background: #fefefe;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 4px;
	border-radius: 4px;
}
}

@media only screen and (min-width: 730px) {
	
	.current_page_item a {
		color:#E8D269;
	}
  blockquote.left {
    width: 33%;
    float: left;
    margin-left: 0;
    margin-right: 1em;
  }
  blockquote.right {
    width: 33%;
    float: right;
    margin-left: 1em;
    margin-right: 0;
  }

  #branding,
  #access,
  #main,
  #siteinfo,
  .sub-wrapper {
    max-width: 960px;
  }

#blog-title {
  margin: 0;
  padding: 0;
}
#blog-title a {
    display:block;
    position:absolute;
    text-indent:-9999px;/*get the actual text out of sight*/
    top:0; /*only if you need to push the logo down otherwise set to 0*/
    left:0;
}

#blog-description {
    left:-9999px;
    position:absolute;
}
#header-image {
 background:url("images/Solstice-NYC-web.png") no-repeat transparent; /* Change This to Your Image */
 background-size: 300px 100px;
width:300px;
 height:100px;
 position:absolute;
 cursor: pointer;
 top:0;
}

.location {
	padding-right:.2em;
	text-align:right;
}
.location h2 {
	font-family:"Tienne", "Rockwell", "Times New Roman";
	font-size:120%;
	color:#fff;
	text-shadow: .1em .1em .5em #000;
	font-weight:normal;
	letter-spacing:.1em;
}

  #header-widget {
    position: absolute;
    top: 0em;
    right: 0;
  }
  #header-widget ul,
  #header-widget address {
    text-align: right;
  }

  .js .access-nav {
    display: block;
  }

  .menu-button {
    display: none;
  }

  .access-nav {

  }

  .access-nav li {
    width: auto;
    margin-left: .4em;
    padding: 0;
    border-bottom: none;
    background: none;
	font-family:Verdana, Arial, sans-serif;
	font-size:100%;
	text-shadow: 1px 1px 2px #000;
  }
  .access-nav li a {
    padding: 0.35em .4em 0.35em .4em;
/*    color: #fefefe;   */
  }
  .access-nav li a:hover {
    padding: 0.35em .4em;
  }

/* BIG DROPDOWN ADDITION */
/**
 * superfish menu essential styles
 */
.sf-menu {
  line-height: 1.0;
}
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
  /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
  left: 0;
  top: 2.5em;
  /* match top ul list item height */
  z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0;
}

/**
 * THEMATIC SKIN
 */
.sf-menu {
  float: left;
  margin-left: 1px;
}
.sf-menu a {
  text-decoration: none;
  margin-left: -1px;
}

.sf-menu .current-menu-item a,
.sf-menu .current-menu-parent a,
.sf-menu .current-menu-ancestor a,
.sf-menu .current-post-ancestor a,
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
  border-bottom-color: #fff;
}
 .sf-menu li {
/*  background: #010101;   */
}
.sf-menu li:hover, .sf-menu li.sfHover {
/*  background: #010101;   */
  outline: 0;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
  top: 32px;
  /* overriding essential styles */
}
.sf-menu li li {
/*  background: #010101;   */
}
.sf-menu li li li {
/*  background: #010101;   */
}
.sf-menu ul {
  margin-top: -2px;
	padding:.5em;
  background:#2d3744; /* Color from dotted background */
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.sf-menu ul ul {
  margin-top: 0;
}
.sf-menu ul a {
/*  background: #010101;   */
  border-bottom: none;
}

.ie7 .sf-menu a {
  width: 100%;
}
/* END */

  #main {
	margin-top:.2em;
    padding: 1.4em 1.5em 0 1.5em;
    background: #fefefe;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 4px;
	border-radius: 4px;
  }

  #container {
    float: left;
    width: 64.2%;
    margin-right: .1%;
  }

  .entry-utility ul {
    float: left;
    width: 50%;
  }

  .main-aside {
    float: right;
    width: 35%;
    clear: right;
  }

/* RIGHT COLUMN */

  #primary section,
  #primary .xoxo,
  #secondary section,
  #secondary .xoxo {
    padding: 0;
  }

#secondary p {
	font-style:italic;
	font-size:13px;
}

  .sub-wrapper {
    width: 95%;
    margin: 0 auto;
  }

  #subsidiary {
    width: auto;
  }
  #subsidiary .aside {
    float: left;
    width: 30.8%;
    margin: 0 3.8% 0 0;
  }
  #subsidiary #third {
    margin: 0;
  }

  .navigation {
    overflow: hidden;
  }
  .navigation .meta-nav {
    font-style: normal;
  }

  .nav-previous {
    float: left;
  }

  .nav-next {
    float: right;
    text-align: right;
  }

  .content-column {
    width: 45%;
    margin: 0 0 1.625em;
  }

  .page-template-template-page-fullwidth-php #comments,
  .attachment-jpeg #comments,
  .attachment-png #comments {
    width: 65.4%;
  }

  .flexslider {
    margin: 0 0 3.25em;
  }
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.hidden {
  display: none!important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

@media print {
  * {
    background: transparent!important;
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }

  @page {
    margin: .5cm;
}

  p, h2, .entry-title, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, .entry-title, h3 {
    page-break-after: avoid;
  }

  .aside,
  #access
  .menu,
  .navigation {
    display: none;
  }
}