/*
Theme Name: The Store
Theme URI: http://graphpaperpress.com/themes/retouch/
Author: Graph Paper Press
Author URI: http://graphpaperpress.com
Description: A responsive, semantic, HTML5 photo blog.
Version: 1.0.1
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats
*/

/* =Resets
-------------------------------------------------------------- */

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,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0;
	outline:none;
}
article,aside,details,figcaption,figure,footer,
header,hgroup,menu,nav,section{
	display: block;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
img {
	max-width: 100%;
	height: auto;
}
.clear {
	clear: both;
}


/* =Testing
-------------------------------------------------------------- */

/*#page, #branding, #colophon, #primary, #main .widget-area {border: 1px solid red}*/


/* =Structure
-------------------------------------------------------------- */

html{
	overflow-y: scroll; /* Force scrollbars 100% of the time */
}
body{
	min-height: 100%;
}
#page {
	display: block;
	margin: 0 auto;
	max-width: 900px; /* 1000px */
	overflow-x:visible;
}
#branding, #colophon, #content {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 100%; /* 800px / 1000px */
	overflow-x:visible;
}
#content {
	max-width: 100%; /* 950px */
	position: relative;
	overflow-x:visible;
}


/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}



/* =Fonts
-------------------------------------------------------------- */
html, input, textarea {
	color: rgb(30, 40, 30);
	font-family: Georgia, Times; 
	font-size: 14px;
	line-height: 1.5;
}
h1 {
	font-size:1.125em;		/* 18px */
	color:#6fac1a;
	font-weight:bold;
	line-height:1.5;		/* 48px */
}
.home h1 {	
	color:#267d31;
	font-size:4em;			/* 50px */
	font-weight:normal;
	text-align:center;
	line-height:1em;
	margin:.5em 0;
}
h2 {
	font-size:1.5em;		/* 24px */
	margin-bottom:.5em;		/* 24px */
	line-height:1;			/* 24px */
}
.home h2 {	
	color:#6fac1a;
	font-size:1.125em;		/* 18px */
	font-weight:normal;
	text-align:center;
}
h3 {
	font-size:1.25em;		/* 20px */
	font-weight: bold;
	margin-bottom:.2em;	/* 24px */
	line-height:1.2;		/* 24px */
}
h4 {
	font-size:1.125em;		/* 18px */
	margin-bottom:1.333em;	/* 24px */
	line-height:1.333;		/* 24px */
}
h5 {
	font-weight:bold;
}
h5,
h6 {
	font-size:1em;			/* 16px */
	margin-bottom:1.5em;	/* 24px */
	line-height:1.5;		/* 24px */
}
p,
address {
	margin-bottom:1.5em;
}
figure {
	background-color: #eee;
	margin-bottom:1.5em;
	padding: 3.636363636364%; /* 20px / 550px */
	width: 93.220338983051%; /* 550px / 590px */
}
figure img {
	display:block;
	margin-bottom:0;
}
figcaption {
	font-size:0.75em;
}
a {
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:active,
a:focus {
	position:relative;
}
q,
i,
em,
cite,
fancy {
	font-style:italic;
	font-weight:inherit;
}
.fancy {
	font-family:Georgia, Cambria, "Times New Roman", Times, serif;
}
b,
strong {
	font-weight:bold;
	font-style:inherit;
}
mark {
	background:#ffc;
}
s,
del {
	text-decoration:line-through;
}
.entry-meta {
	color: #999;
}
.entry-meta a {
	color: #999;
}
small, .entry-meta, .wp-caption .wp-caption-text, .gallery-caption {
	font-size:0.8em;
}
pre,
code {
	font-family:monospace;
	font-size:1em;
}
pre {
	overflow:auto;
	margin-bottom:1.5em;
	line-height:24px; /* Having to define explicit pixel values :( */
}
code {
	line-height:1;
}
ul,
ol {
	list-style-type: square;
	margin:0 0 1.5em 20px;
}
ul ul,
ol ol,
ul ol,
ol ul {
	/* Let’s take care of lists in lists */
	margin:0 0 0 20px;
}
hr {
  background: #6e4c3a;
  color: #6e4c3a;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 1.420em;
  border: none;
}

hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}
aside {
	font-size: 90%;
}



