/*
====== Default CSS Content © Nine Four www.ninefour.co.uk ======

	0: Re-Set
	1: Globals
	2: Typography
	3: Layouts
	
============
*/
/*	Less CSS http://lesscss.org ------ */
/*---------------------------------------------------
		LESS Elements 0.4
	---------------------------------------------------
		A set of useful LESS mixins by Dmitry Fadeyev
		Special thanks for mixin suggestions to:
			Kris Van Herzeele,
			Benoit Adam,
			Portenart Emile-Victor
			
		More info at: http://lesselements.com
-----------------------------------------------------*/
/*
// Call the above mixin using
.text-shadow(0, 1px, 2px, 0, 0, 0, 0.8);
*/
/*--------------------------------------------------
  Bootstrap.less v1
  --------------------------------------------------
  Colors
	-------------------------------------------------- */
/*--------------------------------------------------
  Mixins
	-------------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.container {
  width: 940px;
  zoom: 1;
}
.container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
/*	Less CSS http://lesscss.org ------ */
.warning {
  display: none;
}
/* ====== 0: START: Re-set ====== */
/* link underlines tend to make hypertext less readable, 
	   because underlines obscure the shapes of the lower halves of words */
:link,
:visited {
  text-decoration: none;
}
/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code {
  font-size: 12px;
  padding: 0;
  margin: 0;
}
/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
	   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
