Theme Name:Fiona
Theme URI: http://madebyraygun.com/wordpress/themes/fiona/
Author: Raygun
Author URI: http://madebyraygun.com/
Description: Super clean, responsive theme, built for Portfolio Framework
Version: 1.0
License: GNU General Public License
License URI: license.txt


/* Copyright 2012 Raygun Design, LLC (email : contact@madebyraygun.com)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */

/* @group Reset */

/* Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

@font-face {
    font-family: 'celinefont';
    src: url('celine.woff') format('woff'),
         url('celine.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/* @end */

/* @group Global */

/* Micro Clearfix */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

body,
button,
input,
select,
textarea {
	color: #111;
	font: 1.3rem/1.4 Arial, Helvetica, Geneva, sans-serif;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color: #111;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 0 0 15px 0;
}

#content h1 {
	font-weight: bold;
	font-size: 18px;
}

#content h2 {
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 1.5em;
}

p.form-allowed-tags {
	display: none;
}

ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {

	border: 1px solid #dddddd;
	background-color: #000;
	padding: 5px 10px;
	font-size: .9em;
	color: #fff;

}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #222;
	cursor: pointer;
	color: #fff;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #cccccc;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
input[type=text] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #111;
	text-decoration: underline;
}
a:visited {
	color: #222;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* @end */

/* Cab stuff */

.menu li{font-weight:bold;}
.menu .sub-menu li{font-weight:normal;}



/* @group Menu */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}
.main-navigation li {
	float: left;
	position: relative;
	margin-left: 20px;
	margin-bottom: 10px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	text-decoration: underline;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}

/* @end */


/* @group Content */

/* sticky footer */

.featured-img{
	float:left;
	width: 40%;
}

.post-info{
	float: right;
	width: 40%;
}

.post-info h1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

html, body {
	height: 100%;
}

#page, .site-footer {
	max-width: 1200px;
	padding: 0 40px;
	margin: 0px auto;
}

#page  {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
}

.site-footer, .push {
height: 30px;
}

#masthead {
	padding-top: 20px;
	margin-bottom: 30px;
	border-bottom: solid 3px #333;
}

.site-content {
	float: right;
	margin: 0 0 0 -28%;
	width: 100%;
}

#content {
	/*margin: 0 0 60px 28%;*/
}

#secondary { /* Sidebar 1 */
	float: left;
	overflow: hidden;
	width: 25%;
	margin-right: 3%;
	display: block;
}

.site-footer {
	clear: both;
}

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
	margin-bottom: 20px;
}

footer.entry-meta {
	margin-bottom: 60px;
}

span.sep {
	display: none;
}

.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 0 0 0;
}
.entry-content.single{
	width: 75%;
	float:left;
}
.page-id-24 .entry-content.single{
	width:100%;
}
.page-id-24 .entry-header{
	margin-top: 50px;
	margin-bottom: 50px;
}
.page-id-24 .post-content{
	float: none;
	width: 77%;
	margin: 0 auto;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */
#social{
	float: right;
	font-size: 20px;
	padding-bottom: 20px;
}
#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .nav-previous {
	float: left;
	width: 50%;
}

#content .nav-previous, #content .nav-next {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.1em;
}

.site-info {
	font-size: .8em;
}

#content .nav-previous a, #content .nav-next a {
	text-decoration: none;
}

#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#nav-above {
	display: none;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

#secondary ul {
	padding: 0;
	margin: 0 0 20px 0;
}


.widget li {
	list-style-type: none ;
	margin: 0;
	padding: 0;
}

#menu-item-140{
	padding-bottom: 20px;
}

.sub-menu li{
	padding-top: 2px;
}

.sub-menu li:hover {
	background-color: #FFF0E8;
	padding-top:2px;
}

#secondary a, .main-small-navigation a {
	text-decoration: none;
	color: #111;
}
.main-small-navigation ul {
	padding: 0;
	margin: 5px 0 0 0;
}

.main-small-navigation li {
	list-style-type: none;
}

/* Product page*/

.store-product{
	width: 235px;
	display: inline-block;
	margin: 30px;
	vertical-align: top;
	height: 500px;
	position: relative;
}
.store-product div{
	padding-top: 10px;
	padding-bottom: 10px;
}
.store-product .meta{
	position: absolute;
	bottom: 0;
	width: 100%
}
.store-product img{
	max-width: 100%;
	height: auto;
}
.store-product form{
	float: right;
}
.store-product .price{
	padding-top: 0px;
	vertical-align: top;
	float: left;
}
.store-product .title{
	font-size: 14px;
	font-weight: bold;
	width: 250px;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* Search widget */
#searchsubmit {
	display: none;
}
/* @end */