/* =Colors
-------------------------------------------------------------- */

body {
	color: #666;
	background: url(images/wood.jpg);
}
a {
	color: #6e4c3a;
}


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

hgroup {
	position: relative;
	z-index:1000;
	z-index:0\9; /* IE8 and below */ 
	height:115px\9; /* IE8 and below */ 
	left:-85px;
	top:8px;
	margin: 8px 0 0 0;
	float:left;
}

#site-title a.site-title {	
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	background: #f7dca3;
	-webkit-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	padding: 12px 15px 17px;	
}
#site-title {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	float: left;
}
#site-description {
	line-height: 1em;
	color:#FFF;
	padding:10px;
	text-align:center;
	background-color: #7a5021;
	width:100%;	
	position:relative;
	font-size: 18px;
	font-weight: normal;
	
	
}
#site-description a {
	color: #FFF;
    margin-left: 10px;
}
a.header-image img {
	top: -10px;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	padding: 1%;
	background: #fff;
	max-width: 98%;
}



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

nav#access select {
  display: none;
}
#access {
	display: block;
	float: right;
	margin: -40px 0 0 0;
	position:relative;
	font-size: 15px;
	padding: 0px 0 7px 0;
	width:100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}
#access li {
	float: left;
	position: relative;
	margin-right: 7px;
	
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0em .6em 0.2em;
	text-decoration: none;	
	-moz-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	background: #edf0e1;
	-webkit-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);	
}
#access li:nth-child(2n+1) a {
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	background: #fff5e6;
}
#access li:nth-child(3n) a {
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	background: #edf0e1;
}
#access li:nth-child(4n) a {
	background: #f1e9e0;
}
#access ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
	-webkit-box-shadow:  0px 1px 5px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow:  0px 1px 5px 2px rgba(0, 0, 0, .1);
	box-shadow:  0px 1px 5px 2px rgba(0, 0, 0, .1);	
	width: 145px;
	
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul li a {
	background: #FFFFFF;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access ul ul li a,
#access ul ul li a:nth-child(2n+1),
#access ul ul li a:nth-child(3n),
#access ul ul li a:nth-child(4n) {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-webkit-box-shadow:  none;
	-moz-box-shadow:  none;
	box-shadow:none;
	background: #FFFFFF;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #FFFFFF;
	color: #000000;
}
#access ul ul a:hover {
	background: #FFFFFF;
	color: #000000;
}
#access ul li:hover > ul {
	display: block;
}

#hovernav, #hovernav .mobilemenu {
	display:none;
}

#hovernav .mobilemenu li {
	clear:both;
}


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

blockquote {
	-webkit-box-shadow: inset 0px 1px 5px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset  0px 1px 5px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 1px 5px 2px rgba(0, 0, 0, .1);	
	padding: 4% 4% 1.5%;
	font-style: italic;
	background: #f7dca3;
	margin-bottom: 20px;
}
.main-content{
	overflow:auto;
}
.format-gallery .main-content, .format-image .main-content {
	display: none;
}
.format-image .exif-content {
	position: absolute;
	max-width: 200px;
	right:30px;
	z-index: 1;
	background: #f3bc92;
	font-size: 12px;
}
.format-image .main-content {
	z-index: 0;
}

.galexif-content, .galexif {
	/* bottom: 10px;   
    position: relative;
	padding:5px; */
	
}
.galexif-content ul li {
	float: left;
	font-size: 11px;
	padding-right: 10px;
	color: #999;
}
.g-caption {
	display: block;
	font-size: 13px;
	color: #777;
	padding: 5px;
}
.gallery .wp-caption-text {
	display:none;
}
.gallery-exif,
.galexif-content,
 .exif-content {
	/* display: none; */
	
	z-index:12;
}

.gallery-exif {
	display:none;
	background: #f5f5d5;
	 bottom: -4px;
    left: 2%;
    padding: 3% 1% 1%;
    position: absolute;
    width: 94%;
    z-index: 11;
	-webkit-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
}
.g-exif-info {
	/* display: none; */
}
.g-exif-info{
	position: absolute;
	background: #fcc;
	padding: 3px 8px 3px;
	font-size: 11px;
	-webkit-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	/* -moz-transform: rotate(2deg);
	-webkit-transform: rotate(2deg); */
	cursor: pointer;
	display: block;
	z-index: 10;
	
	right:3%;
}
#content {
	top: -10px;
}

