/* Picasso Hair Art - Cleaned CSS - Only rules actually used in HTML */

/* =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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
}


:focus {
	outline: 0;
}

ol, ul {
	list-style-position: outside;
	margin-left: 1em;
}

ul {
	font-family: 'amaranth', Arial, Helvetica, sans-serif;
	list-style: disc outside none;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

a img {
	border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =Alignment & Utility Classes
----------------------------------------------- */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear-cols {
	clear: both;
}

.wvr-hide {
	display: none;
}

.wvr-cursor-pointer {
	cursor: pointer;
}

/* =Layout
----------------------------------------------- */

body {
	background: transparent;
	line-height: 1.5;
	margin: 0;
}

#wrapper {
	margin: auto;
	max-width: 900px;
	background-color: #FFFFFF;
}

#main {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

#container {
	background: transparent;
	margin: 0;
}

#content {
	margin: 0 0 10px 0;
	overflow: hidden;
	padding: 0.5em 4% 0 4%;
}

/* Sidebars and Content Wrappers */

#container_wrap.one-column {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

#container_wrap.right-1-col {
	float: left;
	margin: 0;
	padding: 0;
	width: 75%;
}

#sidebar_wrap_right.right-1-col {
	float: right;
	margin: 0;
	padding: 0;
	width: 25%;
}

/* =Sidebars
----------------------------------------------- */

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

#sidebar_primary {
	border: 1px solid transparent;
	margin-bottom: 10px;
	background-color: #f2efe8;
	margin: 30px 0px 30px 30px;
	padding: 15px;
	border-radius: 3px;
	border: none;
}

/* =Fonts
----------------------------------------------- */

#content {
	font-size: 133%;
}

#content .entry-title {
	font-size: 150%;
}

#site-description {
	font-size: 133%;
}

.widget-area {
	font-size: 120%;
}

.widget-title {
	font-size: 120%;
}

/* =Standard Elements
----------------------------------------------- */

h1, h2, h3 {
	font-family: 'amaranth', Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 190%;
}

h1, h2, h3,
#content .entry-header h1,
#content .entry-header h2 {
	clear: both;
	margin: 0 0 0.1em 0;
}

h2 {
	font-size: 133%;
}

h3 {
	font-size: 120%;
}

h4, h5, h6 {
	clear: both;
	margin: 0 0 0.7em 0;
}

h4 {
	font-size: 110%;
}

blockquote {
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}

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 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

abbr,
acronym,
dfn {
	border-bottom: 1px dotted #666;
}

address {
	font-style: italic;
	display: block;
	margin: 0 0 1.625em;
}

big {
	font-size: 130%;
}

cite,
em,
i {
	font-style: italic;
}

cite {
	border: none;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9em;
}

pre {
	font-family: Courier, monospace;
	font-size: 0.8em;
	margin-bottom: 1.5em;
	overflow: auto;
	padding: 1em;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

var {
	font-style: italic;
}

#content p,
#content hr {
	margin-bottom: 1.5em;
}

/* Tables */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
	padding: 4px;
}

td {
	margin: 0;
	padding: 4px;
}

#content tr.odd td {
	background: inherit;
}

/* =Widgets
----------------------------------------------- */

.widget {
	clear: both;
	color: #000000;
}

.widget-title {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.widget a {
	text-decoration: none;
}

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

/* =Global
----------------------------------------------- */

input, textarea {
	font-size: 90%;
}

hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

p {
	margin-bottom: 0.5em;
}

strong,
b {
	font-weight: bold;
}

textarea {
	padding-left: 3px;
	width: 98%;
}

input[type=text] {
	padding: 3px;
}

a {
	text-decoration: none;
}

a:focus,
a:active,
a:hover {
	text-decoration: none;
}

.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

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

#branding {
	position: relative;
	z-index: 2;
}

#header_image {
	position: relative;
}

#header_image img {
	display: block;
	height: auto;
	max-width: 100%;
}

