@charset "utf-8";
/* CSS styles for Gallery of Woodwork site. */
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	padding: 3px;
	border: 1px solid;
	border-color:  #cc9966;
	max-width: 960px;
	margin: 0px auto;
	/* The auto value on the sides, coupled with the width, centers the layout */
}
/* ~~this fixed width container surrounds the other divs~~ */
.container {
	color: #003300;
	background-image: url(images/tan-background-texture.png);
	background-repeat: repeat;
	padding: 5px;
}

/* Testing the Menu Icon style */
.navmenu {
	font-size: 1.4em;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #003300;
}
/* Testing the Menu Icon style */
.navmenu:hover {
	color: #f1f1f1;
}
/* The side navigation menu */
.sidenav {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0;
	left: 0;
	background-image: url(images/tan-background-texture.png);
	background-repeat: repeat;
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 8px;
	text-decoration: none;
	color: #818181;
	display: block;
	transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
	color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
} 

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0px;
	margin: 0px;
}
h1,  h2 {
	margin-top: 0px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:  center;
	font-style: italic;
}
h3, h4, h5, h6, p {
	margin-top: 0px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	padding-top: 3px;
	padding-bottom: 3px;
}
hr {
	text-align: center;
	width: 80%;
	color: #003300;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #003300;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

.indent {
	padding-left: 50px;
}

.header {
	text-align: center;
	margin-top:	5px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #003300;
}

.content {
	padding-top: 5px;
	padding-bottom: 10px;
}
.home-image  {
	text-align: center;
}
.home-image img {
	width: 100%;
	height: 100%;
}
.image-full  {
	text-align: center;
}
.image-full img {
	width: 100%;
	height: 100%;
}
.figcaption  {
	text-align:  center;
}
.thumbspace  {
	text-align: center;
}

.footer {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px;
	border-top-style: solid;
	border-color: #000000;
	text-align:	center;
	font-size: 13px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
.social {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-color:  #000000;
	text-align:	center;
	font-size:	13px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
.verified {
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-color:  #000000;
	margin-bottom: 10px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clstab {
	font-weight:  bold;
	color: #003300;
	float: right;
	margin-top:  5px;
	margin-left: 8px;
	margin-right:  30px;
	margin-bottom:  5px;
	background-color:  #cc9966;
	padding: 5px;
	border:  1px solid;
	border-color:  #000000;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
/*Floating Back-To-Top Button*/
#myBtn {
	position: fixed;
	bottom: 10px;
	float: right;
	left: 78%;
	right: 18.5%;
	max-width: 40px;
	width: 100%;
	font-size: 1.1em;
	border-color: #000000;
	background-color: #003300;
	padding: 1px;
	border-radius: 4px;
}
/*On Hover Color Change*/
#myBtn:hover {
	background-color: #7dbbf1;
}