.format-image .entry-meta {
	padding-top: 20px;
	-webkit-box-shadow: inset 1px 1px 30px 3px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset 1px 1px 30px 3px rgba(0, 0, 0, 1);
	box-shadow: inset 1px 1px 30px 3px rgba(0, 0, 0, 1);
}
.format-image h2 {
	margin-bottom: 0;
}
.meta-data {
	position: absolute;
	z-index: 2;
	right: 20px;
	font-size: 12px;
	
}

.format-image .meta-data,
.format-gallery .meta-data {
	}
.cat-links {
	display: block;
}
.cat-links a {
	font-size: 11px;
}
.entry-content {
	z-index: 3;
}
.comments-link a, .info-meta a, .exif-meta a {
	background: #905f2f;
	padding: 7px 10px 4px;
	color: #FFF;
	-webkit-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
}
.info-meta a {
	background: #463327;
	-moz-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
}
.photo-tech {
	margin: 0;
	list-style: none;
}
.exif-meta a {
	background: #99f26d;
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
}
.comments-link a {
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
}
.date-meta {
    display: block;
    font-size: 11px;
    padding-top: 20px;
    clear: both;
}
.slash {
	font-size: 11px;
	color: #aaa;
}
.tag-links, .cat-links {
	display: block;
	font-size: 11px;
}
.post {
	margin: 0 auto;
}
.sticky {
}
.hide {
	display: none;
}
.entry-header .entry-title {
	font-weight: bold;
	text-transform:uppercase;
}
.entry-meta {
	clear: both;
	display: block;
}
.entry-header .entry-meta {
	margin: 0 0 2.5em 0
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	/*display: block;
	 overflow: hidden; */
}


#content #nav-above {
	display: none;
}
/*
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
*/
#nav-below {
	left: -35px;
    margin: 0;
    position: absolute;    
    top: 60px;
}
#nav-below .nav-previous a,
#nav-below .nav-next a {
	background: url(images/arrows-big.png) no-repeat;
	width: 65px;
	height: 65px;
	display: block;
	text-indent: -9999em;
}

#nav-below .nav-previous a {
	background-position: 11px 0px;
}

#nav-below .nav-previous a:hover {
	background-position:0px -65px;
}
#nav-below .nav-previous {
	/* position: absolute;
	top: 46%;
	left: -30px;*/
	z-index: 0; 
	float:left;
}
#nav-below .nav-next a {
	background-position: -76px 0px;
}
#nav-below .nav-next a:hover {
	background-position: -65px -65px;
}
#nav-below .nav-next {
	position: absolute;
	/* top: 46%;
	right: -30px; */
	z-index: 0;
	display:inline-block;
}
.post {
	z-index: 2;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.subpage {
	clear: both;
	display: block;
}

.subpage li {
	display: inline;
	margin: 0 20px;
}
.subpage li:first-child {
	margin-left: 0;
}
/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 #searchform {
	margin-bottom: 3em;
}


/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment img {
	-webkit-box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, .1);
	box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, .1);
	background: #fff;
	margin: 0 0 1em;
	max-width: 97.5%;
    padding: 1.5%;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

.gpp_slideshow_wrapper {
	overflow:hidden;
}


/* Image Posts */
.format-image .entry-content{
	padding: 1.2%;
	background: #fff;
	position: relative;
	-webkit-box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .3);
	box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .3);
}
.format-gallery .entry-content {
	position: relative;
}
 .format-image .withimg {
	position: absolute;
	bottom:32px;	
}
 .format-image .withtext {
	position: absolute;
	bottom:auto;	
	top:17px;
}
.format-video,
.format-audio,
.format-status,
.format-aside,
.type-page,
.type-gallery,
.type-attachment,
.format-standard,
.format-image .main-content,
.format-image .exif-content,
.format-gallery .main-content,
.format-gallery .exif-content, 
#comments,
.not-found {
	padding: 2% 2%;
    width: 96%;	
    clear:both;
	background: #FFFFFF;
	margin: auto;
	-webkit-box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .4);
	box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .4);
 }
 