html,
p,
body,
blockquote,
fieldset,
input {
  margin: 0;
  padding: 0;
}
ul,
ol {
  padding: 0 0 0 16px;
  margin-left: 0 0 0 0 16px;
  list-style: disc;
}
/* whoever thought blue linked image borders were a good idea? */
a img,
:link img,
:visited img {
  border: none;
}
/* remove whitspace from beneath images */
img {
  display: block;
}
/* de-italicize address */
address {
  font-style: normal;
}
/* ====== 1: START: Globals CORE Body HTML elements ====== */
body {
  font: 16px/1.5 Georgia, New Century Schoolbook, Nimbus Roman No9 L;
  color: #333333;
  text-align: center;
  background: #663366;
  padding: 0;
  margin: 0;
  background: #D9CCD9 url(/assets/img/background_004.gif) fixed;
}
/* Default Links */
a:link,
a:visited,
a:hover,
a:active {
  color: #663366;
  border-bottom: 1px solid #A385A3;
}
.addthis_toolbox {
  border-top: 1px solid rgba(51, 51, 51, 0.15);
  border-top: 1px solid #D6D6D6;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}
.addthis_toolbox a:link,
.addthis_toolbox a:visited,
.addthis_toolbox a:hover,
.addthis_toolbox a:active {
  color: #663366;
  border-bottom: none;
}
a:hover {
  border-bottom: 1px solid #663366;
}
#side .selected {
  border-bottom: 1px solid #663366;
  padding: 2px 4px;
  font-weight: bold;
  background: #E0D6E0;
  border-bottom-color: white !important;
  display: block;
}
#nav .selected {
  border-bottom: 2px solid white !important;
  font-weight: bold;
}
.clear {
  clear: both;
  line-height: 0px;
}
::selection {
  color: white;
  background-color: #663366;
}
/* ====== 2: START: Typography ====== */
#master h1 {
  font: 54px/60px "Tenor Sans", Futura, "Century Gothic", AppleGothic, sans-serif;
  height: 70px;
  text-transform: uppercase;
  color: #663366;
  text-align: left;
  margin: 0 0 0 0 !important;
  padding: 34px 0 0 20px !important;
  border: none;
}
#master h1 a:link,
#master h1 a:visited,
#master h1 a:hover,
#master h1 a:active {
  color: #663366;
  border-bottom: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font: 28px/1.5em Georgia, New Century Schoolbook, Nimbus Roman No9 L;
  color: #663366;
  padding: 0 0 0.6em 0;
}
h1.first-child,
h2.first-child,
h3.first-child,
h4.first-child,
h5.first-child,
h6.first-child {
  padding: 0 0 0.6em 0;
}
h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active {
  color: #663366;
  border-bottom: 1px solid #EFEAEF;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  border-bottom: 1px solid #663366;
}
h1 a:hover span,
h2 a:hover span,
h3 a:hover span,
h4 a:hover span,
h5 a:hover span,
h6 a:hover span {
  color: #663366;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: 0.6em;
  color: #947094;
}
h1 {
  font: 30px/1.5em Georgia, New Century Schoolbook, Nimbus Roman No9 L;
  border-bottom: 1px solid #CCC;
  padding: 0 0 0.2em 0;
  margin: 0 0 0.4em 0;
}
.home h1 {
  border-bottom: 1px solid rgba(102, 51, 102, 0.4);
  border-bottom: 1px solid #C2ADC2;
}
h2 {
  font: 28px/1.5em Georgia, New Century Schoolbook, Nimbus Roman No9 L;
}
.archives #main h2,
.press #main h2 {
  border-top: 1px solid rgba(51, 51, 51, 0.15);
  border-top: 1px solid #D6D6D6;
  padding-top: 10px;
  margin-top: 40px;
}
h3 {
  font: 26px/1.5em Georgia, New Century Schoolbook, Nimbus Roman No9 L;
}
.archives #main h3,
.press #main h3 {
  border-top: 1px solid #EAEAEA;
  padding-top: 10px;
}
h4 {
  font: 24px/1.5em Georgia, New Century Schoolbook, Nimbus Roman No9 L;
}
h5 {
  font: 22px/1.5em Georgia, New Century Schoolbook, Nimbus Roman No9 L;
}
h6 {
  font: 20px/1.5em Georgia, New Century Schoolbook, Nimbus Roman No9 L;
}
p {
  padding: 0 0 1em 0;
  margin: 0 0 0 0;
}
p.categories {
  font-size: 12px;
}
blockquote {
  font-size: 1.2em;
  color: #663366;
  font-style: italic;
}
#side {
  padding: 0 20px 20px 20px;
  width: 260px;
  float: left;
}
#side h2,
#side h3,
#side h4,
#side h5,
#side h6 {
  padding: 0 0 0.6em 0;
}
#side h2.first-child,
#side h3.first-child,
#side h4.first-child,
#side h5.first-child,
#side h6.first-child {
  padding: 0 0 0.4em 0;
}
#side h2 {
  font: 24px/1.5em Georgia, New Century Schoolbook, Nimbus Roman No9 L;
}
#side h3 {
  font: 22px/1.5em Georgia, New Century Schoolbook, Nimbus Roman No9 L;
}
#side h4 {
  font: 20px/1.5em Georgia, New Century Schoolbook, Nimbus Roman No9 L;
}
#side h5 {
  font: 18px/1.5em Georgia, New Century Schoolbook, Nimbus Roman No9 L;
}
#side h6 {
  font: 16px/1.5em Georgia, New Century Schoolbook, Nimbus Roman No9 L;
}
#side p {
  font: 14px/1.4em Georgia, New Century Schoolbook, Nimbus Roman No9 L;
  padding: 0 0 1em 0;
}
/* ====== 3: START: Layouts ====== */
#container {
  text-align: left;
  width: 980px;
  margin: 0 auto 20px auto;
  padding: 0 0 20px 0;
  zoom: 1;
}
#container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#wrapper {
  width: 940px;
  margin: 62px 0 40px 0;
  padding: 20px;
  background: white;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  zoom: 1;
}
#wrapper:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
header#master:first-child {
  width: 952px;
  padding: 0 20px;
  margin: 0 0 0 0;
  position: relative;
  zoom: 1;
}
header#master:first-child:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
header#master:first-child nav {
  position: absolute;
  top: 64px;
  right: 50px;
}
header#master:first-child ul {
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
  zoom: 1;
}
header#master:first-child ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
header#master:first-child ul li {
  display: inline;
  float: left;
  padding: 0 0 0 0;
  margin: 0 10px 0 0;
  font-size: 18px;
}
header#master:first-child ul li a:link,
header#master:first-child ul li a:visited,
header#master:first-child ul li a:hover,
header#master:first-child ul li a:active {
  color: #663366;
  padding: 2px 4px;
  border-bottom: none;
}
.quotee {
  float: left;
  font-size: 12px !important;
  line-height: 18px;
  padding: 0;
  margin: 0 0 20px 0;
  width: 100%;
}
.quotee img {
  position: relative;
  border: none;
  padding: 4px 10px 0 0;
  margin: 0 0 0 0;
  top: 0;
  left: 0;
  float: left;
  border: none !important;
}
header.about {
  padding: 80px 0 0 0;
  margin: 0 0 0 0;
  position: relative;
  -webkit-transform: rotate(-0.6deg);
  -moz-transform: rotate(-0.6deg);
  transform: rotate(-0.6deg);
}
header.about .border {
  position: absolute;
  top: -80px;
  left: 0;
}
header.about img {
  border: 7px solid white;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
header.about .copy {
  -webkit-transform: rotate(0.6deg);
  -moz-transform: rotate(0.6deg);
  transform: rotate(0.6deg);
  position: absolute;
  top: -20px;
  right: 80px;
  right: 40px;
  padding: 60px 30px 30px 30px;
  width: 340px;
  height: 290px;
  background: #663366 url(/assets/img/left_quote_large.png) 10px 10px no-repeat;
}
header.about .copy p {
  color: white;
  font-size: 18px;
  font-style: italic;
}
header.about .copy .quotee {
  color: #B39AB3;
}
header.about .copy .quotee a:link,
header.about .copy .quotee a:visited,
header.about .copy .quotee a:hover,
header.about .copy .quotee a:active {
  color: #B39AB3;
}
header.about .copy .quotee img {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
header.about .copy a:link,
header.about .copy a:visited,
header.about .copy a:hover,
header.about .copy a:active {
  color: white;
  border-bottom: 1px solid #B39AB3 !important;
}
header.about .copy .more {
  clear: both;
  position: absolute;
  bottom: 20px;
  font-size: 16px;
  font-style: normal;
}
header.about .copy .more a:link,
header.about .copy .more a:visited,
header.about .copy .more a:hover,
header.about .copy .more a:active {
  border-bottom: 1px solid #A385A3;
}
#heading {
  display: block;
  width: 580px !important;
  margin: -80px 0 20px 0;
  zoom: 1;
}
#heading:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#heading .inner {
  display: block;
  width: 560px !important;
  padding: 10px;
  background: #F2ECDF;
  -webkit-transform: rotate(-0.8deg);
  -moz-transform: rotate(-0.8deg);
  transform: rotate(-0.8deg);
  border: 7px solid white;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  zoom: 1;
}
#heading .inner:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#heading h1,
#heading h2,
#heading h3,
#heading h4,
#heading h5,
#heading h6 {
  -webkit-transform: rotate(0.8deg);
  -moz-transform: rotate(0.8deg);
  transform: rotate(0.8deg);
}
#heading p {
  -webkit-transform: rotate(0.8deg);
  -moz-transform: rotate(0.8deg);
  transform: rotate(0.8deg);
  color: #663366;
  font-size: 18px;
}
#main {
  width: 580px;
  margin: 0 20px 0 0;
  padding: 0 20px 20px 20px;
  float: left;
  zoom: 1;
}
#main:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.home #main,
.home #side {
  padding: 360px 20px 20px 20px;
}
.static #main {
  width: 900px;
}
article {
  zoom: 1;
  /* IE's not rendering this!! */
  border-bottom: 1px solid #ccc;
  margin: 0 0 1.5em 0;
  padding: 0 0 0 0;
}
article:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
article img {
  float: left;
  border: 4px solid white !important;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
  margin: 0 25px 25px 0;
}
.signiture {
  background: url("/assets/img/janes_signiture_004.gif") no-repeat bottom left;
  padding: 0 0 180px 0;
  margin: 0 0 20px 0;
}
.sub article .hero {
  position: relative;
  /*
				.rip{
					background: url(/assets/img/page_rip.png) no-repeat;
					width: 580px;
					height: 33px;
					
					position: absolute;
					bottom: 0;
					
					z-index: 99;
					
					margin: 0 0 0 5px;
					.rotation(-0.5deg);
				}
				*/
}
.sub article .hero img {
  position: relative;
  border: 7px solid white;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
  margin: -60px 0 20px 0;
}
.sub article .images,
.sub article p {
  zoom: 1;
  margin: 0 0 20px 0;
}
.sub article .images:after,
.sub article p:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.sub article .images img,
.sub article p img {
  float: left;
  border: 3px solid white;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  margin: 5px;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.sub article .images img.odd,
.sub article p img.odd,
.sub article .images img:nth-child(odd),
.sub article p img:nth-child(odd) {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  transform: rotate(2deg);
}
.sub article .images a:nth-child(odd) img,
.sub article p a:nth-child(odd) img {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.pagination {
  clear: both;
  border-top: 1px solid #D6D6D6;
  padding: 10px 0;
  margin: 40px 0 60px 0;
  zoom: 1;
}
.pagination:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.pagination .prev {
  float: left;
}
.pagination .prev a {
  padding-left: 30px;
  background: url(/assets/img/icons.gif) 0px -240px no-repeat;
  border: none;
}
.pagination .next {
  float: right;
}
.pagination .next a {
  padding-right: 30px;
  background: url(/assets/img/icons.gif) right -320px no-repeat;
  border: none;
}
.archiveList {
  padding: 0 0 0 16px;
  margin: 0 0 0 16px;
}
.archiveList span {
  font-size: 0.8em;
  color: #947094;
}
.leftColumn {
  float: left;
}
.sub .photos {
  position: relative;
  width: 900px;
  margin-top: -80px;
  zoom: 1;
}
.sub .photos:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.sub .photos div {
  position: relative;
}
.sub .photos img {
  border: 6px solid white;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.sub .photos .p000 {
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
  position: relative;
  margin: 0 0 20px 0;
}
.sub .photos .p001,
.sub .photos .p002,
.sub .photos .p003,
.sub .photos .p004 {
  position: absolute;
}
.sub .photos .p001 {
  -webkit-transform: rotate(-1.4deg);
  -moz-transform: rotate(-1.4deg);
  transform: rotate(-1.4deg);
  top: 20px;
  left: 440px;
}
.sub .photos .p002 {
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  transform: rotate(6deg);
  top: 2px;
  left: 200px;
}
.sub .photos .p003 {
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  transform: rotate(-1deg);
  left: 0px;
}
.sub .photos .p004 {
  -webkit-transform: rotate(1.2deg);
  -moz-transform: rotate(1.2deg);
  transform: rotate(1.2deg);
  left: 650px;
  top: 5px;
}
.inner {
  float: left;
  width: 420px;
  display: block;
  padding: 0 0 0 40px;
  zoom: 1;
}
.inner:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.sidePannel {
  border-bottom: 1px solid #D6D6D6;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.tweet,
.instagram {
  padding: 25px 0 0 0;
  margin: 20px 0 0 0;
}
.tweet .status,
.instagram .status {
  color: #947094;
  font-style: italic !important;
}
.tweet .status a:link,
.instagram .status a:link,
.tweet .status a:visited,
.instagram .status a:visited,
.tweet .status a:hover,
.instagram .status a:hover,
.tweet .status a:active,
.instagram .status a:active {
  color: rgba(102, 51, 102, 0.7);
  color: #947094;
}
.tweet h3,
.instagram h3 {
  background: url(/assets/img/icons.gif) 0px -155px no-repeat;
  padding-left: 35px !important;
}
.tweet .date,
.instagram .date {
  color: #5C5C5C;
  margin-top: 10px;
}
.instagram {
  border-bottom: 1px solid #D6D6D6;
  padding: 0 0 20px 0;
  margin: 20px 0 0 0;
}
.instagram h3 {
  background: url(/assets/img/icons.gif) 0px -400px no-repeat;
}
#newsletterSignup {
  padding: 20px 0 20px 0;
  margin: 0 0 0 0;
  width: 100%;
  zoom: 1;
}
#newsletterSignup:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#newsletterSignup legend {
  font: 22px/1.5em Georgia, New Century Schoolbook, Nimbus Roman No9 L;
  color: #663366;
  padding: 0 0 0.6em 0;
}
#newsletterSignup fieldset {
  border: none;
}
#newsletterSignup .formButton {
  font: 14px/1.4em Georgia, New Century Schoolbook, Nimbus Roman No9 L;
  color: white;
  text-align: center;
  background: #663366;
  border: 1px solid #663366;
  padding: 6px 12px 4px 12px;
  margin: 0;
  float: left;
}
#newsletterSignup .email {
  font: 14px/1.4em Georgia, New Century Schoolbook, Nimbus Roman No9 L;
  color: #666;
  text-align: left;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 6px 10px 4px 10px;
  margin: 0;
  width: 150px;
  float: left;
}
.charities {
  clear: both;
  width: 940px;
  display: block;
  text-align: left;
  margin: 60px auto 20px auto;
  padding: 20px 0 0 0;
  border-top: 1px solid #E0D6E0;
  background: url(/assets/img/signiture_footer.gif) center bottom no-repeat;
  zoom: 1;
}
.charities:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.charities h6 {
  font-size: 18px;
  color: #5C5C5C;
  text-align: center;
  padding: 20px 0 20px 0;
}
.charities p.logos {
  text-align: center;
  padding: 0 0 30px 0;
  zoom: 1;
}
.charities p.logos:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.charities a:link,
.charities a:visited,
.charities a:hover,
.charities a:active {
  color: #ADADAD !important;
}
.charities .logos a {
  float: left;
  padding: 0 23px 0 0;
  border: none;
}
.charities a:hover {
  border-bottom: none;
}
.charities a:last-child,
.charities a.last {
  padding: 0;
  margin: 0;
}
.charities .copyright {
  font-size: 12px;
  color: #ADADAD;
  text-align: left;
  padding: 30px 0 0 0;
  clear: both;
  zoom: 1;
}
.charities .copyright:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
/* icons */
.archive a {
  background: url(/assets/img/icons.gif) no-repeat 0 5px;
  padding-left: 42px !important;
}