/* Position hgroup over the header image */
#branding hgroup {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 10;
	text-align: left;
	width: 90%;
}

#site-title {
	font-size: 250%;
	margin: 0 0 -20 0;
	color: #000000;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.8),
	             0 0 20px rgba(255, 255, 255, 0.6),
	             0 0 30px rgba(255, 255, 255, 0.4);
}

#site-title.wvr-hide {
	display: block !important;
}

#site-title a {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.8),
	             0 0 20px rgba(255, 255, 255, 0.6),
	             0 0 30px rgba(255, 255, 255, 0.4);
}

#site-description {
	font-style: normal;
	font-weight: normal;
	margin: 10px 0 -10 0;
	color: #000000;
	font-size: 120%;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.8),
	             0 0 20px rgba(255, 255, 255, 0.6),
	             0 0 30px rgba(255, 255, 255, 0.4);
}

#site-description.wvr-hide {
	display: block !important;
}

.title-description {
	border: 1px solid transparent;
}

#branding img,
#branding a img {
	border: 0;
	clear: left;
	padding: 0;
}

#branding img {
	display: block;
	height: auto;
	max-width: 100%;
}

/* =Menu
-------------------------------------------------------------- */

.menu_bar {
	font-size: 130%;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 0;
	width: 100%;
}

#nav-bottom-menu,
#nav-top-menu {
	min-height: 38px;
}

.menu_bar div {
	margin: 0 22px;
}

.menu_bar ul {
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}

.menu_bar li {
	float: left;
	position: relative;
}

.menu_bar a {
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

.menu_bar a:hover,
.menu_bar a:visited {
	text-decoration: none;
}

.menu_bar ul ul a,
.menu_bar ul ul a:hover,
.menu_bar ul ul a:visited {
	text-decoration: none;
}

.menu_bar ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 38px;
	left: 0;
	width: 188px;
	z-index: 99999;
}

.menu_bar ul ul ul {
	left: 100%;
	top: 0;
}

.menu_bar ul ul a {
	font-weight: normal;
	height: auto;
	line-height: 18px;
	padding: 10px 20px;
	width: 168px;
}

.menu_bar ul li:hover > ul {
	display: block;
}

.skip-link {
	display: inline-block;
}

/* Menu background images */
.menu_bar,
.weaveriip_vertical_menu .menu_bar li {
	background-image: url('/content/uploads/2012/08/fade.png');
}

.menu_bar ul ul a,
.menu_bar li:hover > a,
.menu_bar ul ul :hover > a {
	background-image: url('/content/uploads/2012/08/fadeup.png');
}

.menu_bar li:hover > a,
.menu_bar a:focus {
	background-color: #FFD4EC;
}

/* Superfish menu indicators */
.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px;
}

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 15px;
	top: 1.05em;
	margin-top: 5px;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url(js/superfish/images/arrows-404040.png) no-repeat -10px -100px;
}

a > .sf-sub-indicator {
	top: 0.7em;
	background-position: 0 -100px;
}

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px;
}

.sf-menu ul .sf-sub-indicator {
	background-position: -10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
	background-position: 0 0;
}

.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0;
}

.sf-shadow ul {
	background: url(js/superfish/images/shadow.png) no-repeat bottom right;
	padding: 0 3px 3px 0;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	display: none;
}

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.menu_bar ul.sf-menu ul a {
	padding-right: 0;
	margin-right: 0;
}

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

#content .page {
	margin-bottom: 0;
	padding-bottom: 0;
}

.hentry {
	margin: 0 0 40px 0;
}

.page-title {
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 1.625em;
}

.page-title a {
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}

.hentry {
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
	position: relative;
}

.hentry:last-child {
	border-bottom: none;
}

.entry-title {
	clear: both;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 0.1em;
}

.entry-title,
.entry-title a {
	text-decoration: none;
}

.entry-meta {
	clear: both;
}

.entry-content,
.entry-summary {
	padding: 1.625em 0 0;
}