.format-video,
.format-audio,
.format-status,
.format-aside,
.type-page,
.type-attachment,
.format-standard,
.not-found {
	width: 92%;
	position: relative;
	padding: 4%;
	z-index: 3;
} 
 
.format-image .exif-content {
 	padding: 34px 20px 25px;
 	background: #f3bc92;
	display:none;
 }
h2.entry-title {
	font-size: 26px;
	clear:both;
	padding: 2px 0;
}
.format-standard h2.entry-title, .page h2.entry-title {
	color: #6fac1a;
}
.format-image h2.entry-title a {
	color: #333;
}


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

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
.imgcontainer {
}
img.size-thumbnail,
img.size-medium,
img.size-large {
	padding: 1%;
	background: #fff;
	-webkit-box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, .1);
	box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, .1);
}



/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

img.size-large {
	max-width: 98%;
}
img.wp-post-image {
	float: left;
	margin: 0 0em 0.5em 0;
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	background: #f7e7ce;
	-webkit-box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, .3);
	box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, .3);
	max-width: 97.28813559322%; /* 574px / 590px */
	padding: .8em 1.393728222997%; /* 8px / 574px */
	text-align: center;
	text-shadow: 1px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
.wp-caption .wp-caption-text {
	color:#6e4c3a;
	margin: .5em;
	display: block;
}
.gallery-caption, .wp-caption {
}
.wp-smiley {
	margin: 0;
}
div.wp-caption {
	margin-bottom: 1em;
}
div.wp-caption img.size-thumbnail {
	padding:0;
	-webkit-box-shadow:  none;
	-moz-box-shadow:  none;
	box-shadow:  none;
}



/* =Gallery
-------------------------------------------------------------- */

.gallery { margin: 0 auto; }
.gallery .gallery-item {
	background: #fff;
	float: left;
	margin: 0 2% 2% 0;
	text-align: center;
	width: 30%;
	-webkit-box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, .5);
	-moz-box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, .5);
	box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, .5);
	padding: 1%;	
}
.main-content .gallery .gallery-item {
	-webkit-box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, .2);
	box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, .2);
}


.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	
	
}
/*.gallery img:hover {
	background: white;
}*/
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
.gallery .gallery-item.last {
	margin-right: 0;
}
.gallery img {
		margin-bottom: -5px;
	}
.gallery-icon  {
	/* position: relative; */
}
.format-gallery .entry-content .title-meta {
	background: #f7dca3;
	padding: 12px;
	-webkit-box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .4);
	box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .4);
	z-index: 3;
}
.format-gallery .entry-content .title-meta .entry-title  {
	margin-bottom: 0.1em;
}
.format-gallery .entry-content .title-meta .entry-title a {
	color: #333;
}


#ph .attachment-large {
	display: none;
	z-index:1;
}
#ph {
 	overflow:hidden;
	z-index: 3;
	background:url("images/wood.jpg");
}
#phbox {
	margin:0 auto;	
}
#phbox  .mainimgcontainer {
	display: none;
}

#phbox  .mainimgcontainer.active {
}
#phbox .imgcontainer {
	-webkit-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .4);
	box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .4);
	padding: 8px;
	position: relative;
    z-index: 12;
	background:#fff;
}
#phbox .imgsubcontainer {
	z-index:13;
}


#lnav, #rnav {	
    position: fixed;
	top: 42%; 	  
    height: 65px;
    width: 65px;
    z-index: 10;
	text-indent:-9999px;
	display:none;
}

#rnav {
	background: url(images/arrows-big.png) no-repeat -80px 0; 
}
#lnav {	
	background: url(images/arrows-big.png) no-repeat 10px 0;     
}

#lnav:hover {
	background-position:0px -65px;
}

#rnav:hover {
	background-position:-70px -65px;
}

.thisclicked {
	/* position: absolute; */
}
.gallery-icon .attachment-thumbnail {
	/* position: absolute; */
	top:0;
	left:0;
	z-index:2;
}


/* =Video
-------------------------------------------------------------- */