/* @group Fiona */

.site-title {
	font-size: 22px;
	padding: 0;
}

.site-title a {
	color: #000;
	text-decoration: none;
}

h2.site-description {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#masthead hgroup {
	width: 20%;
	float: left;
	margin: 0 0 20px 0;
}

nav.site-navigation.main-navigation {
	float: right;
	clear: none;
	width: 80%;
	margin-top: 10px;
}

.home .entry-title {
	display: none;
}

.entry-title a {
	text-decoration: none;
	color: #000;
}

.first-image{
	float: left;
	width: 21%;
	padding-right: 15px;
}
.first-image img{
	max-width: 100%;
	height: auto;
}
.entry-content img{
//	display:none;
}
.limited_edition .entry-content img{
	display:inline;
}
.entry-content .entry-images img{
	display: inline;
	padding: 10px;
}
.post-content{
	float: left;
	width: 100%; /* changed from 77% to 100% */
}
.featured-img img{
	display:inline;
}

.brm-more-link {
	background-color: #fff !important;
	clear: both;
	display: block;
	float: none;
	font-weight: bold;
	margin: 8px;
	margin: .5rem;
	padding: 8px;
	padding: .5rem;
	text-align: center;
	margin-bottom: 21px;
}

#commentform input {
	float: left;
	margin-right: 20px;
	vertical-align: bottom;
}

#commentform label {
	font-size: .8em;
	vertical-align: bottom;

}

#commentform textarea {
	max-width: 600px;
	display: block;
}

#commentform {
	margin-bottom: 80px;
}

.press{
	float:right;
	width:20%;
}

.yak_button{
	background:#000;
	margin-top: -20px;
	color:#fff;
}

.yak_button span{
	color:#fff;
}
.yak_order td, .yak_order th{
	padding:10px;
}
.yak_order th{
	background: #fafafa;
}

.woocommerce-page .post-content {
	float: left;
	width: 100%;
}

.woocommerce-page .entry-content.single {
	width: 100%;
	float: left;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
	border: 1px solid rgba(0,0,0,0.1);
	margin: 0px -1px 24px 0px;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	-webkit-border-radius: 5px;
	border-radius: 0px;
}

.woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity {
	width: 60px;
	position: relative;
	margin: 0;
	overflow: hidden;
	zoom: 1;
}
a.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce-page #content input.button:hover {
	font-size: 100%;
	margin: 0;
	line-height: 1em;
	cursor: pointer;
	position: relative;
	font-family: inherit;
	text-decoration: none;
	overflow: visible;
	padding: 6px 10px;
	font-weight: bold;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	left: auto;
	text-shadow: none;
	color: #000;
	border: 1px solid #000;
	background: #fff;
	white-space: nowrap;
	display: inline-block;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.add_to_cart_button.added {
	background-color: #000;
	color: #fff;
}

.add_to_cart_button.added:after {
	content: " ✓"
}


.woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #content input:hover {
	background: #000;
	border-color: #fff;
	color: #ffffff;
	text-shadow: none;
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info {
	padding: 1em 1em 1em 1em !important;
	margin: 0 0 2em !important;
	position: relative;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: #000;
	color: #fff;
	text-shadow: none;
	list-style: none outside !important;
	width: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
	background-color: transparent;
	content: "";
	font-family: Times, Georgia, serif;
	font-style: italic;
}

.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
	border-top: 3px solid #000;
}

.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
	border-top: 3px solid #000;
}

.woocommerce .woocommerce-info a{
	color: #fff;
	padding-left: 10%;
}

.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
	background-color: transparent;
	content: "";
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
	background: #333;
	color: #ffffff;
	text-shadow: none;
}


.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	color: #000;
}
.cart_totals td{
	text-align: right;
}

.single-product .images{
	width: 25%;
}

.single-product .input-text.qty.text{
	display: none;
}

.woocommerce #content div.product .stock, .woocommerce div.product .stock, .woocommerce-page #content div.product .stock, .woocommerce-page div.product .stock {
	color: #000;
}

.woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price {
	color: #000;
	font-size: 1.25em;
}

.woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt {
	background: #000;
	border-color: #000;
	color: #fff;
	text-shadow: none;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: left;
	width: 25%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: left;
	width: 48%;
	margin-left: 5%;
}