.entry-content #s {
	width: 75%;
}

dl.gallery-item {
	margin: 0;
}

.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}

.page-link a {
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}

.page-link span {
	margin-right: 6px;
}

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

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

.entry-content img,
.widget img {
	max-width: 99.5%;
}

img[class*="align"],
img[class*="wp-image-"] {
	height: auto;
}

img.size-full {
	max-width: 99.5%;
}

.entry-content img.wp-smiley {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}

p img,
.wp-caption {
	margin-top: 0.4em;
}

.wp-caption {
	margin-bottom: 1em;
	max-width: 90%;
	padding: 8px;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	margin: -0.5em 0 0 0 !important;
	padding: 0 1em 1em 1em;
	position: relative;
	text-align: center;
	font-style: italic;
}

#content img {
	margin: 0;
	height: auto;
	max-width: 100%;
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	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;
}

#content .size-full,
#content .size-large,
#content .size-medium,
#content .size-thumbnail {
	border: none;
	margin-bottom: 1em;
	text-align: center;
}

#content .wp-smiley {
	margin: 0;
}

#content .gallery-item img {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

#content .gallery .gallery-caption {
	color: #333;
	font-style: italic;
	font-size: 85%;
	margin: -1em 0 0 0 !important;
}

#content .gallery dl {
	margin: 0;
}

#content .gallery dd {
	clear: both;
}

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

#colophon {
	clear: both;
	margin-left: 20px;
	margin-top: 0;
}

#sidebar_wrap_footer {
	padding: 1em 3%;
	overflow: hidden;
}

#site-ig-wrap {
	background: inherit;
	min-height: 2em;
}

#site-info {
	float: left;
	font-weight: normal;
	padding-left: 3em;
	width: 80%;
}

#site-info a {
	font-weight: normal;
}

/* =Typography
----------------------------------------------- */

body {
	font-size: 12px;
	font-family: Georgia, Times, serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Amaranth", Arial, Helvetica, sans-serif;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

/* =Custom Background
----------------------------------------------- */

body.custom-background {
    background-color: #f4f1ea;
    background-image: 
        url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.04'/%3E%3C/svg%3E"),
        radial-gradient(ellipse at 20% 30%, rgba(139,119,101,.03) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(0,0,0,.02) 0%, transparent 50%);
    background-attachment: fixed;
}

/* =Mobile Responsive Design
----------------------------------------------- */

/* Tablets and small screens (768px and below) */
@media only screen and (max-width: 768px) {
	
	/* Make wrapper full width */
	#wrapper {
		max-width: 100%;
		padding: 0 10px;
	}
	
	/* Use flexbox to reorder sidebar before content */
	#main {
		display: flex;
		flex-direction: column;
	}
	
	/* Stack layout - make content full width */
	#container_wrap.right-1-col {
		float: none;
		width: 100% !important;
		order: 2;
	}
	
	/* Stack sidebar above content on mobile (right after nav) */
	#sidebar_wrap_right.right-1-col {
		float: none;
		width: 100% !important;
		display: block;
		order: 1;
		margin-bottom: 20px;
	}
	
	#sidebar_wrap_right .widget-area {
		padding: 10px;
	}
	
	/* Adjust header */
	#site-title {
		font-size: 180%;
		margin: 0;
	}
	
	#site-description {
		font-size: 100%;
		margin: 10px 0 0 0;
	}
	
	#branding hgroup {
		width: 95%;
	}
	
	#branding img,
	#header_image img {
		width: 100%;
		height: auto;
	}
	
	/* Mobile navigation */
	.menu_bar {
		font-size: 100%;
	}
	
	#nav-bottom-menu,
	#nav-top-menu {
		min-height: 28px;
	}
	
	.menu_bar div {
		margin: 0 10px;
	}
	
	.menu_bar a {
		line-height: 28px;
		padding: 0 8px;
		font-size: 90%;
	}
	
	.menu_bar ul ul {
		top: 28px;
		width: 160px;
	}
	
	.menu_bar ul ul a {
		line-height: 16px;
		padding: 8px 12px;
		width: 136px;
	}
	
	/* Adjust content spacing */
	#content {
		padding: 0.5em 3% 0 3%;
		font-size: 110%;
	}
	
	#content .entry-title {
		font-size: 130%;
	}
	
	.entry-content,
	.entry-summary {
		padding: 1em 0 0;
	}
	
	/* Make images responsive */
	#content img {
		max-width: 100% !important;
		height: auto !important;
	}
	
	.wp-caption {
		max-width: 100%;
	}
	
	/* Adjust blockquotes */
	blockquote {
		margin: 0 1.5em;
		font-size: 95%;
	}
	
	/* Adjust lists */
	dl {
		margin: 0 1em;
	}
	
	dd {
		margin-left: 1em;
		margin-bottom: 1em;
	}
	
	/* Footer adjustments */
	#site-info {
		padding-left: 1.5em;
		width: 100%;
		text-align: center;
		float: none;
		font-size: 90%;
	}
	
	/* Table adjustments */
	table {
		width: 100%;
		font-size: 90%;
	}
	
	th, td {
		padding: 2px;
	}
}