object,
embed,
video{
	max-width:100%;
	height:auto;
}


/* =Forms
-------------------------------------------------------------- */
#addfilter {
	color: #da8f4d;
	font-size: 12px;
}
#addfilter select {
	margin: 5px 10px;
}
#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
	padding: 2px;
}
input[type=text],
input#s {
	margin: 0 0.5em 0 0;
	width: 62%;
}
textarea {
	width: 80%;
}

.page-header  form {
	float: right;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

/* Archives */

.archive-thumb {
	background: #fff;
    box-shadow: 0 0 4px #111;
    float: left;
    margin: 0 2% 2% 0;
    padding: 1%;
    position: relative;
    text-align: center;
    width: 30%;
    z-index: 3;
}
.archive-thumb a {
	font-size: 13px;
}
.archive-thumb.last{
margin-right: 0;
}
.archive  .page-header, 
.search .page-header, 
.page-template-page-archive-php .page-header {
	background: none repeat scroll 0 0 #5C3119;
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.3);
    margin: 0 auto 10px;
    padding: 5px;
    position: relative;
    top: -10px;
    width: 79%;
}
.archive .page-header h1, 
.search .search-header, 
.page-template-page-archive-php .search-header {	
	width: auto;
	padding: 12px;	
	margin: 0;	
	border: 1px dashed #864b2a;
	text-shadow:0 1px 0 #333;
}
.archive .page-header h1, 
.search .search-header h1, 
.page-template-page-archive-php .search-header h1 {
	font-size: 16px;
	color: #da8f4d;	
	margin: 0;
	line-height: 1.8;
}
.search .search-header h1, 
.page-template-page-archive-php .search-header h1 {
	float: left;
}

#loading {
	clear:both;
	text-align:center;
	padding-top: 15px;
}
#loading a {
	padding:6px 10px;
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	background: #f7dca3;
	-webkit-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
}




/* =Comments
-------------------------------------------------------------- */

h2#comments-title {
	margin-bottom: 0;
}
article.comment {
	display: block;
	margin-top: 5%;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}
.bypostauthor {
}
#submit, #searchsubmit {
	background: #bf473e;
	border: none;
	padding: 4px 8px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	
}
#comments {
	display: none;
}
.form-allowed-tags {
	display: none;
}
#comments ol, #comments ul {
	list-style: none;
	margin: 0 0 50px;
	padding: 0;
}
#comments ul {
	padding-left: 20px;
}
#comments .commentmetadata {
	font-size: 11px;
	text-align: center;
}
.reply {
	font-size: 11px;
}
#comments .commentmetadata .fn {
	font-size: 13px;
	display: block;
}
.avatar {
	border-radius: 42px;
	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
}
article.comment {
	background: #fff;
	padding: 3%;
	overflow: hidden;
	border-top: 1px solid #fcc;
}

.comment footer {
	float: left;
	width: 25%;
}
#comments ul.children {
	clear: both;
	overflow: visible;
	margin-bottom: 0;
	margin-left: 20px;
	border-left: 10px solid #fff;
}
#respond {
	clear: both;
	
	z-index: 2;
	position: relative;
}
li #respond {
	padding-top: 50px;
}
.vcard {
	text-align: center;
}
.comment-content {
	float: left;
	width: 65%;
	padding: 15px;
}
li.comment {
	position: relative;
	border-top: 1px solid #f5f5d5
}
#comments ul.children div.tree,
#comments ul.children li.lastcomment .subtree {
	border-top: 10px solid #fff; 	
	width: 20px;
	left: -20px;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 5;
	top: 50px;
	
}
#comments ul.children > li.lastcomment > div.tree {
	z-index: 0;
}


#comments ul.children > li.lastcomment > div.subtree {
	top: 60px;
	background: #f5f5d5;
	z-index: 0;
	border-top: none;
	left: -10%;
	width: 9%;
}


/* =Messages
-------------------------------------------------------------- */