.woocommerce .woocommerce-breadcrumb{
	display: none;
}

.woocommerce .product_meta, .page-title, .woocommerce-ordering, .woocommerce-result-count{
	display: none;
}

div.pp_overlay{
	background: #fff !important;
}

/* add article so single product page width is not affected */
article.product {
	padding: 15px;
	margin-bottom: 20px;
	border: 0px solid #000000;
	width: 250px;
	height: 430px;
	text-align: center;
//	border: 1px solid #0000ff;
}

/* change to project prefix so view cart height is not affected */
.project-thumbnail {
	width: auto;
	height: 250px;
	position: relative;
//	border: 2px solid #00ff00;
}

/* add product so pdf images are not affected */
article.product img.attachment-extra-medium {
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

.project-content h1 {
	margin-top: 10px;
	font-weight: bold;
}

.project-content h1.title {
	font-weight: normal;
}

.project-excerpt {
	margin-top: 10px;
	text-align: left;
}

body.page-template-default .project-content .project-excerpt > * {
	display: none;
}

body.page-template-default .project-content .price del {
	display: none;
}

body.page-template-default .project-content .price ins {
	background: none;
}

body.page-template-default .project-content .project-details {
	min-height: 129px;
}

.nostock {
	font-weight: bold;
}

/* add horizontal gutter to sidebar image carousel */
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    margin-bottom: 3.8%;
}

/* change the original price color */
.reg-price {
	color: #aaa;
}

/* Support Fund */

header #banner {
  clear: both;
  border-top: 3px black solid;
  font-size: 22px;
  color: red;
  text-align: center;
  padding: 20px;
  display: none;
}

header #banner a, header #banner a:visited {
  text-decoration: none;
  color: red;
}

header #banner a:hover {
  color: black;
}

#content.support {
  letter-spacing: .03em;
}

#content.support h2 {
  text-align: center;
  font-size: 22px;
  color: red;
  margin-bottom: 1em;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#content.support h3, #content.support h3 a {
  text-align: left;
  font-size: 22px;
  color: black;
  padding-top: 30px;
  padding-bottom: 30px;
}

#content.support h4 {
  font-size: 1em;
  margin: 3em 0 3em 0;
  width: 50%;
}

#content.support .name {
  border-top: black solid;
  clear: both;
}

#content.support nav {
  padding-bottom: 2em;
  margin-top: -.5em;
}

#content.support nav a {
  font-size: 22px;
  color: black;
  margin-right: 1em;
}

#content.support nav a:hover {
  color: red;
}

#content.support p a:hover, #content h3 a:hover {
  color: black;
}

#content.support p, #content.support li {
  font-size: 22px;
}

#content.support hr {
  color: red;
  background-color: red;
  height: 3px;
  margin: 2.5em 0 2.5em 0;
}

#content.support .supporters {
  margin-top: 2.5em;
} 

#content.support .donate, #content.support .subscribe, #content.support .thankyou {
    border-top: none;
    padding-top: 10px;
    margin-top: 0;
    padding-bottom: 30px;
}

#content.support .supporters {
  margin-top: 0;
}

#content.support .subscribe a, #content.support .thankyou a, #content.support a {
  text-decoration: none;
}

#content.support .subscribe a:hover, #content.support .donate a:hover, #content.support p a {
  color: red;
}

#content.support .subscribe ul, #content.support .subscribe li, #content.support .donate ul, #content.support .donate li {
  list-style: none;
}

#content.support .subscribe ul, #content.support .donate ul {
  color: red;
  display: inline-block;
  margin: 0;
}

#content.support .subscribe > ul {
  border-bottom: 3px solid red;
}

#content.support .subscribe > ul, #content.support .donate > ul{
  padding-bottom: .5em;
  width: 100%;
  display:block;
}

#content.support .donate > ul {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
  -moz-column-gap: 20px; /* Firefox */
  column-gap: 20px;
}

#content.support .subscribe > ul > li:hover, #content.support .donate > ul > li:hover, #content.support .subscribe > ul > li:focus, #content.support .donate > ul > li:focus {
  color: black;
  cursor: pointer;
}

#content.support .subscribe > ul > li:hover > ul > li > ul, #content.support .subscribe > ul > li:focus > ul > li > ul {
  display: block;
}

#content.support .subscribe > ul > li:hover > ul, #content.support .subscribe > ul > li:focus > ul {
  color: white;
}

#content.support .donate > ul > li:hover > ul, #content.support .donate > ul > li:focus > ul {
  display: inline-block;
  cursor: pointer;
}