/* Mobile phones (480px and below) */
@media only screen and (max-width: 480px) {
	
	/* Further reduce wrapper padding */
	#wrapper {
		padding: 0 5px;
	}
	
	/* Smaller header */
	#site-title {
		font-size: 140%;
		margin: 0;
	}
	
	#site-description {
		font-size: 90%;
		margin: 10px 0 0 0;
	}
	
	#branding hgroup {
		width: 98%;
	}
	
	/* Compact navigation */
	.menu_bar {
		font-size: 90%;
	}
	
	.menu_bar div {
		margin: 0 5px;
	}
	
	.menu_bar a {
		padding: 0 5px;
		font-size: 85%;
		line-height: 26px;
	}
	
	.menu_bar ul ul {
		top: 26px;
		width: 140px;
		left: -8px;
	}
	
	.menu_bar ul ul a {
		width: 120px;
		padding: 6px 10px;
	}
	
	/* Content adjustments */
	#content {
		padding: 0.5em 2% 0 2%;
		font-size: 100%;
	}
	
	#content .entry-title {
		font-size: 120%;
	}
	
	h1 {
		font-size: 140%;
	}
	
	h2 {
		font-size: 120%;
	}
	
	h3 {
		font-size: 110%;
	}
	
	h4, h5, h6 {
		font-size: 100%;
	}
	
	/* Smaller blockquotes */
	blockquote {
		margin: 0 1em;
		font-size: 90%;
	}
	
	/* Force image alignment on small screens */
	#content .alignleft,
	#content img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 12px auto;
	}
	
	#content .alignright,
	#content img.alignright {
		float: none;
		display: block;
		margin: 0 auto 12px auto;
	}
	
	/* Stack flex displays */
	div[style*="flex"] {
		flex-direction: column !important;
	}
	
	/* Widget adjustments */
	.widget-area {
		font-size: 100%;
		padding: 8px;
	}
	
	/* Footer */
	#site-info {
		padding-left: 1em;
		font-size: 85%;
	}
	
	/* Table scrolling on very small screens */
	table {
		font-size: 85%;
		overflow-x: auto;
		display: block;
	}
}

/* Landscape orientation adjustments for mobile */
@media only screen and (max-width: 768px) and (orientation: landscape) {
	
	#site-title {
		font-size: 160%;
	}
	
	#site-description {
		font-size: 95%;
	}
	
	.menu_bar a {
		font-size: 95%;
	}
}

/* High DPI / Retina display optimizations */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min-resolution: 192dpi) {
	
	/* Ensure images look sharp on retina displays */
	#branding img,
	#header_image img,
	#content img {
		image-rendering: -webkit-optimize-contrast;
	}
}