.message{
	font-weight:normal;
	display:block;
	padding:10px 10px 10px 36px;
	border:1px solid #ccc;
	margin:0 0 1.5em 0;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;
}
/* With multiple errors it’s nice to group them. */
ul.message{
	list-style:decimal outside;
	padding:10px 10px 10px 56px;
}
.error{
	border-color: #fb5766;
	background-color: #fab;
}
.success{
	border-color: #83ba77;
	background-color: #d1feba;
}
.info{
	border-color: #85a5be;
	background-color: #c4dbec;
}
.warning{
	border-color: #d8d566;
	background-color: #fef8c4;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 2em;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* =Tables
-------------------------------------------------------------- */

table{
	margin-bottom:1.5em;
	width:100%;
	max-width:100%;
}
thead tr:last-of-type th{
	/* Thicker border on the table-headers of the last row in the table head */
	border-bottom-width:2px;
}
tbody th{
	/* Thicker right border on table-headers in the table body */
	border-right-width:2px;
}
th:empty{
	/* Hide the borders on any empty table-headers */
	border:none;
}
th,td{
	vertical-align:top;
	padding:0.5em;
	border:1px solid #ccc;
}
th{
	font-weight:bold;
	text-align:center
}
table [colspan]{
	/* This looks lovely, trust me... */
	text-align:center;
}
table [rowspan]{
	/* ...as does this. */
	vertical-align:middle;
}

[colspan="1"]{
    text-align:left;
}
[rowspan="1"]{
    vertical-align:top;
}
tbody tr:nth-of-type(odd){
	background:rgba(0,0,0,0.05);
}
tfoot{
	text-align:center;
}
tfoot td{
	border-top-width:2px;
}


.rightTextBox{
	position:relative;
	width:55%;
	-webkit-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	margin: 5px 5px 5px 30px;
	padding: 20px 25px 0px 25px;
	overflow:hidden;
	background:#F7E7CE;
}
.leftTextBox{
	position:relative;
	width:33%;
	margin-right: 0;
}

.bigbutton{
	display:inline-table;
	font-weight:bold;
	font-size:23px;
	line-height:1.8em;
	-webkit-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	margin: 5px 20px 5px 5px;
	height:50px;
	overflow:hidden;
	
}
.bigbutton a, .bigbutton a:active, .bigbutton a:focus {
	display: inline-block;
	background:#F7E7CE;
	color:#6E4C3A;
	height:100%;
	width:100%;
	padding: 5px 20px 5px 20px;
	text-transform:uppercase;
	
}
.bigbutton a:hover {
	display: inline-block;
	background:#6FAC1A;
	color:#FFFFFF;
	height:100%;
	width:100%;
	padding: 5px 20px 5px 20px;
	text-transform:uppercase;
	
}

.buttons {
  width: 100%;
  position: relative;
  text-align: center;
}
.homebutton{
	text-align: center;
	display: block;
    background-color: #1e8411;
    color: #fff;
    padding: 5px 30px;
    text-decoration: none;
    border-radius: 10px;
    margin: 10px 1% 10px 0;
    font-weight: 200;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1em;
}

.homebutton:nth-child(3n+2){
	background-color: #72b020; 
}

.homebutton:nth-child(3n+3){
	background-color: #b99266; 
    margin: 0 0 0 0;
}
	

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

.widget {
	display: block;
	width: 240px;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
div.widget {
}


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

#colophon {
	padding: 0;
	clear: both;
}


#widget-1  h1, #widget-1  h2, #widget-1  h3, #widget-1  h4, #widget-1  h5, #widget-1  h6, #widget-1  p,
#widget-3  h1, #widget-3  h2, #widget-3  h3, #widget-3  h4, #widget-3  h5, #widget-3  h6, #widget-3  p{
    margin-bottom: 0.5em;
}

#widget-2  h1, #widget-2  h2, #widget-2  h3, #widget-2  h4, #widget-2  h5, #widget-2  h6, #widget-2  p{
    margin-bottom: 0.5em;
}

#footer-widgets{
  width: 100%;
  position: relative;
}
.addthis_toolbox{
	float:right;
	width:104px;
	margin-top:-35px;
}

.homepage{
	float:right;
	margin-top: 1.4em;
	margin-right:-5px;
	width:104px;
	
}


aside {
	float: left;
	width: 240px;
	margin-left:0;
	padding: 30px;
	min-height:125;
}