#content.support .subscribe > ul > li:first-of-type, #content.support .donate > ul > li:first-of-type {
  margin: 0;
}

#content.support .donate > ul > li, #content.support .subscribe > ul > li {
 border-top: red 3px solid;
 padding-top: 10px;
 margin-top: 10px;
}

#content.support .subscribe > ul > li {
 height: 3em;
}

#content.support .subscribe > ul > li > ul {
  position: absolute;
  left: 4em;
}

#content.support .subscribe ul > li > ul > li > ul {
  position: absolute;
  width: 100%;
  top: 0;
  display: none;
}

#content.support .donate ul > li {
  position: relative;
}

#content.support .donate ul > li:nth-of-type(3n+0) {
  padding-bottom: .5em;
  border-bottom: 3px red solid;
}

#content.support .donate ul > li > ul {
  display: none;
  color: black;
  position: absolute;
  left: 4em;
}

#content.support .subscribe ul > li > ul > li > ul > li {
  display: block;
  float: left;
  color: black;
}

#content.support .subscribe ul > li > ul > li > ul > li:nth-child(2) {
  text-indent: 2em;
}

#content.support .subscribe ul > li > ul > li > ul > li:nth-child(3) {
  text-indent: 2em;
}

#content.support .supporters ul, #content.support .supporters li, #content.support .thankyou li {
  list-style: none;
  margin: 0;
}

#content.support .supporters > ul > li {
  float: left;
  width: calc(33% - 10px);
} 

#content.support .supporters > ul:nth-of-type(1) > li {
	width: calc(33% - 50px);
}

#content.support .supporters > ul:nth-of-type(3) > li {
	width: calc(33% + 10px);
}

#content.support .supporters ul:nth-of-type(2) > li, #content.support .supporters ul:nth-of-type(3) > li {
  padding-left: 20px;
} 

#content.support .supporters ul > li > ul {
  margin-top: 1em;
  padding-bottom: 2em;
}

@media handheld, only screen and (max-width: 768px) {
	#content.support .supporters > ul:nth-of-type(1) > li,
	#content.support .supporters > ul:nth-of-type(2) > li,
	#content.support .supporters > ul:nth-of-type(3) > li {
		width: 100%;
	}

	#content.support .supporters ul:nth-of-type(2) > li, 
	#content.support .supporters ul:nth-of-type(3) > li {
		padding-left: 0;
	}

	#content.support .supporters ul > li > ul {
		margin-top: 0;
		padding-bottom: 0;
	}

	#content.support .supporters ul:nth-of-type(3) > li > ul {
		padding-bottom: 2em;
	}
}

#content.support .supporters ul > li > ul > li {
  float: none;
  font-size: 18px;
}

#content.support .thankyou {
  clear: both;
}

#content.support .thankyou ul {
  margin: 0;
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
  -moz-column-gap: 20px; /* Firefox */
  column-gap: 20px;
}

/* Mobile */

@media handheld, only screen and (orientation:portrait) and (max-width: 768px), only screen and (max-width: 480px) {

	#primary {
		width: 100%;
	}

	#main {
		height: 100% !important;
	}

	#page, .site-footer {
		padding: 0 20px;
	}

	.site-content {
		float: none;
		margin: 0 0 0 0;
		width: 100%;
	}

	#masthead hgroup {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}

	nav.site-navigation.main-navigation {
		float: none;
		clear: both;
		width: 100%;
	}

	.main-navigation ul {
		float: right;
	}

	.main-navigation li {
		margin: 0 10px 10px 20px;
	}

	.pscarousel {
		display: none;
	}

	#content {
		margin: 0 0 0 0;
	}

	#secondary {
		width: 100%;
	}

	#content.support h2, #content.support h3, #content.support h4, #content.support p, #content.support div, #content.support li, #content.support nav a {
		font-size: 14px;
		
	}
	#content.support div {
		padding-top: 1.5em;
	}
	#content.support .subscribe > ul > li {
		height: 36px;
	}
	#content.support hr {
  		margin: 1em 0 1.5em 0;
	}
#content.support .subscribe > ul > li {
 height: 5.4em;
}
}

/* Bibliography */

.bibliography p {
	margin-bottom: 1em;
}

.bibliography a {
	text-decoration: none;
}

/* Bibliography and Press */

.page-id-743 h1.entry-title,
.page-id-4801 h1.entry-title {
	display: none;
}

/* Product Gallery */

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(1) {
	margin-bottom: 6px;
}

/* @end