#widget-3  a {
	display:inline-block;
	width:184px;height:106px;
	text-align:center;
	background:#FFF;
	font-weight:bold;
	line-height:1.6em;
	-webkit-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);	
	border:#bb8c5e 4px solid;
	
}
#widget-3  a:hover{
	border:#FFFFFF 4px solid;
	
}

#widget-2  a, #widget-1  a {
	display:inline-block;
	height:21px;
	text-align:center;
	background:#FFF;
	font-weight:bold;
	line-height:1.6em;
	-webkit-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);
	box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, .3);	
	
	padding: .5% 4%;
}

#widget-3  a:hover, #widget-2  a:hover, #widget-1  a:hover {
	background:#905f2f;
	color:#FFF;
}

#widget-3  p, #widget-2  p, #widget-1  p {
}

#widget-1 .widget {
	margin: 0% 4% 2% 12%;
}
#widget-2 .widget {
	text-align:center;
	width:240px;
}
#widget-3 .widget {
	margin: 0% 5% 4% 11%;

}
	

#widget-1 {
	background: url(images/plate_bg.png) top center no-repeat;
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	color:#000;
	line-height:1.2em;
	font-size:12px;
}
#widget-2 {
	background: #dfeef7;
	background: url(images/plate_bg.png) top center no-repeat;
	color:#000;
	line-height:1.5em;
	font-size:14px;

}
#widget-3 {
	background: #f7f1df;
	background: url(images/plate_bg.png) top center no-repeat;
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	color:#000;
	line-height:1.2em;
	font-size:12px;
}

#site-generator {
	font-size: 85%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 5px 15px 15px 15px;
	top:-10px;
	clear: both;
	text-align: center;
	position:relative;
}
#site-generator, #site-generator a {
	color: #FFF;
	text-shadow: 0px 1px 0px #888;
}

/* =Tablets held in portrait orientation
-------------------------------------------------------------- */

@media screen and (max-width: 768px) {
	
	#page {
		max-width: 100%;
	}
	#primary, #main .widget-area {
		clear: both;
		display: block;
		float: none;
		max-width: 100%;
	}
	#main .widget {
		padding: 2.105263157895%; /* 20px / 950px */
		width: 95.789473684211%; /* 910px / 950px */
	}
	aside {
		float: left;
		width: 240px;
		margin-bottom: 15px;
		margin-left:0;
		padding: 30px;
	}
	#widget-1 {
		-moz-transform: rotate(-0.5deg);
		-webkit-transform: rotate(-0.5deg);
	}
	#widget-2 {
		-moz-transform: rotate(0.5deg);
		-webkit-transform: rotate(0.5deg);
	}
	#widget-3 {
		-moz-transform: rotate(-0.5deg);
		-webkit-transform: rotate(-0.5deg);
	}
	.gallery .gallery-item {
		padding: 1%;
	}


.homebutton{
	text-align: center;
	display: block;
    background-color: #1e8411;
    color: #fff;
    padding: 20px 0px;
    text-decoration: none;
    border-radius: 10px;
    margin: 10px 0 10px 0;
    font-weight: 200;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1em;
    width: 100%;
}
	
	
	
	nav#access ul.menu {
		display: none;
		visibility: hidden;
	}
	#hovernav {
		display: inline-block;
		cursor:pointer;
		float:right;
	}
	small, .entry-meta, .wp-caption .wp-caption-text, .gallery-caption {
		font-size:0.85em;
	}
	.gallery img {
		margin-bottom: -6px;
	}
	#rnav,
	#lnav {
		/* display:none !important; */
	}	
	#access {
		display: block;
		float: right;
		font-size: 15px;
		margin: -40px 0 0;
		padding: 0 0 7px;
		position: relative;
		top:6.6em;
	}
	div.small-menu {
		background: #FFF5E6;
		padding: 3px 8px 5px;
		-webkit-box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .4);
		-moz-box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .4);
		box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .4);	
		-moz-transform: rotate(1deg);
		-webkit-transform: rotate(1deg);
		z-index:1001;
		color: #6E4C3A;
	}
	ul.mobilemenu {
		position: absolute;
		z-index: 5;
		background: #FFF5E6;
		top:2em;
		right:-1em;
		width: 112px;
		-webkit-box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .4);
		-moz-box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .4);
		box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .4);
		z-index:1002;
	}
	#access #hovernav a, 
	#access #hovernav li a,
	#access #hovernav li:nth-child(2n+1) a,
	#access #hovernav li:nth-child(3n) a,
	#access #hovernav li:nth-child(4n) a {
		-webkit-box-shadow: none;
		-moz-box-shadow:  none;
		box-shadow:none;
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		background: none;
		width: 90px;
		text-align: left;
	}
	#access #hovernav li:hover > a,
	#access #hovernav ul ul :hover > a {
		background: #FFFFFF;
		color: #6E4C3A;
	}
	#access #hovernav ul ul a:hover {
		background: #FFFFFF;
		color: #6E4C3A;
	}
	
	/*#site-description {
		display:none;
	}*/
	
	.rightTextBox{
		width:85%;
		float:left;
		margin: 5px 5px 15px 5px;
		padding: 20px 25px 0 25px;
		
	}
	.leftTextBox{
		position:relative;
		width:100%;
		float:left;
	}
	
}

/* =Mobile
-------------------------------------------------------------- */

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

	#branding {
		text-align: center;
	}
	h1#site-title a.site-title {
		font-size: 12px;
		padding: 8px 8px 11px;
	}
	nav#access ul.menu {
		display: none;
		visibility: hidden;
	}
	#access {
		font-size: 11px;
		display: block;
		float: right;
		font-size: 15px;
		margin: -40px 0 0;
		padding: 0 0 7px;
		position: relative;
		top:0;
	}
	
	/*#site-description {
		display:none;
	}*/
	
	.addthis_toolbox{
		float:right;
		width:104px;
	}
	#hovernav {
		display: inline-block;
		cursor:pointer;
	}
	small, .entry-meta, .wp-caption .wp-caption-text, .gallery-caption {
		font-size:0.85em;
	}
	.gallery .gallery-item {
		padding: 1%;
	}
	.gallery img {
		margin-bottom: -6px;
	}
	#rnav,
	#lnav {
		/* display:none !important; */
	}	
	h2.entry-title {
    	font-size: 13px;
	}	
	.meta-data {
    	font-size: 10px;
	}
	div.small-menu {
		background: #FFF5E6;
		padding: 3px 8px 5px;
		-webkit-box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .4);
		-moz-box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .4);
		box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .4);	
		-moz-transform: rotate(1deg);
		-webkit-transform: rotate(1deg);
		z-index:1001;
		color: #6E4C3A;
	}
	ul.mobilemenu {
		position: absolute;
		z-index: 5;
		background: #FFF5E6;
		top:2em;
		right:-1em;
		width: 112px;
		-webkit-box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .4);
		-moz-box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .4);
		box-shadow:  1px 1px 10px 3px rgba(0, 0, 0, .4);
		z-index:1002;
	}
	#access #hovernav a, 
	#access #hovernav li a,
	#access #hovernav li:nth-child(2n+1) a,
	#access #hovernav li:nth-child(3n) a,
	#access #hovernav li:nth-child(4n) a {
		-webkit-box-shadow: none;
		-moz-box-shadow:  none;
		box-shadow:none;
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		background: none;
		width: 90px;
		text-align: left;
	}
	#access #hovernav li:hover > a,
	#access #hovernav ul ul :hover > a {
		background: #FFF5E6;
		color: #6E4C3A;
	}
	#access #hovernav ul ul a:hover {
		background: #FFFFFF;
		color: #6E4C3A;
	}
	
	.format-video, .format-audio, .format-status, .format-aside, .type-page, .type-attachment, .format-standard, .format-image .main-content, .format-image .exif-content, .format-gallery .main-content, .format-gallery .exif-content, #comments, .not-found {
		padding: 5%;
		width: 90%
	}
	#phbox .imgcontainer {
		padding: 5px;
	}
	#site-generator {
		font-size: 7px;
	}
	#lnav, #rnav {
		top:35%;
	}
	.rightTextBox{
		width:85%;
		float:left;
		margin: 5px 5px 15px 5px;
		padding: 20px 25px 0 25px;
		
	}
	.leftTextBox{
		position:relative;
		width:100%;
		float:left;
	}

}